Originally Posted by
Miivers
Hello
I picked up my old bot project from a while back for a few days ago. Today I got an email saying my account is locked because of suspicious activity. I am using a trail account when testing my bot so it is not a big deal. I do however want to find out how to avoid this.
I have only been reading memory using ReadProcessMemory(yes I know I'm lazy) and MODULEENTRY32 to get the entry point of the process. When getting the handle I use OpenProcess where I ask for read/write privileged. I am tunneling trough a proxy when running the client.
From what I have seen on the forum it is safe as long as you are out of process. What I am wondering about is if i change the way I read memory on. Will this solv my problem?