Advertisement
InfinateSpectre

LF Tp to ball (improved by NoahNation#5582 )

Jul 19th, 2019
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.99 KB | None | 0 0
  1.        
  2.        
  3.        
  4.        
  5.        
  6.        
  7.            
  8.         local Teleport = true
  9.        
  10.         function TeleportToBall()
  11.           if game.Workspace:FindFirstChild("Football") then
  12.               game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace:FindFirstChild("Football").CFrame
  13.           end
  14.         end
  15.         ----------------------------------------
  16.         function LoadScript()
  17.           if Teleport == true then
  18.               TeleportToBall()
  19.               wait(0.001)
  20.               TeleportToBall()
  21.               wait(0.001)
  22.               TeleportToBall()
  23.               wait(0.001)
  24.               TeleportToBall()
  25.               wait(0.001)
  26.               TeleportToBall()
  27.               wait(0.001)
  28.               TeleportToBall()
  29.               wait(0.001)
  30.               TeleportToBall()
  31.               wait(0.001)
  32.               TeleportToBall()
  33.               wait(0.001)
  34.               TeleportToBall()
  35.               wait(0.001)
  36.               TeleportToBall()
  37.               wait(0.001)
  38.               TeleportToBall()
  39.               wait(0.001)
  40.               TeleportToBall()
  41.               wait(0.001)
  42.               TeleportToBall()
  43.               wait(0.001)
  44.               TeleportToBall()
  45.               wait(0.001)
  46.               TeleportToBall()
  47.               wait(0.001)
  48.               TeleportToBall()
  49.               wait(0.001)
  50.               TeleportToBall()
  51.               wait(0.001)
  52.               TeleportToBall()
  53.               wait(0.001)
  54.               TeleportToBall()
  55.               wait(0.001)
  56.               TeleportToBall()
  57.               wait(0.001)
  58.               TeleportToBall()
  59.               wait(0.001)
  60.               TeleportToBall()
  61.               wait(0.001)
  62.               TeleportToBall()
  63.               wait(0.001)
  64.               TeleportToBall()
  65.               wait(0.001)
  66.               TeleportToBall()
  67.               wait(0.001)
  68.               TeleportToBall()
  69.               wait(0.001)
  70.               TeleportToBall()
  71.               wait(0.001)
  72.               TeleportToBall()
  73.               wait(0.001)
  74.               TeleportToBall()
  75.               wait(0.001)
  76.               TeleportToBall()
  77.               wait(0.001)
  78.               TeleportToBall()
  79.               wait(0.001)
  80.               TeleportToBall()
  81.               wait(0.001)
  82.              
  83.           end
  84.         end
  85.         ----------------------------------------
  86.         function onKeyPress(inputObject, gameProcessedEvent)
  87.         if inputObject.KeyCode == Enum.KeyCode.V then
  88.                LoadScript()
  89.                LoadScript()
  90.                LoadScript()
  91.                LoadScript()
  92.                LoadScript()
  93.                LoadScript()
  94.                LoadScript()
  95.                LoadScript()
  96.                LoadScript()
  97.            end
  98.         end
  99.        
  100.         game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement