Originally posted by xCap10
hi ngu
I need kick & freeze client offset to add it in my new tool xD
Freeze you use the mFlag offset and for kick you can either do it using cbuf or sv_dropclient
mFlag - 0x13979BF think you have to set it to 0x4 not to sure about this game..
kick (using cbuf) - cbuf_addtext("clientkick Number");
Number = the number of the client you wish to kick