Skip to content

Instantly share code, notes, and snippets.

@Wol
Forked from Pingue/Madeon Random Adventure Machine
Last active August 7, 2017 08:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wol/403ca22563c74703324fe64c1aa29a48 to your computer and use it in GitHub Desktop.
Save Wol/403ca22563c74703324fe64c1aa29a48 to your computer and use it in GitHub Desktop.
Go to: http://www.madeon.fr/adventuremachine/
setInterval(function(){var g = angular.element('epic-lols').scope().game; g.clickButton(g.buttons[Math.floor(Math.random() * 36)]); }, 3000);
Copy the above into console.
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