Created
January 5, 2011 12:09
-
-
Save kkung/766244 to your computer and use it in GitHub Desktop.
the Ticket War of a Lunar New Year's Day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SetMouseDelay, 0 | |
SetKeyDelay, 5 | |
; 02/01 1159 | |
^+1:: | |
SetTitleMatchMode, 2 | |
IfWinExist, 대수송 | |
{ | |
WinActivate | |
} | |
MouseClick, left, 166,194 | |
Send, {DEL 12} | |
Send, ********** | |
MouseClick, left, 167,220 | |
Send, {DEL 9} | |
Send, **** | |
Send, {TAB 7} | |
Send, {DEL 4}영등포 | |
Send, {TAB 2} | |
Send, {DEL 4}홍성{TAB} ;역명 입력 | |
; 열차번호 입력하기. TAB이 안된다! | |
MouseClick, left, 500,339 | |
MouseClick, left, 526,339 | |
Send, {DEL 7}1159 | |
; 왕복 도저언! | |
MouseClick, left,756,178 | |
MouseCLick, left,718,273 | |
MouseCLick, left,722,314 ;2/03 | |
MouseCLick, left,651,337 | |
MouseClick, left,674,338 ;열차번호 | |
Send, {DEL 7}1164 | |
MouseCLick, left,394,604 ;예약클릭! | |
return | |
; 02/04 1154 | |
^+2:: | |
SetTitleMatchMode, 2 | |
IfWinExist, 대수송 | |
{ | |
WinActivate | |
} | |
MouseClick, left, 166,194 | |
Send, {DEL 12} | |
Send, ********** | |
MouseClick, left, 167,220 | |
Send, {DEL 9} | |
Send, **** | |
Send, {TAB 7} | |
Send, {DEL 4}홍성 | |
Send, {TAB 2} | |
Send, {DEL 4}영등포{TAB} ;역명 입력 | |
MouseClick, left, 564,273 ;일 | |
MouseClick, left, 578,324 | |
; 열차번호 입력하기. TAB이 안된다! | |
MouseClick, left, 500,339 | |
MouseClick, left, 526,339 | |
Send, {DEL 7}1154 | |
MouseCLick, left,394,604 ;예약클릭! | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment