Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 07:54

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

Advertisement



CE pointer to AutoIT

Discussion on CE pointer to AutoIT within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
Garkeon's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 10
Received Thanks: 2
CE pointer to AutoIT

Hello guys,

I need help to read memory value in AutoIT from CE pointer.
Basically I found this pointer in CE and after copying, it looks like this:
Code:
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1</ID>
      <Description>"pointerscan result"</Description>
      <LastState Value="134" RealAddress="1F05F6A0"/>
      <VariableType>Double</VariableType>
      <Address>"npswf32.dll"+00D6E398</Address>
      <Offsets>
        <Offset>270</Offset>
        <Offset>314</Offset>
        <Offset>34C</Offset>
        <Offset>3C0</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I tried memory reading in AutoIT like this (Using NomadMemory) but it didn't work can someone help me? Thanks!
Code:
#include <NomadMemory.au3>


Global $Module = 'npswf32.dll'
Global $StaticOffset = 'D6E398'
Global $Offset[5]
$Offset[0] = 0
$Offset[1] = Dec("3C0")
$Offset[2] = Dec("34C")
$Offset[3] = Dec("314")
$Offset[4] = Dec("270")

$Process = _MemoryOpen(ProcessExists('juggernautclient.exe'))
If Not @error Then
	$baseADDR = _MemoryModuleGetBaseAddress($Process, $Module)
	$finalADDR = "0x" & Hex($baseADDR + $StaticOffset)
	$Value = _MemoryPointerRead($finalADDR, $Process, $Offset, 'DOUBLE')
	If Not @error Then
		MsgBox(0, "Memory Read", $Value[1])
	Else
		MsgBox(0, "Error", "Could read memory!")
	EndIf
Else
	MsgBox(0, "Error", "No process!")
EndIf
Garkeon is offline  
Old 03/10/2018, 19:28   #2
 
elite*gold: 0
Join Date: Apr 2011
Posts: 363
Received Thanks: 167
elmarcia is offline  
Thanks
1 User
Old 03/10/2018, 21:35   #3
 
Garkeon's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 10
Received Thanks: 2
Quote:
Originally Posted by elmarcia View Post
That really helped me understand things, thanks a lot for that.
Garkeon is offline  
Reply


Similar Threads Similar Threads
Frage: Wie findet man zB UG Pointer?Speed pointer?
03/30/2010 - Kal Online - 2 Replies
kann mir einer sagen wie man UG/Speed pointer finden kann usw^^´ß#



All times are GMT +1. The time now is 07:57.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.