Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Anti-Hack Acedia v2 Full

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 15, 2014
Messages
97
Reaction score
16
Hello, Sorry for the English I am Brazilian ....


protection Gunz Brazil that she wore is not exclusive has posted on the internet, she was reprogrammed by Mourplus and used it in Gunz.


Let the details of Source:
PHP:
1 Verification System Hacks open 
2 Verification of Title At Hacks Hacks. 
3 System Update Hack Updated. 
4 File Count .mrs inside the game folder 
5- System Check Md5 
6 Ant System Shotbot 
7 Injection System Ant 
8- System Dump blocked over 200 Hacks. 
9 - System Search word (Just add the key words of the hack)



It also blocks Hacks as:


PHP:
ShotBot.exe
MouseRebinder
UC AutoIt AutoIt v3
GunzProxy
universal SB
 DXK,s Auto bypass.exe
 Inject Omega Injector
 underclocked 3RD Party 
Cheat Engine 6.0
 Cheat Engine 6
 Cheat Engine 5.6.1
 Protect md5
 Anti-Flod Anti
 DLL Injection

Good protection is been very useful for the Owner Brazil Gunz, and is being used in the Mourplus Gunz, I'm posting here for those who have no protection and suffers from hacks.


It caters to 1.5 in 2008 and then enjoy (=


(Attention has Eg: "[Brasil Gunz] DLL Hack Detectado!" Messages that Source is in Portuguese Translate Favor why I will not do it for you '-')





Credits:
Original Creator of Acedia ? National GunZ ? : not know!
Mourplus (Reprogram the source)
Nerva (Post RZ-BR)
Ilmar18 (Translate and repost)
 
Last edited:
Praise the Sun!
Loyal Member
Joined
Dec 4, 2007
Messages
2,502
Reaction score
986
No offense but this was written by people that have no clue about C++ or programming in general.

First off, 10 threads? Woah.

PHP:
        //CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&protect,NULL,0,NULL);//CheckWindowsAF();
        CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&md52,NULL,0,NULL);
        CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&VAISIFUDER,NULL,0,NULL);
        CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&HACKING,NULL,0,NULL);
        CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&AntiShotbotLogger,NULL,0,NULL);
          //CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&UpdateHack,NULL,0,NULL);
        CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)&CheckWindows,NULL,0,NULL);//CheckWindowsAF();
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&TitleCheckWindow, NULL, 0, NULL);//TitleCheckWindow();
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&VAISIFUDER, NULL, 0, NULL);
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&AntiInject, NULL, 0, NULL);//AntiInject();
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&SystemProcessesScan, NULL, 0, NULL);
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&Searching, NULL, 0, NULL);//Searching();
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&LockWindow, NULL, 0, NULL);//LockWindow();
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&TxtCheckWindow, NULL, 0, NULL);//TxtCheckWindow();
        CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&ClasseCheckWindow, NULL, 0, NULL);//ClasseCheckWindow();

Secondly, all the FindWindow checks are a huge performance hit and add little to no security at all. You'd honestly be better off without this on your server.
 
Junior Spellweaver
Joined
May 30, 2013
Messages
102
Reaction score
2
likewise does not work. have to make many changes, has good code but not well structured, I do check dll from gunz font sha1 and does not work, Hoock with Stud_PE and simply not launch, always goes in the note BrasilProtect [Anti-Hack] Houve um erro ao jogo launch or uninstall and install and novamente existent. and is not removed ...
 
Newbie Spellweaver
Joined
Nov 23, 2012
Messages
8
Reaction score
0
Code:
1>c1xx : fatal error C1083: Can not open the source code file: '..\..\..\..\BACK UP MEU PC U.U'\Stable - Cópia\Anti-Hack\Acedia\Source\Dumping.cpp': No such file or directory
1>  AntiInjection.cpp
1>c1xx : fatal error C1083: Can not open the source code file: '..\..\..\..\BACK UP MEU PC U.U'\Stable - Cópia\Anti-Hack\Acedia\Source\AntiInjection.cpp': No such file or directory
1>  Generating code...
 
Newbie Spellweaver
Joined
Apr 1, 2013
Messages
8
Reaction score
3
1>c1xx : fatal error C1083: Can not open the source code file: '..\..\..\..\BACK UP MEU PC U.U'\Stable - Cópia\Anti-Hack\Acedia\Source\Dumping.cpp': No such file or directory
1> AntiInjection.cpp
1>c1xx : fatal error C1083: Can not open the source code file: '..\..\..\..\BACK UP MEU PC U.U'\Stable - Cópia\Anti-Hack\Acedia\Source\AntiInjection.cpp': No such file or directory
1> Generating code...
how fix ?
 
Initiate Mage
Joined
Jul 7, 2013
Messages
3
Reaction score
0
I added in Acedia.cpp
bool IsAddressHooked(unsigned long address){
BYTE* offsetValue = (BYTE*)address;
return (*offsetValue == 0xE8 || *offsetValue == 0xE9 || *offsetValue == 0x7E || *offsetValue == 0x74 || *offsetValue == 0xFF);
}
And when start Gunz.exe from gunzlauncher,brasilprotect.txt show the message "[Brasil Protect] Iniciada com sucesso." and the game don't open.
Solution ?..
 
Status
Not open for further replies.
Back
Top