TROLERMASTERH

Cookie Engine.js

Apr 29th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. onLoad1()
  2. function onLoad1()
  3. {
  4. var username = document.getElementById("cookies").value;
  5. window.alert(username + "Cookie Engine Loaded")
  6. }
  7. function GoldenCookie()
  8. {
  9. Game.goldenCookie.time = 9999;
  10. Game.goldenCookie.spawn();
  11. Game.Popup('Spawned Golden Cookie!');
  12. }
  13. function IWANTALL()
  14. {
  15. GoldenCookie()
  16. }
Add Comment
Please, Sign In to add comment