@
@DaRK is my Fast Knife and OHK Knife code Correct
DWORD WINAPI Base(void)
{
bool knife = true;
while(1)
{
if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd"))
{
Sleep(100);
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD Weapon = *(DWORD*) (CShell + 0xB7411C);
int KnifesHack = true;
if (Weapon!=NULL)
{
if(KnifesHack){
if(Weapon) {
for(int i=0; i<700; i++) {
DWORD wep = *(DWORD*)(Weapon +(4*i));
if(wep) {
for(int y=0; y<10; y++) {
if(IsKnife){
*(float*)(wep + FastKnife1+y*4) =2.8;
*(float*)(wep + FastKnife2+y*4) =2.8;
*(float*)(wep + KnifeOHK1+y*4) = 999.9;
*(float*)(wep + KnifeOHK2+y*4) = 999.9;
}
}
}
}
}
}
}
}
}
}
Just Tell me If I have Errors and Tell me what to do, to fix my errors