Universal Script 📌
7.9k Views
14 Executions

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
Log in to join the conversation. Login
YallSumLz's profile picture
YallSumLzUploader2 years ago(edited)

@WhoKnowsme sometimes Obfuscating breaks the script but ill test it out

2
NegaBoy's profile picture
NegaBoy2 years ago(edited)

Is good is good 👍

2
Xenos's profile picture
Xenos2 years ago(edited)

I like the gui, I'll try it for tonight

1
Whoknowsme's profile picture
Whoknowsme2 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

1
YallSumLz's profile picture
YallSumLzUploader2 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

1
Lover_idIe's profile picture
Lover_idIe2 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

1
snooz's profile picture
snooz2 years ago(edited)

Is this not just a gui?

1