Advertisement
djvj

Untitled

Apr 9th, 2011
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.44 KB | None | 0 0
  1.                                         dim $results[100][2]
  2.                                         $resultcounter=0
  3.                                         for $xBattle_Left1_mob= 1 to 100
  4.                                              for $yBattle_Left1_mob= 1 to 100
  5.                                                   If PixelGetColor($xBattle_Left1_mob,$yBattle_Left1_mob) <> "000000" Then
  6.                                                      $resultcounter+=1
  7.                                                      $results[$resultcounter][0]=$xBattle_Left1_mob
  8.                                                      $results[$resultcounter][1]=$yBattle_Left1_mob
  9.                                                   Endif
  10.                                              next
  11.                                         next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement