Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Teleport All Coins
- _G.UoU= true
- while _G.UoU do
- local UwU = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game:GetService("Workspace").Objects:GetChildren()) do
- v.CFrame = UwU.CFrame
- wait(0.2)
- end
- end
- -- AutoSell
- while true do
- wait(7) -- Change timer if you want!
- local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(71.1517487, 113.955093, -102.24131, -0.997561932, 0.000169524661, -0.0697919428, 0.000175552908, 1, -8.02411378e-05, 0.0697919279, -9.22976469e-05, -0.997561932)
- wait(0.7)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement