Advertisement
ustinjamesss

screipt

Dec 2nd, 2022
1,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. --credits to ehukuu#2728
  2.  
  3. -- this script will teleport you to beta game
  4. placeid = 11273874738
  5. tp = game:GetService('TeleportService')
  6.  
  7. for i,v in pairs (game.Players:GetChildren()) do
  8. tp:Teleport(placeid, v)
  9. end
  10.  
  11. --EXECUTE THIS TO USE THESE CODES MORE THAN ONCE. CODES SAVE IN NORMAL GAME
  12. --sushigold - gives stars
  13. --pennyless - clears all stars
  14. --unlock - unlocks all zones
  15. --seasongold - gives leaf currency
  16. --seasonxp - gives season XP
  17. -----------------------------------------------
  18. -- this script will autofarm rebirth
  19. game:GetService"RunService".RenderStepped:Connect(function()
  20. game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("[email protected]").knit.Services.RebirthService.RF.Rebirth:InvokeServer()
  21. wait()
  22. local args = {
  23. [1] = "sushigold"
  24. }
  25. game:GetService("ReplicatedStorage").Packages._Index:FindFirstChild("[email protected]").knit.Services.CodesService.RF.ClaimCode:InvokeServer(unpack(args))
  26. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement