Last active
August 7, 2017 08:36
-
-
Save Pingue/26abb4a7e2438bd8b2386fbc4c0176e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(function(){angular.element('madeon-button').scope().game.clickButton(angular.element('madeon-button').scope().game.buttons[Math.floor(Math.random() * 36)])}, 1500); | |
Copy the above into console at http://www.madeon.fr/adventuremachine/ | |
All credits to yerwol (https://github.com/wol) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment