function test()
{
Cheat.ExecuteCommand("unbind w");
Cheat.ExecuteCommand("unbind a");
Cheat.ExecuteCommand("unbind s");
Cheat.ExecuteCommand("unbind d");
Cheat.ExecuteCommand("unbind q");
Cheat.ExecuteCommand("unbind m");
Cheat.ExecuteCommand("unbind y");
Cheat.ExecuteCommand("unbind u");
Cheat.ExecuteCommand("unbind t");
Cheat.ExecuteCommand("unbind r");
Cheat.ExecuteCommand("unbind tab");
Cheat.ExecuteCommand("unbind e");
Cheat.ExecuteCommand("unbind space");
Cheat.ExecuteCommand("unbind mouse1");
Cheat.ExecuteCommand("unbind mouse2");
Cheat.ExecuteCommand("unbind mouse3");
Cheat.ExecuteCommand("unbind mouse4");
Cheat.ExecuteCommand("unbind mouse5");
Cheat.ExecuteCommand("unbind uparrow");
Cheat.ExecuteCommand("unbind w")
}
Cheat.RegisterCallback("round_start", "test");