Advertisement
coastsss

Jailbreak FE Car Teleport

Dec 27th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. -- Yes I know its not obfuscated, but I don't really care.
  2.  
  3. local LocalPlayer = game:GetService("Players").LocalPlayer
  4. local NetworkAccess = coroutine.create(function()
  5.  
  6. while true do game:GetService("RunService").RenderStepped:Wait()
  7.    LocalPlayer.ReplicationFocus = workspace
  8.    LocalPlayer.MaximumSimulationRadius = 2.147e+097
  9.    LocalPlayer.SimulationRadius = 2.147e+06 end end)
  10.    coroutine.resume(NetworkAccess)
  11.  
  12. for _,v in next, workspace.Vehicles:GetDescendants() do
  13.     if v:IsA("BasePart") and v.Anchored == false then
  14.         v.CFrame = CFrame.new(-1227.3407, 25.4999943, -1738.55542)
  15.     end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement