I've downloaded your code,extract "NomadMemory.au3" into your "\AutoIt3\Include" folder
After that,I ran Pinball game,run cheat engine to get an address(00A40C62). Conquer2.0 is an exe file???
Then I replaced this address in Example.au3(0x00A40C62) and replace Conquer2.0 to PINBALL.
Then run this file.But it always return 0. I don't know why?Please help me
Thanks
Hi, I did everything right like it's shown in your well explained guide, got my Health value address with CE, from the game Loong online, then used it as shown there, still the value I always get is 0, tried other addresses for other things, items like potions or stuff, same thing again.
I had a doubt about
Quote:
WinGetProcess("[Conquer2.0]")
where I tried to replace "Conquer2.0" by "LoongClient Release 1.0.0", the title of my window, didn't work, so I tried the process name "Client" (without.exe), didn't work either. What am I doing wrong? CE shows the correct values however.. any help would be great, I'm new in this, but I know other languages, so I won't give you a headache thx
i know is an old thread but this thread is good and should be sticky or at least bumped here and there from now and then ;]
and mods dont lock this its very usefull for others.even was usefull for me since this was a better memory reader than i had
I've downloaded your code,extract "NomadMemory.au3" into your "\AutoIt3\Include" folder
After that,I ran Pinball game,run cheat engine to get an address(00A40C62). Conquer2.0 is an exe file???
Then I replaced this address in Example.au3(0x00A40C62) and replace Conquer2.0 to PINBALL.
Then run this file.But it always return 0. I don't know why?Please help me
Thanks
Can anyone explain me how to use these commands or whatever they are... i've seen some of these which may be helpfull.. but how should i use them? is there a program or something?
about memory address 09/13/2010 - CO2 Programming - 4 Replies hello peeps
i am trying to make a program that shows how much gold i have in my inventory without having to open it up all the time
i have been searching on how to do this in vb6 and vb.net but i cant find anything that is what i am looking for so i came here to see if there was anyone that could point me in the right way on how to do this
[VB]Memory Address 06/30/2009 - .NET Languages - 5 Replies Weiß jemande wie ich eine Memory Addresse in Visual Basic einbauen kann ? :)
Ahja habe VB08 :)
Liebe Grüße,
AngelAndi
Memory Address 12/19/2007 - Conquer Online 2 - 0 Replies Hello,
I need help for making memory address's result based on what we need from MemAddr.ini. I.e: for C#/CSharp language:-
// Declare the unmanaged functions.
private static extern int GetPrivateProfileString(string lpAppName, string lpKeyName, string lpDefault, StringBuilder lpReturnedString, int nSize, string lpFileName);
memory address 12/07/2007 - Conquer Online 2 - 3 Replies is it possible for memory address the monster count i could use 1 for 300 kills monster :P
Memory Address Help 06/15/2006 - Conquer Online 2 - 3 Replies Currently I am trying to make a simple program to tell you if your health goes down. So far I just cannot get the value of HP via memory... well I can in a way; I end up with an address that counts your HP by 256s.... (I could not find the HP using exact value searches, so I did increase/decreased by X) I think this is a one-byte address, but I always thought HP was a 4-byte address, and I do have TSearch searching for 4-byte values. Here is my HP versus what the "256" HP address
reads (I...