Quote:
Originally Posted by (GAME)Master
does any 1 know what the XP skill timer is?
I wanna code a program to press the hot key for xp skill I just need to know
how long the timer is (i.e. between each XP skill)
|
I would read the value of the yellow circle,
like when its full the value is 100,
loop ReadProcessMemory, then a simple if statement,
Code:
if (blabla == 100)
{
//press hotkey
}