Search found 4 matches

by Barking Sands
Fri Dec 29, 2023 10:18 am
Forum: Tables
Topic: Nightmare Reaper
Replies: 0
Views: 525

Nightmare Reaper

Nightmare Reaper .CT You might want to copy/paste the following guide to a text file for quick access while using the table. Part 0: Backup your game saves Your Nightmare Reaper save file location is in the install location followed by the subfolders: "MyProject/Content/Settings". The file "SaveSlo...
by Barking Sands
Sun Jul 03, 2022 3:32 pm
Forum: Cheat Engine
Topic: Why is the game crashing when I use a compare opcode?
Replies: 5
Views: 1728

Re: Why is the game crashing when I use a compare opcode?

Thanks for the helpful post; now I'm glad I asked. I might want your help working with lua (zero experience) to build a script that gives backup ammo instead of disabling the consume ammo function. I like the reloading sounds and mechanics in the game and want infinite ammo but when reloads are stil...
by Barking Sands
Sat Jul 02, 2022 8:02 pm
Forum: Cheat Engine
Topic: Why is the game crashing when I use a compare opcode?
Replies: 5
Views: 1728

Re: Why is the game crashing when I use a compare opcode?

That makes sense. I was just getting frustrated and didn't think that comparing with an invalid address would cause a crash. Is there a fix for this? Something like: "cmp rbp,1FFFFFFFFFFF jae +x cmp [rbp+38],FE jne +y mov [pointer],r9 etcetera" I'm also wondering about that "mov [pointer],r9" opcode...
by Barking Sands
Sat Jul 02, 2022 6:37 pm
Forum: Cheat Engine
Topic: Why is the game crashing when I use a compare opcode?
Replies: 5
Views: 1728

Why is the game crashing when I use a compare opcode?

I'm creating an injection copy script to check my filtering for Cruelty Squad (Godot engine x64): [ENABLE] aobscanmodule(health,crueltysquad.exe,49 89 41 08 48 8B 5C 24 50) alloc(newmemh,$30,health) alloc(pointer,8) label(injecth) registersymbol(pointer) registersymbol(health) newmemh: // cmp [rbp+3...