Upload your cheat tables here (No requests)
Alexander09138
Noobzor
Posts: 6 Joined: Thu Feb 28, 2019 9:36 pm
Reputation: 0
Post
by Alexander09138 » Wed May 19, 2021 5:42 am
Coordinates aren't really working.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
ditus
Noobzor
Posts: 7 Joined: Wed Mar 29, 2017 7:42 pm
Reputation: 0
Post
by ditus » Fri May 21, 2021 2:13 am
Hi, thanks for all the work you guys are doing with the tables.
May i request a code to keep the same aim assist that the game has on the casual difficulty for all the other difficulty levels?
SaucyJack
Novice Cheater
Posts: 23 Joined: Fri Nov 03, 2017 6:40 pm
Reputation: 1
Post
by SaucyJack » Thu May 27, 2021 11:24 pm
So I found a float value for time played (in seconds), but freezing it or changing it doesn't affect what the timer on the pause menu reads.
DesmondCh27
What is cheating?
Posts: 1 Joined: Tue Jun 08, 2021 4:22 pm
Reputation: 0
Post
by DesmondCh27 » Tue Jun 08, 2021 4:40 pm
For anyone who wants to search around enemy data, I found the enemy entity list.
Has pointer to the first element of the list. Then points to the first five enemies in the list. They are separated by 4*8 bytes each. Just copy this into your re8.CT file (open with Notepad or Notepad++) under the <AssemblerScript> field. Should work just fine.
Code: Select all
<CheatEntry>
<ID>361</ID>
<Description>"ALL ENTITIES ARE 4*8 Bytes apart (in HEX) Anything in between is duplicate"</Description>
<ShowAsSigned>0</ShowAsSigned>
<Color>1C66FF</Color>
<VariableType>4 Bytes</VariableType>
<Address>---------------------------------</Address>
</CheatEntry>
<CheatEntry>
<ID>362</ID>
<Description>"Entity List"</Description>
<Options moHideChildren="1"/>
<LastState Value="" Activated="1" RealAddress="00000000"/>
<GroupHeader>1</GroupHeader>
<CheatEntries>
<CheatEntry>
<ID>338</ID>
<Description>"Start of Enemy Entity List"</Description>
<LastState Value="410395504" RealAddress="18122840"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>8C008C</Color>
<VariableType>4 Bytes</VariableType>
<Address>re8.exe+A1B1B58</Address>
<Offsets>
<Offset>0*8+20</Offset>
<Offset>10</Offset>
<Offset>70</Offset>
</Offsets>
<CheatEntries>
<CheatEntry>
<ID>337</ID>
<Description>"FIRST Enemy"</Description>
<LastState Value="226BFBE0" RealAddress="1885CD00"/>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<Color>CE00CE</Color>
<VariableType>4 Bytes</VariableType>
<Address>14A1B1B58</Address>
<Offsets>
<Offset>0</Offset>
<Offset>48</Offset>
<Offset>3*18</Offset>
<Offset>1*18</Offset>
<Offset>78</Offset>
<Offset>10</Offset>
<Offset>0*8+20</Offset>
<Offset>10</Offset>
<Offset>70</Offset>
</Offsets>
<CheatEntries>
<CheatEntry>
<ID>203</ID>
<Description>"Enemy Health"</Description>
<LastState Value="700" RealAddress="1885CD14"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>1F8F24</Color>
<VariableType>Float</VariableType>
<Address>+14</Address>
</CheatEntry>
<CheatEntry>
<ID>325</ID>
<Description>"Enemy Max Health"</Description>
<LastState Value="700" RealAddress="1885CD10"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>009700</Color>
<VariableType>Float</VariableType>
<Address>+10</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
<CheatEntry>
<ID>358</ID>
<Description>"SECOND Enemy"</Description>
<LastState Value="226BFBE0" RealAddress="186DA5B0"/>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<Color>CE00CE</Color>
<VariableType>4 Bytes</VariableType>
<Address>14A1B1B58</Address>
<Offsets>
<Offset>0</Offset>
<Offset>48</Offset>
<Offset>3*18</Offset>
<Offset>1*18</Offset>
<Offset>78</Offset>
<Offset>10</Offset>
<Offset>4*8+20</Offset>
<Offset>10</Offset>
<Offset>70</Offset>
</Offsets>
<CheatEntries>
<CheatEntry>
<ID>359</ID>
<Description>"Enemy Health"</Description>
<LastState Value="700" RealAddress="186DA5C4"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>1F8F24</Color>
<VariableType>Float</VariableType>
<Address>+14</Address>
</CheatEntry>
<CheatEntry>
<ID>360</ID>
<Description>"Enemy Max Health"</Description>
<LastState Value="700" RealAddress="186DA5C0"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>009700</Color>
<VariableType>Float</VariableType>
<Address>+10</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
<CheatEntry>
<ID>355</ID>
<Description>"THIRD Enemy"</Description>
<LastState Value="226BFBE0" RealAddress="182F7A70"/>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<Color>CE00CE</Color>
<VariableType>4 Bytes</VariableType>
<Address>14A1B1B58</Address>
<Offsets>
<Offset>0</Offset>
<Offset>48</Offset>
<Offset>3*18</Offset>
<Offset>1*18</Offset>
<Offset>78</Offset>
<Offset>10</Offset>
<Offset>8*8+20</Offset>
<Offset>10</Offset>
<Offset>70</Offset>
</Offsets>
<CheatEntries>
<CheatEntry>
<ID>356</ID>
<Description>"Enemy Health"</Description>
<LastState Value="700" RealAddress="182F7A84"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>1F8F24</Color>
<VariableType>Float</VariableType>
<Address>+14</Address>
</CheatEntry>
<CheatEntry>
<ID>357</ID>
<Description>"Enemy Max Health"</Description>
<LastState Value="700" RealAddress="182F7A80"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>009700</Color>
<VariableType>Float</VariableType>
<Address>+10</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
<CheatEntry>
<ID>352</ID>
<Description>"FOURTH Enemy"</Description>
<LastState Value="226BFBE0" RealAddress="18133A40"/>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<Color>CE00CE</Color>
<VariableType>4 Bytes</VariableType>
<Address>14A1B1B58</Address>
<Offsets>
<Offset>0</Offset>
<Offset>48</Offset>
<Offset>3*18</Offset>
<Offset>1*18</Offset>
<Offset>78</Offset>
<Offset>10</Offset>
<Offset>C*8+20</Offset>
<Offset>10</Offset>
<Offset>70</Offset>
</Offsets>
<CheatEntries>
<CheatEntry>
<ID>353</ID>
<Description>"Enemy Health"</Description>
<LastState Value="700" RealAddress="18133A54"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>1F8F24</Color>
<VariableType>Float</VariableType>
<Address>+14</Address>
</CheatEntry>
<CheatEntry>
<ID>354</ID>
<Description>"Enemy Max Health"</Description>
<LastState Value="700" RealAddress="18133A50"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>009700</Color>
<VariableType>Float</VariableType>
<Address>+10</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
<CheatEntry>
<ID>349</ID>
<Description>"FIFTH Enemy"</Description>
<LastState Value="226BFBE0" RealAddress="17F96A30"/>
<ShowAsHex>1</ShowAsHex>
<ShowAsSigned>0</ShowAsSigned>
<Color>CE00CE</Color>
<VariableType>4 Bytes</VariableType>
<Address>14A1B1B58</Address>
<Offsets>
<Offset>0</Offset>
<Offset>48</Offset>
<Offset>3*18</Offset>
<Offset>1*18</Offset>
<Offset>78</Offset>
<Offset>10</Offset>
<Offset>10*8+20</Offset>
<Offset>10</Offset>
<Offset>70</Offset>
</Offsets>
<CheatEntries>
<CheatEntry>
<ID>350</ID>
<Description>"Enemy Health"</Description>
<LastState Value="700" RealAddress="17F96A44"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>1F8F24</Color>
<VariableType>Float</VariableType>
<Address>+14</Address>
</CheatEntry>
<CheatEntry>
<ID>351</ID>
<Description>"Enemy Max Health"</Description>
<LastState Value="700" RealAddress="17F96A40"/>
<ShowAsSigned>0</ShowAsSigned>
<Color>009700</Color>
<VariableType>Float</VariableType>
<Address>+10</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatEntry>
Ayyophonzy
What is cheating?
Posts: 2 Joined: Mon Jun 14, 2021 10:45 pm
Reputation: 0
Post
by Ayyophonzy » Mon Jun 14, 2021 10:51 pm
Can you make it so your combo never ends in Mercenaries??
fakedonut
Expert Cheater
Posts: 87 Joined: Sat Nov 30, 2019 3:07 pm
Reputation: 11
Post
by fakedonut » Sat Jul 10, 2021 5:21 am
Working EMPRESS Version ?
darkbear
Expert Cheater
Posts: 65 Joined: Fri Nov 17, 2017 7:19 am
Reputation: 1
Post
by darkbear » Sun Jul 11, 2021 12:22 am
phnf27 wrote: ↑ Sat Jul 10, 2021 5:21 am
Working EMPRESS Version ?
only some code, Inf health... that not working
Puzzled_Job
Novice Cheater
Posts: 21 Joined: Thu Aug 08, 2019 5:56 am
Reputation: 9
Post
by Puzzled_Job » Sun Jul 11, 2021 3:15 am
Anyone with a new game plus can list the weapon id's? Or atleast the magnum?
imulator
Noobzor
Posts: 6 Joined: Wed Jan 03, 2018 4:11 pm
Reputation: 0
Post
by imulator » Sun Jul 11, 2021 9:06 am
darkbear wrote: ↑ Sun Jul 11, 2021 12:22 am
phnf27 wrote: ↑ Sat Jul 10, 2021 5:21 am
Working EMPRESS Version ?
only some code, Inf health... that not working
Infinite health does work, but you have to deactivate it in some scenes, otherwise the game will be stuck.
darkbear
Expert Cheater
Posts: 65 Joined: Fri Nov 17, 2017 7:19 am
Reputation: 1
Post
by darkbear » Mon Jul 12, 2021 2:34 am
imulator wrote: ↑ Sun Jul 11, 2021 9:06 am
darkbear wrote: ↑ Sun Jul 11, 2021 12:22 am
phnf27 wrote: ↑ Sat Jul 10, 2021 5:21 am
Working EMPRESS Version ?
only some code, Inf health... that not working
Infinite health does work, but you have to deactivate it in some scenes, otherwise the game will be stuck.
I don't know why, my can't work... when monster/zombie hit me, my blood will down to orange or red.
darkbear
Expert Cheater
Posts: 65 Joined: Fri Nov 17, 2017 7:19 am
Reputation: 1
Post
by darkbear » Mon Jul 12, 2021 3:16 am
anyone know how to reset game time?
This one not working anymore
[enable]
"re8.exe"+548C4C:
db 90 90
[disable]
"re8.exe"+548C4C:
nop
yaodm2020
Expert Cheater
Posts: 50 Joined: Mon Mar 09, 2020 12:31 am
Reputation: 8
Post
by yaodm2020 » Mon Jul 12, 2021 6:16 am
update the table, pls
aSwedishMagyar
Table Makers
Posts: 690 Joined: Mon Jul 06, 2020 3:19 am
Reputation: 1262
Post
by aSwedishMagyar » Mon Jul 12, 2021 7:17 am
yaodm2020 wrote: ↑ Mon Jul 12, 2021 6:16 am
update the table, pls
Buy the game and shut up.
IcyPurpose99
Expert Cheater
Posts: 470 Joined: Fri Mar 03, 2017 6:04 pm
Reputation: 16
Post
by IcyPurpose99 » Mon Jul 12, 2021 6:11 pm
Here Is My Table
No Steam Copy
Pointers, Basic Stuff, and Data Pointers to Files for Damage etc
Attachments
re8.CT
EMPRESS DEFAULT (31.52 KiB) Downloaded 669 times
thecabman1221
What is cheating?
Posts: 2 Joined: Mon Jul 12, 2021 9:41 pm
Reputation: 0
Post
by thecabman1221 » Mon Jul 12, 2021 9:43 pm
does anyone have a weapon ID list
looking for Wolfbane and LZ Answerer