Jump to content

Recommended Posts

Posted

Hi

 

My script doesnt read memory correct have a look

#include <NomadMemory.au3>

$Adresse = 0x614FB10C
Dim $Offset[2] = [0, 0x0]

while 1
    $Process = _MemoryOpen(ProcessExists("Nastarius.exe"))
    If Not @error Then
        $Value = _MemoryPointerRead($Adresse, $Process, $Offset)
        If Not @error Then ToolTip($Value[1],0,0)

        _MemoryClose($Process)
    EndIf

    Sleep(100)
WEnd

http://imgur.com/a/o0uJZ

 

As on screen you can see the process is Nastarius.exe and the pointer adress shows value 275 but if i ran the scirpt it shows 0

Dunno why, maybe there's some kind of protection like kernel or something?

 

Posted
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2</ID>
      <Description>"No description"</Description>
      <LastState Value="275" RealAddress="02710340"/>
      <VariableType>4 Bytes</VariableType>
      <Address>614FB10C</Address>
      <Offsets>
        <Offset>0</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Copied from cheatengine

  • Moderators
Posted

Relisek,

I am feeling generous - final warning to read the Forum rules to which you were pointed here.  Next time you get removed - thread locked.

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...