Our search systems are undergoing rapid maintenance, they may be intermittently unavailable. Sorry for the inconvenience!
Universal Script 📌
7.7k Views

Advanced Anti Afk

Universal Script 📌Uploaded by
2 years ago
Please login to perform these actions:

Description

Anti Afk took 5 hours to code 😭

View Raw
Edited By: YallSumLz Download


Comments
7
User profile picture
NegaBoy 2 years ago - Edited
Is good is good 👍
User profile picture
snooz 2 years ago - Edited
Is this not just a gui?
User profile picture
Lover_idIe 2 years ago - Edited
-- why would u need a whole gui for this? local RunService = game:GetService("RunService") local VirtualUser = game:GetService("VirtualUser") local function AntiAFK() local player = game.Players.LocalPlayer player.Idled:Connect(function() VirtualUser:CaptureController() VirtualUser:ClickButton2(Vector2.new()) end) RunService.Heartbeat:Connect(function() end) end AntiAFK() -- dont know if this works cuz I didnt test it
User profile picture
YallSumLz 2 years ago - Edited
its not just a gui the afk is completely different from others instead of clicking in a set amount of time this will trick roblox into thinking your walking and jumping around
User profile picture
Whoknowsme 2 years ago - Edited
@YallSumLz Yo bro is good if you made that script Obfuscate it bc that no one steals it from you and uses it in other scripts or hubs without your permission W Anti-AFK
User profile picture
YallSumLz 2 years ago - Edited
@WhoKnowsme sometimes Obfuscating breaks the script but ill test it out
User profile picture
Xenos 1 year ago - Edited
I like the gui, I'll try it for tonight
Please Login to add a comment.