Well, I am working on a bot for a Pokemon game but as it seems I cant get it to change the Memory Value from the Address I bot.
If I could get it to change it would help me so much.
Can anybody point out where I am wrong?
What I need help is with this Function: _MemoryWrite
I dont exactly know how to use this but I used it like this: _MemoryWrite(0x00570D38, $memory,0)
VB 08 Memory Reading 07/06/2010 - .NET Languages - 2 Replies Hallo,
Ich wollte in einem Spiel die HP auslesen lasse, dabei bin ich aber auf ein Problem gestoßen.
Das Problem ist, das die Pointer Adresse so aussieht : "Hero.exe+"..
http://www.imagebanana.com/img/o0org9ha/Problem.p ng
Kann mir vllt. jmd sagen, wei ich das hinbekomme ?
C++ Memory Reading 01/02/2010 - C/C++ - 4 Replies huhu
ich wollte jetzt von Autoit auf C++ umsteigen ...
nun weis ich nur leider nicht wie die befehle fürs process id und memory aulesen usw bei c++ sind :)
hat da jmd ne kleine übersicht oder sowas .. wäre toll x)
mfg karl
Memory reading help... 02/10/2007 - Conquer Online 2 - 1 Replies Hi,
I need to read the amount of arrows on an archer (0-500). I have the pointer and offset, and i can get the right number in cheat engine, however whenever i try to read it from autohotkey i always get 0. Don't know why. I've always read 4 byte data before so i don't really know if i have the right code for 2 byte data. Here's the autohotkey code
ExtInt(ByRef pSource, pOffset = 0, pIsSigned = false, pSize = 4); From AutoHotKey Help
{
Loop %pSize%
result += *(&pSource +...
Help with Reading Memory 01/28/2007 - Conquer Online 2 - 1 Replies Hello,
I've been programming my own Program,
but im now busy with the hardest stuff,
and i'm writing in VB.NET 2005
who can help me with a simple Example to read a memory adress
and this convert to an TEXT label?
the basic is:
VB.Net Memory Reading 11/03/2006 - .NET Languages - 0 Replies Basically I'm doing a course in VB.Net and I'm wondering if theres anyone here who can teach me or show me how to read memory values in my project. My course does not cover this, so I'm stuck with either self-research or asking questions.
If anyone can help then I'd be very grateful.
PS: The target game I'll be testing on is Conquer Online 2