Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/3041651422/NEW-Cotton-Candy-Simulator
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --Infinity Money
- local Remote = game.ReplicatedStorage.Events['EnterCode']
- local Arguments = {
- [1] = 9999999999999999, -- How much moneh you want
- [2] = "dis game has trash security."
- }
- Remote:FireServer(unpack(Arguments))
- --Best Pet (I think, I haven't explored all pets yet)
- local remote = Game["ReplicatedStorage"]["Events"]["AddPet"]
- local args = {
- [1] = "Despacito"
- }
- remote:FireServer(unpack(args))
- --Infinity Backack (Cost robux)
- local remote = Game["ReplicatedStorage"]["Events"]["BuyBackpackEvent"]
- local args = {
- [1] = "BackpackShop",
- [2] = "8"
- }
- remote:FireServer(unpack(args))
- --Universal Sythe (Cost robux)
- local remote = Game["ReplicatedStorage"]["Events"]["BuyToolEvent"]
- local args = {
- [1] = "ToolsShop",
- [2] = "12"
- }
- remote:FireServer(unpack(args))
- --Auto Farm Rebirth
- while true do
- wait()
- game:GetService("ReplicatedStorage").Events.RebirthEvent:FireServer(1073790)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement