v3.51 - charlie/huhuhaha
-
- DBfiller
- Posts: 3816
- Joined: Fri Oct 31, 2003 5:30 am
- Location: San Diego CA, USA
- Contact:
uninteruptable is a bitchchiche wrote: where we can download it?
and plz if u can tell me if i can put Uninterruptible, and tell what speed trap curse and speed limit do
thanks
cya
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
my 3.2 hblol client has uninterruptible in it you can try and map it to 3.51 lol. good luck

<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>
-
- DBfiller
- Posts: 3816
- Joined: Fri Oct 31, 2003 5:30 am
- Location: San Diego CA, USA
- Contact:
3.51 in general is a bitchborgx wrote: my 3.2 hblol client has uninterruptible in it you can try and map it to 3.51 lol. good luck![]()
post code pla
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
heres the code I followed for 3.2, its not mine so good luck following it lol.
Code: Select all
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)
<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>
Could you explain me one thing... What am I supposed to do with a client that is 280 kB big. Normally it has around 800 kB. In such small client, there are no strings that you refered to in here. Maybe it's stupid, but I tryed to unpack it with the stripper that you recomended in other topic. (about multiclients), but all I get, after clicking unpack button is the automatic reboot. If I will upload this client to my server and let you download it, will you be able to do smth with it ?
by using something like that on hbx your just screaming out loud asking them to ban you, you would have to make a client with no beholder and stuff becuase they patched that and if this client had uninteruptable they log that too and if you cast too fast thats also logged so just dont bother with it, if u cant play without hacks dont play at all....but Im not saying I wouldnt use one....I would just rather play without them 85% of the time

<span style='color:blue'>Coding with Evil Intentions....Evil at its Best....</span>
-
- just visiting
- Posts: 2
- Joined: Sun Oct 17, 2004 3:50 pm
Hi everyone... I Look in the search button at the top of the forum and found out alot of things. I finally get to put in those code into the hbclient which has 803 bytes but when i wanted to save it, i cannot find the button to save the client using OllyDbg. I know that I need to copy to executable>>all modifications But when i right click i cannot find the copy to executable thing.. Erm did i do something wrong .. some help pls ..
I done it but now i got a problem ... the speedtrap dun work as it is .. i still get dc when i cast too fast... any help?
I done it but now i got a problem ... the speedtrap dun work as it is .. i still get dc when i cast too fast... any help?
-
- just visiting
- Posts: 2
- Joined: Sun Oct 17, 2004 3:50 pm
Well Search the All forum with date 180 days ago or newer with the subject Ollybdg. Next thing get to the website and download it.
Extract it to anywhere in your computer. Next, you put the client you want to put the code in, to the Helbreath folder where the cximage.dll located.
Open Ollybdg and open the file and use Ctrl G and add the value in.
For example
Delay for Restarting
0045CA93 |. C686 C4310700 05 >MOV BYTE PTR DS:[ESI+731C4],5 ---- (1)
0045CA93 |. C686 C4310700 00 >MOV BYTE PTR DS:[ESI+731C4],0 ---- (2)
Press ctrl G and key in the address which is 0045CA93 and it will direct to this place.
0045CA93 |. C686 C4310700 05 >MOV BYTE PTR DS:[ESI+731C4],
THis is the original code. ^^^^^^ above
0045CA93 |. C686 C4310700 00 >MOV BYTE PTR DS:[ESI+731C4],0
THis is the Edited code. ^^^^^^ above
Press Ctrl E to change the code of (1) to (2)
The code when u press Ctrl e will be C6 86 C4 31 07 00 05.
Change the code to C6 87 C4 31 07 00 00.
I'm just new to this forum and some of the things i still not sure yet. If i was wrong, it will be kind to correct me and my english is weak. Sorry if i can't make it clear enough for you to understand.
Extract it to anywhere in your computer. Next, you put the client you want to put the code in, to the Helbreath folder where the cximage.dll located.
Open Ollybdg and open the file and use Ctrl G and add the value in.
For example
Delay for Restarting
0045CA93 |. C686 C4310700 05 >MOV BYTE PTR DS:[ESI+731C4],5 ---- (1)
0045CA93 |. C686 C4310700 00 >MOV BYTE PTR DS:[ESI+731C4],0 ---- (2)
Press ctrl G and key in the address which is 0045CA93 and it will direct to this place.
0045CA93 |. C686 C4310700 05 >MOV BYTE PTR DS:[ESI+731C4],
THis is the original code. ^^^^^^ above
0045CA93 |. C686 C4310700 00 >MOV BYTE PTR DS:[ESI+731C4],0
THis is the Edited code. ^^^^^^ above
Press Ctrl E to change the code of (1) to (2)
The code when u press Ctrl e will be C6 86 C4 31 07 00 05.
Change the code to C6 87 C4 31 07 00 00.
I'm just new to this forum and some of the things i still not sure yet. If i was wrong, it will be kind to correct me and my english is weak. Sorry if i can't make it clear enough for you to understand.
-
- just visiting
- Posts: 1
- Joined: Fri Oct 22, 2004 10:39 am