NFS Hot Pursuit - Disable Collision Hack π
π Merry Christmas π
- Big thanks to "Guided Hacking" for video tutorials & "Squally" game for learning Assembly
- Please Read Description
--------------------------------------------
No thanks needed other than maybe a LIKE or SUBSCRIBE. I was more than happy to give the TEAM OF CHEAT the middle finger while allowing all PC players to enjoy a hack that those losers have been using against everyone else for quite sometime π
The only thing left for those LOSERS is to crash the game which only proves my point that they're a bunch of cheating bitches that can stand losing!
If you see any of these CHEATERS hosting (crown icon) in the lobby then don't waste your time because they have access to your online health status since their game is also acting as the server! This is cheaper for EA since no dedicated servers are required but has a terrible downside if someone decides to hack that part of the game meaning they can kill you off with a single press of a button π
The best advice I can give you is to never join a lobby that is being hosted by a PC player! Better yet, console players should turn off "Crossplay" if their smart. The only console that I've never seen anyone cheating on so far is the PlayStation! The Switch & Xbox have been compromised for quite sometime, the Xbox being the worst of the two.
So what do these scripts actually do...
----------------------------------------------------------------
- Removes Traffic & Object Collision Detection
- Still Subject To Invisible Respawn Triggers
- Drive Anywhere On Roads/Shortcuts Regardless Of Barriers
- Opponents Still Experience Collision (You Won't)
- Spikes Will Fall Through Map When Collision Is Disabled
- Disables Spike Hits, Road Blocks, etc.
- You Can Still Take EMP Damage!
Disable All Collision Detection Script
------------------------------------------------------------
// Script Created By Weaver Cattle Co.
// Date: 12/24/2022
// Note: Disable All Collision Detection
[ENABLE]
alloc(collision,2048,"NFS11Remastered.exe"+58735C)
registersymbol(collision)
label(returnhere)
collision:
mov eax,#0 // Disables Traffic & Object Collision
mov [rcx+34],eax
ret
int 3
jmp returnhere
"NFS11Remastered.exe"+58735C:
jmp collision
returnhere:
[DISABLE]
dealloc(*)
unregistersymbol(*)
"NFS11Remastered.exe"+58735C:
mov [rcx+34],eax
ret
int 3
Disable Object Collision Detection Script
------------------------------------------------------------------
// Script Created By Weaver Cattle Co.
// Date: 12/24/2022
// Note: Disable Object Collision Detection
[ENABLE]
alloc(collision,2048,"NFS11Remastered.exe"+4B26F4)
registersymbol(collision)
label(returnhere)
collision:
mov eax,#0 // Disable Object Collision
add [rbx+00000618],eax
jmp returnhere
"NFS11Remastered.exe"+4B26F4:
jmp collision
nop
returnhere:
[DISABLE]
dealloc(*)
unregistersymbol(*)
"NFS11Remastered.exe"+4B26F4:
add [rbx+00000618],eax
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.