RESIDENT EVIL 2 +19 +1 (table Update15) (2020.7.21)

Upload your cheat tables here (No requests)
kayawish24
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Jan 27, 2019 12:15 pm
Reputation: 0

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by kayawish24 »

Resident Evil 2 Remake - ADULT Sherry & Zombie Leon.

https://www.youtube.com/watch?v=5fdnVGJ6lCY


Resident Evil 2 Remake - Lab Doc & Zombie

https://www.youtube.com/watch?v=BZRAhfbvcNM

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
Last edited by kayawish24 on Fri Feb 01, 2019 11:11 pm, edited 1 time in total.

User avatar
AkimboDK
Expert Cheater
Expert Cheater
Posts: 167
Joined: Tue Jan 23, 2018 7:57 pm
Reputation: 23

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by AkimboDK »

bloodaxis wrote:
Fri Feb 01, 2019 9:22 pm
As far as I know either no one has found how to get it unlocked yet or you can't unlock it, as in it's a placeholder/maybe future dlc. People have already done everything there is to do in the game along with S+ ranks for everything, so presumably someone would have unlocked it by now.
yeah i was on the last thing trying to get the few last S+ ranks to see if that was it, but i guess not, maybe as you said it would be a future DLC thing, hopefully, some more experimental weapons to give the game a twist for those who already beated the game several times to keep the game alive would be awesome, anyway thanks for the answers.

kayawish24
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Jan 27, 2019 12:15 pm
Reputation: 0

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by kayawish24 »

Resident Evil 2 Remake - Adult Sherry and Baby (Little) Clair

https://www.youtube.com/watch?v=bIf7FRl8s0U

https://www.youtube.com/watch?v=caTW_vcvlBA
Last edited by kayawish24 on Fri Feb 01, 2019 11:10 pm, edited 2 times in total.

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 658
Joined: Mon May 08, 2017 4:08 am
Reputation: 458

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by gir489 »

Tyrant goes down in 1 shot and stays down.

Code: Select all

{ Game   : re2.exe
  Version: 1.0
  Date   : 2019-02-01
  Author : gir489

  Tyrant goes down in 1 shot and stays down.
}

[ENABLE]
aobscanmodule(TyrantDownTimer,re2.exe,3C 0F 5A C0 F2 0F 5C F0 66 0F 5A CE) // should be unique
aobscanmodule(TyrantDamageFunction,re2.exe,39 71 58 0F 9F D0) // should be unique
registersymbol(TyrantDownTimer)
registersymbol(TyrantDamageFunction)

TyrantDamageFunction:
mov [rcx+58],esi

TyrantDownTimer+04:
db 90 90 90 90

[DISABLE]
unregistersymbol(TyrantDownTimer)
unregistersymbol(TyrantDamageFunction)

TyrantDamageFunction:
cmp [rcx+58],esi

TyrantDownTimer+04:
db F2 0F 5C F0 //subsd xmm6,xmm0

{
// ORIGINAL CODE - INJECTION POINT: "re2.exe"+D9772E8

"re2.exe"+D9772CB: 48 8B 48 18              -  mov rcx,[rax+18]
"re2.exe"+D9772CF: 0F 57 D2                 -  xorps xmm2,xmm2
"re2.exe"+D9772D2: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D9772D5: 74 05                    -  je re2.exe+D9772DC
"re2.exe"+D9772D7: 0F 57 C0                 -  xorps xmm0,xmm0
"re2.exe"+D9772DA: EB 04                    -  jmp re2.exe+D9772E0
"re2.exe"+D9772DC: 66 0F 5A C1              -  cvtpd2ps xmm0,xmm1
"re2.exe"+D9772E0: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D9772E3: 75 3C                    -  jne re2.exe+D977321
"re2.exe"+D9772E5: 0F 5A C0                 -  vcvtps2pd xmm0,xmm0
// ---------- INJECTING HERE ----------
"re2.exe"+D9772E8: F2 0F 5C F0              -  subsd xmm6,xmm0
"re2.exe"+D9772EC: 66 0F 5A CE              -  cvtpd2ps xmm1,xmm6
// ---------- DONE INJECTING  ----------
"re2.exe"+D9772F0: F3 0F 11 8F F4 01 00 00  -  movss [rdi+000001F4],xmm1
"re2.exe"+D9772F8: 48 8B 43 50              -  mov rax,[rbx+50]
"re2.exe"+D9772FC: 48 39 48 18              -  cmp [rax+18],rcx
"re2.exe"+D977300: 75 1F                    -  jne re2.exe+D977321
"re2.exe"+D977302: 0F 2F CA                 -  comiss xmm1,xmm2
"re2.exe"+D977305: 77 1A                    -  ja re2.exe+D977321
"re2.exe"+D977307: 48 8B 8F A0 01 00 00     -  mov rcx,[rdi+000001A0]
"re2.exe"+D97730E: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D977311: 75 20                    -  jne re2.exe+D977333
"re2.exe"+D977313: 8D 51 38                 -  lea edx,[rcx+38]
}

{
// ORIGINAL CODE - INJECTION POINT: "re2.exe"+C57C984

"re2.exe"+C57C961: E8 6A 50 85 F5        -  call re2.exe+1DD19D0
"re2.exe"+C57C966: 30 C0                 -  xor al,al
"re2.exe"+C57C968: 48 8B 5C 24 60        -  mov rbx,[rsp+60]
"re2.exe"+C57C96D: 48 8B 74 24 68        -  mov rsi,[rsp+68]
"re2.exe"+C57C972: 48 83 C4 50           -  add rsp,50
"re2.exe"+C57C976: 5F                    -  pop rdi
"re2.exe"+C57C977: C3                    -  ret
"re2.exe"+C57C978: 48 8B 88 A0 01 00 00  -  mov rcx,[rax+000001A0]
"re2.exe"+C57C97F: 48 85 C9              -  test rcx,rcx
"re2.exe"+C57C982: 74 D3                 -  je re2.exe+C57C957
// ---------- INJECTING HERE ----------
"re2.exe"+C57C984: 39 71 58              -  cmp [rcx+58],esi
"re2.exe"+C57C987: 0F 9F D0              -  setg al
// ---------- DONE INJECTING  ----------
"re2.exe"+C57C98A: 84 C0                 -  test al,al
"re2.exe"+C57C98C: 74 D8                 -  je re2.exe+C57C966
"re2.exe"+C57C98E: 40 38 35 5B 05 B3 FA  -  cmp [re2.exe+70ACEF0],sil
"re2.exe"+C57C995: 74 04                 -  je re2.exe+C57C99B
"re2.exe"+C57C997: B1 01                 -  mov cl,01
"re2.exe"+C57C999: EB 25                 -  jmp re2.exe+C57C9C0
"re2.exe"+C57C99B: 48 8B 87 48 01 00 00  -  mov rax,[rdi+00000148]
"re2.exe"+C57C9A2: 48 85 C0              -  test rax,rax
"re2.exe"+C57C9A5: 75 12                 -  jne re2.exe+C57C9B9
"re2.exe"+C57C9A7: 45 31 C0              -  xor r8d,r8d
}
Untested.

User avatar
Exeter
Table Makers
Table Makers
Posts: 458
Joined: Fri Mar 03, 2017 9:16 am
Reputation: 154

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by Exeter »

gir489 wrote:
Fri Feb 01, 2019 11:05 pm
Tyrant goes down in 1 shot and stays down.

Code: Select all

{ Game   : re2.exe
  Version: 1.0
  Date   : 2019-02-01
  Author : gir489

  Tyrant goes down in 1 shot and stays down.
}

[ENABLE]
aobscanmodule(TyrantDownTimer,re2.exe,3C 0F 5A C0 F2 0F 5C F0 66 0F 5A CE) // should be unique
aobscanmodule(TyrantDamageFunction,re2.exe,39 71 58 0F 9F D0) // should be unique
registersymbol(TyrantDownTimer)
registersymbol(TyrantDamageFunction)

TyrantDamageFunction:
mov [rcx+58],esi

TyrantDownTimer+04:
db 90 90 90 90

[DISABLE]
unregistersymbol(TyrantDownTimer)
unregistersymbol(TyrantDamageFunction)

TyrantDamageFunction:
cmp [rcx+58],esi

TyrantDownTimer+04:
db F2 0F 5C F0 //subsd xmm6,xmm0

{
// ORIGINAL CODE - INJECTION POINT: "re2.exe"+D9772E8

"re2.exe"+D9772CB: 48 8B 48 18              -  mov rcx,[rax+18]
"re2.exe"+D9772CF: 0F 57 D2                 -  xorps xmm2,xmm2
"re2.exe"+D9772D2: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D9772D5: 74 05                    -  je re2.exe+D9772DC
"re2.exe"+D9772D7: 0F 57 C0                 -  xorps xmm0,xmm0
"re2.exe"+D9772DA: EB 04                    -  jmp re2.exe+D9772E0
"re2.exe"+D9772DC: 66 0F 5A C1              -  cvtpd2ps xmm0,xmm1
"re2.exe"+D9772E0: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D9772E3: 75 3C                    -  jne re2.exe+D977321
"re2.exe"+D9772E5: 0F 5A C0                 -  vcvtps2pd xmm0,xmm0
// ---------- INJECTING HERE ----------
"re2.exe"+D9772E8: F2 0F 5C F0              -  subsd xmm6,xmm0
"re2.exe"+D9772EC: 66 0F 5A CE              -  cvtpd2ps xmm1,xmm6
// ---------- DONE INJECTING  ----------
"re2.exe"+D9772F0: F3 0F 11 8F F4 01 00 00  -  movss [rdi+000001F4],xmm1
"re2.exe"+D9772F8: 48 8B 43 50              -  mov rax,[rbx+50]
"re2.exe"+D9772FC: 48 39 48 18              -  cmp [rax+18],rcx
"re2.exe"+D977300: 75 1F                    -  jne re2.exe+D977321
"re2.exe"+D977302: 0F 2F CA                 -  comiss xmm1,xmm2
"re2.exe"+D977305: 77 1A                    -  ja re2.exe+D977321
"re2.exe"+D977307: 48 8B 8F A0 01 00 00     -  mov rcx,[rdi+000001A0]
"re2.exe"+D97730E: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D977311: 75 20                    -  jne re2.exe+D977333
"re2.exe"+D977313: 8D 51 38                 -  lea edx,[rcx+38]
}

{
// ORIGINAL CODE - INJECTION POINT: "re2.exe"+C57C984

"re2.exe"+C57C961: E8 6A 50 85 F5        -  call re2.exe+1DD19D0
"re2.exe"+C57C966: 30 C0                 -  xor al,al
"re2.exe"+C57C968: 48 8B 5C 24 60        -  mov rbx,[rsp+60]
"re2.exe"+C57C96D: 48 8B 74 24 68        -  mov rsi,[rsp+68]
"re2.exe"+C57C972: 48 83 C4 50           -  add rsp,50
"re2.exe"+C57C976: 5F                    -  pop rdi
"re2.exe"+C57C977: C3                    -  ret
"re2.exe"+C57C978: 48 8B 88 A0 01 00 00  -  mov rcx,[rax+000001A0]
"re2.exe"+C57C97F: 48 85 C9              -  test rcx,rcx
"re2.exe"+C57C982: 74 D3                 -  je re2.exe+C57C957
// ---------- INJECTING HERE ----------
"re2.exe"+C57C984: 39 71 58              -  cmp [rcx+58],esi
"re2.exe"+C57C987: 0F 9F D0              -  setg al
// ---------- DONE INJECTING  ----------
"re2.exe"+C57C98A: 84 C0                 -  test al,al
"re2.exe"+C57C98C: 74 D8                 -  je re2.exe+C57C966
"re2.exe"+C57C98E: 40 38 35 5B 05 B3 FA  -  cmp [re2.exe+70ACEF0],sil
"re2.exe"+C57C995: 74 04                 -  je re2.exe+C57C99B
"re2.exe"+C57C997: B1 01                 -  mov cl,01
"re2.exe"+C57C999: EB 25                 -  jmp re2.exe+C57C9C0
"re2.exe"+C57C99B: 48 8B 87 48 01 00 00  -  mov rax,[rdi+00000148]
"re2.exe"+C57C9A2: 48 85 C0              -  test rax,rax
"re2.exe"+C57C9A5: 75 12                 -  jne re2.exe+C57C9B9
"re2.exe"+C57C9A7: 45 31 C0              -  xor r8d,r8d
}
Untested.
Well I still have to do a Leon A run right now, will let you know. (unless someone beats me to it).

User avatar
Exeter
Table Makers
Table Makers
Posts: 458
Joined: Fri Mar 03, 2017 9:16 am
Reputation: 154

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by Exeter »

Just confirmed that he stayed down so far and only took 1 bullet to take him down. I'll see how it goes as I progress through the building.

[Edit] Seems to work like a charm. Normally he teleports close to you when you're doing stuff, but this time he does stay down for real. Epic stuff, thanks!

[Edit 2] Only scripted events where he shows up again is what makes him reappear. (example, after getting the Parking Area Card, he shows up in the jail when the zombies break out). But it only takes a moment to bring him down again with the script.

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 658
Joined: Mon May 08, 2017 4:08 am
Reputation: 458

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by gir489 »

Exeter wrote:
Sat Feb 02, 2019 12:20 am
Just confirmed that he stayed down so far and only took 1 bullet to take him down. I'll see how it goes as I progress through the building.

[Edit] Seems to work like a charm. Normally he teleports close to you when you're doing stuff, but this time he does stay down for real. Epic stuff, thanks!

[Edit 2] Only scripted events where he shows up again is what makes him reappear. (example, after getting the Parking Area Card, he shows up in the jail when the zombies break out). But it only takes a moment to bring him down again with the script.
Cool. I think I’m done with this game. I [Link] and I did my duty as the fixer, by coming in and doing what others don’t do and doing it properly. Until next game....

KS212
Expert Cheater
Expert Cheater
Posts: 1113
Joined: Fri Mar 03, 2017 5:29 pm
Reputation: 136

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by KS212 »

gir489 wrote:
Sat Feb 02, 2019 12:56 am

Cool. I think I’m done with this game. I [Link] and I did my duty as the fixer, by coming in and doing what others don’t do and doing it properly. Until next game....
81/81? Shouldn't there be 87?

User avatar
HylianZ
Expert Cheater
Expert Cheater
Posts: 268
Joined: Thu Mar 23, 2017 5:37 pm
Reputation: 71

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by HylianZ »

gir489 wrote:
Sat Feb 02, 2019 12:56 am
Gir, you rock!

Off topic joke: Tizzio is here, time to move on to another game and watch the replies here triple. :P

justiny
Expert Cheater
Expert Cheater
Posts: 157
Joined: Mon May 22, 2017 1:02 pm
Reputation: 33

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by justiny »

Tyrant 1 shot & stay down, isn't it from fearlessrevolution's trainer?

fiftyfiftybooking
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Feb 01, 2019 9:21 am
Reputation: 0

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by fiftyfiftybooking »

Using the camera script, you can see an unused version of the orphanage when you reach that point of the game. It's located directly behind out of bounds of the orphanage.

User avatar
teinousi
Expert Cheater
Expert Cheater
Posts: 281
Joined: Wed Mar 29, 2017 10:19 am
Reputation: 31

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by teinousi »

Cielos wrote:
Sun Jan 13, 2019 7:00 pm
-skip
hey Cielos , I help you zip it clearly the post , can let anyone look it more easy , if u don't mind ^_^

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓


made some scripts for the full game.
if in doubt, read the descriptions first!

almost all item IDs are shared by CJBok.
weapon's upgrade offset, ammo type offset, and 3 more scripts shared by CJBok and gir489.
most character IDs are shared by Deathwing Zero.


///
UPDATES:

LASTED UPDATE : Update7.4
- updated character model mod. added an option to choose which character's stance to use, the default character or the custom character.
- removed an unnecessary structure.
OLD UPDATED
Update7.3
- updated character model mod. back to 1 version (.3 now). fixed the missing cut-scene from .2a, fixed the event crash from .2b. should be much more stable to test now.
Update7.2
- added a different version of character model mod. read description!
- added character IDs shared by Deathwing Zero.
Update7.1
- updated character model mod. the custom wasn't loading properly, it's fixed now.
Update7
- added character model mod. read description first!
- updated ignore ammo pouch. W-870 (shotgun) with ammo clip upgrade can reload to full clip now. thanks gir489 and Deathwing Zero for pointing out the problem and giving a solution!

Update6.3
- updated ignore ammo pouch. refined the reload process, S60 won't instant reload to full with only the power upgrade installed. per-bullet-reload weapons would works properly with or without ammo pouch now.
Update6.2
- updated game player time mod. raised the jump back time from 1 second to 4 seconds. freezes AI SHOULD be resolved (or by-pass). report!
Update6.1
- updated ignore ammo pouch. rather than reload 1 ammo at a time, SLS 60 (Claire starting weapon) with Speed Loader upgrade can reload to full clip instantly now.
- updated game player time mod. enemies' attack sequence won't be stopped when the time has reach the "stop at" time now. as a result, the display time in-game may appear 1 second less then what you set via the script.
- updated game player time mod and highlighted item with aobscan.
- updated the weapon's upgrade pointer, divided it into 8 binaries now.

Update6
- added game player time mod. made based on the info CJBok shared.
- added LUA to register 3 custom types for the game player time mod temperately (will be removed on next CE start). you have to allow CE to run the LUA for easy time setting via game player time mod.
- added additional scripts/pointers shared by CJBok and gir489.
- changed the default key combination for theslow motion script.
- removed a useless structure.
Update5
- added damage multiplier.
- updated undead. multi-zombies killed should be avoided now. report~ and read the description first!
Update4
- added slow motion.
- updated max knife duration to inf. sub-weapons. it covers the 2 grenades now. was tracing the codes to make an ignore sub-weapons script to save at least 3 inventory space... but got bored and want to play the game. maybe later....?
Update3.3
- updated ignore ammo pouch. it won't freeze the raindrops and various dead-loop now.
Update3.2
- updated ignore ammo pouch. you can switch ammo without bringing any ammo pouch with you now.
Update3.1
- added max knife duration.
- updated enable. changed the identifier for reload from max ammo check to id check.
- updated undead. allows you to edit the min health now.
Update3
- updated the table for the full game.
- lock game time and no-clip are removed. I don't need them anymore...
- max knife duration is removed for now. will be updated when I get the knife.

Update2
- added slow walk key and noclip
- updated max knife duration. changed knife filter to id check.
Update1
- added universal item. see descriptions!
- added the pointers to highlighted item in your backpack. also see descriptions!
OPTION INFO
info list
undead
- by script default, when activated, health still drop when being bitten until it reaches red (danger~), but you won't die.
- you can raise the min health if you want.
- don't set min health lower than 360.

damage multiplier
- by script default, when activated, multiply the damage done to non-player by 2.
- multiplier can be changed after the script is activated.
- most likely the damage taken by allies would be multiplied as well. will update accordingly if there are allies later.

no reload
- you can always fire guns regardless of the current ammo clip you have.
- ammo still drop until it reaches zero when fired.
- REMEMBER to turn off the "Auto-reload" in the "Options>Controls" menu first.

ignore ammo pouch
- you can reload your guns without any ammo pouch in your inventory.
- you can switch ammo without any ammo pouch in your inventory.
- ammo pouches you brought with you will still be decreased until they disappear when you reload the guns.

inf. sub-weapons
- grenades quantity won't drop below 1 when used, either by throwing manually or countering a zombie bite.
- knife duration would stay max when you counter a zombie bite with the combat knife. just remember to retrieve the knife from the downed zombie afterwards.

universal item
- allows you to interact with world objects with any item from your inventory.
- for example, open spade key doors with your handgun ammo.
- press and hold CapsLock key (or the key you specified) when clicking on the item in the inv AND when clicking on the USE option.
- should not be used on world objects that allows multiple items (e.g., dark room, multi-items puzzle, etc).

slow walk key
- the walk speed is quite good most of the time, but a little bit too fast when you're in a dark room/corridor... so, when activated, hold CapsLock key to walk slower.

slow motion
- by script default, when activated, hold Mouse X1 Button and Mouse Right Button (i.e. hold Mouse X1 Button when aiming) would enter slow-motion by using CE's speedhack.
- you can change the key combinations and the speed after you activated the script.

game player time mod
- when activated, game play time would stop at the time you specified.
- the display time in-game may appear within 4 seconds less then what you set via the script.
- by script default, time would stop at 1:58:43. i.e., when the game time reaches 1:58:43, the time would start cycle between 1:58:39 - 1:58:43.
- for easy time setting, remember you have to allow CE to run the LUA when you open the table.

highlighted item
- this is just good for simple quantity edit.
- you can change item type and quantity of the highlighted item in your backpack.
- if it's a weapon, item id would be 0x00000000. if it's not a weapon, weapon id would be 0xffffffff
- don't freeze the values, unless you know what you are doing..
- if you are new to CE, REMEMBER you don't need to freeze the value (i.e., put a tick in the box in front of the address) if you just want to edit the value.
CHARACTER MODEL MOD
Allows you to change the characters separately:
Charater List

Code: Select all

Leon
Claire
Ada
Sherry
HUNK
Tofu
- you can change the model to 1 of these 11 characters:

Code: Select all

Leon Scott Kennedy
Claire Redfield
Ada Wong
Sherry Birkin
HUNK
Tofu
Robert Kendo (Gun Shop Owner)
Brian Irons (Chief of Police)
Ben Bertolucci (Journalist)
Annette Birkin
Chris Redfield
- there maybe more characters we can choose from, you will have to test the ID out though. ID are in Hex.
- for now, you should only change Leon/HUNK to a male character, Claire/Ada to a female character, Sherry to Emma, or the skeleton may not match, results in a weird body feature.
- the script also allows you to change the costume of these 4 characters:

Code: Select all

Leon
Claire
Ada
Sherry
- I didn't test the costume for Sherry, so there's nothing in the dropdown list, you'll have to type in an ID yourself, in hex.
- usage: activate the script, choose the character model and/or costume, load a savegame.
- set "use custom character stance?" to "yes" to use the stance of the custom character. e.g., when playing Claire run, and you use the script to change Claire to Ada. if "use custom character stance?" to "yes", you'd hold most of the handguns with 1 hand when standing and moving, as Ada does; if set to "no", you'd hold most of the handguns with both hands when standing and moving, as Claire does.
- note that some character specific weapon would ignore this noolean, e.g., Leon's "M19" and Claire's "Quickdraw Army Revolver".
- also some characters don't have all the gun-firing animation ready, if a character is showing weird animation when aiming/firing, set "use custom character stance?" to "no", then reload the savegame.
- beware the script isn't thoroughly tested. so, report!
CHEAT DOWNLOAD
Lasted :
re2.CT
Old version

re2.CT
re2.CT
re2.CT
re2.CT
re2.CT
re2.CT
re2.CT
re2.CT
re2.CT

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 658
Joined: Mon May 08, 2017 4:08 am
Reputation: 458

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by gir489 »

I lied. So, CODEX released a cracked version of RE2 along with a [Link] in the installer. This allowed me to create a repeatable test environment, since Steam would just forcibly revert my files from the Steam Cloud even though I turned it off and deleted all the user cache files.

Anyway, the script is kinda janky, and it can cause a crash if you don't follow the instructions. But follow the steps and you should be fine. You won't need the scripts after everything is unlocked.

Step 1: Load up a game so that you can see either Leon or Claire.
Step 2: Press ESC.
Step 3: Enable 'Unlock Everything #1'
Step 4: Click on 'Records.'
Step 5: Disable 'Unlock Everything #1'
Step 6: Press ESC to close out of Records.
Step 7: Enable 'Unlock Everything #2'
Step 8: Click on 'Records.'
Step 9: Disable 'Unlock Everything #2'
Step 10: Press ESC to close out of Records.
Step 11: Enable 'Unlock Everything #3'
Step 12: Click on 'Records.'
Step 13: Disable 'Unlock Everything #3'
Step 14: Press ESC to close out of Records.
Step 15: Enable 'Unlock Everything #4'
Step 16: Click on 'Records.'
Step 17: Disable 'Unlock Everything #4'
Step 18: Press ESC to close out of Records.

That's it. You should have everything unlocked now. Saving at a typewriter will persist the stats. If you want the infinite weapons, you'll have to save and then reload the save. I found that only the infinite knife will be hot swapped into your chest.

https://youtu.be/5HmmqVs9nD4
Attachments
re2_unlockeverything.CT
(9.36 KiB) Downloaded 617 times

machine4578
Expert Cheater
Expert Cheater
Posts: 264
Joined: Tue Mar 07, 2017 3:12 pm
Reputation: 159

Re: RESIDENT EVIL 2 +10 +3 (table Update7.5)

Post by machine4578 »

wow nicely done! thanks for sharing gir489 :)
Last edited by machine4578 on Sun Feb 03, 2019 2:00 pm, edited 1 time in total.

Mister Modification
Expert Cheater
Expert Cheater
Posts: 118
Joined: Sun Mar 05, 2017 6:31 pm
Reputation: 59

Re: RESIDENT EVIL 2 +10 +3 (table Update7.4)

Post by Mister Modification »

gir489 wrote:
Fri Feb 01, 2019 11:05 pm
Tyrant goes down in 1 shot and stays down.

Code: Select all

{ Game   : re2.exe
  Version: 1.0
  Date   : 2019-02-01
  Author : gir489

  Tyrant goes down in 1 shot and stays down.
}

[ENABLE]
aobscanmodule(TyrantDownTimer,re2.exe,3C 0F 5A C0 F2 0F 5C F0 66 0F 5A CE) // should be unique
aobscanmodule(TyrantDamageFunction,re2.exe,39 71 58 0F 9F D0) // should be unique
registersymbol(TyrantDownTimer)
registersymbol(TyrantDamageFunction)

TyrantDamageFunction:
mov [rcx+58],esi

TyrantDownTimer+04:
db 90 90 90 90

[DISABLE]
unregistersymbol(TyrantDownTimer)
unregistersymbol(TyrantDamageFunction)

TyrantDamageFunction:
cmp [rcx+58],esi

TyrantDownTimer+04:
db F2 0F 5C F0 //subsd xmm6,xmm0

{
// ORIGINAL CODE - INJECTION POINT: "re2.exe"+D9772E8

"re2.exe"+D9772CB: 48 8B 48 18              -  mov rcx,[rax+18]
"re2.exe"+D9772CF: 0F 57 D2                 -  xorps xmm2,xmm2
"re2.exe"+D9772D2: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D9772D5: 74 05                    -  je re2.exe+D9772DC
"re2.exe"+D9772D7: 0F 57 C0                 -  xorps xmm0,xmm0
"re2.exe"+D9772DA: EB 04                    -  jmp re2.exe+D9772E0
"re2.exe"+D9772DC: 66 0F 5A C1              -  cvtpd2ps xmm0,xmm1
"re2.exe"+D9772E0: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D9772E3: 75 3C                    -  jne re2.exe+D977321
"re2.exe"+D9772E5: 0F 5A C0                 -  vcvtps2pd xmm0,xmm0
// ---------- INJECTING HERE ----------
"re2.exe"+D9772E8: F2 0F 5C F0              -  subsd xmm6,xmm0
"re2.exe"+D9772EC: 66 0F 5A CE              -  cvtpd2ps xmm1,xmm6
// ---------- DONE INJECTING  ----------
"re2.exe"+D9772F0: F3 0F 11 8F F4 01 00 00  -  movss [rdi+000001F4],xmm1
"re2.exe"+D9772F8: 48 8B 43 50              -  mov rax,[rbx+50]
"re2.exe"+D9772FC: 48 39 48 18              -  cmp [rax+18],rcx
"re2.exe"+D977300: 75 1F                    -  jne re2.exe+D977321
"re2.exe"+D977302: 0F 2F CA                 -  comiss xmm1,xmm2
"re2.exe"+D977305: 77 1A                    -  ja re2.exe+D977321
"re2.exe"+D977307: 48 8B 8F A0 01 00 00     -  mov rcx,[rdi+000001A0]
"re2.exe"+D97730E: 48 85 C9                 -  test rcx,rcx
"re2.exe"+D977311: 75 20                    -  jne re2.exe+D977333
"re2.exe"+D977313: 8D 51 38                 -  lea edx,[rcx+38]
}

{
// ORIGINAL CODE - INJECTION POINT: "re2.exe"+C57C984

"re2.exe"+C57C961: E8 6A 50 85 F5        -  call re2.exe+1DD19D0
"re2.exe"+C57C966: 30 C0                 -  xor al,al
"re2.exe"+C57C968: 48 8B 5C 24 60        -  mov rbx,[rsp+60]
"re2.exe"+C57C96D: 48 8B 74 24 68        -  mov rsi,[rsp+68]
"re2.exe"+C57C972: 48 83 C4 50           -  add rsp,50
"re2.exe"+C57C976: 5F                    -  pop rdi
"re2.exe"+C57C977: C3                    -  ret
"re2.exe"+C57C978: 48 8B 88 A0 01 00 00  -  mov rcx,[rax+000001A0]
"re2.exe"+C57C97F: 48 85 C9              -  test rcx,rcx
"re2.exe"+C57C982: 74 D3                 -  je re2.exe+C57C957
// ---------- INJECTING HERE ----------
"re2.exe"+C57C984: 39 71 58              -  cmp [rcx+58],esi
"re2.exe"+C57C987: 0F 9F D0              -  setg al
// ---------- DONE INJECTING  ----------
"re2.exe"+C57C98A: 84 C0                 -  test al,al
"re2.exe"+C57C98C: 74 D8                 -  je re2.exe+C57C966
"re2.exe"+C57C98E: 40 38 35 5B 05 B3 FA  -  cmp [re2.exe+70ACEF0],sil
"re2.exe"+C57C995: 74 04                 -  je re2.exe+C57C99B
"re2.exe"+C57C997: B1 01                 -  mov cl,01
"re2.exe"+C57C999: EB 25                 -  jmp re2.exe+C57C9C0
"re2.exe"+C57C99B: 48 8B 87 48 01 00 00  -  mov rax,[rdi+00000148]
"re2.exe"+C57C9A2: 48 85 C0              -  test rax,rax
"re2.exe"+C57C9A5: 75 12                 -  jne re2.exe+C57C9B9
"re2.exe"+C57C9A7: 45 31 C0              -  xor r8d,r8d
}
Untested.
What do I have to edit to make him take 1/4 ; 1/8 damage per shoot.
That stays down part is cool but I want achieve his downfall.

Post Reply