View difference between Paste ID: h7w1mW6y and 2T9iu0fd
SHOW: | | - or go back to the newest paste.
1
local VirtualUser=game:service'VirtualUser'
2
game:service'Players'.LocalPlayer.Idled:connect(function()
3
VirtualUser:CaptureController()
4
VirtualUser:ClickButton2(Vector2.new())
5
end)