DWORD WINAPI Base(void)
{
while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD Weapon = *(DWORD*) (CShell + 0xB5D5F8);
if (CShell+Weapon)
{
for(int i=0; i<700; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+Weapon))+(4*i)) ) != NULL)
{
for (int j=0; j<9 ; j++)
{
*(float*)((*(DWORD*)((*(DWORD*)(CShell+Weapon)) +(4*i))) + 0xA60+j*4) = 2.5;//fast
*(float*)((*(DWORD*)((*(DWORD*)(CShell+Weapon)) +(4*i))) + 0xAA8 +j*4) = 2.5;//fast
*(float*)((*(DWORD*)((*(DWORD*)(CShell+Weapon)) +(4*i))) + 0xBF8+j*4) = 999.9;//OHK
*(float*)((*(DWORD*)((*(DWORD*)(CShell+Weapon)) +(4*i))) + 0xC04+j*4) = 999.9;//OHK
}
}
}
}
}
}



