Advertisement
EliteWolfie

Anti Afk [Great]

Mar 9th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. -- made by Elite Wolfie#5889 (Discord: https://discord.gg/3qMkkwW)
  2. local VirtualUser=game:service'VirtualUser'
  3. game:service'Players'.LocalPlayer.Idled:connect(function()
  4. VirtualUser:CaptureController()
  5. VirtualUser:ClickButton2(Vector2.new())
  6. end)
  7. -- Possibly that someone else make it before me, idk yet...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement