(adsbygoogle = window.adsbygoogle || []).push({});The following code was not made by me just the tutorial. The following thread will teach you how to add a pick a player to kick system to your code so you can a certain person not just kicking everyone. Lets get started... In order for this to work in your code you are going to have to create a mod menu because this will not work as itself (bind,button,etc.). I will create a tutorial on how to make a mod menu and add this code to it later... I will still make the thread teaching you how to add this to the mod menu but I will also show and an example of a basic started mod menu I created to show you how this code will go into it. The basic mod menu I created for the example...
set xp "vstr xp1"
set xp1 "vstr xp5;set xp vstr xp2"
set xp2 "vstr xp6;set xp vstr xp3"
set xp3 "vstr xp7;set xp vstr xp4"
set xp4 "vstr xp8;set xp vstr xp1"
set xp5 ""
set xp6 ""
set xp7 ""
set xp8 ""
bind BUTTON_X "vstr xp"
Now your going to add the actually code for the picking the player to kick. Note: In the code it says client alot well thats what they mean by player.
DPAD UP = KICK CLIENT 1
DPAD LEFT = KICK CLIENT 2
DPAD DOWN = KICK CLIENT 3
Kick Menu 4-6
DPAD UP = KICK CLIENT 4
DPAD LEFT = KICK CLIENT 5
DPAD DOWN = KICK CLIENT 6
Kick Menu 4-6
DPAD UP = KICK CLIENT 7
DPAD LEFT = KICK CLIENT 8
DPAD DOWN = KICK CLIENT 9
Note's: You are Client 0. The clients are numbered at the start of the game so take a look at the scoreboard.
Here is the final code with the basic mod menu and kick system combined... Note: The following code has the thing that tells you which client for which number.
set xp "vstr xp1"
set xp1 "vstr xp5;set xp vstr xp2"
set xp2 "vstr xp6;set xp vstr xp3"
set xp3 "vstr xp7;set xp vstr xp4"
set xp4 "vstr xp8;set xp vstr xp1"
set xp5 "bind dpad_up clientkick 1;bind dpad_left clientkick 2;bind dpad_down clientkick 3;say Kick Menu 1-3;say ^2Up=1 ^4Left=2 ^6Down=3"
set xp6 "bind dpad_up clientkick 4;bind dpad_left clientkick 5;bind dpad_down clientkick 6;say Kick Menu 4-6;say ^2Up=4 ^4Left=5 ^6Down=6"
set xp7 "bind dpad_up clientkick 7;bind dpad_left clientkick 8;bind dpad_down clientkick 9;say Kick Menu 7-9;say ^2Up=7 ^4Left=8 ^6Down=9"
set xp8 " EXTRA MOD MENU "
bind BUTTON_X "vstr xp"
Here is the final code with the basic mod menu and kick system combined... Note: The following code does not have the thing that tells you which client for which number.
set xp "vstr xp1"
set xp1 "vstr xp5;set xp vstr xp2"
set xp2 "vstr xp6;set xp vstr xp3"
set xp3 "vstr xp7;set xp vstr xp4"
set xp4 "vstr xp8;set xp vstr xp1"
set xp5 "bind dpad_up clientkick 1;bind dpad_left clientkick 2;bind dpad_down clientkick 3;say Kick Menu 1-3"
set xp6 "bind dpad_up clientkick 4;bind dpad_left clientkick 5;bind dpad_down clientkick 6;say Kick Menu 4-6"
set xp7 "bind dpad_up clientkick 7;bind dpad_left clientkick 8;bind dpad_down clientkick 9;say Kick Menu 7-9"
set xp8 " EXTRA MOD MENU "
bind BUTTON_X "vstr xp"
Note: I suggest not just copying those codes and using them because there not completely finished yet... Also, in order for these codes to work you have to be bypassed or else they will not work! If you don't know how to bypass then I suggest going on youtube or asking a friend for help on how to bypass Call of Duty 4: Modern Warfare and if you don't understand anything about hacking then you leave me wondering why your roaming in a hacking thread...LoL
Extra: If you want to kick everyone instead of just one person then use the code "kick all" in a bind or button. Simple.
If you would like to play with me bypassed and using these hacks and see me testing out other awesome hack then I suggest you add me on Playstation Network. ( Send me a message on YouTube and I will reply with my PSN so that way I don't get a billion requests only a few.)
Hope this helped you...If it did all im asking is if you can rep me...Thanks!