Upload your cheat tables here (No requests)
solid1ct
Novice Cheater
Posts: 15 Joined: Thu Jan 16, 2020 1:09 am
Reputation: 0
Post
by solid1ct » Sat Jan 07, 2023 4:16 am
I got busted instantly the moment a cop car hit me when I enabled that "cops don't chase" option
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
SENS_DEP
Noobzor
Posts: 7 Joined: Mon May 08, 2017 6:58 pm
Reputation: 1
Post
by SENS_DEP » Mon Jan 09, 2023 4:46 am
would be sick if someone could adapt the unlock all collectables for the origin version.
actually all of these would be useful for the origin version.
OPCOXE
Expert Cheater
Posts: 234 Joined: Sat Jul 11, 2020 8:21 am
Reputation: 83
Post
by OPCOXE » Sun Jan 15, 2023 1:21 pm
solid1ct wrote: ↑ Sat Jan 07, 2023 4:16 am
I got busted instantly the moment a cop car hit me when I enabled that "cops don't chase" option
They changed the number of health power the player car has. Just replace 165 by 70 in the script and you are good to go
believe621
What is cheating?
Posts: 1 Joined: Tue Jan 24, 2023 3:45 pm
Reputation: 0
Post
by believe621 » Tue Jan 24, 2023 3:51 pm
The "Low Heat Level After Escape" is not working. The "NeedForSpeedUnbound.exe" version is 1.0.6.3374
exxuse
Novice Cheater
Posts: 19 Joined: Sat Mar 27, 2021 4:54 pm
Reputation: 1
Post
by exxuse » Tue Jan 24, 2023 7:50 pm
There is a new update. Nothing works at the moment with the tables
OPCOXE
Expert Cheater
Posts: 234 Joined: Sat Jul 11, 2020 8:21 am
Reputation: 83
Post
by OPCOXE » Thu Jan 26, 2023 6:30 pm
believe621 wrote: ↑ Tue Jan 24, 2023 3:51 pm
The "Low Heat Level After Escape" is not working. The "NeedForSpeedUnbound.exe" version is 1.0.6.3374
Couldn't find how it was made but find a workaround (there are some visual bugs) :
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>211</ID>
<Description>"Define Heat Level"</Description>
<Options moHideChildren="1"/>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(DefineHeatLevelAOB,NeedForSpeedUnbound.exe,C3 F3 0F 10 81 C8 00 00 00) // should be unique
alloc(newmem,$1000,DefineHeatLevelAOB)
registersymbol(DefineHeatLevelAOB)
label(originalcode)
label(return)
label(HeatLevelToDefine)
registersymbol(HeatLevelToDefine)
newmem:
push rdx
mov rdx,[HeatLevelToDefine]
mov [rcx+000000C8],rdx
pop rdx
originalcode:
movss xmm0,[rcx+000000C8]
jmp return
HeatLevelToDefine:
dq (float)0
DefineHeatLevelAOB+01:
jmp newmem
nop 3
return:
[DISABLE]
DefineHeatLevelAOB+01:
db F3 0F 10 81 C8 00 00 00
unregistersymbol(DefineHeatLevelAOB)
unregistersymbol(HeatLevelToDefine)
dealloc(newmem)
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>212</ID>
<Description>"Heat Level To Define"</Description>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>Float</VariableType>
<Address>HeatLevelToDefine</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
For the other comments, I didn't found any other script that I use not working...
Remember that it's a STEAM CT it may not work with EA.
M.S
What is cheating?
Posts: 2 Joined: Sat Jan 28, 2023 3:23 pm
Reputation: 0
Post
by M.S » Sat Jan 28, 2023 3:27 pm
We know it is a steam game and the cheat table is working but not for long.... After playing 5 min the game just crash ...
Last edited by
M.S on Sat Jan 28, 2023 9:36 pm, edited 1 time in total.
OPCOXE
Expert Cheater
Posts: 234 Joined: Sat Jul 11, 2020 8:21 am
Reputation: 83
Post
by OPCOXE » Sun Jan 29, 2023 8:56 am
M.S wrote: ↑ Sat Jan 28, 2023 3:27 pm
We know it is a steam game and the cheat table is working but not for long.... After playing 5 min the game just crash ...
No issue for me. I've been playing hours of the game with the CT without crashing.
I use :
No Damage / Always First In Races / Cops Don't Chase You
Infinite Nitrous (Including Extra Boost)
Reinforcements Never Arrive
M.S
What is cheating?
Posts: 2 Joined: Sat Jan 28, 2023 3:23 pm
Reputation: 0
Post
by M.S » Sun Jan 29, 2023 12:52 pm
OPCOXE wrote: ↑ Sun Jan 29, 2023 8:56 am
M.S wrote: ↑ Sat Jan 28, 2023 3:27 pm
We know it is a steam game and the cheat table is working but not for long.... After playing 5 min the game just crash ...
No issue for me. I've been playing hours of the game with the CT without crashing.
I use :
No Damage / Always First In Races / Cops Don't Chase You
Infinite Nitrous (Including Extra Boost)
Reinforcements Never Arrive
idk... one of the options caused this crash !! thats mean we need update ... simple and easy
DamSF
Expert Cheater
Posts: 80 Joined: Mon Oct 30, 2017 7:37 pm
Reputation: 18
Post
by DamSF » Mon Jan 30, 2023 4:13 am
Low Heat Level After Escape has stopped working after the newest update.
OPCOXE
Expert Cheater
Posts: 234 Joined: Sat Jul 11, 2020 8:21 am
Reputation: 83
Post
by OPCOXE » Thu Feb 02, 2023 4:21 pm
DamSF wrote: ↑ Mon Jan 30, 2023 4:13 am
Low Heat Level After Escape has stopped working after the newest update.
Yeah we know... Maybe just reading would helps ?
M.S wrote: ↑ Sun Jan 29, 2023 12:52 pm
idk... one of the options caused this crash !! thats mean we need update ... simple and easy
Then update it... Simple and easy right ?
IDK guys... Do you think we are slaves that just give you what you want ? It takes time and skills to do that kind of thing and we are providing those for free... Then when something doesn't work we need to fix it without delay and even sometimes without knowing what doesn't work ?
That's this kinds of behaviour that reduce the quantity and quality of the CTs. Why would we loose our time for people who doesn't even try to find the issue before asking for a fix ? Why would we loose our time for people who can't even read the last few posts ?
BTW : No crashes for me and everything is working I won't do anything
DamSF
Expert Cheater
Posts: 80 Joined: Mon Oct 30, 2017 7:37 pm
Reputation: 18
Post
by DamSF » Fri Feb 03, 2023 5:44 am
OPCOXE wrote: ↑ Thu Feb 02, 2023 4:21 pm
DamSF wrote: ↑ Mon Jan 30, 2023 4:13 am
Low Heat Level After Escape has stopped working after the newest update.
Yeah we know... Maybe just reading would helps ?
Oh, but I did and your "workaround" didn't work either most likely due to version incompatibility. That's why I made the post.
But if you decided to get salty over a single post I made that didn't mention you at all, that's your problem.