NieR Replicant ver.1.22474487139 (Steam)

Upload your cheat tables here (No requests)
c1trus
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Jun 01, 2020 6:12 pm
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by c1trus »

I've been trying to use the infinite jump feature but every time I activate it and press jump in game, it makes a sound and then the game crashes. Is there anything I'm doing wrong per chance?

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

damagedone
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jul 20, 2021 4:07 am
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by damagedone »

I cannot get this CT to consistently work.

First, it just wouldn't let me select any of the buttons to toggle; but after restarting CE and Nier multiple times, it finally worked one time.
It let me obtain all the weapons in the game. I saved my game, thinking I was good, and then I realized that I didn't have Weiss anymore. Nor could I progress the quest. (Starting from Ending B right now)

But after that, it just sits and spins forever after trying to select any script in the CT; and once again, I've turned both on and off multiple times.


Anyone know what's going on?
:?:

JobeStroud
Noobzor
Noobzor
Posts: 9
Joined: Sun Jan 20, 2019 8:21 am
Reputation: 1

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by JobeStroud »

Anyone have any luck getting instant fishing? I rarely ask for things so I don't really know the process.

sortajan
Cheater
Cheater
Posts: 31
Joined: Tue Mar 07, 2017 3:07 am
Reputation: 20

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by sortajan »

Just finished this game and figured I'd upload my table.

Use ReplicantHook_Siyan for infinite double jump/air dash. it's on Nexus, google it. Can't post links on this site.
Attachments
NieR Replicant ver.1.22474487139.CT
(185.77 KiB) Downloaded 601 times

demorest2
Expert Cheater
Expert Cheater
Posts: 275
Joined: Wed Mar 04, 2020 1:14 pm
Reputation: 37

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by demorest2 »

Item Finder with have all - broken

fakerlol
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sat Mar 17, 2018 4:01 am
Reputation: 11

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by fakerlol »

JobeStroud wrote:
Tue Jul 20, 2021 5:15 am
Anyone have any luck getting instant fishing? I rarely ask for things so I don't really know the process.
There's a static address storing the fishs' hp (in 4 Byte) at $process+4345B6C, but that might be invalid on your end so I wouldn't count on it.
Here's a script I wrote that lets you override the fish to catch and even has an instant-catch script added to it

Copy the text below and paste it while the main-window of CheatEngine is in focus.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>70</ID>
      <Description>"Fishies"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// Game: NieR Replicant ver.1.22474487139.exe
// Executable Version: 1.0.3.0
// Author : fakerlol
[ENABLE]
aobscanmodule(CopyFishDataAOB, $process, 89 43 X 8b d0 48 8d 0d x x x x e8)
registersymbol(CopyFishDataAOB)

label(FishiesOriginalCode)
label(returnAfterCopy)
registersymbol(FishiesOriginalCode)

registersymbol(FishiesOverrideOn)
label(FishiesOverrideOn)

registersymbol(FishiesOverrideID)
label(FishiesOverrideID)

alloc(SetFishID, 64, CopyFishDataAOB)

SetFishID:
  cmp byte ptr [FishiesOverrideOn], 0
  je short override

  mov eax, [FishiesOverrideID]

override:
  mov [FishiesOverrideID], eax

FishiesOriginalCode:
  readmem(CopyFishDataAOB, 5)
  jmp returnAfterCopy

FishiesOverrideOn:
  db 0
FishiesOverrideID:
  dd #19

CopyFishDataAOB:
  jmp SetFishID
returnAfterCopy:

[DISABLE]
CopyFishDataAOB:
  readmem(FishiesOriginalCode, 5)

unregistersymbol(*)
dealloc(SetFishID)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>71</ID>
          <Description>"Fish to catch"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Rusty Bucket
1:Old Branch
2:Rusty Bucket
3:Empty Can
4:Rusted Clump
5:Sardine
6:Blowfish
7:Bream
8:Shark
9:Blue Marlin
10:Dunkleosteus
11:Carp
12:Rainbow Trout
13:Black Bass
14:Giant Catfish
15:Royal Fish
16:Hyneria
17:Sandfish
18:Rhizodont
19:Shaman Fish
*:Invalid Fish!
</DropDownList>
          <LastState Value="10" RealAddress="7FF66F030026"/>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>FishiesOverrideID</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>72</ID>
          <Description>"Override fish to catch?"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
          <LastState Value="0" RealAddress="7FF66F030025"/>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Byte</VariableType>
          <Address>FishiesOverrideOn</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>67</ID>
          <Description>"Instant fishing"</Description>
          <LastState Activated="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>// Game   : NieR Replicant ver.1.22474487139.exe
// Executable Version: 1.0.3.0
// Module Version    : 
// Script Date       : 2021-10-28
// Author : fakerlol
[ENABLE]
aobscanmodule(aob_OneHPFish,$process,f3 48 0f 2c c0 89 41 10 89 41 0c)
registersymbol(aob_OneHPFish)

aob_OneHPFish:
  mov eax, 0

[DISABLE]
aob_OneHPFish:
  db F3 48 0F 2C C0

unregistersymbol(aob_OneHPFish)
dealloc(newmem_OneHPFish)

{
// ORIGINAL CODE - INJECTION POINT: NieR Replicant ver.1.22474487139.exe+3A45AF

NieR Replicant ver.1.22474487139.exe+3A4540: 8B 41 14                          - mov eax,[rcx+14]
NieR Replicant ver.1.22474487139.exe+3A4543: 0F 57 C9                          - xorps xmm1,xmm1
NieR Replicant ver.1.22474487139.exe+3A4546: F3 0F 10 1D 42 AB 9A 00           - movss xmm3,["NieR Replicant ver.1.22474487139.exe"+D4F090]
NieR Replicant ver.1.22474487139.exe+3A454E: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A4551: F3 48 0F 2A C0                    - cvtsi2ss xmm0,rax
NieR Replicant ver.1.22474487139.exe+3A4556: 8B 41 18                          - mov eax,[rcx+18]
NieR Replicant ver.1.22474487139.exe+3A4559: F3 48 0F 2A C8                    - cvtsi2ss xmm1,rax
NieR Replicant ver.1.22474487139.exe+3A455E: 8B 41 20                          - mov eax,[rcx+20]
NieR Replicant ver.1.22474487139.exe+3A4561: F3 0F 5C C8                       - subss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4565: F3 0F 59 0D 03 AB 9A 00           - mulss xmm1,["NieR Replicant ver.1.22474487139.exe"+D4F070]
NieR Replicant ver.1.22474487139.exe+3A456D: F3 0F 58 C8                       - addss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4571: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A4574: F3 48 0F 2A C0                    - cvtsi2ss xmm0,rax
NieR Replicant ver.1.22474487139.exe+3A4579: 8B 41 24                          - mov eax,[rcx+24]
NieR Replicant ver.1.22474487139.exe+3A457C: F3 0F 59 C8                       - mulss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4580: 85 C0                             - test eax,eax
NieR Replicant ver.1.22474487139.exe+3A4582: 74 0A                             - je "NieR Replicant ver.1.22474487139.exe"+3A458E
NieR Replicant ver.1.22474487139.exe+3A4584: 0F 57 D2                          - xorps xmm2,xmm2
NieR Replicant ver.1.22474487139.exe+3A4587: F3 48 0F 2A D0                    - cvtsi2ss xmm2,rax
NieR Replicant ver.1.22474487139.exe+3A458C: EB 03                             - jmp "NieR Replicant ver.1.22474487139.exe"+3A4591
NieR Replicant ver.1.22474487139.exe+3A458E: 0F 28 D3                          - movaps xmm2,xmm3
NieR Replicant ver.1.22474487139.exe+3A4591: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A4594: 0F 2F C8                          - comiss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4597: 77 03                             - ja "NieR Replicant ver.1.22474487139.exe"+3A459C
NieR Replicant ver.1.22474487139.exe+3A4599: 0F 28 CB                          - movaps xmm1,xmm3
NieR Replicant ver.1.22474487139.exe+3A459C: 8B 41 0C                          - mov eax,[rcx+0C]
NieR Replicant ver.1.22474487139.exe+3A459F: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A45A2: F3 48 0F 2A C0                    - cvtsi2ss xmm0,rax
NieR Replicant ver.1.22474487139.exe+3A45A7: F3 0F 5E C1                       - divss xmm0,xmm1
NieR Replicant ver.1.22474487139.exe+3A45AB: F3 0F 59 C2                       - mulss xmm0,xmm2
// ---------- INJECTING HERE ----------
NieR Replicant ver.1.22474487139.exe+3A45AF: F3 48 0F 2C C0                    - cvttss2si rax,xmm0
// ---------- DONE INJECTING  ----------
NieR Replicant ver.1.22474487139.exe+3A45B4: 89 41 10                          - mov [rcx+10],eax
NieR Replicant ver.1.22474487139.exe+3A45B7: 89 41 0C                          - mov [rcx+0C],eax
NieR Replicant ver.1.22474487139.exe+3A45BA: C3                                - ret 
NieR Replicant ver.1.22474487139.exe+3A45BB: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BC: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BD: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BE: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BF: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45C0: 8B 41 14                          - mov eax,[rcx+14]
NieR Replicant ver.1.22474487139.exe+3A45C3: 4C 8B D9                          - mov r11,rcx
NieR Replicant ver.1.22474487139.exe+3A45C6: 89 41 1C                          - mov [rcx+1C],eax
NieR Replicant ver.1.22474487139.exe+3A45C9: 0F 57 C9                          - xorps xmm1,xmm1
NieR Replicant ver.1.22474487139.exe+3A45CC: 44 69 05 49 4C E6 00 FD 43 03 00  - imul r8d,["NieR Replicant ver.1.22474487139.exe"+1209220],000343FD
NieR Replicant ver.1.22474487139.exe+3A45D7: B8 57 86 6F 44                    - mov eax,446F8657
NieR Replicant ver.1.22474487139.exe+3A45DC: 45 69 C8 FD 43 03 00              - imul r9d,r8d,000343FD
NieR Replicant ver.1.22474487139.exe+3A45E3: 45 8D 90 C3 9E 26 00              - lea r10d,[r8+00269EC3]
NieR Replicant ver.1.22474487139.exe+3A45EA: 41 C1 FA 10                       - sar r10d,10
NieR Replicant ver.1.22474487139.exe+3A45EE: 41 81 E2 FF 7F 00 00              - and r10d,00007FFF
NieR Replicant ver.1.22474487139.exe+3A45F5: 41 F7 E2                          - mul r10d
NieR Replicant ver.1.22474487139.exe+3A45F8: 41 8B C2                          - mov eax,r10d
NieR Replicant ver.1.22474487139.exe+3A45FB: 2B C2                             - sub eax,edx
NieR Replicant ver.1.22474487139.exe+3A45FD: D1 E8                             - shr eax,1
NieR Replicant ver.1.22474487139.exe+3A45FF: 03 C2                             - add eax,edx
NieR Replicant ver.1.22474487139.exe+3A4601: C1 E8 06                          - shr eax,06
NieR Replicant ver.1.22474487139.exe+3A4604: 6B C8 65                          - imul ecx,eax,65
NieR Replicant ver.1.22474487139.exe+3A4607: B8 57 86 6F 44                    - mov eax,446F8657
NieR Replicant ver.1.22474487139.exe+3A460C: 44 2B D1                          - sub r10d,ecx
NieR Replicant ver.1.22474487139.exe+3A460F: 41 8D 89 7A 8E 27 1E              - lea ecx,[r9+1E278E7A]
NieR Replicant ver.1.22474487139.exe+3A4616: 41 83 FA 06                       - cmp r10d,06
NieR Replicant ver.1.22474487139.exe+3A461A: 0F 83 EE 00 00 00                 - jae "NieR Replicant ver.1.22474487139.exe"+3A470E
}
</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


fakerlol
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sat Mar 17, 2018 4:01 am
Reputation: 11

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by fakerlol »

So I've been rummaging around the various info tables the game creates to store item names and such and compiled a small list for those of you who're interested.

Table-Info:
  • The first column represents the byte-offset to the items' amount value in the inventory-array*.
  • The second column is the item-id
  • The third column is the name of the item
* I'm using a static address ($process+4374a20+C0) that points to the inventory and I'm totally fine with it as I don't plan to update the game, so that may or may not work for you.
You may, hower, find the start-address of the values by searching for the (byte!) value of 'Medicinal Herb' (as it has the byte-offset 0) as usual, so search for the current amount, use/sell some, search again etc. The found address will be the one you've to add the offsets in the table below to set the amount of the desired item

Code: Select all

000	1E8480	Medicinal Herb 
001	1E84E4	Health Salve 
002	1E8548	Recovery Potion 
015	1E8CB4	Strength Drop 
016	1E8D18	Strength Capsule 
017	1E8D7C	Magic Drop 
018	1E8DE0	Magic Capsule 
019	1E8E44	Defense Drop 
01A	1E8EA8	Defense Capsule 
01B	1E8F0C	Spirit Drop 
01C	1E8F70	Spirit Capsule 
01F	1E909C	Antidotal Weed 
021	1E9164	Smelling Salts 
029	1E9484	Speed Fertilizer 
02A	1E94E8	Flowering Fertilizer 
02B	1E954C	Bounty Fertilizer 
02E	1E9678	Pumpkin Seed 
02F	1E96DC	Watermelon Seed 
030	1E9740	Melon Seed 
031	1E97A4	Gourd Seed 
032	1E9808	Tomato Seed 
033	1E986C	Eggplant Seed 
034	1E98D0	Bell Pepper Seed 
035	1E9934	Bean Seed 
036	1E9998	Wheat Seedling 
037	1E99FC	Rice Plant Seedling 
038	1E9A60	Dahlia Bulb 
039	1E9AC4	Tulip Bulb 
03A	1E9B28	Freesia Bulb 
03B	1E9B8C	Red Moonflower Seed 
03C	1E9BF0	Gold Moonflower Seed 
03D	1E9C54	Peach Moonflower Seed 
03E	1E9CB8	Pink Moonflower Seed 
03F	1E9D1C	Blue Moonflower Seed 
040	1E9D80	Indigo Moonflower Seed 
041	1E9DE4	White Moonflower Seed 
047	1EA03C	Pumpkin 
048	1EA0A0	Watermelon 
049	1EA104	Melon 
04A	1EA168	Gourd 
04B	1EA1CC	Tomato 
04C	1EA230	Eggplant 
04D	1EA294	Bell Pepper 
04E	1EA2F8	Beans 
04F	1EA35C	Wheat 
050	1EA3C0	Rice 
051	1EA424	Dahlia 
052	1EA488	Tulip 
053	1EA4EC	Freesia 
054	1EA550	Red Moonflower 
055	1EA5B4	Gold Moonflower 
056	1EA618	Peach Moonflower 
057	1EA67C	Pink Moonflower 
058	1EA6E0	Blue Moonflower 
059	1EA744	Indigo Moonflower 
05A	1EA7A8	White Moonflower 
065	1EABF4	Lugworm 
066	1EAC58	Earthworm 
067	1EACBC	Lure 
06F	1EAFDC	Sardine 
070	1EB040	Carp 
071	1EB0A4	Blowfish 
072	1EB108	Bream 
073	1EB16C	Shark 
074	1EB1D0	Blue Marlin 
075	1EB234	Dunkleosteus 
076	1EB298	Rainbow Trout 
077	1EB2FC	Black Bass 
078	1EB360	Giant Catfish 
079	1EB3C4	Royal Fish 
07A	1EB428	Hyneria 
07B	1EB48C	Sandfish 
07C	1EB4F0	Rhizodont 
07D	1EB554	Shaman Fish 
083	1EB7AC	Aquatic Plant 
084	1EB810	Deadwood 
085	1EB874	Rusty Bucket 
086	1EB8D8	Empty Can 
08A	1EBA68	Gold Ore 
08B	1EBACC	Silver Ore 
08C	1EBB30	Copper Ore 
08D	1EBB94	Iron Ore 
08E	1EBBF8	Crystal 
08F	1EBC5C	Pyrite 
090	1EBCC0	Moldavite 
091	1EBD24	Meteorite 
092	1EBD88	Amber 
093	1EBDEC	Fluorite 
094	1EBE50	Clay 
099	1EC044	Berries 
09A	1EC0A8	Royal Fern 
09B	1EC10C	Tree Branch 
09C	1EC170	Log 
09D	1EC1D4	Natural Rubber 
09E	1EC238	Ivy 
09F	1EC29C	Lichen 
0A0	1EC300	Mushroom 
0A1	1EC364	Sap 
0A7	1EC5BC	Mutton 
0A8	1EC620	Boar Meat 
0A9	1EC684	Wool 
0AA	1EC6E8	Boar Hide 
0AB	1EC74C	Wolf Hide 
0AC	1EC7B0	Wolf Fang 
0AD	1EC814	Giant Spider Silk 
0AE	1EC878	Bat Fang 
0AF	1EC8DC	Bat Wing 
0B0	1EC940	Goat Meat 
0B1	1EC9A4	Goat Hide 
0B2	1ECA08	Venison 
0B3	1ECA6C	Rainbow Spider Silk 
0B4	1ECAD0	Boar Liver 
0B5	1ECB34	Scorpion Claw 
0B6	1ECB98	Scorpion Tail 
0B7	1ECBFC	Dented Metal Board 
0B8	1ECC60	Stripped Bolt 
0B9	1ECCC4	Broken Lens 
0BA	1ECD28	Severed Cable 
0BB	1ECD8C	Broken Arm 
0BC	1ECDF0	Broken Antenna 
0BD	1ECE54	Broken Motor 
0BE	1ECEB8	Broken Battery 
0BF	1ECF1C	Mysterious Switch 
0C0	1ECF80	Large Gear 
0C1	1ECFE4	Titanium Alloy 
0C2	1ED048	Memory Alloy 
0C3	1ED0AC	Rusted Clump 
0C4	1ED110	Machine Oil 
0C9	1ED304	Forlorn Necklace 
0CA	1ED368	Twisted Ring 
0CB	1ED3CC	Broken Earring 
0CC	1ED430	Pretty Choker 
0CD	1ED494	Metal Piercing 
0CE	1ED4F8	Subdued Bracelet 
0CF	1ED55C	Technical Guide 
0D0	1ED5C0	Grubby Book 
0D1	1ED624	Thick Dictionary 
0D2	1ED688	Closed Book 
0D3	1ED6EC	Used Coloring Book 
0D4	1ED750	Old Schoolbook 
0D5	1ED7B4	Dirty Bag 
0D6	1ED818	Flashy Hat 
0D7	1ED87C	Leather Gloves 
0D8	1ED8E0	Silk Handkerchief 
0D9	1ED944	Leather Boots 
0DA	1ED9A8	Complex Machine 
0DB	1EDA0C	Elaborate Machine 
0DC	1EDA70	Simple Machine 
0DD	1EDAD4	Stopped Clock 
0DE	1EDB38	Broken Wristwatch 
0DF	1EDB9C	Rusty Kitchen Knife 
0E0	1EDC00	Broken Saw 
0E1	1EDC64	Dented Metal Bat 
0E3	1EDD2C	Shell 
0E4	1EDD90	Gastropod 
0E5	1EDDF4	Bivalve 
0E6	1EDE58	Seaweed 
0E7	1EDEBC	Empty Bottle 
0E8	1EDF20	Driftwood 
0E9	1EDF84	Pearl 
0EA	1EDFE8	Black Pearl 
0EB	1EE04C	Crab 
0EC	1EE0B0	Starfish 
0F2	1EE308	Sea Turtle Egg 
0F3	1EE36C	Broken Pottery 
0F4	1EE3D0	Desert Rose 
0F5	1EE434	Giant Egg 
0F6	1EE498	Damascus Steel 
0F7	1EE4FC	Eagle Egg 
0F8	1EE560	Chicken Egg 
0FA	1EE628	Mouse Tail 
0FB	1EE68C	Lizard Tail 
0FF	1EE81D	Deer Antler 
100	1EE880	Moon Key 
101	1EE8E4	Star Key 
102	1EE81E	Light Key 
103	1EE81F	Darkness Key 
104	1EE948	Fine Flour 
105	1EE9AC	Coarse Flour 
106	1EEA10	Perfume Bottle 
107	1EEA74	Postman's Parcel 
108	1EEAD8	Lover's Letter 
109	1EEB3C	Water Filter 
10A	1EEBA0	Royal Compass 
10B	1EEC04	Vapor Moss 
10C	1EEC68	Valley Spider Silk 
10D	1EECCC	Animal Guidebook 
10E	1EED30	Ore Guidebook 
10F	1EED94	Plant Guidebook 
110	1EEDF8	Red Book 
111	1EEE5C	Blue Book 
112	1EEEC0	Old Lady's Elixir 
113	1EEF24	Old Lady's Elixir+ 
114	1EEF88	Parcel for The Aerie 
115	1EEFEC	Parcel for Seafront 
116	1EF050	Cookbook 
117	1EF0B4	Parcel for Facade 
118	1EF118	Max's Herbs 
119	1EF17C	Drifting Cargo 
11A	1EF1E0	Drifting Cargo 2 
11B	1EF244	Drifting Cargo 3 
11C	1EF2A8	Drifting Cargo 4 
11D	1EF30C	Old Package 
11E	1EF370	Mermaid Tear 
11F	1EF3D4	Mandrake Leaf 
120	1EF438	Energizer 
121	1EF49C	Toad Oil 
122	1EF500	Sleep-B-Gone 
123	1EF564	Antidote 
124	1EF5C8	Gold Bracelet 
125	1EF62C	Elite Kitchen Knife 
126	1EF690	Elevator Parts 
127	1EF6F4	Dirty Treasure Map 
128	1EF758	Restored Treasure Map 
129	1EF7BC	Jade Hair Ornament 
12A	1EF820	Employee List 
12B	1EF884	Small Safe 
12C	1EF8E8	Safe Key 
12D	1EF94C	Great Tree Root 
12E	1EF9B0	Eye of Power 
12F	1EFA14	Ribbon 
130	1EFA78	Yonah's Ribbon 
131	1EFADC	Bronze Key 
132	1EFB40	Brass Key 
133	1EFBA4	Boar Tusk 
134	1EE820	Pressed Freesia 
135	1EE821	Potted Freesia 
136	1EE822	Freesia (Delivery) 
137	1EE823	Pile of Junk 
138	1EE824	Old Gold Coin 
139	1EE825	Marked Map 
13A	1EE826	AA Keycard 
13B	1EE827	KA Keycard 
13C	1EE828	SA Keycard 
13D	1EE829	TA Keycard 
13E	1EE82A	NA Keycard 
13F	1EE82B	HA Keycard 
140	1EE82C	MA Keycard 
141	1EE82D	YA Keycard 
142	1EE82E	RA Keycard 
143	1EE82F	WA Keycard 
144	1EFC08	Cultivator's Handbook 
145	1EFC6C	Red Bag 
146	1EFCD0	Lantern 
147	1EFD34	Empty Lantern 
148	1EFD98	Hold Key 
149	1EFDFC	Passageway Key 
14A	1EFE60	Goat Key 
14B	1EFEC4	Lizard Key 
14C	1EFF28	Unlocking Procedure Memo 
14D	1EFF8C	Red Jewel? 
14E	1EFFF0	Red Flowers 
14F	1F0054	Apples 
200	1F0180	"Look at the Sky" 
201	1F01E4	"Don't Try So Hard" 
202	1F0248	"My Birthday!" 
203	1F02AC	Love Letter 2/12/3340 
204	1F0310	Love Letter 3/28/3340 
205	1F0374	Love Letter 5/1/3340 
206	1F03D8	Letter from the Mayor 
207	1F043C	The Postman's Request 
208	1F04A0	The Postman's Thanks 
209	1F0504	Invitation from a Stranger 
20A	1F0568	Grand Re-Opening Notice 
20B	1F05CC	Wedding Invitation 
20C	1F0630	Letter from the King 
20D	1F0694	Underground Research Record 1 
20E	1F06F8	Underground Research Record 2 
20F	1F075C	Underground Research Record 3 
210	1F07C0	Underground Research Record 4 
211	1F0824	Letter to the Chief 
212	1F0888	Letter to Two Brothers Weaponry 
213	1F08EC	Letter to Popola 
214	1F0950	Letter to a Faraway Lover 
215	1F09B4	Letter from Emil 
216	1F0A18	Weapon Upgrade Notice 
217	1F0A7C	Letter from the Chief of The Aerie 
220	1F0E00	Project Gestalt Report 0923 
221	1F0E64	Project Gestalt Report 9182 
222	1F0EC8	Project Gestalt Report 10432 
223	1F0F2C	Project Gestalt Report 11242 
2C0	1F4C80	World Map 
2C3	1F4DAC	I_Sharted's Village Map 
2C4	1F4E10	Lost Shrine Area Map 
2C5	1F4E74	Lost Shrine Map 
2C6	1F4ED8	The Aerie Map 
2C7	1F4F3C	Seafront Map 
2C8	1F4FA0	Desert Map 
2C9	1F5004	Facade Map 
2CA	1F5068	Barren Temple Map 
2CB	1F50CC	Junk Heap Area Map 
2CC	1F5130	Junk Heap Map 
2CD	1F5194	Manor Map 
2CE	1F51F8	Forest of Myth Map 
2CF	1F525C	Underground Facility Map 
2D1	1F5324	Shadowlord's Castle Map 
2D3	1F53EC	Northern Plains Map 
2D4	1F5450	Southern Plains Map 
2D5	1F54B4	Eastern Road Map 
2D6	1F5518	Beneath the Forest of Myth Map 
2D7	1F557C	Tokyo Map
I must say this really saved my ass in the 2nd half of the game as I progressed with the story-line without getting some items that are locked until the next cycle...

mavojah559
Expert Cheater
Expert Cheater
Posts: 68
Joined: Wed Jul 22, 2020 1:31 pm
Reputation: 3

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by mavojah559 »

Is there any way to replay first part of the game using Cheat Table? Or mark missed quests as completed?

urhelke
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Nov 14, 2021 12:33 pm
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by urhelke »

fakerlol wrote:
Thu Oct 28, 2021 1:15 am
JobeStroud wrote:
Tue Jul 20, 2021 5:15 am
Anyone have any luck getting instant fishing? I rarely ask for things so I don't really know the process.
There's a static address storing the fishs' hp (in 4 Byte) at $process+4345B6C, but that might be invalid on your end so I wouldn't count on it.
Here's a script I wrote that lets you override the fish to catch and even has an instant-catch script added to it

Copy the text below and paste it while the main-window of CheatEngine is in focus.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>70</ID>
      <Description>"Fishies"</Description>
      <Options moHideChildren="1"/>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// Game: NieR Replicant ver.1.22474487139.exe
// Executable Version: 1.0.3.0
// Author : fakerlol
[ENABLE]
aobscanmodule(CopyFishDataAOB, $process, 89 43 X 8b d0 48 8d 0d x x x x e8)
registersymbol(CopyFishDataAOB)

label(FishiesOriginalCode)
label(returnAfterCopy)
registersymbol(FishiesOriginalCode)

registersymbol(FishiesOverrideOn)
label(FishiesOverrideOn)

registersymbol(FishiesOverrideID)
label(FishiesOverrideID)

alloc(SetFishID, 64, CopyFishDataAOB)

SetFishID:
  cmp byte ptr [FishiesOverrideOn], 0
  je short override

  mov eax, [FishiesOverrideID]

override:
  mov [FishiesOverrideID], eax

FishiesOriginalCode:
  readmem(CopyFishDataAOB, 5)
  jmp returnAfterCopy

FishiesOverrideOn:
  db 0
FishiesOverrideID:
  dd #19

CopyFishDataAOB:
  jmp SetFishID
returnAfterCopy:

[DISABLE]
CopyFishDataAOB:
  readmem(FishiesOriginalCode, 5)

unregistersymbol(*)
dealloc(SetFishID)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>71</ID>
          <Description>"Fish to catch"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Rusty Bucket
1:Old Branch
2:Rusty Bucket
3:Empty Can
4:Rusted Clump
5:Sardine
6:Blowfish
7:Bream
8:Shark
9:Blue Marlin
10:Dunkleosteus
11:Carp
12:Rainbow Trout
13:Black Bass
14:Giant Catfish
15:Royal Fish
16:Hyneria
17:Sandfish
18:Rhizodont
19:Shaman Fish
*:Invalid Fish!
</DropDownList>
          <LastState Value="10" RealAddress="7FF66F030026"/>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>FishiesOverrideID</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>72</ID>
          <Description>"Override fish to catch?"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
          <LastState Value="0" RealAddress="7FF66F030025"/>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>Byte</VariableType>
          <Address>FishiesOverrideOn</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>67</ID>
          <Description>"Instant fishing"</Description>
          <LastState Activated="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>// Game   : NieR Replicant ver.1.22474487139.exe
// Executable Version: 1.0.3.0
// Module Version    : 
// Script Date       : 2021-10-28
// Author : fakerlol
[ENABLE]
aobscanmodule(aob_OneHPFish,$process,f3 48 0f 2c c0 89 41 10 89 41 0c)
registersymbol(aob_OneHPFish)

aob_OneHPFish:
  mov eax, 0

[DISABLE]
aob_OneHPFish:
  db F3 48 0F 2C C0

unregistersymbol(aob_OneHPFish)
dealloc(newmem_OneHPFish)

{
// ORIGINAL CODE - INJECTION POINT: NieR Replicant ver.1.22474487139.exe+3A45AF

NieR Replicant ver.1.22474487139.exe+3A4540: 8B 41 14                          - mov eax,[rcx+14]
NieR Replicant ver.1.22474487139.exe+3A4543: 0F 57 C9                          - xorps xmm1,xmm1
NieR Replicant ver.1.22474487139.exe+3A4546: F3 0F 10 1D 42 AB 9A 00           - movss xmm3,["NieR Replicant ver.1.22474487139.exe"+D4F090]
NieR Replicant ver.1.22474487139.exe+3A454E: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A4551: F3 48 0F 2A C0                    - cvtsi2ss xmm0,rax
NieR Replicant ver.1.22474487139.exe+3A4556: 8B 41 18                          - mov eax,[rcx+18]
NieR Replicant ver.1.22474487139.exe+3A4559: F3 48 0F 2A C8                    - cvtsi2ss xmm1,rax
NieR Replicant ver.1.22474487139.exe+3A455E: 8B 41 20                          - mov eax,[rcx+20]
NieR Replicant ver.1.22474487139.exe+3A4561: F3 0F 5C C8                       - subss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4565: F3 0F 59 0D 03 AB 9A 00           - mulss xmm1,["NieR Replicant ver.1.22474487139.exe"+D4F070]
NieR Replicant ver.1.22474487139.exe+3A456D: F3 0F 58 C8                       - addss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4571: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A4574: F3 48 0F 2A C0                    - cvtsi2ss xmm0,rax
NieR Replicant ver.1.22474487139.exe+3A4579: 8B 41 24                          - mov eax,[rcx+24]
NieR Replicant ver.1.22474487139.exe+3A457C: F3 0F 59 C8                       - mulss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4580: 85 C0                             - test eax,eax
NieR Replicant ver.1.22474487139.exe+3A4582: 74 0A                             - je "NieR Replicant ver.1.22474487139.exe"+3A458E
NieR Replicant ver.1.22474487139.exe+3A4584: 0F 57 D2                          - xorps xmm2,xmm2
NieR Replicant ver.1.22474487139.exe+3A4587: F3 48 0F 2A D0                    - cvtsi2ss xmm2,rax
NieR Replicant ver.1.22474487139.exe+3A458C: EB 03                             - jmp "NieR Replicant ver.1.22474487139.exe"+3A4591
NieR Replicant ver.1.22474487139.exe+3A458E: 0F 28 D3                          - movaps xmm2,xmm3
NieR Replicant ver.1.22474487139.exe+3A4591: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A4594: 0F 2F C8                          - comiss xmm1,xmm0
NieR Replicant ver.1.22474487139.exe+3A4597: 77 03                             - ja "NieR Replicant ver.1.22474487139.exe"+3A459C
NieR Replicant ver.1.22474487139.exe+3A4599: 0F 28 CB                          - movaps xmm1,xmm3
NieR Replicant ver.1.22474487139.exe+3A459C: 8B 41 0C                          - mov eax,[rcx+0C]
NieR Replicant ver.1.22474487139.exe+3A459F: 0F 57 C0                          - xorps xmm0,xmm0
NieR Replicant ver.1.22474487139.exe+3A45A2: F3 48 0F 2A C0                    - cvtsi2ss xmm0,rax
NieR Replicant ver.1.22474487139.exe+3A45A7: F3 0F 5E C1                       - divss xmm0,xmm1
NieR Replicant ver.1.22474487139.exe+3A45AB: F3 0F 59 C2                       - mulss xmm0,xmm2
// ---------- INJECTING HERE ----------
NieR Replicant ver.1.22474487139.exe+3A45AF: F3 48 0F 2C C0                    - cvttss2si rax,xmm0
// ---------- DONE INJECTING  ----------
NieR Replicant ver.1.22474487139.exe+3A45B4: 89 41 10                          - mov [rcx+10],eax
NieR Replicant ver.1.22474487139.exe+3A45B7: 89 41 0C                          - mov [rcx+0C],eax
NieR Replicant ver.1.22474487139.exe+3A45BA: C3                                - ret 
NieR Replicant ver.1.22474487139.exe+3A45BB: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BC: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BD: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BE: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45BF: CC                                - int 3 
NieR Replicant ver.1.22474487139.exe+3A45C0: 8B 41 14                          - mov eax,[rcx+14]
NieR Replicant ver.1.22474487139.exe+3A45C3: 4C 8B D9                          - mov r11,rcx
NieR Replicant ver.1.22474487139.exe+3A45C6: 89 41 1C                          - mov [rcx+1C],eax
NieR Replicant ver.1.22474487139.exe+3A45C9: 0F 57 C9                          - xorps xmm1,xmm1
NieR Replicant ver.1.22474487139.exe+3A45CC: 44 69 05 49 4C E6 00 FD 43 03 00  - imul r8d,["NieR Replicant ver.1.22474487139.exe"+1209220],000343FD
NieR Replicant ver.1.22474487139.exe+3A45D7: B8 57 86 6F 44                    - mov eax,446F8657
NieR Replicant ver.1.22474487139.exe+3A45DC: 45 69 C8 FD 43 03 00              - imul r9d,r8d,000343FD
NieR Replicant ver.1.22474487139.exe+3A45E3: 45 8D 90 C3 9E 26 00              - lea r10d,[r8+00269EC3]
NieR Replicant ver.1.22474487139.exe+3A45EA: 41 C1 FA 10                       - sar r10d,10
NieR Replicant ver.1.22474487139.exe+3A45EE: 41 81 E2 FF 7F 00 00              - and r10d,00007FFF
NieR Replicant ver.1.22474487139.exe+3A45F5: 41 F7 E2                          - mul r10d
NieR Replicant ver.1.22474487139.exe+3A45F8: 41 8B C2                          - mov eax,r10d
NieR Replicant ver.1.22474487139.exe+3A45FB: 2B C2                             - sub eax,edx
NieR Replicant ver.1.22474487139.exe+3A45FD: D1 E8                             - shr eax,1
NieR Replicant ver.1.22474487139.exe+3A45FF: 03 C2                             - add eax,edx
NieR Replicant ver.1.22474487139.exe+3A4601: C1 E8 06                          - shr eax,06
NieR Replicant ver.1.22474487139.exe+3A4604: 6B C8 65                          - imul ecx,eax,65
NieR Replicant ver.1.22474487139.exe+3A4607: B8 57 86 6F 44                    - mov eax,446F8657
NieR Replicant ver.1.22474487139.exe+3A460C: 44 2B D1                          - sub r10d,ecx
NieR Replicant ver.1.22474487139.exe+3A460F: 41 8D 89 7A 8E 27 1E              - lea ecx,[r9+1E278E7A]
NieR Replicant ver.1.22474487139.exe+3A4616: 41 83 FA 06                       - cmp r10d,06
NieR Replicant ver.1.22474487139.exe+3A461A: 0F 83 EE 00 00 00                 - jae "NieR Replicant ver.1.22474487139.exe"+3A470E
}
</AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Hi.
So I used this code and it worked.
Then I closed the CE as there was no need for it but the game still worked as if the cheat was still enabled.
So I opened CE again and copy/pasted the code again to turn it off only to see that it no longer worked.
When I copy/paste it it only copies 47 lines. I use CE 7.3.
When I delete everything in script editor and manually paste the code then it will paste everything but I get "not all code is injectable" error.
Is this some bug or am I doing something wrong?

sonysony123
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Dec 21, 2021 1:04 am
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by sonysony123 »

game guru can you update it? thanks.

Loah26
Table Makers
Table Makers
Posts: 61
Joined: Wed Mar 09, 2022 6:37 am
Reputation: 128

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by Loah26 »

Script for the CT at the top page was broken and has been fixed.In addition, I added some scripts.
As for Have All, I removed it because it's dangerous.

For Nier Replicant ver1.22474487139 Ver1.0.3 (Win10 64bit)

Q.What can do and edit with this?
EXP multiplier, Ability Editor, Infinite Money HP MP Jump Buff Item, Instant Magic Fire,Max Chain,Compact Mode,Attach to Process, Misc


The cause is unknown, but some items seem to disappear for some reason when InfiniteItem is used.
Attachments
Nier Replicant Ver1.0.3.CT
(15.32 KiB) Downloaded 539 times

ReenignE
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Jul 26, 2020 7:09 pm
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by ReenignE »

Loah26 wrote:
Sat Apr 23, 2022 4:54 pm
Script for the CT at the top page was broken and has been fixed.In addition, I added some scripts.
As for Have All, I removed it because it's dangerous.

For Nier Replicant ver1.22474487139 Ver1.0.3 (Win10 64bit)

Q.What can do and edit with this?
EXP multiplier, Ability Editor, Infinite Money HP MP Jump Buff Item, Instant Magic Fire,Max Chain,Compact Mode,Attach to Process, Misc


