Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Keyboard.set_modifier(MODIFIERKEY_GUI)
  2. Keyboard.set_key1(KEY_RIGHT)
  3. Keyboard.send_now();
  4. clearKeys();
  5. Keyboard.set_key1(KEY_ENTER)
  6. Keyboard.send_now();
  7. clearKeys();
  8. Keyboard.set_key1(KEY_F6)
  9. Keyboard.send_now();
  10. clearKeys();
  11. Keyboard.print("www.google.com")
  12. Keyboard.set_key1(KEY_ENTER)
  13. Keyboard.send_now();
  14. clearKeys();
  15. Keyboard.print("hacker")
  16. Keyboard.set_key1(KEY_ENTER)
  17. Keyboard.send_now();
  18. clearKeys();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement