NieR Replicant
0 of 0

File information

Last updated

Original upload

Created by

Asiern

Uploaded by

Asiern

Virus scan

Safe to use

Tags for this mod

About this mod

NieR Replicant ver.1.22474487139 Memory Hook

Permissions and credits
Mirrors
Changelogs
A C++ library to attach to the NieR Replicant process and read/write memory.

INTENDED FOR DEVELOPERS

GitHub

Memory Reference

You can find all the used IDs and offsets here


----------------------------------
ReplicantHook Reference

Methods

- `start` - attach the hook to `NieR Replicant ver.1.22474487139.exe` process
- `stop` - detach the hook from process
- `isHooked` - return true if hooked
- `getProcessID` - returns process ID
- `update` - refresh hook & attributes
- `getLevel` - return player's Level
- `getHealth` - returns player's Health
- `getMagic` - returns player's Magic
- `getGold` - returns player's Gold
- `getZone` - returns world's Zone
- `getName` - returns player's Name
- `getX` - returns player's X position
- `getY` - returns player's Y position
- `getZ` - returns player's Z position
- `setX` - sets player's X position
- `setY` - sets player's Y position
- `setZ` - sets player's Z position
- `setPosition` - sets the position of the player
- `setHealth` - sets player Health
- `setMagic` - sets player's Magic
- `setGold` - sets player's Gold
- `setZone` - sets world's Zone
- `setName` - sets player's Name
- `setLevel` - sets player's Level
- `InfiniteHealth` - enables or disables infinite Health
- `InfiniteMagic` - enables or disables infinite Magic