IWannaDieAsWell

Antiafk + AutoRejoin

Jun 25th, 2024
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local bb = game:GetService('VirtualUser')
  2. game:GetService("Players").LocalPlayer.Idled:connect(function()
  3. bb:CaptureController()
  4. bb:ClickButton2(Vector2.new())
  5.  
  6. end)
  7. game:GetService("GuiService").ErrorMessageChanged:Connect(function()
  8. while task.wait(5) do
  9. game:GetService("TeleportService"):Teleport(game.PlaceId)
  10. end
  11. end);
  12.  
  13. print("loaded")
Advertisement
Add Comment
Please, Sign In to add comment