If you want to criticize or start a flame then go somewhere else.
thank you.
I have found a mini program that will auto buff your RF Online, (I.E. this will press the designated keys on your keyboard).
Purpose:
*Creating GM BUffs Skill and force
*Can also make inana go level up, maybe other summons too (havent tried it)
How the program works:
-the program can send input commands every X seconds/miliseconds
-this program can restore the 2nd RF window, press a button then minimize it.
this is useful for dual client users who is using another character to level
his/her buffs or to those who afk buffs, you wont need a coin anymore!
-the program can auto run another program
program name: autohotkey [AHK] (
) < this is also used in warcraft 3 as MASH (dota hotkeys) you can download it from their sitethe code of AHK:
IfWinExist RF Online(name of the RF window)
{
settitlematchmode 3(leave it to 3 to have exact match making)
BlockInput On
WinActivate RF Online
WinWaitActive RF Online
SendPlay {f10}
WinMinimize
BlockInput Off
sleep 24033
}
you can change the {f10} into another key/keys i.e {1} {f1} or e
you CANNOT target the hidden RF Window (hidden by hidetools or sandboxie)
you can add more keystroke i.e.
sendplay {F10}
sleep 10000 (10 seconds before sending f9)
sendplay {F9}
hope that this become useful to the others
oh and also for Cora summoner
you can do this too
^3::
SendPlay {,}
return
^3 means ctrl+3
if you press it then it will have the same effect as pressing the , button, the attack summon button
you can change it to anything you want, ^=ctrl !=alt #=window key
I.E.
!^3:: = ctrl+alt+3
#a:: = windowkey+a
just sharing.
i don't know how to create fast GM buffs
but i used this for mine
got a GM vista adept velo tempo in 2days @_@ its freaking slow i think haha!
just click thanks if this had helped you.
my 1st tutorial..







