Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- loadstring(game:HttpGet('https://pastebin.com/raw/3W0qr7b4'))()
- local GC = getconnections or get_signal_cons
- if GC then
- for i,v in pairs(GC(Players.LocalPlayer.Idled)) do
- if v["Disable"] then
- v["Disable"](v)
- elseif v["Disconnect"] then
- v["Disconnect"](v)
- end
- end
- else
- Players.LocalPlayer.Idled:Connect(function()
- local VirtualUser = game:GetService("VirtualUser")
- VirtualUser:CaptureController()
- VirtualUser:ClickButton2(Vector2.new())
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement