Skip to content

Releases: Asiern/ReplicantHook

v2.4

13 Oct 18:56
Compare
Choose a tag to compare

fixed: Inventory
updated: csv to cpp
Full Changelog: 2.3...2.4

v2.3

08 Oct 10:39
ab8539d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2...2.3

v2.2

01 Aug 09:26
8cd91e6
Compare
Choose a tag to compare

Version 2.2

What's new?

  • addItem - adds items to inventory
  • remove Item - removes items from inventory
  • getInventory - returns the game Inventory and respective memory offsets as a map

v2.1

31 Jul 06:07
8393f6d
Compare
Choose a tag to compare

fixed: read/write position #8

v2.0

30 Jul 14:46
01bdee2
Compare
Choose a tag to compare

Patch v1.0.3.0 support

1.1

01 May 08:47
06e2dea
Compare
Choose a tag to compare
1.1

What's new?

  • getActorModel - returns current actor model name
  • setActorModel - sets actor model (you need to trigger a loading zone to see the results)

Known issues

#1 Position Read/Write

1.0

28 Apr 06:38
Compare
Choose a tag to compare
1.0

What's new?

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

Known issues

#1 Position Read/Write