{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD pNodeMgr = *(DWORD*)(CShell + ModelNode);
if (pNodeMgr)
{
if (pNodeMgr != 0)
{
for (int i = 0; i < 89; i++)
{
for (int x = 0; x < 3; x++)
{
if(op*****morys.superkill)
{
*(float*)((pNodeMgr + 0x38 + x * 4) + (0x9c)) = 110;
}
else
{
*(float*)((pNodeMgr + 0x38) + (0x9c)) = 18;
}
}
}
}
}
}
if (menu.items[7].value == 1)//speed walk
{
*(float*)(pplayermgr + 0x8) = (float)1.2;
}
else if (menu.items[7].value == 2)
{
*(float*)(pplayermgr + 0x8) = (float)1.5;
}
else if (menu.items[7].value == 3)
{
*(float*)(pplayermgr + 0x8) = (float)2.0;
}
else
{
if (pplayermgr != NULL)
{
*(float*)(pplayermgr + 0x8) = (float)0.7;
}
}

