07-05-2013, 04:15
(07-04-2013, 17:49)barata Wrote:(07-04-2013, 12:08)force1408 Wrote: So I'm a skid when it comes to c#. And with the little info I've learned from youtube videos and reading on itsmods. Am I correct the only thing to really update are the following?
cBuf_AddText SP:
cBuf_AddText ZM:
cBuf_AddText MP:
SV_GameSendServerCommand SP:
SV_GameSendServerCommand ZM:
SV_GameSendServerCommand MP:
SV_SetConfigstring SP:
SV_SetConfigstring ZM:
SV_SetConfigstring MP:
I find these values by offsets of some sort correct? I don't really want to be bothered working on this if I'm not going in the right direction. Just trying to show some initiative instead of just asking for it. Please get back to me. c:
That and you will need to bypass the dvar protection...
In order to find the values just look at the game exe and using strings/etc, find the correct functions...
Thanks Barata...
Don't really want to rely on constantly asking you questions but I've tried using IDA and HexEditor. I haven't been able to find anything inside of the sp,mp,or zm exe's relating to cBuf or gamesendservercommand. I've also attempted to look up the ebp and esp values to see if it was relevant which still has me lost.