No Damage Zone

Posts 18 of 8 · Page 1 of 1
No Damage Zone
Please 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 ???
Code:
 
*(float*)(Cshell + 0xDamageZone) = 0.0f;
Quote Originally Posted by BlackLite View Post
Code:
 
*(float*)(Cshell + 0xDamageZone) = 0.0f;
Code:
*(float*)(cshell+0x310F5C) =(float)0;
@BlackLite
Incomplete code is useless

@Genkidesu
Got the address from your log
Quote Originally Posted by dakr54 View Post
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
Quote Originally Posted by BlackLite View Post
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?
Quote Originally Posted by dakr54 View Post
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
search in olly => DamageZone you can find pointer
Why floats?
It's a text...
You only have to change the first char of it...
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?