Posted: Wed Oct 22, 2008 1:58 am Post subject: [Help]Need some pointers on auto using of potion
can someone help me please? is there any possible way to make a program or use some program to make it detect my health on this game and then auto use a specified potion when my hp gets lower than 30? i have never done this kinda things before so i need some pointers..
Read pixels or read memory to know when you need to heal. Then send the heal keys when you want to heal, ideally with something like SendInput which works at a 'low' level, if not then send messages to the message queue via PostMessage/SendMessage. Alternatively if you do some debugging, perhaps you can find the routine that is executed when the heal button is pressed in which case you could try to use that.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum