Advertisement
Guest User

Untitled

a guest
Oct 10th, 2013
65,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Ruin The Fun
  2. Ruin The Fun is a function that instantly gives you all the upgrades (including the debug upgrades), all the achievements, and 999,999,999,999,999,999 cookies. To execute this function, simple use:
  3. Game.RuinTheFun();
  4.  
  5. Gaining Cookies
  6. To change the amount of cookies in bank, use:
  7. Game.cookies = <amount>;
  8. To add more cookies to the existing amount in bank, use:
  9. Game.Earn(<amount adding>);
  10. Removing Cookies
  11. To remove a specific amount of cookies, use:
  12. Game.cookies -= <amount removing>;
  13. Infinity Cookies
  14. To obtain an infinite amount of cookies, use:
  15. Game.cookies = Infinity;
  16. Changing CpS
  17. To change the CpS (will self-correct when new buildings/upgrades are bought), use:
  18. Game.cookiesPs = <CpS>;
  19. To make the effect stay until the page is refreshed, use:
  20. [Expand]
  21. Auto-Click Big Cookie
  22. To auto-click the big cookie at a set interval, use:
  23. setInterval(Game.ClickCookie, <milliseconds interval>);
  24. Note that this will be in effect until you refresh the page.
  25. Faster Auto-Click
  26. The auto-click cheat above can only click as fast as the CPU can handle. To produce an even faster effect, use:
  27. [Expand]
  28. Auto-Click Only During Click Frenzy
  29. To enable auto-click only during the Click Frenzy, use:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement