01-02-2012, 11:38 PM
Creating a recommanded Server.
Create a file called .recommend in the Messenger Folder, open it with a Hex Editor, and insert 4 bytes, write in Hex the server number that you want to make it recommended(Katar = 1).
Golden Ball(It's not Finished)
Create a file called .goldenball in the Messenger Folder, open it with a hex editor and insert 104 bytes (68 in hex).
The format of the file is:
int32 goldenball = {01 00 00 00} (or 02 00 00 00)
char team1[33];
char team2[35];
int32 team1;// dont know
int32 team2;// dont know
int32 vote1;
int32 vote2;
int32 vote3;
int32 vote4;
int32 vote5;
int32 finalVote;
Example:
0x01, 0x00, 0x00, 0x00, 0x64, 0x73, 0x61, 0x64, 0x73, 0x61, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x64, 0x73, 0x61, 0x64, 0x73, 0x61, 0x64,, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x25, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00,
0x11, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00,
0x56, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00,