The cause is unknown, but some items seem to disappear for some reason when InfiniteItem is used.
Thanks for updating the table! Yours was helpful.

Also just a heads up, Replicant stores inventory items as single bytes in memory. Instead of mov use mov byte ptr to indicate that the memory operand refers to a byte in memory as opposed to a dword.

The instruction can be fixed by changing it to this:

Code: Select all

mov byte ptr [rax+rcx+000000C0],#99
---

The issue is basically this:

Code: Select all

mov [rax+rcx+000000C0],#99
is currently becoming this on execution:

Code: Select all

mov [rax+rcx+000000C0],00000063
which can overwrite nearby bytes for other items.

Usually, byte ptr can be omitted as the assembler can infer the operand size from registers, as is done with the original add instruction, but that is not the case here.

---

The same table, with Infinite Item fixed, is attached.
Attachments
Nier Replicant Ver1.0.3.CT
(15.33 KiB) Downloaded 819 times

Efinate
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Nov 12, 2022 3:24 pm
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by Efinate »

i do not know what i am doing wrong but i am not able activate any of them. plzz if someone can post a video tutorial plzz do

usubeni
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Dec 24, 2022 1:42 am
Reputation: 0

Re: NieR Replicant ver.1.22474487139 (Steam)

Post by usubeni »

ferrick wrote:
Sat Apr 24, 2021 2:37 pm
I am not sure on what I am doing wrong, when I try to use the "Have all weapons" in cheatengine, the values get overwritten so that if I activate it, no matter what weapon I find on the way, they will all disappear and be replaced with nameless blade only

edit: NVM, found out what I was doing wrong
hey I am having the same problem to what did u do to fix it?

Post Reply

Who is online

Users browsing this forum: AhrefsBot, AmazonBot, avx, Bootloop, Chuggz, doxonxx, Google Adsense [Bot], jackk1106, jonaaa, JupixTU, kyoski, Nalfya, nnutthowzet9x, noxxylapc, pangeankodok, podfaceu, Sunny38, tekken7fan2024, UndeadMania, windgale, Zeikzeil