Wonderland Online Gold Hack 11/04/2009 - General Gaming Discussion - 5 Replies Can someone make a gold hack for wonderland online an dnot a keylogger?
wonderland online hack and bots?????? 07/26/2009 - General Gaming Discussion - 6 Replies anyone kown where wonderland online hack and bots are?????:confused::confused::confused:
[Release] Delete Characters (CoEmu v2) 06/01/2009 - CO2 PServer Guides & Releases - 5 Replies Note: This will need to be changed a little bit if warehouse passwords are implemented.
Step 1: Go to CoEmu v2 GameServer -> Database -> Database.cs. Under the static int NewCharacter, put:
public static void DeleteCharacter(int CharID) //LetterX Codes
{
MySqlCommand Cmd = new MySqlCommand("DELETE from `characters` WHERE `CharID` = " + CharID + "", DatabaseConnection.NewConnection());
Cmd.ExecuteNonQuery();
Cmd.Connection.Close();
...