Page 1 of 1
[Request] Nitro Express
Posted: Mon May 19, 2025 10:43 pm
by Sensei7
Nitro Express
Option Requied : Infinite Health - Infinite Ammo - Multi Jump - Infinite Money
Thx !

Re: [Request] Nitro Express
Posted: Tue May 20, 2025 10:49 am
by xduduhao
+1
Re: [Request] Nitro Express
Posted: Tue May 20, 2025 11:10 am
by lu_metal
+ 1 please
Re: [Request] Nitro Express
Posted: Tue May 20, 2025 6:22 pm
by Gumba21
+3
Re: [Request] Nitro Express
Posted: Thu May 22, 2025 4:19 am
by cHAOSfRED
Just a bit insight what to do:
- This game majority is using DOUBLE as their numbers storage.
- For ammo, the game stored one separate address for "displayed ammo" and actual ammo of each gun. Freezing the display doesn't work. So you have to do with the actual ammo instead.
- Since there are like 12 player's guns, that means there are 12 addresses to check. Breaking the function which writes into these ammo addreses is not recommended since the game used the same function to update other stuffs like what gun you currently used, current aim position (where the red line is aiming) and the character's model. However, freezing these ammo addresses works; It will let you keep fire the gun infinitely and the "displayed ammo" will go minus (red numbers). Switching guns will fix the "displayed ammo".
- It is possible by setting up a certain AOB-pointer for the table, for example using the LMG ammo. But this means the table must be loaded/activated only when certain condition is met so the table can search for the AOB (eg: player is in the preparation room and the guns ammo must be fully reloaded)
- Same rules apply for Health and Stamina

Re: [Request] Nitro Express
Posted: Thu May 22, 2025 7:18 pm
by bigclittled
+1
Re: [Request] Nitro Express
Posted: Fri May 23, 2025 10:59 pm
by xzombie1x
+1
Re: [Request] Nitro Express
Posted: Mon May 26, 2025 6:21 pm
by matthew80
Sensei7 wrote: ↑Mon May 19, 2025 10:43 pm
Option Requied : Infinite Health - Infinite Ammo - Multi Jump - Infinite Money
Thx !
I can only get the one with infinite ammo. I don't know if the pointers work on your computer.
Info: Your ammo will go negative, but you can still shoot and deal damage. It worked for all gun types.