Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ValentinFunk/156ec1c39419b8cc2047efe1513d207d to your computer and use it in GitHub Desktop.
Save ValentinFunk/156ec1c39419b8cc2047efe1513d207d to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name ɮuy shit faster
// @namespace http://tampermonkey.net/
// @version 0.1
// @description ๖ۣɮuy shit faster
// @author VALLUS
// @include http://agariohub.net/client/shop
// @grant none
// ==/UserScript==
(function() {
'use strict';
setInterval(function() {
shopCooldown = 0;
}, 100);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment