NFS Hot Pursuit - Additional Hacks w/Scripts π
Video Table of Contents
----------------------------------------
- Video Intro - 0:00
- Infinite Weapons - 0:08
- Shared Op Code - 5:15
- One-Hit Kills + NOS - 21:24
- Glitch Demo - 25:31
- Video Outro - 27:20
Infinite Weapons Script
---------------------------------------
// Script Created By Weaver Cattle Co.
// Date: 12/19/2020
// Note: Infinite Weapons w/ Quick Launch
[ENABLE]
alloc(weaponHack,2048,"NFS11Remastered.exe"+259DA3)
label(returnhere)
weaponHack:
mov [rcx+3D4],(float)0 // Quick Launch
mov [rcx+3F0],(float)1 // Racer EMP
mov [rcx+3E4],(float)1 // Racer SPIKE
mov [rcx+3F8],(float)1 // Racer JAM
mov [rcx+3EC],(float)1 // Racer TURBO
mov [rcx+3DC],(float)1 // Cop EMP
mov [rcx+3E0],(float)1 // Cop SPIKE
mov [rcx+3E8],(float)1 // Cop BLOCK
mov [rcx+3FC],(float)1 // Cop HELI
comiss xmm0,[rcx+000003D4]
jmp returnhere
"NFS11Remastered.exe"+259DA3:
jmp weaponHack
nop 2
returnhere:
[DISABLE]
dealloc(*)
"NFS11Remastered.exe"+259DA3:
comiss xmm0,[rcx+000003D4]
One-Hit Kills Script
--------------------------------
// Script Created By Weaver Cattle Co.
// Date: 07/23/2021
// Note: One-Hit Kills w/ Infinite Health
[ENABLE]
alloc(healthHack,2048,"NFS11Remastered.exe"+1EC330)
alloc(health1,4,"NFS11Remastered.exe"+1EC330)
alloc(health2,4,"NFS11Remastered.exe"+1EC330)
registersymbol(healthHack health1 health2)
label(returnhere originalcode exit)
health1: // Players Health
dd (float)0
health2: // AI Health
dd (float)1
healthHack:
cmp [rcx+00000340],(int)10
jne originalcode
movups xmm0,[health1]
jmp exit
originalcode:
movups xmm0,[health2]
exit:
jmp returnhere
"NFS11Remastered.exe"+1EC330:
jmp healthHack
nop 2
returnhere:
[DISABLE]
dealloc(*)
unregistersymbol(*)
"NFS11Remastered.exe"+1EC330:
movups xmm0,[rcx+00001F60]
Infinite NOS Script
-------------------------------
// Script Created By Weaver Cattle Co.
// Date: 12/07/2020
// Note: Infinite NOS
[ENABLE]
alloc(nosHack,2048,"NFS11Remastered.exe"+2BD8CF)
registersymbol(nosHack)
label(returnhere)
nosHack:
mov [r8+5031C],(float)100 // Sets NOS Value
movss xmm0,[rcx+r8+0005031C]
jmp returnhere
"NFS11Remastered.exe"+2BD8CF:
jmp nosHack
nop 5
returnhere:
[DISABLE]
dealloc(*)
"NFS11Remastered.exe"+2BD8CF:
movss xmm0,[rcx+r8+0005031C]
Other Videos By Weaver Cattle Company
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.