Skip to content

Commit 4909dd7

Browse files
Update AntiAFK.lua
1 parent b06eb84 commit 4909dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AntiAFK.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local VirtualInputManager = game:GetService("VirtualInputManager")
1+
local VirtualInputManager = Instance.new("VirtualInputManager")
22
local UserInputService = game:GetService("UserInputService")
33
local Hooks = {}
44

@@ -116,4 +116,4 @@ while true do
116116
VirtualInputManager:SendKeyEvent(true, Enum.KeyCode.Unknown, false, game)
117117

118118
task.wait(Random.new():NextNumber(15, 120))
119-
end
119+
end

0 commit comments

Comments
 (0)