Fast DC

12/11/2008 13:10 THE BAT#1
Hi All

I want to make a c# program which register a hot key like Ctrl+T and when that key pressed on conquer client, the client will disconnect like cotobo


just anyone know what should i do to let the client disconnect ?

Thanks
12/11/2008 13:52 high6#2
[Only registered and activated users can see links. Click Here To Register...]
12/11/2008 14:46 THE BAT#3
Quote:
Originally Posted by high6 View Post
[Only registered and activated users can see links. Click Here To Register...]
Thanks alot
12/11/2008 15:05 THE BAT#4
I updated the BreakCall, and Instruction1 with the correct values for 5080+
but the client crash (win32 exception) when i call it.

do i need to update the CodeCave or what ?
12/11/2008 19:16 high6#5
Yes you need to update the codecave. Also if that doesn't work. Send me what you got for the new addresses and I will check them.
12/11/2008 23:00 THE BAT#6
Quote:
Originally Posted by high6 View Post
Yes you need to update the codecave. Also if that doesn't work. Send me what you got for the new addresses and I will check them.
can you tell where the codecave point to or how to get it?

about the new addresses

Code:
static byte[] Instruction1 = { 0xB9, 0xC8, 0xEE, 0x5D, 0x00 };
        const int BreakCall = 0x004DC495;
only i don't know the codecave

Thanks alot for your help
12/11/2008 23:20 high6#7
The codecave is a place in memory that isn't used where you can execute code. An example would be at the end of the code section. (load conquer and scroll the cpu window to the bottom with all the db 00s).
12/11/2008 23:40 THE BAT#8
Quote:
Originally Posted by high6 View Post
The codecave is a place in memory that isn't used where you can execute code. An example would be at the end of the code section. (load conquer and scroll the cpu window to the bottom with all the db 00s).
Work very nice man
really thanks alot
12/15/2008 08:44 ziko#9
;):rtfm: