No Damage Zone
Please someone help me how to make a NoDamageZone
example
:
Please someone help ???
example
:
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD NoDamageZone = *(DWORD*)(CShell + 0x000000);
while(1){
if(NoDamageZone){
// How would the code in this part ???
}
}
DWORD NoDamageZone = *(DWORD*)(CShell + 0x000000);
while(1){
if(NoDamageZone){
// How would the code in this part ???
}
}


, i was lazy to search cshell