Advertisement
MRobbin99

Cookie Clicker - win game

Feb 18th, 2019
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. -- execute script and you dont have to do anything, very fun
  2. -- place link https://www.roblox.com/games/2302091358/HUGE-UPD-Cookie-Clicker-BETA
  3. -- 2/18/19
  4. -- properties
  5. plr = game.Players.LocalPlayer
  6. hum = plr.Character.HumanoidRootPart
  7. local Event1 = game:GetService("ReplicatedStorage").UltraPrestige
  8. local Event2 = game:GetService("ReplicatedStorage").Prestige
  9. local A_1 = "Golden Plate"
  10. local A_2 = 100
  11. local Event3 = game:GetService("ReplicatedStorage").BuyUpgrade
  12. local obbyrewards = game.Workspace.ObbyRewards:GetChildren()
  13. -- loop
  14. while wait() do
  15. for i = 1, 10 do
  16. Event1:InvokeServer()
  17.  
  18. Event2:InvokeServer()
  19.  
  20. game.ReplicatedStorage.ButtonClicked:FireServer(1, 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
  21.  
  22. Event3:InvokeServer(A_1, A_2)
  23. end
  24. for i = 1, #obbyrewards do
  25. hum.CFrame = obbyrewards[i].CFrame
  26. wait()
  27. end
  28.  
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement