Quote Originally Posted by aimbot12_15 View Post
and how do you do this ?
Quote Originally Posted by overkilln00b View Post
what is the right command? pls
read the thread -.-

Quote Originally Posted by Hitokiri~
Code:
// This is called "SetClientDvar()" which you can use to do all sort of nifty tricks on clients. Eg. toggle promod mode etc.
svc q < Dvar Index > "< Dvar Value >"
// The dvar index is an integer from an array index.
// This is actually not hard coded and you'll need to find it yourself.
// The offset of the function used to convert dvar names to function ids for v1.13 is 0x140341F10
// Pattern: 44 8B 0D ?? ?? ?? ?? 33 C0 45 85 C9 74 17