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!

about GameGuard error

Newbie Spellweaver
Joined
Dec 21, 2012
Messages
13
Reaction score
0
:$: how to make Host your own GameGuard?
 
Newbie Spellweaver
Joined
Dec 21, 2012
Messages
13
Reaction score
0
i just wan play alone at home so ned bypass the gameguard only.
 
Skilled Illusionist
Joined
Jan 15, 2009
Messages
332
Reaction score
11
To by pass gameguard , just edit Script.mcf in the first line, removing what have in that between " ".

///////////////////////////////////////
//
// RYL 2 Script
//
////////////// Functions //////////////
void AddString(int, string);
void AddString(string);
void RylNation(int, int, string);
///////////////////////////////////////
RylNation(6, 1, "RYLUS");
 
Back
Top