Advertisement
Scriptorz5

anti-afk

Sep 13th, 2019
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. game:GetService("Players").LocalPlayer.Idled:connect(function()
  2. game:GetService("VirtualUser"):CaptureController()
  3. game:GetService("VirtualUser"):ClickButton2(Vector2.new())
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement