Advertisement
VicyX

GrandCrossingFastEXP_UNOBFUSCATED

Apr 23rd, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local TikEvent = game:GetService("ReplicatedStorage").RemoteEvents.Other["Tick_Patrol"]
  2. local mission = 1
  3. local MissionEvent = game:GetService("ReplicatedStorage").RemoteFunctions["Select_Mission"]
  4.  
  5. while true do
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-667.5,564,-1797))
  7. MissionEvent:InvokeServer(mission)
  8. for e = 0,500 do
  9. TikEvent:FireServer()
  10. end
  11. wait()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement