Skip to main content

cheat CS condition zero

Cheat modeCounter-Strike: Condition Zero

Press ~ during game play to display the console window. Type
sv_cheats 1 then restart to enable cheat mode. When the mission
restarts, press ~ again, then enter one of the following codes to
activate the listed cheat function.

Effect Code
God modegod
Flight modefly
Free movementnoclip
Enemies cannot see younotarget
Get some weaponsimpulse 101
Spawn listed itemgive
List mapsmaps *
Kill all botsbot_kill
Freeze all botsbot_stop 1
Teammates always follow your ordersbot_allow_rogues 0
Teammates will accomplish goals themselvesbot_defer_to_human 0
Restart map with goals intactrestart
Change mapchangelevel
Deleted scenes missionscl_levellocks 16382
Restart roundsv_restart 1 or sv_restartround 1
List available codessv_


Item names*Counter-Strike: Condition Zero*

Use one of the following entries with the give code to spawn the
listed item.
Information in this section was contributed by Aaron Solberg.
weapon_ak47
weapon_aug
weapon_awp
weapon_deagle
weapon_elite
weapon_famas
weapon_fiveseven
weapon_g3sg1
weapon_glock18
weapon_m3
weapon_m4a1
weapon_mac10
weapon_mp5navy
weapon_p228
weapon_p90
weapon_scout
weapon_sg550
weapon_sg552
weapon_tmp
weapon_ump45
weapon_usp
weapon_xm1014

Cheat Mode
Access the console by pressing [~]. Type "sv_cheats 1" and then "restart" to enable cheat mode. When the mission restarts, press [~] again, then enter one of the following codes to activate the corresponding cheat function:

god - God mode
fly - Flight mode
noclip - Free movement
notarget - Enemies cannot see you
impulse 101 - Get some weapons
give - Spawn an indicated item (see the list below)
bot_kill - Kill all bots
bot_kill - Kill specified bot
bot_stop 1 - Freeze all bots
bot_stop 0 - Unfreeze all bots
mp_freeztime <#> - Freeze indicated time except for player
mp_startmoney <0-16000> - Set starting money
sv_gravity - Set gravity
bot_allow_rogues 0 - Teammates always follow your orders
bot_defer_to_human 0 - Teammates will accomplish goals themselves
bot_defer_to_human 1 - Bots will accomplish goals themselves
bot_difficulty # - Set bot skill level to # (number 0-3)
restart - Restart map with goals intact
maps * - List all maps
changelevel - Change map
cl_levellocks 16382 - All deleted scenes missions
sv_restart 1 - Restart round
sv_restartround 1 - Restart round
sv_ - List all available codes


Effect     Code
Change map     changelevel

Deleted scenes missions     cl_levellocks 16382
Enemies cannot see you     notarget
Flight mode     fly
Free movement     noclip
Freeze all bots     bot_stop 1
Freeze indicated time except for player     mp_freeztime
Full money     impulse 101
God mode     god
Kill all bots     bot_kill
List available codes     sv_
List maps     maps *
Restart map with goals intact     restart
Restart round     sv_restartround 1
Set gravity value     sv_gravity
Set starting money     mp_startmoney <0-16000>
Spawn indicated item     give
15 health     give item_armor 1
15 health     give item_healthkit 1
Full ammo for all weapons in inventory     give ammo_generic
Deleted scenes     cl_levellocks 16382
Restart map, do not lose goals     restart
Warp to different locations in custom maps     scotty energize
Teammates always follow your orders     bot_allow_rogues 0
Teammates will accomplish goals themselves     bot_defer_to_human 0
Kill all bots     bot_kill
Show information at bottom right     +graph
Disable +graph     -graph
Toggle blood thickening     gl_spriteblend <0-1>
Unlimited spraying     decalfrequency 0
Restart after one second     sv_restartround 1
Bullets pass through walls     sv_clienttrace
Toggle auto-team balance     mp_autoteambalance <0 or 1>
Toggle right-handed player     cl_righthand <0 or 1>
Toggle allow local player to automatically kick other players     mp_autokick <0 or 1>
Toggle black screen when any player from server dies     mp_fadetoblack <0 or 1>
See last deaths of players for specified seconds     hud_deathnoticetime
Automatically buy best gun for team (AK-47 or M4A1)     autobuy
Automatically kick bot or player if he kills
indicated number of hostages; set to 0 to disable     mp_hostagepenalty
Toggle killing bots or players who kill teammates on next round     mp_tkpunish <0 or 1>
Display commands on left side     +commandmenu
Disable command display on left side     -commandmenu
Erase all whole messages in console     clear
Execute a command by just entering the indicated letter in the console     alias "" ""
List available servers     list
Set maximum players when creating
new multiplayer game before starting a match     maxplayers
Restart game after 1 second     sv_restart 1
Refresh time on the console     timerefresh
Suicide     kill
Exit out of game     quit
Ends current session, but stay in game     disconnect

Comments

Popular posts from this blog

Install Apache2, PHP5, dan MySQL pada Ubuntu 10.10

Tahap Persiapan Pada simulasi pelatihan ini saya asumsikan server yang ada pada saat ini dikondisikan sebagai server1.hostname.com dengan alamat IP 192.168.1.3 . Setting ini mungkin berbeda dengan kondisi anda masing-masing dilapangan, jadi silahkan ganti parameter tersebut dengan parameter anda masing-masing Langkah pertama adalah menginisialisasikan privilege anda sebagai root dengan perintah : sudo su (pada shell terminal) Menginstall MySQL Sebagai catatan, installasi pada ubuntu ini dibutuhkan koneksi internet. Oke, selanjutnya kita akan menginstall database server (MySQL) dengan mengetikkan perintah : apt-get install mysql-server mysql-client Pada saat proses instalasi nanti anda akan diminta password root untuk MySQL dimana pasword yang dimasukkan nanti akan valid untuk user root@localhost dan user root@server1.hostname.com, sehingga untuk kedepannya nanti kita tidak perlu menspesifikasi password lagi. New password for the MySQL "root" user :...