Advertisement
SkidScripts

anti afk

May 22nd, 2023
901
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local VU = game:GetService("VirtualUser")
  2.  
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4.     VU:CaptureController()
  5.     VU:ClickButton2(Vector2.new())
  6.     print("Skipped")
  7. end)
  8.  
  9. print("Anti Afk Enabled.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement