Hey guys!
Has anyone else here hacked BLR? I've made some discoveries, but I'm not sure if they're true or not. I'm also having a hard time debugging as well.
Memory Addresses
First, I discovered that BLR's ammo, and health offsets CHANGE with EVERY MAP! My offsets work for the trainer map.
Secondly, using same methods on the multi-player map fails. I'm thinking the reason behind this is due to some sort of communal check. Other players probably have data on how much ammo I'm carrying, health, and etc, so when I change the value to something that isn't something they have, then their value takes precedence.
OllyDBG
I've used the values for the primary gun ammo display to determine the instruction memory location, to be used for OllyDBG. I've successfully arrived at a section that I assume to be in charge of drawing stuff. I'm trying to get to recoil, more nifty things, but I'm having difficult.
Ultimate Goal
1. I'm hoping to find the health, so I can find the struct responsible for the player class, and see if I can alter the speed, to grab the x,y,z player coords, and mouse x,y coords, but I feel like I've reached some sort of dead-end.
2. I'm also doing OllyDBG in hopes that maybe I can implement no recoil, but the only function I got was the drawing one. How would I get from the drawing function to the no recoil function?
Solutions will be great, but I'll take hints as well. I've spent more time hacking the game than I've spent playing it. Also, I'm more than happy to share the offsets I've obtained.
Thanks in Advance.
P.S. Feel free to change the thread title to a more descriptive name. I think "BLR - Hacking Assistance" might be better suited.
Has anyone else here hacked BLR? I've made some discoveries, but I'm not sure if they're true or not. I'm also having a hard time debugging as well.
Memory Addresses
First, I discovered that BLR's ammo, and health offsets CHANGE with EVERY MAP! My offsets work for the trainer map.
Secondly, using same methods on the multi-player map fails. I'm thinking the reason behind this is due to some sort of communal check. Other players probably have data on how much ammo I'm carrying, health, and etc, so when I change the value to something that isn't something they have, then their value takes precedence.
OllyDBG
I've used the values for the primary gun ammo display to determine the instruction memory location, to be used for OllyDBG. I've successfully arrived at a section that I assume to be in charge of drawing stuff. I'm trying to get to recoil, more nifty things, but I'm having difficult.
Ultimate Goal
1. I'm hoping to find the health, so I can find the struct responsible for the player class, and see if I can alter the speed, to grab the x,y,z player coords, and mouse x,y coords, but I feel like I've reached some sort of dead-end.
2. I'm also doing OllyDBG in hopes that maybe I can implement no recoil, but the only function I got was the drawing one. How would I get from the drawing function to the no recoil function?
Solutions will be great, but I'll take hints as well. I've spent more time hacking the game than I've spent playing it. Also, I'm more than happy to share the offsets I've obtained.
Thanks in Advance.
P.S. Feel free to change the thread title to a more descriptive name. I think "BLR - Hacking Assistance" might be better suited.