DCer?

06/27/2008 08:34 Zangetsu#1
anyone know a good DCer that still works i prefer it on presence of a player and if there is still a dura one that works would like to know i searcher for hours and couldnt find either type. They can be pixel based it doesnt really matter aslong as they work.
06/27/2008 20:56 w00tare#2
Quote:
Originally Posted by Zangetsu View Post
anyone know a good DCer that still works i prefer it on presence of a player and if there is still a dura one that works would like to know i searcher for hours and couldnt find either type. They can be pixel based it doesnt really matter aslong as they work.
i dont think there`s one.. u always can use speedhack without DC and logg..
06/27/2008 22:11 InfamousNoone#3
Because I don't have the conquer client; all someone would need to do to make a bot or a feature on a bot to do this is;

Find Memory address of the SOCKET handle,
Call the winsock closesocket funciton.

Idea for my example if anyone wants to try it;
I dunno the addr for the socket handle however, or if it's even static.

Code:
DWORD ProcessID = GetCurrentProcessId();
HWND Conquer = OpenProcess(PROCESS_ALL_ACCESS, FALSE, ProcessID);

SOCKET _socket;
ReadProcessMemory(Conquer, (DWORD*)addr, &_socket, sizeof(_socket), NULL);
if (_socket != INVALID_SOCKET)
	closesocket(_socket);
CloseHandle(Conquer);
06/27/2008 23:06 w00tare#4
the code isnt good.. i dont make hacks but i can tell ya the code is not correct ...
06/28/2008 05:44 InfamousNoone#5
I'm not an idiot, first rule of debating code with me; Be better or have proof. It's C++, generally most hacks, at least here have been in C#, not C++
06/28/2008 07:55 UPSman2#6
I've actually looked into the address of the socket a little and it isn't static, but didn't look into it enough to know if it had a pointer
06/28/2008 16:00 InfamousNoone#7
No matter, Conquer's receive pattern is asynchrous mostlikely calling winsock's select before recv, so simply hooking recv would give you the ptr to the socket as it would be the first value pushed (or last) depending on what language you were using.

Still can't do it sister won't let me download a Conquer client on her computer, lol