Autohotkey is a free program you can use to make small .exe files, the scripting looks a lot like .vbs too
as an example my fireworks spamming "bot":
Code:
Loop
{
IfWinExist Mabinogi : Pioneers of Iria
Winactivate
else
{
MsgBox Mabinogi is not open, now exiting AutoFireworkShooter
return
}
sleep 2000
Send {F12}
sleep 1000
Send Hello all~ XD {enter}
Sleep 57000
}
return
best thing has yet to come, this works 100% with hackshield on
download link:

note: due to a mabinogi glitch, F1~F12 dont work while chatting.
edit: even tho i don't have that much experience, if you ask i'll try to make something for you, just send a pm






