Advertisement
NoTextForSpeech

anti afk no gui skidded from inf yield

Mar 6th, 2024 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. -- loadstring(game:HttpGet('https://pastebin.com/raw/3W0qr7b4'))()
  2. local GC = getconnections or get_signal_cons
  3.     if GC then
  4.         for i,v in pairs(GC(Players.LocalPlayer.Idled)) do
  5.             if v["Disable"] then
  6.                 v["Disable"](v)
  7.             elseif v["Disconnect"] then
  8.                 v["Disconnect"](v)
  9.             end
  10.         end
  11.     else
  12.         Players.LocalPlayer.Idled:Connect(function()
  13.             local VirtualUser = game:GetService("VirtualUser")
  14.             VirtualUser:CaptureController()
  15.             VirtualUser:ClickButton2(Vector2.new())
  16.         end)
  17.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement