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!

Codex anti-hack system - V4 (C++ Source code)

Junior Spellweaver
Joined
Sep 5, 2012
Messages
148
Reaction score
2
Cogito Ergo Sum the rebuild main is not working on me i dont know why but my main crashes if i use that feature. also i dont know what are the things i will protect on memory buffer. no guide on what to protect the guide only shows example of gasmask
 
Experienced Elementalist
Joined
Sep 27, 2014
Messages
228
Reaction score
171
Como posso proceder?

Engine world are blacklisted, remove this lines on Detecta_Heuristica_Win.cpp

_tcsstr(x,"ENGINE") ||
_tcsstr(x,"Engine") ||
_tcsstr(x,"engine") ||



the rebuild main is not working on me i dont know why but my main crashes if i use that feature.

Probably you put an address that does not exist on you main.exe, when antihack look at this adrees and don't find it, main just crash.
 
Newbie Spellweaver
Joined
Jul 8, 2013
Messages
19
Reaction score
0
I have a question anti hack works perfectly but I have 2 PC with the same operating system windows 7 I open my hands on one and the other detects hack for me not detect why?
 
Experienced Elementalist
Joined
Sep 27, 2014
Messages
228
Reaction score
171
[when will release v5?]

A few days, this one will be the last one.

 
Experienced Elementalist
Joined
Sep 27, 2014
Messages
228
Reaction score
171
Will be, anti-kill exe file protection will be very easy to use, just turn it on, don't need any configuration.


Code:
    carrega.CRC_Defcon_Exe              = 1;          // On/Off = Defcon file CRC Check
    carrega.CRC_Exe_Value             = 0x9dfceac5; // CRC check for Defcon.exe file
    carrega.Defcon_Exe_Values       = "GameGuard/Defcon.exe"; // Defcon exe file: Location / name / extension 


    carrega.CRC_Defcon_Dll              = 0;          // On/Off = Defcon dll file CRC Check
    carrega.CRC_Dll_Value               = 0x9dfceac5; // CRC check for Defcon.dll file
    carrega.Defcon_Dll_Values           = "GameGuard/Defcon.dll"; // Defcon dll file: Location / name / extension 
    
    carrega.Defcon_Config_file           = "C:/Windows/System32/Config.cfg";
 
Experienced Elementalist
Joined
Sep 27, 2014
Messages
228
Reaction score
171
Ok guys, v5 will have 3 anti-kill protections:

-one exe file that starts and closes with main.
-one exe file that starts with OS and stay active waiting for anti-hack activity.
-one dll (thread) that can be injected on .exe files that are running at that time.

Very easy to use.

Detector are the same at V4 version, i think thats is good enough!
 
Experienced Elementalist
Joined
Sep 27, 2014
Messages
228
Reaction score
171
Cogito Ergo Sum - Codex anti-hack system - V4 (C++ Source code) - RaGEZONE Forums
 
Junior Spellweaver
Joined
Sep 5, 2012
Messages
148
Reaction score
2
in V4 Cogito Ergo Sum cheats that are blocked in any detectors are working on 64bit / 32bit os are not working at all they all blocked but when u use 64bit o.s cheats are working, reported bug hope u fix this :)
 
Back
Top