griminz

Anti AFK

Oct 15th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. repeat wait(0.1) until game:GetService("Players").LocalPlayer wait(2)
  2.  
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. game:GetService("VirtualUser"):CaptureController()
  5. game:GetService("VirtualUser"):ClickButton2(Vector2.new())
  6. end)
Add Comment
Please, Sign In to add comment