Advertisement
Isti115

3BloxPlayer

Oct 11th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CoordMode, Pixel, Screen
  2. CoordMode, Mouse, Screen
  3.  
  4. pause::
  5.     while (true)
  6.     {
  7.         ImageSearch, xPos, yPos, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\isti\programming\AutoHotKey\3blox\oneblock.png
  8.        
  9.         if(xPos > 900, yPos > 0)
  10.         {
  11.             Click
  12.         }
  13.        
  14.         xPos := 0
  15.         yPos := 0
  16.     }
  17.  
  18. return
  19.  
  20. Insert::
  21.  
  22.     Reload
  23.  
  24. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement