![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| Gunz Hacks/Bots Discussion Gunz Hacks/Bots Discussion only. No begging. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Registered User | ZChatOutput help I looked at ZChatOutput function (client sided one) in lone222's dll and trying to put it into my DLL (obviously I updated the address thanks to x1's release) here is what I did Function Code: typedef void (__cdecl *ZChatOutputFunc)(const char*,int,int,DWORD); ZChatOutputFunc ZChatOutput = (ZChatOutputFunc)0x0042B7D0; Code: //Message
if(GetAsyncKeyState('I'))
{
ZChatOutput("Test message",2,0,0xFFFFFFFF);
ZChatOutput("Test message #2",2,0,0x00000000);
}
//END of message
(my guess would be the first parameter, because all dll's I saw have second paramter set to 2, and third set to 0, and fourth I know is the color of text) |
| | |
| Sponsored Links |
| |
| | #2 |
| I LIKE PIE/PINK!!!!!!! | Re: ZChatOutput help wait x1's offset post thing is still active? IJJI didnt patch it/change the offsets for gunz.exe? |
| | |
| | #3 |
| Registered User | Re: ZChatOutput help It looks about right. Maybe you just have an incorrect address? |
| | |
| | #4 |
| AHHH Selfish jean | Re: ZChatOutput help // #define GetOneKey(keyone) if(GetAsyncKeyState(keyone) &0x8000) GetOneKey('I'){ ZChatOutput("Msg", 1, 0, 0xCC033); Sleep(1000); // if you don't sleep, it will get called multiple times, because your GetOneKeys if loop was still active in checking for that keydown\+keyup } On a side note, thats pretty much it, however, you have the wrong address |
| | |
| The Following User Says Thank You to hitachihex For This Useful Post: | KingHELLZ (08-17-2008) |
| | #6 |
| Registered User | Re: ZChatOutput help Thanks it works now, I have no f*ckin idea how I got the wrong address, I went on xmz release and copied and pasted it, but i guess i was doing something else at the same time and copied that. |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |