|
You last visited: Today at 11:34
Advertisement
Q Protect?
Discussion on Q Protect? within the Flyff Private Server forum part of the Flyff category.
09/18/2013, 16:17
|
#1
|
elite*gold: 0
Join Date: Sep 2013
Posts: 8
Received Thanks: 2
|
Q Protect?
Hat wer noch die Source von dem Q Protect Release und könnte diese Uploaden?
Wäre echt nice, hab lust damit rumzuexperimentieren 
Danke schonmal im Vorraus
|
|
|
09/20/2013, 00:05
|
#2
|
elite*gold: 0
Join Date: Jan 2011
Posts: 1,084
Received Thanks: 504
|
Das ?
PHP Code:
#ifdef __QUGET_NON_PROTECT_DLL_VERSION
//Handle vars
HANDLE HANDLE_QUGET_ANTI_PACKET = 0;
HANDLE HANDLE_QUGET_ANTI_SPEED = 0;
HANDLE HANDLE_QUGET_ANTI_WINM = 0;
//Infiltration
char orig3[5] = "";
char tocheck3[5] = "";
char orig4[5] = "";
char tocheck4[5] = "";
LPCSTR lpszMsg = NULL;
void QUGET_ANTI_PACKET(void)
{
char *tGTa = NULL;
char *tGTa2 = NULL;
while(!GetModuleHandle("Ws2_32.dll"))
{
Sleep(100);
}
HMODULE hMod = GetModuleHandle("Ws2_32.dll");
GetProcAddress(hMod, "send");
__asm mov tGTa, eax;
memcpy(orig3, tGTa, 5);
GetProcAddress(hMod, "WSASend");
__asm mov tGTa2, eax;
memcpy(orig4, tGTa2, 5);
DWORD dwOld;
while(1)
{
if(WaitForSingleObject(HANDLE_QUGET_ANTI_SPEED, 0) == WAIT_OBJECT_0 ||
WaitForSingleObject(HANDLE_QUGET_ANTI_WINM, 0) == WAIT_OBJECT_0 )
{
//ExitProcess(-1);
lpszMsg = "Attempt to close a Q-Protect Thread.";
}
VirtualProtect(tGTa, 5, PAGE_EXECUTE_READWRITE, &dwOld);
memcpy(tocheck3, tGTa, 5);
if(strcmp(orig3,tocheck3) || orig3[0] == '\xE9' || tocheck3[0] == '\xE9')
{
//bAppExit = true;
lpszMsg = "Attempt to packet hack.";
}
VirtualProtect(tGTa, 5, dwOld, &dwOld);
VirtualProtect(tGTa2, 5, PAGE_EXECUTE_READWRITE, &dwOld);
memcpy(tocheck4, tGTa2, 5);
if(strcmp(orig4,tocheck4) || orig4[0] == '\xE9' || tocheck4[0] == '\xE9')
{
lpszMsg = "Attempt to packet hack.";
//bAppExit = true;
}
VirtualProtect(tGTa2, 5, dwOld, &dwOld);
if( lpszMsg )
{
Error( "Q-Protect : %s .",lpszMsg );
//MessageBox( g_Neuz.GetSafeHwnd(), lpszMsg, "Q-Protect", MB_OK );
ExitProcess( -1 );
}
Sleep(3000);
}
}
//speed hacks
char orig[5] = "";
char tocheck[5] = "";
void QUGET_ANTI_WINM(void)
{
char *tGTa = NULL;
while(!GetModuleHandle("WINMM.dll"))
{
Sleep(100);
}
HMODULE hMod = GetModuleHandle("WINMM.dll");
GetProcAddress(hMod, "timeGetTime");
__asm mov tGTa, eax;
memcpy(orig, tGTa, 5);
DWORD dwOld;
while(1)
{
if(WaitForSingleObject(HANDLE_QUGET_ANTI_SPEED, 0) == WAIT_OBJECT_0 ||
WaitForSingleObject(HANDLE_QUGET_ANTI_PACKET, 0) == WAIT_OBJECT_0 )
{
lpszMsg = "Attempt to close a Q-Protect Thread.";
}
VirtualProtect(tGTa, 5, PAGE_EXECUTE_READWRITE, &dwOld);
memcpy(tocheck, tGTa, 5);
if(strcmp(orig,tocheck) || orig[0] == '\xE9' || tocheck[0] == '\xE9')
{
lpszMsg = "Attempt to speed hack.";
}
VirtualProtect(tGTa, 5, dwOld, &dwOld);
if( lpszMsg )
{
Error( "Q-Protect : %s .",lpszMsg );
//MessgeBox( g_Neuz.GetSafeHwnd(), lpszMsg, "Q-Protect", MB_OK );
ExitProcess( -1 );
}
Sleep(3000);
}
}
//Cheat engine
char orig2[5] = "";
char tocheck2[5] = "";
void QUGET_ANTI_SPEED(void)
{
char *tGTa = NULL;
while(!GetModuleHandle("kernel32.dll"))
{
Sleep(100);
}
HMODULE hKe = GetModuleHandle("kernel32.dll");
GetProcAddress(hKe, "QueryPerformanceCounter");
__asm mov tGTa, eax;
memcpy(orig2, tGTa, 5);
DWORD dwOld;
while(1)
{
if(WaitForSingleObject(HANDLE_QUGET_ANTI_PACKET, 0) == WAIT_OBJECT_0 ||
WaitForSingleObject(HANDLE_QUGET_ANTI_WINM, 0) == WAIT_OBJECT_0 )
{
lpszMsg = "Attempt to close a Q-Protect Thread.";
}
VirtualProtect(tGTa, 5, PAGE_EXECUTE_READWRITE, &dwOld);
memcpy(tocheck2, tGTa, 5);
if(strcmp(orig2,tocheck2) || orig2[0] == '\xE9' || tocheck2[0] == '\xE9')
{
lpszMsg = "Attempt to speed hack.";
}
VirtualProtect(tGTa, 5, dwOld, &dwOld);
if( lpszMsg )
{
Error( "Q-Protect : %s .",lpszMsg );
//MessageBox( g_Neuz.GetSafeHwnd(), lpszMsg, "Q-Protect", MB_OK );
ExitProcess( -1 );
}
Sleep(3000);
}
}
#endif
PHP Code:
#ifdef __QUGET_NON_PROTECT_DLL_VERSION
HANDLE_QUGET_ANTI_PACKET = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)QUGET_ANTI_PACKET, 0, 0, 0 );
HANDLE_QUGET_ANTI_SPEED = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)QUGET_ANTI_SPEED, 0, 0, 0 );
HANDLE_QUGET_ANTI_WINM = CreateThread(0, 0, (LPTHREAD_START_ROUTINE)QUGET_ANTI_WINM, 0, 0, 0 );
#endif
|
|
|
09/20/2013, 13:43
|
#3
|
elite*gold: 0
Join Date: Sep 2013
Posts: 8
Received Thanks: 2
|
Er hatte iwie die komplette Source zur Verfügung gestellt, aber die Codes helfen auch.
Danke^^
|
|
|
 |
Similar Threads
|
Protect in ein Protect rein setzten ?
10/08/2011 - Minecraft - 3 Replies
Moin,
Ich hab meine ganze Stadt protectet mit worldguard und möchte dort
kleine protects rein machen damit dort USER bauen können.
Geht das oder wie könnte ich das machen?
|
Protect?
10/08/2011 - Minecraft - 1 Replies
Servus,
ich wollte ein Server auf machen bukkit 1.8 root will
aber das die user nur bau rechte an ihrem gründstück in
der mine und am Farm platz haben sonst können sie nichts zerstören
wie geht das und mit welchem plugin könnte ich das machen
|
MD5 protect
10/26/2010 - Kal Online - 3 Replies
Is there any way to replace a own map, config or e.pk with the files in client protected by md5 in config.properties?.Let's say I've got own config.pk and i want to replace it wit the the one in client which is protected by md5 (kosp/koem option) I don't care if its released all I need is knowledge that's possible or no.Btw don't think that the reason I'm askin' is config replacing ;p It was an example only.
|
Protect your pc from...
10/05/2008 - Soldier Front - 0 Replies
As you know i am no Mod by i am going to help you guys so you wont catch a virus and/or trojan from downloading a file.
So from now on i would like to see the thread author scanning his files before attempting to release a malicious file.I want them to use this scanner VirusTotal - Free Online Virus and Malware Scan
which scans better and more than viruschief.
Also from now on i will be scanning every file so members wont download a malicious file.
Thank you for taking your time to read...
|
protect.dll
03/06/2008 - Kal Online - 2 Replies
:D hey nur ne frage ich hab mal die protect.dll vom xiu p-server mit tdump von delhi geöffet und das is dabei rausgekommen
und könnte ma die dll nich so umschreiben sodass kal nich imma schließt wenn er ne hackengine oda ähnliches findet? answer fast pls
ich hab auch nochma die engine.exe mit tdump geöffnet falls es euch hilft aba ich werd nich schlau daraus^^
|
All times are GMT +1. The time now is 11:35.
|
|