Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Char = game:GetService("Players").LocalPlayer.Character
- _G.Farm = not _G.Farm
- if Char.Humanoid.HipHeight <= 200 then
- Char.Humanoid.HipHeight = 200
- end
- while _G.Farm and wait() do
- while game.Players.LocalPlayer.leaderstats.Steps.Value < 20000 and _G.Farm and wait() do
- Char.Humanoid.WalkToPoint = game:GetService("Workspace").EndZone.Position
- Char.Humanoid.WalkSpeed = 4500
- end
- if not _G.Farm then
- Char.Humanoid.WalkToPoint = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position
- end
- print("Rebirth incomming!")
- game:GetService("ReplicatedStorage").TurtleEvent:FireServer()
- end
Advertisement
Add Comment
Please, Sign In to add comment