Advertisement
Guest User

Anti AFK

a guest
Dec 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local VirtualUser=game:GetService"VirtualUser"
  2. game:GetService"Players".LocalPlayer.Idled:Connect(function()
  3. VirtualUser:CaptureController()
  4. VirtualUser:ClickButton2(Vector2.new())
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement