• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] Anti DC-Hack

Experienced Elementalist
Joined
Jul 29, 2012
Messages
286
Reaction score
265
Code:
	case 0x18:
		{
			if(aLen != 5 || aRecv[3] > 7)
			{
				CloseClient(aIndex);
				return true;
			}
		}
		break;
 
Last edited:
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
What is it? How to use it?
 
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
its code for anti disconnect people like i see from hack programs
 
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
How to use it? Example in c++ in code with includes and needed adresses
 
Elite Diviner
Joined
Jan 20, 2009
Messages
420
Reaction score
77
You need to add this into your protocol in case 0x18 or whatever is it thats it how much more info :D!
 
Experienced Elementalist
Joined
Oct 12, 2007
Messages
219
Reaction score
5
Where is to I can read hot to hook protocol main exe?
 
Junior Spellweaver
Joined
Feb 17, 2012
Messages
120
Reaction score
18
thanks..
can you share a good guide on how to use that code?
where..with what program :/
or can we upload our file to hook it someone or something?
 
Newbie Spellweaver
Joined
May 22, 2014
Messages
31
Reaction score
0
Can anyone tell with which program i can edit and recompile project ? Sorry its my first time for editing game server! I realy need help with auto dc hackers! Becous all these pinkofs are simple to remove.

P.S Im trying this http://forum.ragezone.com/f197/serverside-anti-cheat-free-1092494/ but i have Error 6 ? Wtf ? What i did wrong ?
To hook dll file i used Lib hooker.
 
Last edited:
NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
Theres another DC hack in newer version. If client send C2 packet without Opcode (C2 00 00) its disconnect all people! Wz fixed it on latest gameservers!

Removed cuz this can harm many servers!

have fun fixing it
 
Last edited:
Experienced Elementalist
Joined
May 1, 2009
Messages
202
Reaction score
20
Theres another DC hack in newer version. If client send C2 packet without Opcode (C2 00 00) its disconnect all people! Wz fixed it on latest gameservers!

Removed cuz this can harm many servers!

have fun fixing it

Removed cuz this can harm many servers! <---- Link not work, I don't see Link.... please
 
Back
Top