vladek How do I cheat?
Reputation: 0
Joined: 25 Dec 2007 Posts: 6
|
Posted: Tue Dec 25, 2007 11:23 pm Post subject: [Question] About ZChatOutput |
|
|
Hey =)
You see,i downloaded a CPP Sample Proyect of a full .dll.
In sigs.h (the signatures),
ZChatOutput Signature its like this :
| Code: |
BYTE ZChatOutputSig[] = {0xE8, 0xEE, 0xEE, 0xEE, 0xEE, 0x8B, 0x4C, 0x24, 0x10, 0x8B, 0x54, 0x24, 0x0C, 0x51, 0x8B, 0x4C, 0x24, 0x0C, 0x52, 0x8B, 0x54, 0x24, 0x0C, 0x51, 0x52, 0x8D, 0x88, 0x80, 0x03, 0x00, 0x00;
|
But i read a post here, that says that the newest sig is "0042AEE0".
So...how can i put that new value, instead of | Code: | | {0xE8, 0xEE, 0xEE, 0xEE, 0xEE, 0x8B, 0x4C, 0x24, 0x10, 0x8B, 0x54, 0x24, 0x0C, 0x51, 0x8B, 0x4C, 0x24, 0x0C, 0x52, 0x8B, 0x54, 0x24, 0x0C, 0x51, 0x52, 0x8D, 0x88, 0x80, 0x03, 0x00, 0x00; | ?
I know its a noob question, but it will be very helpfull..
Thank you very very very much
|
|