Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --credits to ehukuu#2728
- -- this script will teleport you to beta game
- placeid = 11273874738
- tp = game:GetService('TeleportService')
- for i,v in pairs (game.Players:GetChildren()) do
- tp:Teleport(placeid, v)
- end
- --EXECUTE THIS TO USE THESE CODES MORE THAN ONCE. CODES SAVE IN NORMAL GAME
- --sushigold - gives stars
- --pennyless - clears all stars
- --unlock - unlocks all zones
- --seasongold - gives leaf currency
- --seasonxp - gives season XP
- -----------------------------------------------
- -- this script will autofarm rebirth
- game:GetService"RunService".RenderStepped:Connect(function()
- game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("[email protected]").knit.Services.RebirthService.RF.Rebirth:InvokeServer()
- wait()
- local args = {
- [1] = "sushigold"
- }
- game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("[email protected]").knit.Services.CodesService.RF.ClaimCode:InvokeServer(unpack(args))
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement