그냥 단순한거..
1 이나 마우스 오른쪽 누르고 있으면 123연타 => 사냥용
f2 누르면 123이랑 마우스오른클릭 무한 연타 => 쥐몰이용
123에 혼령공세-허깨비, 혼령출몰-원통한혼령, 피라냐-피라냐회오리 넣고 사용
마우스오른클릭에는 사냥할 때는 혼령걸음
쥐몰이 할 때는 산성구름-쎈구름
WinWait, 디아블로 III,
IfWinNotActive, 디아블로 III, , WinActivate, 디아블로 III,
WinWaitActive, 디아블로 III,
#Persistent
SetTimer, Attack, 500
return
Attack:
if GetKeyState("1") or GetKeyState("Rbutton")
{
Send {1}
Send {2}
Send {3}
}
return
F2::
while GetKeyState("f3", "T") and not GetKeyState("Lbutton", "P") and not GetKeyState("Enter", "P")
{
Send {1}
Send {2}
Send {3}
MouseClick, Right
}
return
pause::pause
f12::exitapp
IfWinNotActive, 디아블로 III, , WinActivate, 디아블로 III,
WinWaitActive, 디아블로 III,
#Persistent
SetTimer, Attack, 500
return
Attack:
if GetKeyState("1") or GetKeyState("Rbutton")
{
Send {1}
Send {2}
Send {3}
}
return
F2::
while GetKeyState("f3", "T") and not GetKeyState("Lbutton", "P") and not GetKeyState("Enter", "P")
{
Send {1}
Send {2}
Send {3}
MouseClick, Right
}
return
pause::pause
f12::exitapp