Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. print("Discord - Momo Hirai (平井 もも)#9155")
  2. print("Dark Devs")
  3.  
  4. -- Anti Idle
  5. local VirtualUser=game:service'VirtualUser'
  6. game:service'Players'.LocalPlayer.Idled:connect(function()
  7. VirtualUser:CaptureController()
  8. VirtualUser:ClickButton2(Vector2.new())
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement