Resident Evil 4 Remake

Upload your cheat tables here (No requests)
ronnie25
Noobzor
Noobzor
Posts: 7
Joined: Mon Mar 06, 2017 11:30 am
Reputation: 0

Re: Resident Evil 4 Remake

Post by ronnie25 »

please if anyone could help with accuracy pointer

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

User avatar
EyeOfTheMind86
Expert Cheater
Expert Cheater
Posts: 50
Joined: Sun Mar 12, 2017 5:39 pm
Reputation: 14

Re: Resident Evil 4 Remake

Post by EyeOfTheMind86 »

Hello guys, maybe you could help me with this. I'm trying to hack myself this game the same way as I hacked the demo, however the game crashes after a few seconds when I activate a script. Is there some sort of protection which wasn't present in the demo? I see that you guys used the word "reframework", what do you mean exactly?
Thank you very much for your help.

Edit: I found my answer and solution, forgot to edit the post.
Last edited by EyeOfTheMind86 on Sat Apr 01, 2023 12:31 pm, edited 1 time in total.

mynameisdumbidk
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 10, 2021 8:12 pm
Reputation: 6

Re: Resident Evil 4 Remake

Post by mynameisdumbidk »

I don't know if anyone wants it but here's FoV:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>11</ID>
      <Description>"FoV"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <VariableType>4 Bytes</VariableType>
      <Address>re4.exe+D22CFE8</Address>
      <Offsets>
        <Offset>14</Offset>
        <Offset>160</Offset>
        <Offset>10</Offset>
        <Offset>10</Offset>
        <Offset>80</Offset>
      </Offsets>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Can change it to whatever you want. I also haven't tested it fully for others, but i think the offsets are right.

User avatar
Setarii
Noobzor
Noobzor
Posts: 6
Joined: Tue Mar 28, 2023 6:16 pm
Reputation: 0

Re: Resident Evil 4 Remake

Post by Setarii »

Which table is the one that adds items? I need the wayshrine key. It's gonna kill me to have to run through the game again if I can't get it, ugh.

Edit: Okay I got the wayshrine key added to my inv, but the game doesn't recognize it as the key, changed a gold token into the key. Had to noclip my way back. I am assuming it has to do with game triggers or something. Any assistance with that?

Cissa90
Expert Cheater
Expert Cheater
Posts: 88
Joined: Sun Feb 27, 2022 1:22 pm
Reputation: 93

Re: Resident Evil 4 Remake

Post by Cissa90 »

This one worked for me to get 100% accuracy on mission stats. Basically copies amount shot to amount hit each time you fire your gun.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>5</ID>
      <Description>"100% Hit Ratio"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(HitRatio,re4.exe,89 42 14 48 83 C4 18 C3 CC CC CC CC CC CC CC CC CC CC CC CC) // should be unique
alloc(newmem,$1000,HitRatio)

label(code)
label(return)

newmem:

code:
  mov [rdx+14],eax
  mov [rdx+18],eax
  add rsp,18
  jmp return

HitRatio:
  jmp newmem
  nop 2
return:
registersymbol(HitRatio)

[DISABLE]

HitRatio:
  db 89 42 14 48 83 C4 18

unregistersymbol(HitRatio)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: re4.exe+23EAF9A

re4.exe+23EAF79: 48 8D 44 24 30  - lea rax,[rsp+30]
re4.exe+23EAF7E: 8B 00           - mov eax,[rax]
re4.exe+23EAF80: 89 42 14        - mov [rdx+14],eax
re4.exe+23EAF83: 48 83 C4 18     - add rsp,18
re4.exe+23EAF87: C3              - ret 
re4.exe+23EAF88: 41 3B C9        - cmp ecx,r9d
re4.exe+23EAF8B: 48 8D 44 24 38  - lea rax,[rsp+38]
re4.exe+23EAF90: 4C 8D 04 24     - lea r8,[rsp]
re4.exe+23EAF94: 49 0F 4D C0     - cmovge rax,r8
re4.exe+23EAF98: 8B 00           - mov eax,[rax]
// ---------- INJECTING HERE ----------
re4.exe+23EAF9A: 89 42 14        - mov [rdx+14],eax
// ---------- DONE INJECTING  ----------
re4.exe+23EAF9D: 48 83 C4 18     - add rsp,18
re4.exe+23EAFA1: C3              - ret 
re4.exe+23EAFA2: CC              - int 3 
re4.exe+23EAFA3: CC              - int 3 
re4.exe+23EAFA4: CC              - int 3 
re4.exe+23EAFA5: CC              - int 3 
re4.exe+23EAFA6: CC              - int 3 
re4.exe+23EAFA7: CC              - int 3 
re4.exe+23EAFA8: CC              - int 3 
re4.exe+23EAFA9: CC              - int 3 
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

