
Originally Posted by
COD3RIN
Hello guy's will i am learning IDA so i hack BS shit memory so i found this shit
This GODMODE CODE
Code:
0080B7EC -Health 25',0 ; DATA XREF: sub_49BE4D+A6o
Code:
0080B7F4- Health 45',0 ; DATA XREF: sub_49BE4D+8Ao
0080B7FC -Health 75',0 ; DATA XREF: sub_49BE4D+70o
0080B804 -Health 100',0 ; DATA XREF: sub_49BE4D+46o
just because you find strings like health doest mean there usable so i see that blackshot has the blackshot.exe but
the main stuff is in multiplay_eu.dll
so when your debugging dont rely on strings
if you find strings find a function or calls
and see were it takes you -_-
ive found alot of stuff im going to make some classes soon to make esp and stuff
but you cant just do the strings doest work like that
LOL
for example
0080B7EC -Health 25',0 ; DATA XREF: sub_49BE4D+A6o
sub_49BE4D is a function
go to that and see if there are any calls
and you can hook and log what values returns or pointers are inside that