You can use these commands in the game console.
I will also be making a trainer for the console, but when I will release it is unknown since im such a lazy ass ^^
###############################################
To kick a player...
First type
Code:
status
Code:
clientkick
Code:
clientkick 5
To change a map
Type one of the code listed depending on the map you want
Code:
map mp_afghan
map mp_boneyard (Scrapyard)
map mp_brecourt (Wasteland)
map mp_checkpoint (Karachi)
map mp_derail
map mp_estate
map mp_favela
map mp_highrise
map mp_nightshift (Skidrow)
map mp_invasion
map mp_quarry
map mp_rundown
map mp_rust
map mp_subbase
map mp_terminal
map mp_underpass
To always be the host of a game (add this code before you join a lobby, you only have to type it once you've started the game, but will have the re-do the next time you decide to open the game)
Code:
party_hostmigration 0; party_connecttimeout 1; badhost_endgameifisuck 0
Change game type along with rules, (remember a restart of the map is required to change the game type but not the rules, e.g. would be playing in death match and wanting to change the time limit, to restart a game just type either of the following.
Code:
restart_map
fast_restart
Code:
g_gametype dm
scr_dm_numlives "0"
scr_dm_playerrespawndelay "0"
scr_dm_promode "0" (Extra bullet damage)
scr_dm_roundlimit "1"
scr_dm_scorelimit "1500"
scr_dm_timelimit "10"
scr_dm_waverespawndelay "0"
scr_dm_winlimit "1"
Code:
g_gametype dom
scr_dom_numlives "0"
scr_dom_playerrespawndelay "0"
scr_dom_promode "0"
scr_dom_roundlimit "1"
scr_dom_scorelimit "200"
scr_dom_timelimit "0"
scr_dom_waverespawndelay "0"
scr_dom_winlimit "1"
Code:
g_gametype gtnw
scr_gtnw_numlives "0"
scr_gtnw_playerrespawndelay "0"
scr_gtnw_promode "0"
scr_gtnw_roundlimit "1"
scr_gtnw_roundswitch "0"
scr_gtnw_scorelimit "101"
scr_gtnw_timelimit "10"
scr_gtnw_waverespawndelay "0"
scr_gtnw_winlimit "1"
Code:
g_gametype koth
scr_koth_numlives "0"
scr_koth_playerrespawndelay "0"
scr_koth_promode "0"
scr_koth_roundlimit "1"
scr_koth_roundswitch "1"
scr_koth_scorelimit "250"
scr_koth_timelimit "15"
scr_koth_waverespawndelay "0"
scr_koth_winlimit "1"
Code:
g_gametype oneflag
scr_oneflag_numlives "0"
scr_oneflag_playerrespawndelay "0"
scr_oneflag_promode "0"
scr_oneflag_roundlimit "0"
scr_oneflag_roundswitch "3"
scr_oneflag_scorelimit "1"
scr_oneflag_timelimit "3"
scr_oneflag_waverespawndelay "0"
scr_oneflag_winlimit "4"
Code:
g_gametype sab
scr_sab_bombtimer "30"
scr_sab_defusetime "5"
scr_sab_hotpotato "0"
scr_sab_numlives "0"
scr_sab_planttime "2.5"
scr_sab_playerrespawndelay "7.5"
scr_sab_promode "0"
scr_sab_roundlimit "1"
scr_sab_roundswitch "1"
scr_sab_scorelimit "0"
scr_sab_timelimit "20"
scr_sab_waverespawndelay "0"
scr_sab_winlimit "1"
Code:
g_gametype sd
scr_sd_bombtimer "45"
scr_sd_defusetime "5"
scr_sd_multibomb "0"
scr_sd_numlives "1"
scr_sd_planttime "5"
scr_sd_playerrespawndelay "0"
scr_sd_promode "0"
scr_sd_roundlimit "0"
scr_sd_roundswitch "3"
scr_sd_scorelimit "1"
scr_sd_timelimit "2.5"
scr_sd_waverespawndelay "0"
scr_sd_winlimit "4"
Code:
g_gametype vip
scr_vip_numlives "0"
scr_vip_promode "0"
scr_vip_roundlimit "3"
scr_vip_roundswitch "1"
scr_vip_scorelimit "1"
scr_vip_timelimit "2.5"
scr_vip_winlimit "2"
Code:
g_gametype war
scr_war_numlives "0"
scr_war_playerrespawndelay "0"
scr_war_promode "0"
scr_war_roundlimit "1"
scr_war_scorelimit "7500"
scr_war_timelimit "10"
scr_war_waverespawndelay "0"
scr_war_winlimit "1"
Code:
g_gametype ctf
scr_ctf_halftime "1"
scr_ctf_numlives "0"
scr_ctf_playerrespawndelay "0"
scr_ctf_promode "0"
scr_ctf_returntime "30"
scr_ctf_roundlimit "1"
scr_ctf_scorelimit "0"
scr_ctf_timelimit "10"
scr_ctf_waverespawndelay "10"
scr_ctf_winlimit "1"
XP Mod (The number followed by the code is a multiplier so if you do 10 and the normal amount of points you would normally get is a 100 per kill, you will now get 1000 instead as you have multiplied by 10.
Code:
scr_xpscale 10
Die Hard mod. (Everyone gets last stand perk and adding the ability of team mates reviving you by using the F button)
Code:
scr_diehard "0"
Jump Mod
This is a little more complicated since you need to unlock the games cheat protection system it has, you will have to download called MW2 Unleashed and inject it into your game, I wont post it here since I may/may not get banned for it, google is your friend, if you insist that i give you the link :salook: Let me google that for you
Then type in the following into the console
Code:
sv_cheats 1; jump_height 1000; bg_fallDamageMinHeight "1001"