Addresses

Posts 115 of 18 · Page 1 of 2
Addresses
Some addresses I found when searching with MHS.

Code:
Unl. Respawns - CShell.dll + 3758E4C4
Bounding Boxes - 006D452C ( Freeze to 1 )
puts 3d box around player models

thanks for codes ive made the hack i will release
and what do we do with these exactly? :P
with unl respawns u freeze to one? and what type is it? float? 4byte?
Quote Originally Posted by ExquisiteJM View Post
with unl respawns u freeze to one? and what type is it? float? 4byte?
In MHS -> Type -> Byte
Thank you so much!
@longetivity im not one that goes into mhs im doing this in C++ for example this is wat i have:

int cShell = (long)GetModuleHandleA("CShell.dll");
#define Respawns cShell + 0x3758E4C4

then i have the function to edit the addy i need the type and value, double? long? float?
You never said the value... 1? 2? 483234?

[IMG]http://2.bp.********.com/_uIwyaTjqYYw/R3UfeTM5kjI/AAAAAAAAAIc/Krmvyd9NKHo/s400/size+data.bmp[/IMG]
Quote Originally Posted by ExquisiteJM View Post
@longetivity im not one that goes into mhs im doing this in C++ for example this is wat i have:

int cShell = (long)GetModuleHandleA("CShell.dll");
#define Respawns cShell + 0x3758E4C4

then i have the function to edit the addy i need the type and value, double? long? float?
You never said the value... 1? 2? 483234?

[IMG]http://2.bp.********.com/_uIwyaTjqYYw/R3UfeTM5kjI/AAAAAAAAAIc/Krmvyd9NKHo/s400/size+data.bmp[/IMG]
Do this, works great for me!

Code:
DWORD dwCShell = ( DWORD )GetModuleHandle("CShell.dll");
if( dwCShell != NULL )
{
*( int *)( 0xPlayerRespawnAddy ) = #;
}


put the value in 2 to return to the original in SnD.
put the value in 12 to return to the original in Elimination Pro
put the value in 1 to return to the original in Elimination.
put the value in 9 to return to the original in Spy Hunt.
put the value in 7 to return to the original in Capture The Flag.
put the value in 11 to return to the original in Quarantine
put the value in 6 to return to the original in One Man Army ( not sure )
put the value in 5 to return to the original in Fireteam
That's what I'm using in my hack and works fine for me.
This is awesome...finally someone gives some addresses out!
Nice bounding boxes rly respect

Trainer with bounding boxes gets released later
dude thanks. Will this work with coder nevers trainer?
i dont think so since you need cshell hooked
Posts 115 of 18 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?