[Question] Memory based bot. How to start?

10/26/2012 09:47 phize#31
Quote:
Originally Posted by itachi26 View Post
Hello, back for new adventures.

I up that topic because I need an answer to my question, then I'll be able to keep my project workin'. The fact is, I don't have lots of time to code, so I don't have lots of time to make tests... I really hope that someone will help me...

I know how to find pointers with C.E. and how to reach statics adresses with my programm but the thing is, let's say that life points's static adress is : 0x45ABE698. That means that when I lunch one conquer, I'll just have to take a look there and I'll have my number of life points. But, what about two lunched conquer clients? They can't use the same static adress, no?

Any helps will be much appreciated! Thanks a lot!
Yes they can, as processes have their own virtual address space.
10/26/2012 17:33 itachi26#32
Oh? So I was wrong... I'm going to make some tests when I'll have the time to get my things to work. Thanks for your answer!