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 ?
Help with memory reading. C++. 06/12/2010 - Aion - 0 Replies Hello people, I'm kinda new to memory reading in c++. Been doing similiar stuff, and done some other stuff like packet hacks etc but anyway, to the issue.
I get weird values from AION when reading. And I'm prolly going about this totally wrong so I'll post you the code and hopefully some kind soul out there will point me in the right direction.
int address = 0xA82424;
int value;
DWORD pid;
if(!GameWindow)
{
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: