Thumbs upSolvedIs This Correct!!!

Posts 14 of 4 · Page 1 of 1
Is This Correct!!!
@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
Pm him next time not make a thread

Also I never coded this feature so idk
int knife hack = true;
why are you giving a int variable, an bool value?

give me the defines for FastKnife1, FastKnife2, KnifeOHK1, KnifeOHK2.
Post in the hack source code section, not here.
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?