Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 18:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Block Open Cheat Engine And OllyDBG Source WTF

Discussion on Block Open Cheat Engine And OllyDBG Source WTF within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 200
Join Date: Sep 2011
Posts: 174
Received Thanks: 379
Block Open Cheat Engine And OllyDBG Source WTF

PHP Code:
int blockit() 

    
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]"); 
    if(
||a1 ||a2 ||a3 ||a4 ||a5 ||a6 ||a7 ||a8 ||a9 ||a10 ||a11 ||||b1 ||b2 ||b3 ||b4){ 
        
ExitProcess(0); 
        
MessageBoxA(0"FR2TEAM Error!"""MB_OK); 
    } 
    
DWORD processID FindProcessId(L"cmd.exe"); 
    if(
processID != 0){ 
        
HANDLE handle_ulan OpenProcess(PROCESS_TERMINATE0processID); 
        
TerminateProcess(handle_ulan0); 
        
CloseHandle(handle_ulan); 
        
MessageBoxA(0"FR2TEAM Error!"""MB_OK); 
        if(
IDOK
            
ExitProcess(0); 
    } 
    return 
0


DWORD FindProcessId(const wstringprocessName

    
PROCESSENTRY32 processInfo
    
processInfo.dwSize sizeof(processInfo); 

    
HANDLE processesSnapshot CreateToolhelp32Snapshot(TH32CS_SNAPPROCESSNULL); 
    if (
processesSnapshot == INVALID_HANDLE_VALUE
        return 
0

    
Process32First(processesSnapshot, &processInfo); 
    if (!
processName.compare(processInfo.szExeFile)){ 
        
CloseHandle(processesSnapshot); 
        return 
processInfo.th32ProcessID
    } 

    while (
Process32Next(processesSnapshot, &processInfo)){ 
        if (!
processName.compare(processInfo.szExeFile)){ 
            
CloseHandle(processesSnapshot); 
            return 
processInfo.th32ProcessID
        } 
    } 
    
CloseHandle(processesSnapshot); 
    return 
0

TheDestroyer™ is offline  
Thanks
4 Users
Old 10/07/2012, 14:38   #2
 
elite*gold: 1
Join Date: Apr 2012
Posts: 928
Received Thanks: 2,486
Oder man benutze Enigma..
.Awesoome' is offline  
Thanks
4 Users
Old 10/07/2012, 14:38   #3
 
Stonheart's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 469
Received Thanks: 174
Wo gehört das rein? Where can I place it?
Stonheart is offline  
Old 10/07/2012, 16:55   #4
 
elite*gold: 0
Join Date: Sep 2010
Posts: 454
Received Thanks: 212
And when we rename the windows? Und Enigma hat auch nicht viel drauf.
Zwawo is offline  
Old 10/07/2012, 17:14   #5
 
CZMadman's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 61
Received Thanks: 3
its in c#,isnt it? It will be better do it in python
CZMadman is offline  
Old 10/07/2012, 17:15   #6
 
elite*gold: 0
Join Date: Sep 2010
Posts: 454
Received Thanks: 212
It`s in C++.
Zwawo is offline  
Old 10/07/2012, 17:19   #7
 
CZMadman's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 61
Received Thanks: 3
yes, is possible do it in python and add it to client ?
CZMadman is offline  
Old 10/07/2012, 17:20   #8
 
elite*gold: 1
Join Date: Apr 2012
Posts: 928
Received Thanks: 2,486
Quote:
Originally Posted by Zwawo View Post
And when we rename the windows? Und Enigma hat auch nicht viel drauf.

Junge du wirst von paar Leuten grade so ausgelacht...

Du kriegst das nie im Leben auf, aber hey, machen wir Enigma einfach mal schlecht wa?
.Awesoome' is offline  
Thanks
2 Users
Old 10/07/2012, 17:54   #9
 
elite*gold: 0
Join Date: Sep 2010
Posts: 454
Received Thanks: 212
Quote:
Originally Posted by .Awesoome' View Post
machen wir Enigma einfach mal schlecht wa?
Jop.
Zwawo is offline  
Old 10/07/2012, 18:13   #10
 
xCPx's Avatar
 
elite*gold: 20
Join Date: Jun 2011
Posts: 2,897
Received Thanks: 3,336
Quote:
Originally Posted by .Awesoome' View Post
Junge du wirst von paar Leuten grade so ausgelacht...

Du kriegst das nie im Leben auf, aber hey, machen wir Enigma einfach mal schlecht wa?
Obwohl es mir echt wehtut Pattü recht zu geben muss ich es diesmal leider Gottes.
Man kann wohl oder übel behaupten, dass 99,9% der Metin2 Section am entpacken von Enigma verschlüsselten Exen scheitert.
xCPx is offline  
Old 10/07/2012, 18:35   #11
 
elite*gold: 0
Join Date: Aug 2012
Posts: 741
Received Thanks: 210
kann man eig mit Cheat Engine yang erhöhern?
HeroOfMetin is offline  
Thanks
1 User
Old 10/07/2012, 18:43   #12
 
elite*gold: 0
Join Date: Aug 2012
Posts: 974
Received Thanks: 89
xDDDDDD nein kann man nicht nur clientside
thespeedyy is offline  
Old 10/07/2012, 19:57   #13
 
Pаylasici's Avatar
 
elite*gold: 99
Join Date: Aug 2009
Posts: 4,296
Received Thanks: 5,092
Quote:
Originally Posted by HeroOfMetin View Post
kann man eig mit Cheat Engine yang erhöhern?
I lol'd.
Pаylasici is offline  
Thanks
3 Users
Old 10/07/2012, 20:15   #14
 
elite*gold: 1
Join Date: Apr 2012
Posts: 928
Received Thanks: 2,486
Quote:
Originally Posted by HeroOfMetin View Post
kann man eig mit Cheat Engine yang erhöhern?
Ja,brauchst dazu aber noch ein Plugin, das Yangheckplugin.
.Awesoome' is offline  
Thanks
5 Users
Old 10/07/2012, 20:19   #15
 
Lauling's Avatar
 
elite*gold: 315
Join Date: Jun 2012
Posts: 5,158
Received Thanks: 4,813
Quote:
Originally Posted by HeroOfMetin View Post
kann man eig mit Cheat Engine yang erhöhern?
klar kannst du du kannst auch ein nacktpatch reinmachen latürlich serverside!!

#ironie of
Lauling is offline  
Reply


Similar Threads Similar Threads
Yanghack mithilfe von OllyDbg und Cheat Engine. Last Guide by me!
07/24/2010 - Metin2 Guides & Templates - 64 Replies
HEy community, da ich jetzt aufgehört habe mit metin( wer mich kennt : IKILLSERBS auf legoria, habe 22,3kkk verschenkt) kann das gerne bezeugen. Jetzt will ich den yanghack public machen, da ich eh kein metin spiele sondern GTA San Andreas Multiplayer. Also, ich will jetzt ne umfrage stellen, ob ich den Hack public machen soll, und wenn ja, die fertige Version oder die Anleitung dazu wie man ihn macht. Allerdings erkläre ich dann ncihts mehr, ich mach nur die Anleitung und gar nix mehr. Ihr...



All times are GMT +2. The time now is 18:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.