cybishy1223

Driving Empire AFK Hack

Jul 28th, 2021 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. getgenv().on = true
  2. coroutine.wrap(function()
  3. while getgenv().on do
  4. game:GetService("Workspace").Vehicles[game.Players.LocalPlayer.Name].VehicleSeat.CFrame =
  5. CFrame.new(math.random(1,100),2000,math.random(1,100))
  6. wait(6)
  7. end
  8. end)()
  9. while getgenv().on do
  10. game:GetService("RunService").Heartbeat:wait()
  11. game:GetService("Workspace").Vehicles[game.Players.LocalPlayer.Name].VehicleSeat.Velocity = Vector3.new(600,1,math.random(100,200))
  12. end
Add Comment
Please, Sign In to add comment