3.51 Uniterruptible

Discussion on Helbreath Hacks. New ones Released. and how to work them.
Post Reply
Falco
Regular
Posts: 50
Joined: Tue Mar 23, 2004 8:17 am

Post by Falco »

I've read topic written by binarydata about this hack, but there ppl say it's not workin, and that it works only with special client :( made by binarydata.

I found on forum older version (3.20) of interruptible in 3.51 hacks
i ve implemented it and don't works

her's the code of it:

Uninterruptible:
-----------------------------------------------------------------
004847EF |. 8D4424 24 LEA EAX,DWORD PTR SS:[ESP+24]
004847F3 |. 33FF XOR EDI,EDI
004847F5 |. 50 PUSH EAX
004847F6 |. 8D8D A8D80600 LEA ECX,DWORD PTR SS:[EBP+6D8A8]
004847FC |. 897C24 28 MOV DWORD PTR SS:[ESP+28],EDI
00484800 |. E8 CBBF0100 CALL HBLegend.004A07D0
00484805 |. 8DB5 BCDB0600 LEA ESI,DWORD PTR SS:[EBP+6DBBC]
0048480B |. C785 ECDC0600 >MOV DWORD PTR SS:[EBP+6DCEC],-1
00484815 |. 8BCE MOV ECX,ESI
00484817 |. 66:897D 0C MOV WORD PTR SS:[EBP+C],DI
0048481B E8 D0BF0100 CALL Helbreat.004A07F0

004847EF . 33FF XOR EDI,EDI
004847F1 . 8DB5 BCDB0600 LEA ESI,DWORD PTR SS:[EBP+6DBBC]
004847F7 . 8BCE MOV ECX,ESI
004847F9 . EB 20 JMP SHORT HBLegend.0048481B
NOP between 004847FB - 0048481F (including 0048481F)

What's strange in this code ? These two addresses are the same, and they have different value :(

Maybe can some1 write correct code that i could implement to my 3.51 client ? Please :) I'm learning simple hacking :) so i can do it when i'll have correct code.

Greetings
<img src='http://www.helbreathusa.com/images/downloadscreen.gif' border='0' alt='user posted image' /><span style='color:red'><span style='font-size:14pt;line-height:100%'> I LOVE THIS GAME</span></span>
borgx
Member
Posts: 116
Joined: Tue Mar 23, 2004 6:53 am

Post by borgx »

that is the correct code.
if you knew how people write there code you would know that:
the top part is the before/guide code
and the bottom is the edited/modified code

enjoy.
<span style='color:purple'><br>Don't let the nick fool you! Anything is possible!<br><br><img src='http://img26.exs.cx/img26/6171/Majick.jpg' border='0' alt='user posted image' /><br><img src='http://img6.exs.cx/img6/4607/borgx1.jpg' border='0' alt='user posted image' /><br><img src='http://img42.exs.cx/img42/82/crusader.jpg' border='0' alt='user posted image' /><br><br></span>
Falco
Regular
Posts: 50
Joined: Tue Mar 23, 2004 8:17 am

Post by Falco »

I know that it is that in many cases, but not in this one, cuz top part is different from original client code so it isn't guide (and top addresses in this hack except the first one are different than in lower part so it isn't any guide), i also thought it is, but i was wrong, thats way i dun know and i thought some1 will have version which is normally written :)
<img src='http://www.helbreathusa.com/images/downloadscreen.gif' border='0' alt='user posted image' /><span style='color:red'><span style='font-size:14pt;line-height:100%'> I LOVE THIS GAME</span></span>
dude
Loyal fan
Posts: 384
Joined: Sun Nov 30, 2003 7:35 am

Post by dude »

borgx wrote: that is the correct code.
if you knew how people write there code you would know that:
the top part is the before/guide code
and the bottom is the edited/modified code

enjoy.
ahahahah ...
Owned.
Falco
Regular
Posts: 50
Joined: Tue Mar 23, 2004 8:17 am

Post by Falco »

Thanks for answering but U still didn't help me :(
Maybe some1 else Please
<img src='http://www.helbreathusa.com/images/downloadscreen.gif' border='0' alt='user posted image' /><span style='color:red'><span style='font-size:14pt;line-height:100%'> I LOVE THIS GAME</span></span>
Post Reply