Jump to content

Recommended Posts

Posted

is possible, with AutoIt, change the address of an application? (A game for example)

in order to create cheat

(example, warrock's hack)

Posted (edited)

thx, but in my autoit's editor (SciTE4AutoIt3) aren't commands like _MemoryRead or _MemoryOpen and others..

Edited by SnFede
Posted

you need to add

#include <Nomad Memory.au3>

to the top of your script.....

_MemoryRead and _MemoryOpen are in there

mmm

#include <NomadMemory.au3>
error
error: opening the file

....

Posted (edited)

is Nomad Memory.au3 in your script directory?

if yes, instead write it this way.

#Include "Nomad Memory.au3"
Edited by Tomb616

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...