OogaBoogaNoob

speed run

Apr 28th, 2022
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. --how to use: 1) execute, 2) reset, 3) auto click in rebirth button
  2. --game link: https://www.roblox.com/games/7047488135/Speed-Run-Simulator
  3.  
  4. for a= 1,999999999 do
  5.  
  6. local teleport = true
  7.  
  8. if teleport == true then
  9. local playerhead = game.Players.LocalPlayer.Character.Head
  10. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  11. if v.Name == "TouchInterest" and v.Parent then
  12. firetouchinterest(playerhead, v.Parent, 0)
  13. end
  14. end
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1422.81, 227.42, -256.42)
  16. wait(2)
  17. end
  18.  
  19. end
  20.  
Advertisement
Add Comment
Please, Sign In to add comment