|
You last visited: Today at 19:31
Advertisement
[RELASE-Hack Detector]Universal Client Protecter
Discussion on [RELASE-Hack Detector]Universal Client Protecter within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
12/16/2012, 10:24
|
#16
|
elite*gold: 105
Join Date: Aug 2010
Posts: 1,031
Received Thanks: 2,560
|
Quote:
|
Originally Posted by LazYGirl.
because your client is stabil and great.
|
Thanks...
|
|
|
12/16/2012, 11:45
|
#17
|
elite*gold: 252
Join Date: Mar 2008
Posts: 3,111
Received Thanks: 3,912
|
From whom did you rip that?
|
|
|
12/16/2012, 11:49
|
#18
|
elite*gold: 17
Join Date: Jan 2009
Posts: 2,538
Received Thanks: 2,404
|
ist nicht gerippt habe den source code von ihm bekommen es ist seins, soweit ich es weis bzw beurteilen kann ^^
|
|
|
12/16/2012, 11:52
|
#19
|
elite*gold: 0
Join Date: Apr 2011
Posts: 67
Received Thanks: 167
|
Oh I Love you, thanks
|
|
|
12/16/2012, 11:54
|
#20
|
elite*gold: 252
Join Date: Mar 2008
Posts: 3,111
Received Thanks: 3,912
|
Glaube ich nicht. Ist bestimmt in irgendeinem Forum mit Source pub. Ich kenn' den Typen, ist nicht das erste Mal, wo er Sachen released, die nicht ihm gehören.
|
|
|
12/16/2012, 11:58
|
#21
|
elite*gold: 1
Join Date: Apr 2012
Posts: 928
Received Thanks: 2,485
|
Quote:
Originally Posted by .Xero
ist nicht gerippt habe den source code von ihm bekommen es ist seins, soweit ich es weis bzw beurteilen kann ^^
|
Wenn sowas drinsteht , hat ers gerippt:
PHP Code:
if(GetAsyncKeyState(VK_F6) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
}
if(GetAsyncKeyState(VK_F7) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
}
if(GetAsyncKeyState(VK_F8) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
}
if(GetAsyncKeyState(VK_F9) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
}
if(GetAsyncKeyState(VK_F10) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
}
if(GetAsyncKeyState(VK_F11) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
}
if(GetAsyncKeyState(VK_F12) && 1){
BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll");
pointer2=false;
PHP Code:
void BlockInject(HANDLE process, char* libname, char* apiname)
{
DWORD pIP = 0;
DWORD pRet[]={0xC3};
BYTE Buff = sizeof(pRet);
VOID* pAddr = GetProcAddress(LoadLibraryA(libname), apiname);
WriteProcessMemory(GetCurrentProcess(), (LPVOID)pAddr, (LPVOID)pRet, Buff, &pIP);
}
int main2()
{
HWND a = FindWindowA(0, "Cheat Engine 5.1");
HWND a1 = FindWindowA(0, "Cheat Engine 5.1.1");
HWND a2 = FindWindowA(0, "Cheat Engine 5.2");
HWND a3 = FindWindowA(0, "Cheat Engine 5.3");
HWND a4 = FindWindowA(0, "Cheat Engine 5.4");
HWND a5 = FindWindowA(0, "Cheat Engine 5.5");
HWND a6 = FindWindowA(0, "Cheat Engine 5.6");
HWND a7 = FindWindowA(0, "Cheat Engine 5.6.1");
HWND a8 = FindWindowA(0, "Cheat Engine 6.0");
HWND a9 = FindWindowA(0, "Cheat Engine 6.0");
HWND a10 = FindWindowA(0, "Cheat Engine 6.1");
HWND a11 = FindWindowA(0, "Cheat Engine 6.2");
HWND b = FindWindowA(0, "OllyDbg");
HWND b1 = FindWindowA(0, "ollydbg");
HWND b2 = FindWindowA(0, "CiM's");
HWND b3 = FindWindowA(0, "CiM's - [CPU]");
HWND b4 = FindWindowA(0, "CiM's-[CPU]");
Sind nur nen paar Ausschnitte^^
|
|
|
12/16/2012, 12:09
|
#22
|
elite*gold: 0
Join Date: Aug 2012
Posts: 113
Received Thanks: 81
|
If i ripped tell me i ripped from who? from myself ?
because that codes from me again you nerd haha
|
|
|
12/16/2012, 12:20
|
#23
|
elite*gold: 17
Join Date: Jan 2009
Posts: 2,538
Received Thanks: 2,404
|
Quote:
Originally Posted by .Awesoome'
Wenn sowas drinsteht , hat ers gerippt:
PHP Code:
if(GetAsyncKeyState(VK_F6) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false; } if(GetAsyncKeyState(VK_F7) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false; } if(GetAsyncKeyState(VK_F8) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false; } if(GetAsyncKeyState(VK_F9) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false; } if(GetAsyncKeyState(VK_F10) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false; } if(GetAsyncKeyState(VK_F11) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false; } if(GetAsyncKeyState(VK_F12) && 1){ BlockInject(GetCurrentProcess(), "NTDLL.dll", "LdrLoadDll"); pointer2=false;
PHP Code:
void BlockInject(HANDLE process, char* libname, char* apiname) { DWORD pIP = 0; DWORD pRet[]={0xC3}; BYTE Buff = sizeof(pRet); VOID* pAddr = GetProcAddress(LoadLibraryA(libname), apiname); WriteProcessMemory(GetCurrentProcess(), (LPVOID)pAddr, (LPVOID)pRet, Buff, &pIP); }
int main2() { HWND a = FindWindowA(0, "Cheat Engine 5.1"); HWND a1 = FindWindowA(0, "Cheat Engine 5.1.1"); HWND a2 = FindWindowA(0, "Cheat Engine 5.2"); HWND a3 = FindWindowA(0, "Cheat Engine 5.3"); HWND a4 = FindWindowA(0, "Cheat Engine 5.4"); HWND a5 = FindWindowA(0, "Cheat Engine 5.5"); HWND a6 = FindWindowA(0, "Cheat Engine 5.6"); HWND a7 = FindWindowA(0, "Cheat Engine 5.6.1"); HWND a8 = FindWindowA(0, "Cheat Engine 6.0"); HWND a9 = FindWindowA(0, "Cheat Engine 6.0"); HWND a10 = FindWindowA(0, "Cheat Engine 6.1"); HWND a11 = FindWindowA(0, "Cheat Engine 6.2"); HWND b = FindWindowA(0, "OllyDbg"); HWND b1 = FindWindowA(0, "ollydbg"); HWND b2 = FindWindowA(0, "CiM's"); HWND b3 = FindWindowA(0, "CiM's - [CPU]"); HWND b4 = FindWindowA(0, "CiM's-[CPU]");
Sind nur nen paar Ausschnitte^^
|
weder noch xD beides steht nicht drinne ^^ es hat keine whitlist nach programmen ^^
|
|
|
12/16/2012, 12:37
|
#24
|
elite*gold: 0
Join Date: Aug 2012
Posts: 113
Received Thanks: 81
|
error what ?
and I released that wasnt me ? then what was it tell me ?
|
|
|
12/16/2012, 12:58
|
#25
|
elite*gold: 0
Join Date: Jan 2010
Posts: 1,916
Received Thanks: 538
|
Also LazYGirl. gehört nicht zu den türken die rippen..
|
|
|
12/16/2012, 13:20
|
#26
|
elite*gold: 252
Join Date: Mar 2008
Posts: 3,111
Received Thanks: 3,912
|
Quote:
Originally Posted by 'oShet
Also LazYGirl. gehört nicht zu den türken die rippen..
|
Finde den Fehler. Er (zumindest hab ich irgendwo mal mitbekommen, dass er ein "er" ist) hat schließlich meine Gamecore damals pub gemacht. Noch bevor andere Idioten es taten^^ Also doch ja, er ist einer von der sorte, die ripped. Wenn's ne Sie ist, entschuldige ich mich dafür und korrigiere das gerne.
|
|
|
12/16/2012, 13:31
|
#27
|
elite*gold: 5
Join Date: Oct 2010
Posts: 1,692
Received Thanks: 1,772
|
Quote:
Originally Posted by Zwawo
What happens when someone is a genius and replaces the AntiCheat.dll with his own dll?
|
Just use MD5.
|
|
|
12/16/2012, 13:36
|
#28
|
elite*gold: 0
Join Date: Jan 2010
Posts: 1,916
Received Thanks: 538
|
Quote:
Originally Posted by .Alessa
Finde den Fehler. Er (zumindest hab ich irgendwo mal mitbekommen, dass er ein "er" ist) hat schließlich meine Gamecore damals pub gemacht. Noch bevor andere Idioten es taten^^ Also doch ja, er ist einer von der sorte, die ripped. Wenn's ne Sie ist, entschuldige ich mich dafür und korrigiere das gerne.
|
Aha.
Und wie hat er "deinen" gamecore gerippt? Indem er sich in deinen PC gehackt hat und dann "deinen" gamecore geklaut hat?
|
|
|
12/16/2012, 14:15
|
#29
|
elite*gold: 0
Join Date: May 2011
Posts: 254
Received Thanks: 68
|
thanx
|
|
|
12/16/2012, 14:16
|
#30
|
elite*gold: 0
Join Date: Nov 2010
Posts: 6
Received Thanks: 1
|

Inject dll is also.
|
|
|
 |
|
Similar Threads
|
[RELASE]Mob detector 1.1 ! after 16.12 update !
12/24/2011 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 11 Replies
PLEASE REMOVE OLD THEARD
Hi epvp community. I'm Tenma from Nevrast Team and I'm proud to present you our program. Here is video with and old version, this work all the same, but it's a lot faster (0.6 was wrote in autoit and this is in c++). Aha.. Please pay atention. THIS ISIN'T A RIPOFF
This is 100% oryginal our program. If you don't belive me check this.
Wyszukiwarka metinów i bossów Metin2 - YouTube
Check upload date...
|
[RELASE]Mob detector 1.0 !
11/28/2011 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 17 Replies
PLEASE REMOVE OLD THEARD
Hi epvp community. I'm Tenma from Nevrast Team and I'm proud to present you our program. Here is video with and old version, this work all the same, but it's a lot faster (from autoit to c++). Aha.. Please pay atention. THIS ISIN'T A RIPOFF
This is 100% oryginal our program. If you don't belive me check this.
Wyszukiwarka metinów i bossów Metin2 - YouTube
This is my first video posted 5.09.2011 ...
|
All times are GMT +1. The time now is 19:32.
|
|