Meliodas0_0

Jailbreak KeyClick

Jul 7th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local VirtualInput = game:GetService("VirtualInputManager")
  2.  
  3. local function keyclick(keycode)
  4. VirtualInput:SendKeyEvent(true, keycode, false, game)
  5. wait()
  6. VirtualInput:SendKeyEvent(false, keycode, false, game)
  7. end
  8.  
  9. keyclick("F")
Add Comment
Please, Sign In to add comment