Advertisement
xIkeGx

Anti-AFK script

Feb 17th, 2020
7,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local virtualUser = game:GetService('VirtualUser')
  2. virtualUser:CaptureController()
  3. while true do
  4. wait()
  5. virtualUser:SetKeyDown('0x1f')
  6. wait(2)
  7. virtualUser:SetKeyUp('0x1f')
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement