The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "User:Anka/Macros/test"

From ATITD5
Jump to navigationJump to search
(Created page with "<pre> Loop { MouseMove, %PitX1%,%PitY1% Sleep 1000 Click right Sleep 1000 PixelGetColor, color, %MouseX%, %MouseY%, slow if color <> "0x000000" msgbox %color% sound...")
(No difference)

Revision as of 21:59, 20 February 2011

Loop
{
  MouseMove, %PitX1%,%PitY1%
  Sleep 1000
  Click right
  Sleep 1000
  PixelGetColor, color, %MouseX%, %MouseY%, slow
  if color <> "0x000000"
	msgbox %color%
	soundbeep
        soundbeep
    break
  if (color = 0x000000)
  {
		soundbeep
    Send {Esc}
    PitX1--
    continue
  }
}