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 ?
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