tokyocold
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Apr 02, 2023 12:52 pm
Reputation: 0

Re: Resident Evil 4 Remake

Post by tokyocold »

krustytoe wrote:
Sun Mar 26, 2023 6:47 pm
misterwashimashi wrote:
Sun Mar 26, 2023 8:11 am
Hi, would it be possible to add a god mode/no hit reaction?
I made it base off Rhark info.

God Mode (No Hit or Grab) Bear trap will still get you.
It’s usually effective,but I don’t know why sometimes Leon still hit or grabbed by the enemy.Could you please fix the problem?

Cissa90
Expert Cheater
Expert Cheater
Posts: 88
Joined: Sun Feb 27, 2022 1:22 pm
Reputation: 93

Re: Resident Evil 4 Remake

Post by Cissa90 »

Figured I'd share what I use sometimes myself outside of trainers that's available.
I recommend loading these only when loaded into a level. Sometimes causes crashes on loading etc. Especially the hit ratio or deaths/damage one:)

Feel free to do more reasearch into them to make them more stable.

Available options are:
Easy Challenges
- Doing anything in the challenge list with this enabled will instantly gain what you need. Get 1 treasure to get all treasures. 1 Weapon to get all weapon challenge. You catch my drift. Only enable if you are doing something very specific you want to get done fast.

Set treasure to 990
- Only enable when you want to sell something. After enabling, anything you sell will become 990 in amount. Be it caught animals, treasures etc. Only works for items that can actually stack (Not socketed treasures).

100% Hit Ratio
- Copies amount fired to amount hit (On shooting)

0 Deaths/Damage Taken
- Might be a bit buggy, but makes it so you don't gain a number in "damage taken" or "Deaths" on result screen. If you enable this on a save where damage or death has occured, you must get either hit or die again based on which value you want to become 0.

Inf Vehicle Health (Disable subtraction) - Waterscooter tested only
- Makes it so damage doesn't register.

Gain Max HP Vehicle On Hit - Waterscooter tested only
- Copies max HP value into current value on damage taken.
Attachments
re4.CT
(11.44 KiB) Downloaded 1164 times

cailloubr
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Apr 02, 2023 3:27 pm
Reputation: 0

Re: Resident Evil 4 Remake

Post by cailloubr »

