Advertisement
koreanhackerman

Anti-AFK Advanced Script

Jul 4th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -- been quite a while, wanted to post something good so here ya go --
  2. local VirtualUser=game:service'VirtualUser'
  3. game:service'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