Version: 5.90.26

ACG BasicPackage:
Code:
http://hotfile.com/dl/62672487/44ec6e0/ACG_BasicPackage-5.90.26_ragezonevn.com.zip.html
Source:
Code:
http://hotfile.com/dl/62671912/4ca3df5/ACGSeason5Premium_ragezonevn.com.zip.html
How to remove security:
* In the project:
Delete:
Code:
Security.h and Security.cpp
*In Header Files > StdAfx.h
Delete:
Code:
#include "security.h"
*In Header Files > User.h
Add a line with:
Code:
 #define MAX_PLAYERID 9000
*In Header Files > Utils.h
Add a line with:
Code:
#include "User.h"
*In Source Files > GameServer.cpp
Delete:
Code:
// Cheking Mac Protections
if(Check(1)) {
Checking = 1;
}
if(!Check(0)) {
Checking = 0;
}