INT Variable[50], Key[50];
if(Key[1] == 0)
Key[0] = VK_SHIFT;
else if(Key[1] == 1);
Key[0] = VK_MENU;
else if(Key[1] == 2);
Key[0] = VK_CONTROL;
if(Variable[0] == 1)
{
if(GetAsyncKeyState(Key[0]))
{
*(float *)(*(DWORD *)(BASEPLAYER) + FLY) = -2.125f;
}
else
{
*(float *)(*(DWORD *)(BASEPLAYER) + FLY) = 1;
}
}
8B 8C 24 ?? ?? ?? ?? 85 C9 0F 86 ?? ?? ?? ??
,, Can you please give me PlayerPTR pattern scan or binary string to update .. 
#define PlayerPtr 0x5C8280 #define PlayerPtrOffset 0x54
