안녕하세요. EverMoon입니다.
몇몇분들이 메크로에 질문을 하시는데 전부 답변을 드리지 못해 죄송하구요. 이전자료를 정리해서 올려드립니다.
오토핫키로 작성된 메크로입니다. 오토핫키 설치방법이나 지니모션 설치 및 실행방법은 글 검색에서 찾으시면 됩니다.
F1::
WinGetActiveTitle, ginny
winmove, %ginny%,,1120,0,800,480
WinSet, Alwaysontop,on,%ginny%
WinGetPos, X, Y, W, H, %ginny%
X2:=X+W
Y2:=Y+H
coordmode, mouse, Screen
loop
{
gosub, a1 ;start
gosub, a2 ;ingame
gosub, a3 ;end
gosub, a4 ;event
}
a1: ;start
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\1.bmp
if errorlevel=0
{
N:=(409*65536)+536
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 200
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 200
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 200
}
}
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\2.bmp
if errorlevel=0
{
N:=(380*65536)+501
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 200
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 200
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 200
}
}
return
a2: ;ingame
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\jump.bmp
if errorlevel=0
{
N:=(247*65536)+349
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 50
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 50
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 50
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 50
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 50
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 50
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 50
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 50
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 50
}
}
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\run.bmp
if errorlevel=0
{
N:=(247*65536)+349
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 50
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 50
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 50
}
}
return
a3: ;end
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\end.bmp
if errorlevel=0
{
N:=(406*65536)+281
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 200
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 200
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 200
}
}
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\open.bmp
if errorlevel=0
{
N:=(407*65536)+378
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 200
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 200
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 200
}
}
return
a4: ;event
ImageSearch, m1, m2, %X%, %Y%, %X2%, %Y2%, *50 c:\cookie2\bosang.bmp
if errorlevel=0
{
N:=(354*65536)+369
{
PostMessage, 0x200, 0, %N%,, %ginny%
sleep 200
PostMessage, 0x201, 1, %N%,, %ginny%
sleep 200
PostMessage, 0x202, 0, %N%,, %ginny%
sleep 200
}
}
return
F2:: Pause
F4:: ExitApp
오토핫키 관련 소스밖에 없습니다. 메크로 프로그램을 다른 것을 사용하기 때문에 이전자료는 모두 지워버렸네요.
이미지는 안카메라로 찍어서 bmp로 저장하였었는데. 각 컴퓨터마다 그래픽이 다르기 때문에 본인이 이미지를 캡쳐해야 합니다.
2016/03/05 - [게임세상/쿠키런] - 쿠키런 - 오토핫키 소스
2016/02/26 - [게임세상/쿠키런] - 쿠키런 오토핫키
'게임세상 > 쿠키런' 카테고리의 다른 글
쿠키런 고득점 조합 18년 4월 (0) | 2018.04.11 |
---|---|
쿠키런 고득점 조합 - 신대륙발견 (0) | 2016.08.26 |
쿠키런 비밀코드 16년 8월 (2) | 2016.08.13 |
쿠키런 고득점 8월 - 비밀코드 (3) | 2016.08.13 |
얼음파도의 탑 100층 클리어 (0) | 2016.07.30 |
쿠키런 7월 고득점조합 (1) | 2016.07.27 |
쿠키런 고득점 조합 (0) | 2016.07.19 |
쿠키런 고득점 조합 6월 (1) | 2016.06.12 |
[쿠키런] 라이트형제 (0) | 2016.06.01 |
[쿠키런] 롤케이크맛 쿠키 (2) | 2016.06.01 |