NFS Hot Pursuit - Vehicle Selection [ Outdated Method ]

Subscribers:
114
Published on ● Video Link: https://www.youtube.com/watch?v=8gxYQFpWGko



Duration: 11:27
596 views
0


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







Tags:
Need For Speed
Remastered
Need
For
Speed
2020
Game
Racing
Driving
Hack
Cheat
Selection
Vehicle
Script
Assembly
Code
Register
Normal
XMM
Integer
Convert
Crash
Teach
Educational
Learning
Engine
Hacking
Tutorial
Step-by-Step
Step
Easy
Disassembler
Inject
Injection



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.