Okay how to use autoit on EU demons. Okay to make a auto pill its very easy about four five lines.Okay so you always have to type While 1
Then you type Send and what you want it to type will be in the two ("{}").
So we have
While 1
Send("{1}")
then type how long it needs to sleep 1000+
So like Sleep(1000)
Then the easy part
WEnd
If you need anymore help post it.
Then you type Send and what you want it to type will be in the two ("{}").
So we have
While 1
Send("{1}")
then type how long it needs to sleep 1000+
So like Sleep(1000)
Then the easy part
WEnd
If you need anymore help post it.