No Damage ZonePlease someone help me how to make a NoDamageZone example : DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll"); DWORD NoDamageZone = *(DWORD*)(CShell + 0x000000); while(1){ if(NoDamageZone){ // How would the code in this part ??? } } Please someone help ???
Originally Posted by BlackLite Code: *(float*)(Cshell + 0xDamageZone) = 0.0f; Code: *(float*)(cshell+0x310F5C) =(float)0; @BlackLite Incomplete code is useless @Genkidesu Got the address from your log
Originally Posted by dakr54 Code: *(float*)(cshell+0x310F5C) =(float)0; @BlackLite Incomplete code is useless @Genkidesu Got the address from your log i don't post useless sh1ts , i was lazy to search cshell
Originally Posted by BlackLite i don't post useless sh1ts , i was lazy to search cshell Don't post code if it is not complete and won't help anyone. AKA useless. @gudi Did you get it working?
Originally Posted by dakr54 Don't post code if it is not complete and won't help anyone. AKA useless. @gudi Did you get it working? yes, but just needed to change the addy