Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. local virtualUser = game:GetService('VirtualUser')
  2.  
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = "parkour afk-farm";
  5. Text = "Welcome! " .. game.Players.LocalPlayer.Name;
  6. })
  7.  
  8. spawn(function()
  9. while wait(1) do
  10. virtualUser:CaptureController()
  11. virtualUser:SetKeyDown('f')
  12. virtualUser:SetKeyUp('f')
  13. end
  14. end)
  15.  
  16.  
  17.  
  18. while true do
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-128.449219, 247.599991, -155.905106)
  20. wait(math.random(8, 17))
  21. print("finished in teleporting seconds")
  22. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-114.024233, 748.599854, -256.755035)
  23. wait(math.random(4, 6))
  24. print("teleporting back")
  25.  
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement