Advertisement
dady172172

Longest Obby in Roblox 2060 Script

Dec 20th, 2019
2,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --[[
  2. Game https://www.roblox.com/games/2146413442/Longest-Obby-in-Roblox-2060
  3. More https://github.com/dady172172/Roblox-Cheats I have moved to Gethub
  4. ]]--
  5.  
  6. local VirtualUser=game:service'VirtualUser'
  7. game:service'Players'.LocalPlayer.Idled:connect(function()
  8. VirtualUser:CaptureController()
  9. VirtualUser:ClickButton2(Vector2.new())
  10. end)
  11.  
  12. _G.stop = false --set this to true to stop the loop
  13. for i=1,2060 do
  14.     if _G.stop == true then return end
  15.     wait(1.1)
  16.     pad = game:GetService("Workspace").BasicPartExists:FindFirstChild(i)
  17.     if pad then
  18.         padCframe = pad.CFrame 
  19.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = padCframe
  20.     end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement