Advertisement
ScriptingGuy

Cotton Candy Simulator Script

Mar 7th, 2020
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. The Game Link : https://www.roblox.com/games/3041651422/NEW-Cotton-Candy-Simulator
  2. Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
  3.  
  4. --Infinity Money
  5. local Remote = game.ReplicatedStorage.Events['EnterCode']
  6. local Arguments = {
  7. [1] = 9999999999999999, -- How much moneh you want
  8. [2] = "dis game has trash security."
  9. }
  10. Remote:FireServer(unpack(Arguments))
  11.  
  12.  
  13. --Best Pet (I think, I haven't explored all pets yet)
  14. local remote = Game["ReplicatedStorage"]["Events"]["AddPet"]
  15. local args = {
  16. [1] = "Despacito"
  17.  
  18. }
  19. remote:FireServer(unpack(args))
  20.  
  21.  
  22. --Infinity Backack (Cost robux)
  23. local remote = Game["ReplicatedStorage"]["Events"]["BuyBackpackEvent"]
  24. local args = {
  25. [1] = "BackpackShop",
  26. [2] = "8"
  27. }
  28. remote:FireServer(unpack(args))
  29.  
  30.  
  31. --Universal Sythe (Cost robux)
  32. local remote = Game["ReplicatedStorage"]["Events"]["BuyToolEvent"]
  33. local args = {
  34. [1] = "ToolsShop",
  35. [2] = "12"
  36. }
  37. remote:FireServer(unpack(args))
  38.  
  39.  
  40. --Auto Farm Rebirth
  41. while true do
  42. wait()
  43. game:GetService("ReplicatedStorage").Events.RebirthEvent:FireServer(1073790)
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement