Current Auto Fishing in active window:


 
If not A_IsAdmin
{
Run *RunAs "%A_ScriptFullPath%"
ExitApp
}
F10::
loop
{
loop, 25000
{
Send, {F down}
Send, {F Up}
Sleep, 325
}
}


return


F9::
Pause
return


If not A_IsAdmin

 
If not A_IsAdmin
{
Run *RunAs "%A_ScriptFullPath%"
ExitApp
}


F10::
SetTitleMatchMode, 2
loop
{
loop, 25000
{
ControlSend, , {F down}, MapleStory2
ControlSend, , {F Up}, MapleStory2
Sleep, 325
}
loop, 1
{
ControlSend, , {4 down}, MapleStory2
Sleep, 750
ControlSend, , {4 up}, MapleStory2
}
}
return


F9::
Pause
return