Advertisement
dady172172

Speed Simulator Original script

Dec 20th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --make sure to select Original
  2. --https://www.roblox.com/games/1131164713/Speed-Simulator
  3. --https://github.com/dady172172/Roblox-Cheats I have moved to Gethub
  4.  
  5. _G.cheat1 = true
  6. while _G.cheat1 == true do
  7. for _,v in pairs(game.workspace:GetChildren()) do
  8. if string.match(v.Name, "Orb") then
  9. wait()
  10. if _G.cheat1 == false then return end
  11. v.orb2.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  12. v.orb.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement