Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 04:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Memory reading doesnt work

Discussion on Memory reading doesnt work within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,234
Received Thanks: 1,095
Memory reading doesnt work

Code:
<?xml version="1.0"?>

<CheatTable CheatEngineTableVersion="10">

  <CheatEntries>

    <CheatEntry>

      <Description>"max HP"</Description>

      <Color>80000008</Color>

      <VariableType>4 Bytes</VariableType>

      <Address>client.exe+103C884</Address>

      <Offsets>

        <Offset>DC</Offset>

      </Offsets>

    </CheatEntry>

  </CheatEntries>

  <UserdefinedSymbols/>

</CheatTable>
ive win7 64bit .. tryed nomad udf and winapi read process.. but both return 0

and i have kinda forgotten how to read value with offsets...

ild be happy if any1 could give me a single example with the above table :/

havent coded with memory udfs for long time now... been trying to find my answers for 5 hours now
fear-x is offline  
Old 10/07/2012, 16:19   #2
 
Ludder231's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 880
Received Thanks: 113
maybe this will help you
Ludder231 is offline  
Old 10/07/2012, 16:37   #3
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,234
Received Thanks: 1,095
i want to know how to scan pointer like game.exe+3j4j5h4g with an offset like DC .. like in my first post in the table

writing address i dont care about that at all tbh
fear-x is offline  
Old 10/09/2012, 20:14   #4
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,234
Received Thanks: 1,095
Code:
$pid = _WinAPI_OpenProcess($PROCESS_ALL_ACCESS, False, ProcessExists("client.exe"));
$pBuffer = DllStructCreate("dword");
$iRead = 0;
$cur = 0x103C960;
 _WinAPI_ReadProcessMemory($pid, $cur, DllStructGetPtr($pBuffer), 4, $iRead)

  GUICtrlSetData($Label_1, DllStructGetData($pBuffer, 1))
ive gotten this much.. but i cant get it to work... i dont get anything and this is without offset... ive gt an offset for thiss too which is
Code:
0xDC
any help ?

#bump
please help ?
fear-x is offline  
Reply


Similar Threads Similar Threads
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) {
Memory reading etc.
06/18/2008 - General Coding - 11 Replies
-
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



All times are GMT +1. The time now is 04:37.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.