Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Turkey Coins Script:
- Code:
- game.ReplicatedStorage.Events.ChangeTurkeyCoins:FireServer(15000000000,"nohacking")
- [Change 15000000000 to whatever you want]
- Apples Script:
- Code:
- game.ReplicatedStorage.Events.ChangeApples:FireServer(1500000000,"nohacking")
- [Change 1500000000 to whatever you want]
- Coins Script:
- Code:
- game.ReplicatedStorage.Events.ChangeMoney:FireServer(1500000000,"nohacking")
- [Change 1500000000 to whatever you want]
- Get any free Pet - Thanks LAZ3R for the help and creds to him
- Execute this for all of the pet names :
- Code:
- loadstring(game:HttpGet(("https://pastebin.com/raw/qXTSaEeG"),true))()
- (press F9 to see the list and names of all pets)
- then run
- Code:
- local kek = game.ReplicatedStorage.Pets:FindFirstChild("Legendary Pilgrim Hat")
- game.ReplicatedStorage.Events.GivePet:FireServer(kek, "nohacking")
- Change Legendary Pilgrim Hat to whatever you want.
- All Pets by ReallySecure: https://pastebin.com/raw/LyngccYV
- Auto Kill OPiest Blobs In The Game by ReallySecure
- Code:
- local A_1 = game:GetService("Workspace").GameStuff.Blobs.teddyblob.teddyblob.BlobProperties
- local A_2 = math.huge
- local A_3 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.DealDamage
- Event:FireServer(A_1, A_2, A_3)
- local A_1 = game:GetService("Workspace").GameStuff.Blobs.roblob.roblob.BlobProperties
- local A_2 = math.huge
- local A_3 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.DealDamage
- Event:FireServer(A_1, A_2, A_3)
- local A_1 = game:GetService("Workspace").GameStuff.Blobs.slimeblob.slimeblob.BlobProperties
- local A_2 = math.huge
- local A_3 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.DealDamage
- Event:FireServer(A_1, A_2, A_3)
- Auto Rebirths by ReallySecure
- Code:
- while true do game.ReplicatedStorage.Events.ChangeMoney:FireServer(math.huge,"nohacking")
- wait(.5)
- local A_1 = 1500000
- local A_2 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.RebirthPlayer
- Event:FireServer(A_1, A_2)
- local A_1 = "Rebirth"
- local Event = game:GetService("ReplicatedStorage").Events.FireAnalytic
- Event:FireServer(A_1)
- wait()
- end)
- Auto Rebirths by LAZ3R
- Code:
- while true do --
- game.ReplicatedStorage.Events.ChangeMoney:FireServer(100000000000000000, "nohacking")
- game.ReplicatedStorage.Events.RebirthPlayer:FireServer("Anelle18", "nohacking") end
- -- Change Anelle18 to your roblox name
- Kill best blobs:
- while true do
- wait()
- local A_1 = game:GetService("Workspace").GameStuff.Blobs.slimeblob.slimeblob.BlobProperties
- local A_2 = math.huge
- local A_3 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.DealDamage
- Event:FireServer(A_1, A_2, A_3)
- local A_1 = game:GetService("Workspace").GameStuff.Blobs.roblob.roblob.BlobProperties
- local A_2 = math.huge
- local A_3 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.DealDamage
- Event:FireServer(A_1, A_2, A_3)
- local A_1 = game:GetService("Workspace").GameStuff.Blobs.teddyblob.teddyblob.BlobProperties
- local A_2 = math.huge
- local A_3 = "nohacking"
- local Event = game:GetService("ReplicatedStorage").Events.DealDamage
- Event:FireServer(A_1, A_2, A_3)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement