quan22111

anti afk

Oct 2nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local VirtualUser=game:service'VirtualUser'
  2. game:service'Players'.LocalPlayer.Idled:connect(function()
  3. VirtualUser:CaptureController()
  4. VirtualUser:ClickButton2(Vector2.new())
  5. end)
  6. game:GetService("StarterGui"):SetCore("SendNotification", {
  7. Title = "Anti Afk";
  8. Text = "Anti Afk Loaded";
  9. Duration = 5;
  10. })
Add Comment
Please, Sign In to add comment