Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Anti AFK
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- -- Teleportation
- while true do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-710.046936, 247.260239, -337.520874)
- wait(1)
- end
- -- Tools
- -- Coord Grabber
- loadstring(game:HttpGet("https://pastebin.com/raw/GdmzzrDz", true))()
- -- Teleportation
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-710.046936, 247.260239, -337.520874)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement