Originally Posted by Lightning but that's not all the code maybe i know but i dont want to post my base... so if add is ok... i have a problem with code x_x
Originally Posted by bogdanalex maybe i know but i dont want to post my base... so if add is ok... i have a problem with code x_x then add the wallhack code only
this is ok to ? void wall (void) { if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd")) { Sleep(100); DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); memcpy((VOID*)wallhack, "\x00\x00\x00\x00\x00\x00", 6); } }
you have to loop it, add while(). also you dont need this for memory wh: GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd"))
Originally Posted by Avene you have to loop it, add while(). also you dont need this for memory wh: GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd")) is still not work void wall (void) { while(1){ //if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd")) { Sleep(100); DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); memcpy((VOID*)wallhack, "\x00\x00\x00\x00\x00\x00", 6); //} } }
Originally Posted by Avene Pm me your whole base or else i can't help you. I PM you. Anyone else help me ?
Originally Posted by bogdanalex is still not work void wall (void) { while(1){ //if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd")) { Sleep(100); DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); memcpy((VOID*)wallhack, "\x00\x00\x00\x00\x00\x00", 6); //} } } Remove it too DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); You don't need cshell for wallhack ._.