Guest User

Untitled

a guest
Jul 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ~CapsLock::
  2. if chat = 0
  3. {
  4.  
  5. ImageSearch, CDX, CDY, 0, 0, A_ScreenWidth, A_ScreenHeight, *3 yazdir.png
  6. if ErrorLevel = 0
  7. {
  8. MouseGetPos, xpos, ypos
  9. MouseClick, right, %xpos%,%ypos%
  10. Click %CDX%, %CDY%
  11. MouseMove, %xpos%, %ypos%
  12. }
  13. if ErrorLevel = 1
  14. {
  15. MouseGetPos, xpos,ypos
  16. MouseClick, right, %xpos%,%ypos%
  17. Sleep 15
  18. ImageSearch, SX, SY, 0, 0, A_ScreenWidth,A_ScreenHeight, *3 yazdir.png
  19. MouseClick, left, %SX%, %SY%
  20. MouseMove, %xpos%, %ypos%
  21. }
  22. }
  23.  
  24. return
Add Comment
Please, Sign In to add comment