Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local VirtualUser = game:GetService('VirtualUser')
- game:GetService('Players').LocalPlayer.Idled:Connect(function()
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "AntiAFK loaded!",
- Text = "Made by UwU",
- Button1 = "Thanks",
- Duration = 5
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement