F1:: ;시작키
Loop
{
MouseClick, Left, 223,492 ;------------게임시작
Sleep, 15000
Click, Left, 160,152 ;-----------------이동
Send, 2
Send, 3
Send, 4 ;------------------------------버프
Sleep, 2500
Click, Left, 299,379 ;-----------------포탈입장
Sleep, 4200
Click, Left, 370,220 ;-----------------묘실입장
Sleep, 2000
Click, Left, 438,534 ;-----------------사냥터 자리 이동
Sleep, 1000
Click, Left, 449,607 ;-----------------사냥터 자리 이동
Sleep, 1000
Click, Right, 1058,278 ;----------------히드라
Sleep, 300
Send, 1 ;------------------------------마인변신
Click down, Right, 904,308 ;-----------주스킬
Sleep, 4000
Send, 1 ;------------------------------마인기술
Sleep, 2200
Send, 1
Sleep, 2200
Send, 1
Sleep, 2200
Send, 1
Send, Q
Sleep, 2200
Send, 1
Sleep, 2200
Send, 1
Sleep, 2200
Send, 1
Sleep, 2200
Send, 1
Click up, Right
Sleep, 1000
Get전설:
{
Loop, 5
{
PixelSearch, Px, Py, 376,184, 949,768, 0x0080FF, 6, Fast
if ErrorLevel = 0
{
sleep 500
MouseClick, left, Px, Py
sleep 1000
}
if ErrorLevel = 1
{
Goto, Get세트
}
}
}
return
Get세트:
{
Loop, 3
{
PixelSearch, Px, Py, 376,184, 949,768, 0x00FF00, 6, Fast
if ErrorLevel = 0
{
sleep 500
MouseClick, left, Px, Py
sleep 1000
}
if ErrorLevel = 1
{
Goto, Get세트2
}
}
}
return
Get세트2:
{
Loop, 3
{
PixelSearch, Px, Py, 376,184, 949,768, 0x00FF00, 6, Fast
if ErrorLevel = 0
{
sleep 500
MouseClick, left, Px, Py
sleep 1000
}
if ErrorLevel = 1
{
Goto, Get레어
}
}
}
return
Get레어:
{
Loop, 5
{
PixelSearch, Px, Py, 376,184, 949,768, 0x00FFFF, 6, Fast
if ErrorLevel = 0
{
sleep 500
MouseClick, left, Px, Py
sleep 1000
}
if ErrorLevel = 1
{
Goto, Get매직
}
}
}
return
Get매직:
{
Loop, 5
{
PixelSearch, Px, Py, 376,184, 949,768, 0xF06463, 6, Fast
if ErrorLevel = 0
{
sleep 500
MouseClick, left, Px, Py
sleep 1000
}
if ErrorLevel = 1
{
Goto, Get전설2
}
}
}
return
Get전설2:
{
Loop, 3
{
PixelSearch, Px, Py, 376,184, 949,768, 0x0074E7, 6, Fast
if ErrorLevel = 0
{
sleep 500
MouseClick, left, Px, Py
sleep 1000
}
}
}
Sleep, 300
Send, T
Sleep, 7000
Send, {ESC}
Click, Left, 225,456
Sleep, 6000
}
return
F2:: ;중지키
{
Reload
}
return
F11::
Pause, Toggle
Return
F12::
ExitApp
어렵네요 ㅡㅡ