Advertisement
NekoMitzi

Smashing Simulator Autofarm

Jan 19th, 2020
6,537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. -- Teleport All Coins
  2. _G.UoU= true
  3. while _G.UoU do
  4. local UwU = game.Players.LocalPlayer.Character.HumanoidRootPart
  5. for i,v in pairs(game:GetService("Workspace").Objects:GetChildren()) do
  6. v.CFrame = UwU.CFrame
  7. wait(0.2)
  8. end
  9. end
  10.  
  11.  
  12.  
  13. -- AutoSell
  14. while true do
  15. wait(7) -- Change timer if you want!
  16. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  17. 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)
  18. wait(0.7)
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement