Advertisement
wyrdbreaker

autohotkey script for bullies

Sep 3rd, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ; tego nie ruszać
  2. CoordMode, Screen
  3.  
  4.  
  5. ; wciska Ctrl
  6. Send {Control down}
  7. ; tutaj ustawiasz koordynaty pixela, który ma być kliknięty w formacie {Click %koordynat_x%,
  8.  
  9. %koordynat_y%, %ilość_kliknięć%}
  10. Click 218, 359, 2
  11. ; puszcza Ctrl
  12. Send {Control up}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement