Ragnarok Skill Spammer Guide


F1-F9 RAGNAROK Spamming or you can also edit by yourself


1. Download the autohotkey
2. Open autohotkey
3. Choose file then edit script
4. Paste this codes then save it
5. Choose file end reload

Here's the code for f1 to f9
(For autohotkey only)
$F1::
loop, 5
{
send, {F1}
sleep, 0
MouseClick, Left
}
return
$F2::
{
send, {F2}
sleep, 0
MouseClick, Left
}
return
$F3::
loop, 5
{
send, {F3}
sleep, 0
MouseClick, Left
}
return
$F4::
loop, 5
{
send, {F4}
sleep, 0
MouseClick, Left
}
return
$F5::
loop, 5
{
send, {F5}
sleep, 0
MouseClick, Left
}
return
$F6::
loop, 5
{
send, {F6}
sleep, 0
MouseClick, Left
}
return
$F7::
loop, 5
{
send, {F7}
sleep, 0
MouseClick, Left
}
return
$F8::
loop, 5
{
send, {F8}
sleep, 0
MouseClick, Left
}
return
$F9::
loop, 5
{
send, {F9}
sleep, 0
MouseClick, Left
}
return


You can change the hotkeys if you like just change the f1 example
$W::
loop, 5
{
send, {W}
sleep, 0
MouseClick, Left
}
return


I change f1 to W

Well you can now make and combo like for example making the champ to spam Finger Offensive
$F1::
loop, 5
{
sleep, 0
send, {F1}{F2}{F1}{F2}{F1}{F2}
MouseClick, Left
}
return


In this example the Dangerous Collect Soul is in the f1 and the Finger Offensive is in f2

Next is the alt command shorcut for those who want to spam just do this
$end::
{
send, {Alt Down}{1}{Alt Up}
}
return

                                                            Run as Administrator  The Autohotkey

1 commento:

  1. for the FO if u make it like this will be faster
    $F1::
    loop, 1
    {
    sleep, 000.5
    send, {F1}-{F1}-{F2}-{F2}
    MouseClick, Left
    }
    return

    RispondiElimina