Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local VU = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- VU:CaptureController()
- VU:ClickButton2(Vector2.new())
- print("Skipped")
- end)
- print("Anti Afk Enabled.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement