@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
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
-- 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
@WhoKnowsme sometimes Obfuscating breaks the script but ill test it out
Is good is good 👍
I like the gui, I'll try it for tonight
@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
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
-- 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
Is this not just a gui?