Jump to content

Recommended Posts

Posted (edited)

Hi

code sample

#include <NomadMemory.au3>
Opt("TrayIconHide", 1)
Opt("TrayAutoPause",0)


$offset=0xFC2EA3

$data=0x001D2CFC00AB

$open = _MemoryOpen(ProcessExists("calc.exe"))
_MemoryWrite($offset, $open,$data,"int")
_memoryclose($open)

error Message

$data=0x001D2CFC00AB
$data=0x001D2CFC00AB^ ERROR

Help me :ermm:

what is the solution?

Thank you in advance!

Edited by Turkishuser
Posted

Hi,

I only get this error with the stable version, try with the beta version.

PS: You don't need to use custom color/fonts.

Posted

ALT +F5

 

code

$offset=0x002E2DBD

$data=0x2B616E70726F636573

$open = _MemoryOpen(ProcessExists("calc.exe"))
_MemoryWrite($offset, $open,$data,"int")
_memoryclose($open)

error message

$data=0x2B616E70726F636573
~~~~~~~~~~~~~~~~~~~~~~~~^

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...