NFS Hot Pursuit - Vehicle Selection [ Outdated Method ]
Read The Description
-----------------------------------
*** Please checkout updated script w/ menu selection: https://youtu.be/bALOTQUQUns
** Special Note: The script only writes the Vehicle ID# when you select your car so if you active the script after picking your car it has no effect. Also disable the script after the event starts or you risk crashing the game if you leave it activated and pick an event that doesn't support that class of car. **
This is based on my original "Vehicle Selection Hack" tutorial video except now I'm showing you how to apply a script to it so you never have to search for the address again.
This video is suppose to ease you into the scripting part of Cheat Engine assuming you're interested in expanding your skill set.
In the next video, I'll cover "Event Bounty" & "Removing Barriers" script hacks which will show the difference between NORMAL & XMM registers.
If you want to follow along with the video, select the following...
Event: "V12 For Victory"
Vehicle: Aston Martin V12 Vantage
Vehicle ID#: 383069
Address: 7xxxA674 (Vehicle Selection)
Remember, this address only gets written to when to select your vehicle!
* Note: Just be aware that you just can't use any car you want in all events because the game will crash especially when using cop cars in racer Hot Pursuits! *
Vehicle Selection Hack Script [Update]
--------------------------------------------------
// *** Script Requires Cheat Engine v.7.2 or Higher ***
// Script Created By Weaver Cattle Co 07/08/2022
/* Directions - Enable This Script Before Selecting Your Vehicle.
Once Vehicle Is Selected Then Disable This Script To Avoid
Crashing The Game. Also, Don't Select Cop Vehicles For Racer Hot
Pursuits Because That Will Crash The Game Too. */
// Please Respect Other Online Players By Not Abusing This Hack Online!
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(selection,2048,"NFS11Remastered.exe"+2852E8F)
registersymbol(selection)
label(originalcode returnhere exit)
selection: //Allocates memory to read/write/execute your code
originalcode:
mov [rsi+rbp*4+00001D34],(int)383069 // Vehicle ID Goes Here
// Aston Martin V12 Vantage [racer] = 383069
exit:
jmp returnhere
"NFS11Remastered.exe"+2852E8F:
jmp selection
nop 2
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(*)
unregistersymbol(*)
"NFS11Remastered.exe"+2852E8F:
mov [rsi+rbp*4+00001D34],ebx
//Alt: db 89 9C AE 34 1D 00 00
Other Videos By Weaver Cattle Company
2022-07-17 | NFS Hot Pursuit - One Hack To Rule Them All π |
2022-07-15 | NFS Hot Pursuit - Gravity + Crash Hack π |
2022-07-10 | NFS Hot Pursuit - Hack Demonstration π€£ |
2022-07-09 | NFS Hot Pursuit - Speed Hack + Bonus π |
2022-05-03 | NFS Hot Pursuit - Slow & Steady Wins π’ |
2022-04-07 | Nioh - Dash Cancel Tutorial π |
2022-03-30 | Nioh: Complete Edition - Boss Fight [ Hino-Enma ] π |
2022-03-20 | NFS Hot Pursuit - Level Up Hack π |
2022-03-20 | NFS Hot Pursuit - Spanked [Mad_Carl8] π |
2022-03-18 | NFS Hot Pursuit - Bounty & Barrier Hack |
2022-03-16 | NFS Hot Pursuit - Vehicle Selection [ Outdated Method ] |
2022-03-15 | NFS Hot Pursuit - Exposing A Loser π |
2022-03-12 | Single Phase AC Induction Motor - Centrifugal Switch [ Part #1 ] |
Other Statistics
Need for Speed: Hot Pursuit Statistics For Weaver Cattle Company
At this time, Weaver Cattle Company has 10,933 views for Need for Speed: Hot Pursuit spread across 33 videos. About 5 hours worth of Need for Speed: Hot Pursuit videos were uploaded to his channel, roughly 67.92% of the content that Weaver Cattle Company has uploaded to YouTube.