Recently I noticed that when the player is set inside the boat, but does not enter the boat itself, a "walk through walls" mode similar to that in classic RE4 is activated (where the physics doesn't work, you can walk X/Z freely, with the fixed Y), that would be a very interesting thing to have in the CT.

Image

mynameisdumbidk
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 10, 2021 8:12 pm
Reputation: 6

Re: Resident Evil 4 Remake

Post by mynameisdumbidk »

Speaking of coords has anyone found those yet? I tried searching for them but i never got anywhere. I tried the usual scan for increase/decrease on Z but i don't think the game updates coords like most traditional games.

Sakurarozu
Expert Cheater
Expert Cheater
Posts: 81
Joined: Wed Jun 07, 2017 6:19 pm
Reputation: 0

Re: Resident Evil 4 Remake

Post by Sakurarozu »

anyway for a not be seen by enemy esp for ashley section?

PureReality
Expert Cheater
Expert Cheater
Posts: 126
Joined: Wed Dec 04, 2019 4:33 am
Reputation: 10

Re: Resident Evil 4 Remake

Post by PureReality »

Cissa90 wrote:
Sun Apr 02, 2023 1:42 pm

Inf Vehicle Health (Disable subtraction) - Waterscooter tested only
- Makes it so damage doesn't register.

Gain Max HP Vehicle On Hit - Waterscooter tested only
- Copies max HP value into current value on damage taken.
Thanks for this, will be testing it out when I get to the mining cart and jet ski sections (I'm already well past the boat section so will have to wait until my next playthrough) and will report back on if they work for those sections or not.

User avatar
krustytoe
Expert Cheater
Expert Cheater
Posts: 68
Joined: Tue Sep 10, 2019 2:14 am
Reputation: 55

Re: Resident Evil 4 Remake

Post by krustytoe »

tokyocold wrote:
Sun Apr 02, 2023 12:56 pm
krustytoe wrote:
Sun Mar 26, 2023 6:47 pm
misterwashimashi wrote:
Sun Mar 26, 2023 8:11 am
Hi, would it be possible to add a god mode/no hit reaction?
I made it base off Rhark info.

God Mode (No Hit or Grab) Bear trap will still get you.
It’s usually effective,but I don’t know why sometimes Leon still hit or grabbed by the enemy.Could you please fix the problem?
Was it a pitchfork guy? I don't know why, but he was the only one in the game that could hit and grab me when this script is on. I can promise you nothing else other than bear trap can harm you. I recommend turning it on while you are on the main menu.

PureReality
Expert Cheater
Expert Cheater
Posts: 126
Joined: Wed Dec 04, 2019 4:33 am
Reputation: 10

Re: Resident Evil 4 Remake

Post by PureReality »

Cissa90 wrote:
Sun Apr 02, 2023 1:42 pm
Inf Vehicle Health (Disable subtraction) - Waterscooter tested only
- Makes it so damage doesn't register.

Gain Max HP Vehicle On Hit - Waterscooter tested only
- Copies max HP value into current value on damage taken.
So.. I can at least confirm that these do not work on the minecart section, getting hit still takes down the health of the minecart sadly :(

tokyocold
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Apr 02, 2023 12:52 pm
Reputation: 0

Re: Resident Evil 4 Remake

Post by tokyocold »

krustytoe wrote:
Mon Apr 03, 2023 12:15 am
tokyocold wrote:
Sun Apr 02, 2023 12:56 pm
krustytoe wrote:
Sun Mar 26, 2023 6:47 pm


I made it base off Rhark info.

God Mode (No Hit or Grab) Bear trap will still get you.
It’s usually effective,but I don’t know why sometimes Leon still hit or grabbed by the enemy.Could you please fix the problem?
Was it a pitchfork guy? I don't know why, but he was the only one in the game that could hit and grab me when this script is on. I can promise you nothing else other than bear trap can harm you. I recommend turning it on while you are on the main menu.

Thanks for reply. Including but not limited to:bare-handed,enemy with axes or sickle、pitchfork、even meteor hammer. It can be caused by any type of enemy in any scene at any time. It's completely random and unpredictable.

mynameisdumbidk
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 10, 2021 8:12 pm
Reputation: 6

Re: Resident Evil 4 Remake

Post by mynameisdumbidk »

PureReality wrote:
Mon Apr 03, 2023 8:08 am
Cissa90 wrote:
Sun Apr 02, 2023 1:42 pm
Inf Vehicle Health (Disable subtraction) - Waterscooter tested only
- Makes it so damage doesn't register.

Gain Max HP Vehicle On Hit - Waterscooter tested only
- Copies max HP value into current value on damage taken.
So.. I can at least confirm that these do not work on the minecart section, getting hit still takes down the health of the minecart sadly :(
Pretty sure it would be using a different opcode. It'll likely be the same deal for the boat in the Del Lago fight.

Post Reply

Who is online

Users browsing this forum: alex185, asdfchlwnsgy1236, Bing [Bot], bluemoon27112, chlorine03, djkunn, doodl3simpl3, Google Adsense [Bot], killjoy117, Majestic-12 [Bot], qkrqudlas, steelbro, SubSonix, SummonerVivi, Vicksvaporub, yukikyou, Zafriel, zhshadow