Advertisement
MegumuSenpai

Anti-AFK

Jul 12th, 2020
562
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() until game:GetService("Players").LocalPlayer
  2. local VirtualUser = game:GetService("VirtualUser")
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. VirtualUser:CaptureController()
  5. VirtualUser:ClickButton2(Vector2.new())
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement