void namespamidkmemes(CPlayer* me, CUserCmd* cmd)
{
{
static bool steal = false;
ConVar* Name = Interface.CVar->FindVar("name");
*(int*)((DWORD)&Name->fnChangeCallback + 0xC) = 0;
if (Name)
{
if (steal)
{
Name->SetValue("-PrimalHack"); // insert the Name of ur hack here or anything else u want to do
}
else
{
Name->SetValue("PrimalHack-"); // insert the Name of ur hack here or anything else u want to do
}
steal = !steal; // more simple like a normal cactus because yea.
}
}
}