쿠키런 - 메크로

안녕하세요. 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 - [게임세상/쿠키런] - 쿠키런 오토핫키

 

 

 

반응형
블로그 이미지

EverMoon

이것저것 좋아하는 이야기들로 만들어진 세상..

,