class Misc
{
public:
void OnCreateMove()
{
this->pCmd = Globals::pCmd;
this->pLocal = Globals::LocalPlayer;
this->DoAutostrafe();
this->DoBhop();
this->AutoRevolver();
if (!g_pEngine->IsVoiceRecording()) {
this->DoFakeLag();
}
//this->FakeDuck();
this->DisablePostprocessing();
this->DoSlowWalk();
this->Animated_Clantag();
};