i found another in my opinion a easier way 2 make a buff/skill trainer
download auto hotkey install it
open a new wordpad doc
type or paste :
Loop 5000
{
Send {U}
Send keypad {P}
Sleep 5000
Send {1}
Sleep 2000
Send {2}
Sleep 2000
Send {3}
Sleep 2000
Send {4}
Sleep 2000
Send {5}
Sleep 2000
Send {6}
Sleep 3000
Send {P}
}
and save this doc as with a name of ur choise but type at the end .AHK
make it a unicode doc (u have that choise when u save)
now go 2 start and go where u installed autohotkey and open ahk to exe program put in ur file that u just made in wordpad and name it give it the default pictogram press convert and u have ur own macro
how 2 run just click the converted program (by now its a .exe file) and press in 9 dragons somewhere in the screen (u have 2 start 9dragons be4 ur run the program)
press U
and u r good 2 go

u can change the the text in ur macro by pasting the send and sleep part a few times after each other (sorry 4 my bad english btw) and just have 1 {P} at the end of all ur commands
Example :
Loop 5000
{
Sleep 5000
Send {1}
Sleep 2000
Send {2}
Sleep 2000
Send {3}
Sleep 2000
Send {4}
Sleep 2000
Send {5}
Sleep 2000
Send {6}
Sleep 3000
Sleep 5000
Send {1}
Sleep 2000
Send {2}
Sleep 2000
Send {3}
Sleep 2000
Send {4}
Sleep 2000
Send {5}
Sleep 2000
Send {6}
Sleep 3000
Sleep 5000
Send {1}
Sleep 2000
Send {2}
Sleep 2000
Send {3}
Sleep 2000
Send {4}
Sleep 2000
Send {5}
Sleep 2000
Send {6}
Sleep 3000
Sleep 5000
Send {1}
Sleep 2000
Send {2}
Sleep 2000
Send {3}
Sleep 2000
Send {4}
Sleep 2000
Send {5}
Sleep 2000
Send {6}
Sleep 3000
Send {P}
}