Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- onLoad1()
- function onLoad1()
- {
- var username = document.getElementById("cookies").value;
- window.alert(username + "Cookie Engine Loaded")
- }
- function GoldenCookie()
- {
- Game.goldenCookie.time = 9999;
- Game.goldenCookie.spawn();
- Game.Popup('Spawned Golden Cookie!');
- }
- function IWANTALL()
- {
- GoldenCookie()
- }
Add Comment
Please, Sign In to add comment