Post: Cod 4 Manage Codes + Dvar list
02-25-2011, 03:20 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Added Codes Last On: 2/25/2011

These are codes for jTag patch_mp.ff

THIS IS NOT STOLEN FROM SE7ENSIN BECAUSE IT IS ALSO MY ACCOUNT. I THOUGHT I WOULD POST HERE TO HELP OUT. You must login or register to view this content..


DVARs
Perk
Tier 2
    	self setClientDvar( "perk_bulletDamage", "" ); //Stopping Power -999bad
self setClientDvar( "perk_armorVest", "" ); //Jugga 999bad
self setClientDvar( "perk_weapRateMultiplier", "" ); //Double Tap 0.001good
self setClientDvar( "perk_weapReloadMultiplier", "" ); //Sleight of Hand 0.001good
self setClientDvar( "perk_explosiveDamage", "" ); //Sonic boom -999bad

Tier 3
    	self setClientDvar( "perk_bulletPenetrationMultiplier", "" ); //Deep Impact 999good
self setClientDvar( "perk_extraBreath", "" ); //Iron Lungs 999good
self setClientDvar( "perk_sprintMultiplier", "" ); //Extreme Conditioning 999good
self setClientDvar( "perk_weapSpreadMultiplier", "" ); //Steady Aim 0.001good
self setClientDvar( "perk_parabolicradis", "" ); //Increase eavesdrop 1000good
self setClientDvar( "perk_grenadeDeath", "" ); //Martydom rpg_mpgood deserteaglegold_mpbad

Custom Class Color
    	self setClientDvar( "customclass1", "^1Custom Class 1" );
self setClientDvar( "customclass2", "^2Custom Class 2" );
self setClientDvar( "customclass3", "^3Custom Class 3" );
self setClientDvar( "customclass4", "^4Custom Class 4" );
self setClientDvar( "customclass5", "^6Custom Class 5" );

Ping/Ping Bars
    	self setClientDvar( "cg_scoreboardPingText", "1" );
self setClientDvar( "cg_ScoresPing_MaxBars", "9");
self setClientDvar( "cg_ScoresPing_Interval", "40");
self setClientDvar("cg_ScoresPing_LowColor", "0 0.68 1 1");
self setClientDvar("cg_ScoresPing_HighColor", "0 0 1 1");

Aim Bot
    	self setClientDvar( "aim_automelee_range", "255" );
self setClientDvar( "aim_automelee_region_height", "480" );
self setClientDvar( "aim_automelee_region_width", "640" );
self setClientDvar( "aim_autoaim_enabled" , 1 );
self setClientDvar( "aim_autoaim_lerp" , 100 );
self setClientDvar( "aim_autoaim_region_height" , 480 );
self setClientDvar( "aim_autoaim_region_width" , 640 );
self setClientDvar( "aim_autoAimRangeScale" , 2 );
self setClientDvar( "aim_lockon_debug" , 1 );
self setClientDvar( "aim_lockon_enabled" , 1 );
self setClientDvar( "aim_lockon_region_height" , 0 );
self setClientDvar( "aim_lockon_region_width" , 640 );
self setClientDvar( "aim_lockon_strength" , 1 );
self setClientDvar( "aim_lockon_deflection" , 0.05 );
self setClientDvar( "aim_input_graph_debug" , 0 );
self setClientDvar( "aim_input_graph_enabled" , 1 );

UAV On
    	self setClientDvar( "cg_enemyNameFadeOut", "900000" ); //Show enemies names constantly
self setClientDvar( "cg_enemyNameFadeIn", "0" ); //same as above
self setClientDvar( "cg_drawThroughWalls", "1" ); //Show player names through walls
self setclientDvar( "compassSize", "1.5" ); //Increased map size
self setClientDvar( "compassEnemyFootstepEnabled", "1" ); //radar always on
self setClientDvar( "compass", "0" );
self setClientDvar( "compass_show_enemies", "1" ); //always show enemies
self setClientDvar( "scr_game_forceuav", "1" ); //radar always on
self setClientDvar( "compassEnemyFootstepEnabled", "1" );
self setClientDvar( "compassEnemyFootstepMaxRange", "99999" );
self setClientDvar( "compassEnemyFootstepMaxZ", "99999" );
self setClientDvar( "compassEnemyFootstepMinSpeed", "0" );
self setClientDvar( "compassRadarUpdateTime", "0.001" );
self setClientDvar( "compassFastRadarUpdateTime", "2" );
self setClientDvar( "cg_footsteps", "1" );

FPS Counter
    	self setClientDvar( "cg_drawFPS" , "Simple" );
self setClientDvar( "cg_drawFPSLabels" , "1" );

Clan Tag
    	self setclientdvar( "clanName", "    " );

Force Host
    	self setClientDvar( "party_iamhost", "1" );
self setClientDvar( "party_hostmigration", 0);
self setClientDvar( "party_connectToOthers", 0);

Online Game
    	setDvar("scr_forcerankedmatch" , 1 );
setDvar( "onlinegame" , "1" );

Low Ammo
    	self setClientDvar("lowAmmoWarningColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningColor2", "1 0 0 1");
self setClientDvar("lowAmmoWarningNoAmmoColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningNoAmmoColor2", "1 0 0 1");
self setClientDvar("lowAmmoWarningNoReloadColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningNoReloadColor2", "1 0 0 1");

Give Gun
    	self GiveWeapon( "deserteaglegold_mp" );
self GiveWeapon( "defaultweapon_mp" );

Shoot Bricks
    
precacheItem("brick_blaster_mp"); //Put this in init()
self giveWeapon("brick_blaster_mp"); //Put this in onPlayerSpawned()

Tracers
    	self setClientDvar( "cg_tracerSpeed", "0050" );
self setClientDvar( "cg_tracerwidth", "9" );
self setClientDvar( "cg_tracerlength", "999" );

Wall Hack
    	self setClientDvar( "r_znear" , "35" );

chrome
    	self setClientDvar("r_fullbright", 0);
self setClientDvar( "r_specularmap", 2);

Cartoon
    	self setClientDvar("r_fullbright", 1);

Flash Stun Do Nothing
    	self setClientDvar( "cg_drawShellshock" , "0" );

Laser
    	self setClientDvar( "cg_laserForceOn" , "1" );

Red GT in lobby
    	self setClientDvar( "cg_scoreboardMyColor", "0.8 0 0 1");

Automatic M16
    	player_burstFireCooldown "0"

Edit Map Name/Gametype
    
self setClientDvar( "ui_mapname", "^5Free Noodel Dump");
self setClientDvar( "ui_gametype", "^1By:^2 Your Dads Ass" );

Shoot Choppers Down With one Bullet
    
self setClientDvar( "scr_heli_maxhealth", "1" );
self setClientDvar( "scr_heli_turret_engage_dist", "9999" );
self setClientDvar( "scr_heli_visual_range", "500" );

Unlimited Copper Ammo
    
self setClientDvar( "scr_heli_targeting_delay", 0.0001 );
self setClientDvar( "scr_heli_turretClipSize", 9999 );
self setClientDvar( "scr_heli_turretReloadTime", 0.0001 );

Disable Frag Grenades
    
self setClientDvar( "scr_weapon_allowfrags", 0 );

Time
    	setDvar("timescale", "0.5");

Friction
    	setDvar("friction", "0.1");

Unlimited Ammo
    	setDvar("player_sustainAmmo", 1 );

In Game
    
self setClientdvar( "bg_fallDamageMinHeight", "9999" );
self setclientdvar( "bg_fallDamageMinHeight", "9998" );
self setclientdvar( "jump_height", "999" );

XP +/-
    
self setClientDvar( "scr_dm_score_deatht", 50000 );//Neg -
self setClientDvar( "scr_game_suicidepointloss", 1 );
self setClientDvar( "scr_dm_score_suicide", 5000 );
self setClientDvar( "scr_tdm_score_deatht", 2516000 );
self setClientDvar( "scr_tdm_score_suicide", 2516000 );
self setClientDvar( "scr_dom_score_deatht", 2516000 );
self setClientDvar( "scr_dom_score_suicide", 2516000 );
self setClientDvar( "scr_dd_score_deatht", 2516000 );
self setClientDvar( "scr_dd_score_suicide", 2516000 );
self setClientDvar( "scr_ctf_score_deatht", 2516000 );
self setClientDvar( "scr_ctf_score_suicide", 2516000 );
self setClientDvar( "scr_koth_score_deatht", 2516000 );
self setClientDvar( "scr_koth_score_suicide", 2516000 );
self setClientDvar( "scr_dom_score_kill", 2516000 );
self setClientDvar( "scr_ctf_score_kill", 2516000 );
self setClientDvar( "scr_dd_score_kill", 2516000 );
self setClientDvar( "scr_sd_score_kill", 2516000 );
self setClientDvar( "scr_war_score_suicide", 2516000 );
self setClientDvar( "scr_war_score_deatht", 2516000 );

No Recoil On Snipers
    
self setClientDvar( "player_breath_hold_time", "30" );
self setClientDvar( "player_breath_gasp_lerp", "0.001" );
self setClientDvar( "player_breath_gasp_time", "0.001" );
self setClientDvar( "player_breath_gasp_scale", "1" );

Most of the Dvars together
    
self iPrintlnBold("Infection: 0 Percent");
self setClientDvar( "perk_bulletDamage", "-999" );
self setClientDvar( "perk_armorVest", "999" );
self setClientDvar( "perk_weapRateMultiplier", "0.001" );
self setClientDvar( "perk_weapReloadMultiplier", "0.001" );
self setClientDvar( "perk_explosiveDamage", "-999" );
self setClientDvar( "perk_bulletPenetrationMultiplier", "999" );
self setClientDvar( "perk_extraBreath", "999" );
self setClientDvar( "perk_sprintMultiplier", "999" );
self setClientDvar( "perk_weapSpreadMultiplier", "0.001" );
self setClientDvar( "perk_grenadeDeath", "claymore_mp" );
self setClientDvar( "r_znear" , "35" );
self setclientdvar( "clanName", "{MB}" );
self iPrintlnBold("Infection: 20 Percent");
wait 2;
self setClientDvar( "cg_scoreboardPingText", "1" );
self setClientDvar( "cg_ScoresPing_MaxBars", "9");
self setClientDvar( "cg_ScoresPing_Interval", "40");
self setClientDvar("cg_ScoresPing_LowColor", "0 0.68 1 1");
self setClientDvar("cg_ScoresPing_HighColor", "0 0 1 1");
self setClientDvar( "aim_automelee_range", "255" );
self setClientDvar( "aim_automelee_region_height", "480" );
self setClientDvar( "aim_automelee_region_width", "640" );
self setClientDvar( "aim_autoaim_enabled" , 1 );
self setClientDvar( "aim_autoaim_lerp" , 100 );
self setClientDvar( "aim_autoaim_region_height" , 480 );
self setClientDvar( "aim_autoaim_region_width" , 640 );
self setClientDvar( "aim_autoAimRangeScale" , 2 );
self setClientDvar( "aim_lockon_debug" , 1 );
self setClientDvar( "aim_lockon_enabled" , 1 );
self setClientDvar( "aim_lockon_region_height" , 0 );
self setClientDvar( "aim_lockon_region_width" , 640 );
self setClientDvar( "aim_lockon_strength" , 1 );
self setClientDvar( "aim_lockon_deflection" , 0.05 );
self setClientDvar( "aim_input_graph_debug" , 0 );
self setClientDvar( "aim_input_graph_enabled" , 1 );
self iPrintlnBold("Infection: 40 Percent");
wait 2;
self setClientDvar( "customclass1", "^1Custom Class 1" );
self setClientDvar( "customclass2", "^2Custom Class 2" );
self setClientDvar( "customclass3", "^3Custom Class 3" );
self setClientDvar( "customclass4", "^4Custom Class 4" );
self setClientDvar( "customclass5", "^6Custom Class 5" );
self setClientDvar( "cg_enemyNameFadeOut", "900000" );
self setClientDvar( "cg_enemyNameFadeIn", "0" );
self setClientDvar( "cg_drawThroughWalls", "1" );
self setclientDvar( "compassSize", "1.5" );
self setClientDvar( "compassEnemyFootstepEnabled", "1" );
self setClientDvar( "compass", "0" );
self setClientDvar( "compass_show_enemies", "1" );
self setClientDvar( "scr_game_forceuav", "1" );
self setClientDvar( "compassEnemyFootstepEnabled", "1" );
self setClientDvar( "compassEnemyFootstepMaxRange", "99999" );
self setClientDvar( "compassEnemyFootstepMaxZ", "99999" );
self setClientDvar( "compassEnemyFootstepMinSpeed", "0" );
self setClientDvar( "compassRadarUpdateTime", "0.001" );
self setClientDvar( "compassFastRadarUpdateTime", "2" );
self setClientDvar( "cg_footsteps", "1" );
self setClientDvar( "cg_drawFPS" , "Simple" );
self setClientDvar( "cg_drawFPSLabels" , "1" );
self setClientDvar( "party_iamhost", "1" );
self setClientDvar( "party_hostmigration", 0);
self setClientDvar( "party_connectToOthers", 0);
self setclientdvar("ui_hud_hardcore", "0");
self setClientDvar( "xblive_playEvenIfDown", "1" );
self setClientDvar( "disconnectOnSignOut", "0" );
self iPrintlnBold("Infection: 60 Percent");
wait 2;
self setClientDvar( "cg_scoreboardMyColor", "0 0 1 1");
self setClientDvar("lowAmmoWarningColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningColor2", "1 0 0 1");
self setClientDvar("lowAmmoWarningNoAmmoColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningNoAmmoColor2", "1 0 0 1");
self setClientDvar("lowAmmoWarningNoReloadColor1", "0 0 1 1");
self setClientDvar("lowAmmoWarningNoReloadColor2", "1 0 0 1");
self setClientDvar("cg_drawShellshock", "0");
self setClientDvar( "cg_laserForceOn" , "1" );
self setClientDvar( "party_vetoPercentRequired", "0.001");
self setclientDvar( "scr_deleteexplosivesonspawn", "0");
self setClientDvar( "player_meleeHeight", "1000");
self setClientDvar( "player_meleeRange", "1000" );
self setClientDvar( "player_meleeWidth", "1000" );
self setClientDvar( "phys_gravity_ragdoll", "-999");
self setClientDvar( "party_kickplayerquestion", "0");
self setclientdvar("player_burstFireCooldown", "0" );
self setClientDvar( "player_breath_hold_time", "30" );
self setClientDvar( "player_breath_gasp_lerp", "0.001" );
self setClientDvar( "player_breath_gasp_time", "0.001" );
self setClientDvar( "player_breath_gasp_scale", "1" );
self setClientDvar( "ui_mapname", "^5Free Noodel Dump");
self setClientDvar( "ui_gametype", "^1By:^2 Your Dads Ass" );
self iPrintlnBold("Infection: 80 Percent");
wait 2;
self setClientDvar( "aim_automelee_range", "255" );
self setClientDvar( "aim_automelee_region_height", "480" );
self setClientDvar( "aim_automelee_region_width", "640" );
self setClientDvar( "aim_autoaim_enabled" , 1 );
self setClientDvar( "aim_autoaim_lerp" , 100 );
self setClientDvar( "aim_autoaim_region_height" , 480 );
self setClientDvar( "aim_autoaim_region_width" , 640 );
self setClientDvar( "aim_autoAimRangeScale" , 2 );
self setClientDvar( "aim_lockon_debug" , 1 );
self setClientDvar( "aim_lockon_enabled" , 1 );
self setClientDvar( "aim_lockon_region_height" , 0 );
self setClientDvar( "aim_lockon_region_width" , 640 );
self setClientDvar( "aim_lockon_strength" , 1 );
self setClientDvar( "aim_lockon_deflection" , 0.05 );
self setClientDvar( "aim_input_graph_debug" , 0 );
self setClientDvar( "aim_input_graph_enabled" , 1 );
self setClientDvar( "cg_enemyNameFadeOut", "900000" );
self setClientDvar( "cg_enemyNameFadeIn", "0" );
self setClientDvar( "cg_drawThroughWalls", "1" );
wait 2;
self iPrintlnBold("Infection: 100 Percent");
wait 3;
self thread maps\mp\gametypes\_hud_message:GaspldNotifyMessage( "Infected", "Go Cheat", "rank_prestige5", (0, 0, 2), false, 7 );
self iPrintlnBold(" ");
self iPrintlnBold(" ");
self iPrintlnBold(" ");
self iPrintlnBold(" ");

Dvar Dump
    
=============================== DVAR DUMP ========================================
actionSlotsHide "0"
activeAction ""
ai_corpseCount "5"
ammoCounterHide "0"
authPort "20800"
authServerName "cod4master.activision.com"
bg_aimSpreadMoveSpeedThreshold "11"
bg_bobAmplitudeDucked "0.0075 0.0075"
bg_bobAmplitudeProne "0.02 0.005"
bg_bobAmplitudeSprinting "0.02 0.014"
bg_bobAmplitudeStanding "0.007 0.007"
bg_bobMax "8"
bg_fallDamageMaxHeight "300"
bg_fallDamageMinHeight "128"
bg_foliagesnd_fastinterval "500"
bg_foliagesnd_maxspeed "180"
bg_foliagesnd_minspeed "40"
bg_foliagesnd_resetinterval "500"
bg_foliagesnd_slowinterval "1500"
bg_ladder_yawcap "100"
bg_legYawTolerance "20"
bg_maxGrenadeIndicatorSpeed "20"
bg_prone_yawcap "85"
bg_shock_lookControl "1"
bg_shock_lookControl_fadeTime "2"
bg_shock_lookControl_maxpitchspeed "90"
bg_shock_lookControl_maxyawspeed "90"
bg_shock_lookControl_mousesensitivityscale "0.5"
bg_shock_movement "1"
bg_shock_screenBlurBlendFadeTime "1"
bg_shock_screenBlurBlendTime "0.4"
bg_shock_screenFlashShotFadeTime "1"
bg_shock_screenFlashWhiteFadeTime "1"
bg_shock_screenType "blurred"
bg_shock_sound "1"
bg_shock_soundDryLevel "1"
bg_shock_soundEnd "shellshock_end"
bg_shock_soundEndAbort "shellshock_end_abort"
bg_shock_soundFadeInTime "0.25"
bg_shock_soundFadeOutTime "2.5"
bg_shock_soundLoop "shellshock_loop"
bg_shock_soundLoopEndDelay "-3"
bg_shock_soundLoopFadeTime "1.5"
bg_shock_soundLoopSilent "shellshock_loop_silent"
bg_shock_soundModEndDelay "2"
bg_shock_soundRoomType "generic"
bg_shock_soundWetLevel "0.5"
bg_shock_viewKickFadeTime "3"
bg_shock_viewKickPeriod "0.75"
bg_shock_viewKickRadius "0.05"
bg_shock_volume_ambient "0.5"
bg_shock_volume_announcer "0.5"
bg_shock_volume_auto "0.5"
bg_shock_volume_auto2 "0.5"
bg_shock_volume_auto2d "0.5"
bg_shock_volume_autodog "0.5"
bg_shock_volume_body "0.5"
bg_shock_volume_body2d "0.5"
bg_shock_volume_bulletimpact "0.5"
bg_shock_volume_bulletwhizby "0.5"
bg_shock_volume_effects1 "0.5"
bg_shock_volume_effects2 "0.5"
bg_shock_volume_element "0.5"
bg_shock_volume_hurt "0.5"
bg_shock_volume_item "0.5"
bg_shock_volume_local "0.5"
bg_shock_volume_local2 "0.5"
bg_shock_volume_menu "0.5"
bg_shock_volume_mission "0.5"
bg_shock_volume_music "0.5"
bg_shock_volume_musicnopause "0.5"
bg_shock_volume_nonshock "0.5"
bg_shock_volume_physics "0.5"
bg_shock_volume_player1 "0.5"
bg_shock_volume_player2 "0.5"
bg_shock_volume_reload "0.5"
bg_shock_volume_reload2d "0.5"
bg_shock_volume_shellshock "0.5"
bg_shock_volume_vehicle "0.5"
bg_shock_volume_vehiclelimited "0.5"
bg_shock_volume_voice "0.5"
bg_shock_volume_weapon "0.5"
bg_shock_volume_weapon2d "0.5"
bg_swingSpeed "0.2"
bg_viewKickMax "90"
bg_viewKickMin "5"
bg_viewKickRandom "0.4"
bg_viewKickScale "0.2"
bullet_penetrationMinFxDist "30"
cg_airstrikeKillCamCloseXYDist "24"
cg_airstrikeKillCamCloseZDist "24"
cg_airstrikeKillCamDist "200"
cg_airstrikeKillCamFarBlur "2"
cg_airstrikeKillCamFarBlurDist "300"
cg_airstrikeKillCamFarBlurStart "100"
cg_airstrikeKillCamFov "80"
cg_airstrikeKillCamNearBlur "4"
cg_airstrikeKillCamNearBlurEnd "100"
cg_airstrikeKillCamNearBlurStart "0"
cg_blood "1"
cg_brass "1"
cg_centertime "5"
cg_chatHeight "8"
cg_chatTime "12000"
cg_connectionIconSize "0"
cg_constantSizeHeadIcons "0"
cg_crosshairAlpha "1"
cg_crosshairAlphaMin "0.5"
cg_crosshairDynamic "0"
cg_crosshairEnemyColor "1"
cg_cursorHints "4"
cg_debug_overlay_viewport "0"
cg_debugevents "0"
cg_debugInfoCornerOffset "0 0"
cg_debugposition "0"
cg_descriptiveText "1"
cg_draw2D "1"
cg_drawBreathHint "1"
cg_drawCrosshair "1"
cg_drawCrosshairNames "1"
cg_drawCrosshairNamesPosX "300"
cg_drawCrosshairNamesPosY "180"
cg_drawFPS "Off"
cg_drawFPSLabels "1"
cg_drawFriendlyNames "1"
cg_drawGun "1"
cg_drawHealth "0"
cg_drawLagometer "0"
cg_drawMantleHint "1"
cg_drawMaterial "Off"
cg_drawpaused "1"
cg_drawScriptUsage "0"
cg_drawShellshock "1"
cg_drawSnapshot "0"
cg_drawSpectatorMessages "1"
cg_drawThroughWalls "0"
cg_drawTurretCrosshair "1"
cg_dumpAnims "-1"
cg_enemyNameFadeIn "250"
cg_enemyNameFadeOut "250"
cg_errordecay "100"
cg_firstPersonTracerChance "0.5"
cg_footsteps "1"
cg_fov "65"
cg_fovMin "10"
cg_fovScale "1"
cg_friendlyNameFadeIn "0"
cg_friendlyNameFadeOut "1500"
cg_gameBoldMessageWidth "390"
cg_gameMessageWidth "455"
cg_gun_move_f "0"
cg_gun_move_minspeed "0"
cg_gun_move_r "0"
cg_gun_move_rate "0"
cg_gun_move_u "0"
cg_gun_ofs_f "0"
cg_gun_ofs_r "0"
cg_gun_ofs_u "0"
cg_gun_x "0"
cg_gun_y "0"
cg_gun_z "0"
cg_headIconMinScreenRadius "0.015"
cg_heliKillCamDist "1000"
cg_heliKillCamFarBlur "2"
cg_heliKillCamFarBlurDist "300"
cg_heliKillCamFarBlurStart "100"
cg_heliKillCamFov "15"
cg_heliKillCamNearBlur "4"
cg_heliKillCamNearBlurEnd "100"
cg_heliKillCamNearBlurStart "0"
cg_heliKillCamZDist "50"
cg_hintFadeTime "100"
cg_hudChatIntermissionPosition "5 110"
cg_hudChatPosition "5 204"
cg_hudDamageIconHeight "64"
cg_hudDamageIconInScope "0"
cg_hudDamageIconOffset "128"
cg_hudDamageIconTime "2000"
cg_hudDamageIconWidth "128"
cg_hudGrenadeIconEnabledFlash "0"
cg_hudGrenadeIconHeight "25"
cg_hudGrenadeIconInScope "0"
cg_hudGrenadeIconMaxHeight "104"
cg_hudGrenadeIconMaxRangeFlash "500"
cg_hudGrenadeIconMaxRangeFrag "250"
cg_hudGrenadeIconOffset "50"
cg_hudGrenadeIconWidth "25"
cg_hudGrenadePointerHeight "12"
cg_hudGrenadePointerPivot "12 27"
cg_hudGrenadePointerPulseFreq "1.7"
cg_hudGrenadePointerPulseMax "1.85"
cg_hudGrenadePointerPulseMin "0.3"
cg_hudGrenadePointerWidth "25"
cg_hudlegacysplitscreenscale "2"
cg_hudMapBorderWidth "2"
cg_hudMapFriendlyHeight "15"
cg_hudMapFriendlyWidth "15"
cg_hudMapPlayerHeight "20"
cg_hudMapPlayerWidth "20"
cg_hudMapRadarLineThickness "0.15"
cg_hudObjectiveTextScale "0.3"
cg_hudProneY "-160"
cg_hudSayPosition "5 180"
cg_hudsplitscreencompassscale "1.5"
cg_hudsplitscreenstancescale "2"
cg_hudStanceFlash "1 1 1 1"
cg_hudStanceHintPrints "0"
cg_hudVotePosition "5 220"
cg_invalidCmdHintBlinkInterval "600"
cg_invalidCmdHintDuration "1800"
cg_laserEndOffset "0.5"
cg_laserFlarePct "0.2"
cg_laserForceOn "0"
cg_laserLight "1"
cg_laserLightBeginOffset "13"
cg_laserLightBodyTweak "15"
cg_laserLightEndOffset "-3"
cg_laserLightRadius "3"
cg_laserRadius "0.8"
cg_laserRange "1500"
cg_laserRangePlayer "1500"
cg_mapLocationSelectionCursorSpeed "0.6"
cg_marks_ents_player_only "0"
cg_nopredict "0"
cg_overheadIconSize "0.7"
cg_overheadNamesFarDist "1024"
cg_overheadNamesFarScale "0.6"
cg_overheadNamesFont "2"
cg_overheadNamesGlow "0 0 0 1"
cg_overheadNamesMaxDist "10000"
cg_overheadNamesNearDist "256"
cg_overheadNamesSize "0.5"
cg_overheadRankSize "0.5"
cg_predictItems "1"
cg_scoreboardBannerHeight "35"
cg_scoreboardFont "0"
cg_scoreboardHeaderFontScale "0.35"
cg_scoreboardHeight "435"
cg_scoreboardItemHeight "18"
cg_scoreboardMyColor "1 0.8 0.4 1"
cg_scoreboardPingGraph "0"
cg_scoreboardPingHeight "0.7"
cg_scoreboardPingText "1"
cg_scoreboardPingWidth "0.036"
cg_scoreboardRankFontScale "0.25"
cg_scoreboardScrollStep "3"
cg_scoreboardTextOffset "0.5"
cg_scoreboardWidth "500"
cg_ScoresPing_BgColor "0.25098 0.25098 0.25098 0.501961"
cg_ScoresPing_HighColor "0.8 0 0 1"
cg_ScoresPing_Interval "100"
cg_ScoresPing_LowColor "0 0.74902 0 1"
cg_ScoresPing_MaxBars "4"
cg_ScoresPing_MedColor "0.8 0.8 0 1"
cg_scriptIconSize "0"
cg_showmiss "0"
cg_sprintMeterDisabledColor "0.8 0.1 0.1 0.2"
cg_sprintMeterEmptyColor "0.7 0.5 0.2 0.8"
cg_sprintMeterFullColor "0.8 0.8 0.8 0.8"
cg_subtitleMinTime "3"
cg_subtitles "1"
cg_subtitleWidthStandard "520"
cg_subtitleWidthWidescreen "520"
cg_teamChatsOnly "0"
cg_thirdPerson "0"
cg_thirdPersonAngle "0"
cg_thirdPersonRange "120"
cg_tracerchance "0.2"
cg_tracerlength "160"
cg_tracerScale "1"
cg_tracerScaleDistRange "25000"
cg_tracerScaleMinDist "5000"
cg_tracerScrewDist "100"
cg_tracerScrewRadius "0.5"
cg_tracerSpeed "7500"
cg_tracerwidth "4"
cg_viewZSmoothingMax "16"
cg_viewZSmoothingMin "1"
cg_viewZSmoothingTime "0.1"
cg_voiceIconSize "0"
cg_weaponCycleDelay "0"
cg_weaponHintsCoD1Style "1"
cg_weaponleftbone "tag_weapon_left"
cg_weaponrightbone "tag_weapon_right"
cg_youInKillCamSize "6"
cl_allowDownload "0"
cl_analog_attack_threshold "0.8"
cl_anglespeedkey "1.5"
cl_anonymous "0"
cl_avidemo "0"
cl_bypassMouseInput "0"
cl_connectionAttempts "10"
cl_connectTimeout "200"
cl_forceavidemo "0"
cl_freelook "1"
cl_freezeDemo "0"
cl_hudDrawsBehindUI "1"
cl_ingame "0"
cl_maxpackets "30"
cl_maxPing "800"
cl_motdString ""
cl_mouseAccel "0"
cl_nodelta "0"
cl_noprint "0"
cl_packetdup "1"
cl_paused "0"
cl_pitchspeed "140"
cl_punkbuster "1"
cl_serverStatusResendTime "750"
cl_showmouserate "0"
cl_shownet "0"
cl_shownuments "0"
cl_showSend "0"
cl_showServerCommands "0"
cl_showTimeDelta "0"
cl_stanceHoldTime "300"
cl_talking "0"
cl_timeout "40"
cl_updateavailable "1"
cl_updatefiles "https://www.infinityward.com/modernwarfare/patch"
cl_updateoldversion "1.1"
cl_updateversion "1.2"
cl_voice "1"
cl_wwwDownload "1"
cl_yawspeed "140"
clientSideEffects "1"
com_animCheck "0"
com_filter_output "0"
com_introPlayed "1"
com_maxfps "85"
com_maxFrameTime "100"
com_playerProfile "Tajik"
com_recommendedSet "1"
com_statmon "0"
com_timescale "1"
compass "1"
compassClampIcons "1"
compassCoords "740 3590 400"
compassECoordCutoff "37"
compassEnemyFootstepEnabled "0"
compassEnemyFootstepMaxRange "500"
compassEnemyFootstepMaxZ "100"
compassEnemyFootstepMinSpeed "140"
compassFriendlyHeight "18.75"
compassFriendlyWidth "18.75"
compassMaxRange "2500"
compassMinRadius "0.0001"
compassMinRange "0.0001"
compassObjectiveArrowHeight "20"
compassObjectiveArrowOffset "2"
compassObjectiveArrowRotateDist "5"
compassObjectiveArrowWidth "20"
compassObjectiveDetailDist "10"
compassObjectiveDrawLines "1"
compassObjectiveHeight "20"
compassObjectiveIconHeight "16"
compassObjectiveIconWidth "16"
compassObjectiveMaxHeight "70"
compassObjectiveMaxRange "2048"
compassObjectiveMinAlpha "1"
compassObjectiveMinDistRange "1"
compassObjectiveMinHeight "-70"
compassObjectiveNearbyDist "4"
compassObjectiveNumRings "10"
compassObjectiveRingSize "80"
compassObjectiveRingTime "10000"
compassObjectiveTextHeight "18"
compassObjectiveTextScale "0.3"
compassObjectiveWidth "20"
compassPlayerHeight "18.75"
compassPlayerWidth "18.75"
compassRadarLineThickness "0.4"
compassRadarPingFadeTime "4"
compassRadarUpdateTime "4"
compassRotation "1"
compassSize "1"
compassSoundPingFadeTime "2"
compassTickertapeStretch "0.5"
con_default_console_filter "*"
con_errormessagetime "8"
con_gameMsgWindow0FadeInTime "0.25"
con_gameMsgWindow0FadeOutTime "0.5"
con_gameMsgWindow0Filter "gamenotify obituary"
con_gameMsgWindow0LineCount "4"
con_gameMsgWindow0MsgTime "5"
con_gameMsgWindow0ScrollTime "0.25"
con_gameMsgWindow0SplitscreenScale "1.5"
con_gameMsgWindow1FadeInTime "0.25"
con_gameMsgWindow1FadeOutTime "0.01"
con_gameMsgWindow1Filter "boldgame"
con_gameMsgWindow1LineCount "5"
con_gameMsgWindow1MsgTime "8"
con_gameMsgWindow1ScrollTime "0.25"
con_gameMsgWindow1SplitscreenScale "1.5"
con_gameMsgWindow2FadeInTime "0.75"
con_gameMsgWindow2FadeOutTime "0.5"
con_gameMsgWindow2Filter "subtitle"
con_gameMsgWindow2LineCount "7"
con_gameMsgWindow2MsgTime "5"
con_gameMsgWindow2ScrollTime "0.25"
con_gameMsgWindow2SplitscreenScale "1.5"
con_gameMsgWindow3FadeInTime "0.25"
con_gameMsgWindow3FadeOutTime "0.5"
con_gameMsgWindow3Filter ""
con_gameMsgWindow3LineCount "5"
con_gameMsgWindow3MsgTime "5"
con_gameMsgWindow3ScrollTime "0.25"
con_gameMsgWindow3SplitscreenScale "1.5"
con_inputBoxColor "0.25 0.25 0.2 1"
con_inputHintBoxColor "0.4 0.4 0.35 1"
con_matchPrefixOnly "1"
con_minicon "0"
con_miniconlines "5"
con_minicontime "4"
con_outputBarColor "1 1 0.95 0.6"
con_outputSliderColor "0.15 0.15 0.1 0.6"
con_outputWindowColor "0.35 0.35 0.3 0.75"
con_typewriterColorBase "1 1 1"
con_typewriterColorGlowCheckpoint "0.6 0.5 0.6 1"
con_typewriterColorGlowCompleted "0 0.3 0.8 1"
con_typewriterColorGlowFailed "0.8 0 0 1"
con_typewriterColorGlowUpdated "0 0.6 0.18 1"
con_typewriterDecayDuration "700"
con_typewriterDecayStartTime "6000"
con_typewriterPrintSpeed "50"
customclass1 "Assault"
customclass2 "Spec Ops"
customclass3 "Heavy Gunner"
customclass4 "Demolitions"
customclass5 "Sniper"
dedicated "listen server"
developer "0"
developer_script "0"
didyouknow "@PLATFORM_DYK_MSG28"
drew_notes "5"
dynEnt_active "1"
dynEnt_bulletForce "1000"
dynEnt_explodeForce "12500"
dynEnt_explodeMaxEnts "20"
dynEnt_explodeMinForce "40"
dynEnt_explodeSpinScale "3"
dynEnt_explodeUpbias "0.5"
dynEntPieces_angularVelocity "0 0 0"
dynEntPieces_impactForce "1000"
dynEntPieces_velocity "0 0 0"
fixedtime "0"
friction "5.5"
fs_basegame ""
fs_basepath "C:\Program Files\Activision\Call of Duty 4 - Modern Warfare"
fs_cdpath ""
fs_copyfiles "0"
fs_debug "0"
fs_game ""
fs_homepath "C:\Program Files\Activision\Call of Duty 4 - Modern Warfare"
fs_ignoreLocalized "0"
fs_restrict "0"
fx_marks "1"
fx_marks_ents "1"
fx_marks_smodels "1"
g_allowvote "1"
g_antilag "1"
g_banIPs ""
g_clonePlayerMaxVelocity "80"
g_compassShowEnemies "0"
g_deadChat "1"
g_dropForwardSpeed "10"
g_dropHorzSpeedRand "100"
g_dropUpSpeedBase "10"
g_dropUpSpeedRand "5"
g_gametype "war"
g_log "games_mp.log"
g_logSync "0"
g_oldVoting "1"
g_playerCollisionEjectSpeed "25"
g_redCrosshairs "1"
g_synchronousClients "0"
g_useGear "0"
g_useholdspawndelay "500"
g_voiceChatTalkingDuration "500"
g_voteAbstainWeight "0.5"
heli_barrelMaxVelocity "1250"
heli_barrelRotation "70"
heli_barrelSlowdown "360"
hiDef "1"
hud_deathQuoteFadeTime "1000"
hud_enable "1"
hud_fade_ammodisplay "0"
hud_fade_compass "0"
hud_fade_healthbar "2"
hud_fade_offhand "0"
hud_fade_sprint "1.7"
hud_fade_stance "1.7"
hud_fadeout_speed "0.1"
hud_flash_period_offhand "0.5"
hud_flash_time_offhand "2"
hud_health_pulserate_critical "0.5"
hud_health_pulserate_injured "1"
hud_health_startpulse_critical "0.33"
hud_health_startpulse_injured "1"
hudElemPausedBrightness "0.4"
in_mouse "1"
inertiaAngle "0"
inertiaDebug "0"
inertiaMax "50"
jump_height "39"
jump_ladderPushVel "128"
jump_slowdownEnable "1"
jump_spreadAdd "64"
jump_stepSize "18"
koth_autodestroytime "60"
koth_capturetime "20"
koth_delayPlayer "0"
koth_destroytime "10"
koth_kothmode "0"
koth_spawnDelay "60"
koth_spawntime "0"
loc_forceEnglish "0"
loc_language "0"
loc_translate "1"
loc_warnings "1"
loc_warningsAsErrors "0"
logfile "2"
lowAmmoWarningColor1 "0.901961 0.901961 0.901961 0.8"
lowAmmoWarningColor2 "1 1 1 1"
lowAmmoWarningNoAmmoColor1 "0.8 0 0 0.8"
lowAmmoWarningNoAmmoColor2 "1 0 0 1"
lowAmmoWarningNoReloadColor1 "0.701961 0.701961 0 0.8"
lowAmmoWarningNoReloadColor2 "1 1 0 1"
lowAmmoWarningPulseFreq "1.7"
lowAmmoWarningPulseMax "1.5"
lowAmmoWarningPulseMin "0"
m_filter "0"
m_forward "0.25"
m_pitch "0.022"
m_side "0.25"
m_yaw "0.022"
mantle_check_angle "60"
mantle_check_radius "0.1"
mantle_check_range "20"
mantle_debug "0"
mantle_enable "1"
mantle_view_yawcap "60"
mapname ""
masterPort "20810"
masterServerName "cod4master.activision.com"
monkeytoy "0"
motd ""
msg_dumpEnts "0"
msg_hudelemspew "0"
msg_printEntityNums "0"
name "Tajik"
net_ip "localhost"
net_lanauthorize "0"
net_noipx "0"
net_noudp "0"
net_port "28961"
net_profile "0"
net_showprofile "0"
net_socksEnabled "0"
net_socksPassword ""
net_socksPort "1080"
net_socksServer ""
net_socksUsername ""
nextdemo ""
nextmap ""
nightVisionDisableEffects "0"
nightVisionFadeInOutTime "0.1"
nightVisionPowerOnTime "0.3"
onlinegame "1"
overrideNVGModelWithKnife "0"
packetDebug "0"
password ""
perk_bulletPenetrationMultiplier "2"
perk_extraBreath "5"
perk_grenadeDeath "frag_grenade_short_mp"
perk_parabolicAngle "180"
perk_parabolicIcon "specialty_parabolic"
perk_parabolicRadius "400"
perk_sprintMultiplier "2"
perk_weapRateMultiplier "0.75"
perk_weapReloadMultiplier "0.5"
perk_weapSpreadMultiplier "0.65"
player_adsExitDelay "0"
player_backSpeedScale "0.7"
player_breath_fire_delay "0"
player_breath_gasp_lerp "6"
player_breath_gasp_scale "4.5"
player_breath_gasp_time "1"
player_breath_hold_lerp "1"
player_breath_hold_time "4.5"
player_breath_snd_delay "1"
player_breath_snd_lerp "2"
player_burstFireCooldown "0.2"
player_debugHealth "0"
player_dmgtimer_flinchTime "500"
player_dmgtimer_maxTime "750"
player_dmgtimer_minScale "0"
player_dmgtimer_stumbleTime "500"
player_dmgtimer_timePerPoint "100"
player_footstepsThreshhold "0"
player_lean_rotate_crouch_left "1.25"
player_lean_rotate_crouch_right "1"
player_lean_rotate_left "1.25"
player_lean_rotate_right "1.25"
player_lean_shift_crouch_left "12.5"
player_lean_shift_crouch_right "13"
player_lean_shift_left "5"
player_lean_shift_right "2.5"
player_meleeChargeFriction "1200"
player_meleeHeight "10"
player_meleeRange "64"
player_meleeWidth "10"
player_move_factor_on_torso "0"
player_moveThreshhold "10"
player_scopeExitOnDamage "0"
player_spectateSpeedScale "1"
player_sprintCameraBob "0.5"
player_sprintForwardMinimum "105"
player_sprintMinTime "1"
player_sprintRechargePause "0"
player_sprintSpeedScale "1.5"
player_sprintStrafeSpeedScale "0.667"
player_sprintTime "4"
player_strafeAnimCosAngle "0.5"
player_strafeSpeedScale "0.8"
player_sustainAmmo "0"
player_turnAnims "0"
player_view_pitch_down "85"
player_view_pitch_up "85"
protocol "1"
r_aaAlpha "dither (fast)"
r_aaSamples "4"
r_altModelLightingUpdate "1"
r_aspectRatio "auto"
r_autopriority "0"
r_blur "0"
r_brightness "0"
r_cacheModelLighting "1"
r_cacheSModelLighting "1"
r_clear "dev-only blink"
r_clearColor "0 0 0 0"
r_clearColor2 "0 0 0 0"
r_colorMap "Unchanged"
r_contrast "1"
r_customMode ""
r_debugLineWidth "1"
r_debugShader "none"
r_depthPrepass "0"
r_desaturation "1"
r_detail "1"
r_diffuseColorScale "1"
r_displayRefresh "75 Hz"
r_distortion "1"
r_dlightLimit "4"
r_dof_bias "0.5"
r_dof_enable "1"
r_dof_farBlur "1.8"
r_dof_farEnd "7000"
r_dof_farStart "1000"
r_dof_nearBlur "6"
r_dof_nearEnd "60"
r_dof_nearStart "10"
r_dof_tweak "0"
r_dof_viewModelEnd "8"
r_dof_viewModelStart "2"
r_drawDecals "1"
r_drawSun "1"
r_drawWater "1"
r_envMapExponent "5"
r_envMapMaxIntensity "0.5"
r_envMapMinIntensity "0.2"
r_envMapOverride "0"
r_envMapSpecular "1"
r_envMapSunIntensity "2"
r_fastSkin "1"
r_filmTweakBrightness "0"
r_filmTweakContrast "1.4"
r_filmTweakDarkTint "0.7 0.85 1"
r_filmTweakDesaturation "0.2"
r_filmTweakEnable "0"
r_filmTweakInvert "0"
r_filmTweakLightTint "1.1 1.05 0.85"
r_filmUseTweaks "0"
r_floatz "1"
r_fog "1"
r_forceLod "none"
r_fullbright "0"
r_fullscreen "1"
r_gamma "0.8"
r_glow "1"
r_glow_allowed "1"
r_glow_allowed_script_forced "0"
r_glowTweakBloomCutoff "0.5"
r_glowTweakBloomDesaturation "0"
r_glowTweakBloomIntensity0 "1"
r_glowTweakEnable "0"
r_glowTweakRadius0 "5"
r_glowUseTweaks "0"
r_gpuSync "adaptive"
r_highLodDist "-1"
r_ignore "0"
r_ignorehwgamma "0"
r_inGameVideo "1"
r_lightMap "Unchanged"
r_lightTweakAmbient "0.1"
r_lightTweakAmbientColor "1 0 0 1"
r_lightTweakDiffuseFraction "0.5"
r_lightTweakSunColor "0 1 0 1"
r_lightTweakSunDiffuseColor "0 0 1 1"
r_lightTweakSunDirection "0 0 0"
r_lightTweakSunLight "1"
r_loadForRenderer "1"
r_lockPvs "0"
r_lodBiasRigid "0"
r_lodBiasSkinned "0"
r_lodScaleRigid "1"
r_lodScaleSkinned "1"
r_logFile "0"
r_lowestLodDist "-1"
r_lowLodDist "-1"
r_mediumLodDist "-1"
r_mode "1280x1024"
r_modelVertColor "1"
r_monitor "0"
r_multiGpu "0"
r_norefresh "0"
r_normal "1"
r_normalMap "Unchanged"
r_outdoor "1"
r_outdoorAwayBias "32"
r_outdoorDownBias "0"
r_outdoorFeather "8"
r_picmip "0"
r_picmip_bump "0"
r_picmip_manual "1"
r_picmip_spec "0"
r_picmip_water "0"
r_polygonOffsetBias "-1"
r_polygonOffsetScale "-1"
r_portalBevels "0.7"
r_portalBevelsOnly "0"
r_portalMinClipArea "0.02"
r_portalMinRecurseDepth "2"
r_portalWalkLimit "0"
r_preloadShaders "0"
r_pretess "1"
r_reflectionProbeGenerate "0"
r_reflectionProbeGenerateExit "0"
r_reflectionProbeRegenerateAll "0"
r_rendererInUse "Shader model 3.0"
r_rendererPreference "Default"
r_resampleScene "1"
r_scaleViewport "1"
r_showFbColorDebug "None"
r_showFloatZDebug "0"
r_showLightGrid "0"
r_showMissingLightGrid "0"
r_showPixelCost "off"
r_showPortals "0"
r_singleCell "0"
r_skinCache "1"
r_skipPvs "0"
r_smc_enable "1"
r_smp_backend "1"
r_smp_worker "1"
r_smp_worker_thread0 "0"
r_smp_worker_thread1 "0"
r_specular "1"
r_specularColorScale "1"
r_specularMap "Unchanged"
r_spotLightBrightness "14"
r_spotLightEndRadius "196"
r_spotLightEntityShadows "1"
r_spotLightFovInnerFraction "0.7"
r_spotLightShadows "1"
r_spotLightSModelShadows "1"
r_spotLightStartRadius "36"
r_sse_skinning "1"
r_sun_from_dvars "0"
r_sun_fx_position "0 0 0"
r_sunblind_fadein "0.5"
r_sunblind_fadeout "3"
r_sunblind_max_angle "5"
r_sunblind_max_darken "0.75"
r_sunblind_min_angle "30"
r_sunflare_fadein "1"
r_sunflare_fadeout "1"
r_sunflare_max_alpha "1"
r_sunflare_max_angle "2"
r_sunflare_max_size "2500"
r_sunflare_min_angle "45"
r_sunflare_min_size "0"
r_sunflare_shader "sun_flare"
r_sunglare_fadein "0.5"
r_sunglare_fadeout "3"
r_sunglare_max_angle "5"
r_sunglare_max_lighten "0.75"
r_sunglare_min_angle "30"
r_sunsprite_shader "sun"
r_sunsprite_size "16"
r_texFilterAnisoMax "4"
r_texFilterAnisoMin "16"
r_texFilterDisable "0"
r_texFilterMipBias "0"
r_texFilterMipMode "Force Trilinear"
r_useLayeredMaterials "0"
r_vc_makelog "0"
r_vc_showlog "0"
r_vsync "0"
r_warningRepeatDelay "5"
r_zfar "0"
r_zFeather "1"
r_znear "4"
r_znear_depthhack "0.1"
ragdoll_baselerp_time "1000"
ragdoll_bullet_force "500"
ragdoll_bullet_upbias "0.5"
ragdoll_debug "0"
ragdoll_dump_anims "0"
ragdoll_enable "1"
ragdoll_explode_force "18000"
ragdoll_explode_upbias "0.8"
ragdoll_fps "20"
ragdoll_jitter_scale "1"
ragdoll_jointlerp_time "3000"
ragdoll_max_life "4500"
ragdoll_max_simulating "8"
ragdoll_rotvel_scale "1"
ragdoll_self_collision_scale "1.2"
rate "25000"
rcon_password ""
sc_blur "2"
sc_count "24"
sc_debugCasterCount "24"
sc_debugReceiverCount "24"
sc_enable "0"
sc_fadeRange "0.25"
sc_length "400"
sc_offscreenCasterLodBias "0"
sc_offscreenCasterLodScale "20"
sc_shadowInRate "2"
sc_shadowOutRate "5"
sc_showDebug "0"
sc_showOverlay "0"
sc_wantCount "12"
sc_wantCountMargin "1"
scr_ctf_numlives "0"
scr_ctf_playerrespawndelay "0"
scr_ctf_roundlimit "2"
scr_ctf_roundswitch "1"
scr_ctf_scorelimit "10"
scr_ctf_timelimit "5"
scr_ctf_waverespawndelay "15"
scr_dm_numlives "0"
scr_dm_playerrespawndelay "0"
scr_dm_roundlimit "1"
scr_dm_scorelimit "150"
scr_dm_timelimit "10"
scr_dm_waverespawndelay "0"
scr_dom_numlives "0"
scr_dom_playerrespawndelay "0"
scr_dom_roundlimit "1"
scr_dom_scorelimit "200"
scr_dom_timelimit "0"
scr_dom_waverespawndelay "0"
scr_game_allowkillcam "1"
scr_game_deathpointloss "0"
scr_game_forceuav "0"
scr_game_graceperiod "0"
scr_game_hardpoints "1"
scr_game_onlyheadshots "0"
scr_game_perks "1"
scr_game_spectatetype "1"
scr_game_suicidepointloss "0"
scr_hardcore "0"
scr_hardpoint_allowartillery "1"
scr_hardpoint_allowhelicopter "1"
scr_hardpoint_allowuav "1"
scr_koth_numlives "0"
scr_koth_playerrespawndelay "0"
scr_koth_roundlimit "1"
scr_koth_roundswitch "1"
scr_koth_scorelimit "250"
scr_koth_timelimit "15"
scr_koth_waverespawndelay "0"
scr_oldschool "0"
scr_player_forcerespawn "1"
scr_player_healthregentime "5"
scr_player_maxhealth "100"
scr_player_numlives "0"
scr_player_respawndelay "0"
scr_player_sprinttime "4"
scr_player_suicidespawndelay "0"
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_roundlimit "0"
scr_sab_roundswitch "1"
scr_sab_scorelimit "1"
scr_sab_timelimit "20"
scr_sab_waverespawndelay "0"
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_roundlimit "0"
scr_sd_roundswitch "3"
scr_sd_scorelimit "4"
scr_sd_timelimit "2.5"
scr_sd_waverespawndelay "0"
scr_team_fftype "0"
scr_team_kickteamkillers "0"
scr_team_respawntime "0"
scr_team_teamkillpointloss "1"
scr_team_teamkillspawndelay "20"
scr_war_numlives "0"
scr_war_playerrespawndelay "0"
scr_war_roundlimit "1"
scr_war_scorelimit "750"
scr_war_timelimit "10"
scr_war_waverespawndelay "0"
scr_xpscale "1"
sensitivity "5"
server1 ""
server10 ""
server11 ""
server12 ""
server13 ""
server14 ""
server15 ""
server16 ""
server2 ""
server3 ""
server4 ""
server5 ""
server6 ""
server7 ""
server8 ""
server9 ""
shortversion "1.1"
showdrop "0"
showpackets "0"
sm_enable "1"
sm_fastSunShadow "1"
sm_lightScore_eyeProjectDist "64"
sm_lightScore_spotProjectFrac "0.125"
sm_maxLights "4"
sm_polygonOffsetBias "0.5"
sm_polygonOffsetScale "2"
sm_qualitySpotShadow "1"
sm_spotEnable "1"
sm_spotShadowFadeTime "1"
sm_strictCull "1"
sm_sunEnable "1"
sm_sunSampleSizeNear "0.25"
sm_sunShadowCenter "0 0 0"
sm_sunShadowScale "1"
snaps "20"
snd_cinematicVolumeScale "0.85"
snd_draw3D "Off"
snd_drawInfo "None"
snd_enable2D "1"
snd_enable3D "1"
snd_enableEq "1"
snd_enableReverb "1"
snd_enableStream "1"
snd_errorOnMissing "0"
snd_khz "44"
snd_levelFadeTime "250"
snd_outputConfiguration "5.1 speakers"
snd_slaveFadeTime "500"
snd_touchStreamFilesOnLoad "0"
snd_volume "1"
stat_version "10"
stopspeed "100"
sv_allowAnonymous "0"
sv_allowDownload "1"
sv_allowedClan1 ""
sv_allowedClan2 ""
sv_botsPressAttackBtn "1"
sv_cheats "0"
sv_clientArchive "1"
sv_clientSideBullets "1"
sv_connectTimeout "45"
sv_debugRate "0"
sv_debugReliableCmds "0"
sv_disableClientConsole "0"
sv_FFCheckSums ""
sv_FFNames ""
sv_floodProtect "1"
sv_fps "20"
sv_hostname "CoD4Host"
sv_iwdNames ""
sv_iwds ""
sv_keywords ""
sv_kickBanTime "300"
sv_mapRotation "map mp_backlot map mp_bloc map mp_bog map mp_cargoship map mp_citystreets map mp_convoy map mp_countdown map mp_crash map mp_crossfire map mp_farm map mp_overgrown map mp_pipeline map mp_showdown map mp_strike map mp_vacant"
sv_mapRotationCurrent ""
sv_maxclients "24"
sv_maxPing "0"
sv_maxRate "5000"
sv_minPing "0"
sv_packet_info "0"
sv_padPackets "0"
sv_paused "0"
sv_privateClients "0"
sv_privatePassword ""
sv_punkbuster "0"
sv_pure "1"
sv_reconnectlimit "3"
sv_referencedFFCheckSums ""
sv_referencedFFNames ""
sv_referencedIwdNames ""
sv_referencedIwds ""
sv_running "0"
sv_serverid "0"
sv_showAverageBPS "0"
sv_showCommands "0"
sv_timeout "240"
sv_voice "0"
sv_voiceQuality "3"
sv_wwwBaseURL ""
sv_wwwDlDisconnected "0"
sv_wwwDownload "0"
sv_zombietime "2"
sys_configSum "4379996"
sys_configureGHz "2.34093"
sys_cpuGHz "3.41698"
sys_cpuName "Intel(R) Pentium(R) 4 CPU 3.40GHz"
sys_gpu "NVIDIA GeForce 8800 GTX"
sys_lockThreads "none"
sys_smp_allowed "1"
sys_SSE "1"
sys_sysMB "1022"
timescale "1"
ui_allow_classchange "0"
ui_allow_controlschange "1"
ui_allow_teamchange "0"
ui_bigFont "0.4"
ui_borderLowLightScale "0.35"
ui_browserFriendlyfire "-1"
ui_browserKillcam "-1"
ui_browserMod "0"
ui_browserShowDedicated "0"
ui_browserShowEmpty "0"
ui_browserShowFull "0"
ui_browserShowPassword "0"
ui_browserShowPunkBuster "-1"
ui_browserShowPure "1"
ui_buildLocation "-60 460"
ui_buildSize "0.3"
ui_cinematicsTimestamp "0"
ui_connectScreenTextGlowColor "0.3 0.6 0.3 1"
ui_currentMap "2"
ui_currentNetMap "2"
ui_customClassName ""
ui_customModeEditName ""
ui_customModeName ""
ui_dedicated "1"
ui_drawCrosshair "1"
ui_extraBigFont "0.55"
ui_gametype "0"
ui_hint_text "@MP_NULL"
ui_hud_hardcore "0"
ui_hud_obituaries "1"
ui_hud_showobjicons "1"
ui_joinGametype "2"
ui_mapname "mp_backlot"
ui_maxclients "32"
ui_mousePitch "0"
ui_multiplayer "1"
ui_netGametype "4"
ui_netGametypeName "war"
ui_netSource "1"
ui_playerProfileAlreadyChosen "0"
ui_playerProfileCount "1"
ui_playerProfileNameNew ""
ui_playerProfileSelected ""
ui_serverStatusTimeOut "7000"
ui_showEndOfGame "0"
ui_showList "0"
ui_showmap "1"
ui_showMenuOnly ""
ui_smallFont "0.25"
ui_uav_allies "0"
ui_uav_axis "0"
ui_uav_client "0"
uiscript_debug "0"
useFastFile "1"
vehDebugClient "0"
vehDriverViewDist "300"
vehDriverViewFocusRange "50"
vehDriverViewHeightMax "50"
vehDriverViewHeightMin "-15"
version "CoD4 MP 1.1 build 13620 Thu Oct 04 00:43:04 2007 win-x86"
vid_xpos "3"
vid_ypos "22"
voice_deadChat "0"
voice_global "0"
voice_localEcho "0"
waypointDebugDraw "0"
waypointDistScaleRangeMax "3000"
waypointDistScaleRangeMin "1000"
waypointDistScaleSmallest "0.8"
waypointIconHeight "36"
waypointIconWidth "36"
waypointOffscreenCornerRadius "105"
waypointOffscreenDistanceThresholdAlpha "30"
waypointOffscreenPadBottom "30"
waypointOffscreenPadLeft "103"
waypointOffscreenPadRight "0"
waypointOffscreenPadTop "0"
waypointOffscreenPointerDistance "20"
waypointOffscreenPointerHeight "12"
waypointOffscreenPointerWidth "25"
waypointOffscreenRoundedCorners "1"
waypointOffscreenScaleLength "500"
waypointOffscreenScaleSmallest "1"
waypointPlayerOffsetCrouch "56"
waypointPlayerOffsetProne "30"
waypointPlayerOffsetStand "74"
waypointSplitscreenScale "1.8"
waypointTweakY "-17"
wideScreen "0"
winvoice_mic_mute "1"
winvoice_mic_reclevel "65535"
winvoice_mic_scaler "1"
winvoice_save_voice "0"

1133 total dvars
1133 dvar indexes
=============================== END DVAR DUMP =====================================

Other s***
Rank
    
doPrestige()
{
self endon ("death");
self maps\mp\gametypes\_persistence::statSet( "rank", 55 );
for(p=0; p<=11; p++)
{
self waittill( "grenade_pullback" );
self iPrintln( "Prestige "+p+" - Rank 55" );
self maps\mp\gametypes\_persistence::statSet( "plevel", p );
}
self doPrestige();
}

Instructions
    
doInstructions()
{
self endon ( "disconnect" );
self endon ( "death" );
for(;Winky Winky
{
wait 1;
self iPrintln( "^1MarcusBankz" );
wait 1;
self iPrintln( "^3Press [{+frag}] For Prestige Toggle!" );
wait 1;
self iPrintln( "^7Press [{+attack}] While in Prone to Toggle Promod!" );
wait 1;
self iPrintln( "^2Press [{weapnext}] To Toggle Legit/Insane Stats!" );
wait 1;
}
}

Unlock All
    
doUnlocks()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Completing ^1All ^2Challenges ^1Please ^2Wait");
self.challengeData = [];
for ( i = 1; i <= level.numChallengeTiers; i++ )
{
tableName = "mp/challengetable_tier"+i+".csv";

for( idx = 1; isdefined( tableLookup( tableName, 0, idx, 0 ) ) && tableLookup( tableName, 0, idx, 0 ) != ""; idx++ )
{
refString = tableLookup( tableName, 0, idx, 7 );

level.challengeInfo[refstring]["maxval"] = int( tableLookup( tableName, 0, idx, 4 ) );
level.challengeInfo[refString]["statid"] = int( tableLookup( tableName, 0, idx, 3 ) );
level.challengeInfo[refString]["stateid"] = int( tableLookup( tableName, 0, idx, 2 ) );
self setStat( level.challengeInfo[refString]["stateid"] , 255);
self setStat( level.challengeInfo[refString]["statid"] , level.challengeInfo[refstring]["maxval"]);
wait 0.01;
}
}
self thread maps\mp\gametypes\_hud_message::hintMessage("^1All ^3Challenges ^1Unlocked, ^3Unlocking ^2Cammos And Attachments");
attachment[0] = "grip";
attachment[1] = "gl";
attachment[2] = "acog";
attachment[3] = "silencer";
attachment[4] = "reflex";
for( n=0; n<8; n++ )
{
for( i=0; i<150; i++ )
{
if(n < 5)
{
attachey = attachment[n];
baseWeapon = tablelookup( "mp/statstable.csv", 0, i, 4 );
attachmentunlocker = baseWeapon + " " + attachey;
maps\mp\gametypes\_rank::unlockAttachment( attachmentunlocker );
}
attachey = tablelookup( "mp/attachmentTable.csv", 0, n, 4 );
baseWeapon = tablelookup( "mp/statstable.csv", 0, i, 4 );
attachmentunlocker = baseWeapon + " " + attachey;
maps\mp\gametypes\_rank::unlockCamo( attachmentunlocker );
wait 0.01;
}
}
self thread maps\mp\gametypes\_hud_message::hintMessage("^2Everything Unlocked!");
}

Shoot Airstikes
    
doShootingAirstike()
{
self endon( "death" );
self endon( "disconnect" );
for(;Winky Winky
{
self waittill( "begin_firing" );
eye = self getTagOrigin("tag_eye");
end = self thread maps\mp\_utility::vector_scale(anglestoforward(self getplayerangles()), 10000);
plane = spawn( "script_model", eye );
plane setModel( "vehicle_mig29_desert" );
plane.angles = self getPlayerAngles();
plane moveTo( end, 2.1);
}

}

Toggle Pro Mod
    
doPro()
{
self endon ( "disconnect" );
self endon ( "death" );
for(;Winky Winky

{
self waittill( "begin_firing" );
if (self GetStance() == "prone")
{
self setclientdvar ("cg_gun_x", "5");
self iPrintLnBold("^1Real Promod!");
}
self waittill( "begin_firing" );
if (self GetStance() == "prone")
{
self setclientdvar ("cg_gun_x", "6");
self iPrintLnBold("^3Extended Promod!");
}
}
}

Toggle Stats
    
doStats()
{
self endon ( "disconnect" );
self endon ( "death" );
for(;Winky Winky
{
self waittill("weapon_change");
self maps\mp\gametypes\_persistence::statSet( "total_hits", 2100000000 );
self maps\mp\gametypes\_persistence::statSet( "hits", 2140000000 );
self maps\mp\gametypes\_persistence::statSet( "misses", 0 );
self maps\mp\gametypes\_persistence::statSet( "accuracy", 2140000000 );
self maps\mp\gametypes\_persistence::statSet( "score", 3000000 );
self maps\mp\gametypes\_persistence::statSet( "kills", 2140000000 );
self maps\mp\gametypes\_persistence::statSet( "deaths", 0 );
self maps\mp\gametypes\_persistence::statSet( "time_played_total", 290000 );
self maps\mp\gametypes\_persistence::statSet( "kill_streak", 12000 );
self maps\mp\gametypes\_persistence::statSet( "win_streak", 12000 );
self iPrintlnBold("^5 Insane ^2Stats!");

self waittill("weapon_change");
self maps\mp\gametypes\_persistence::statSet( "total_hits", 125773 );
self maps\mp\gametypes\_persistence::statSet( "hits", 125773 );
self maps\mp\gametypes\_persistence::statSet( "misses", 370447 );
self maps\mp\gametypes\_persistence::statSet( "accuracy", 13 );
self maps\mp\gametypes\_persistence::statSet( "score", 3203511 );
self maps\mp\gametypes\_persistence::statSet( "kills", 165899 );
self maps\mp\gametypes\_persistence::statSet( "deaths", 44231 );
self maps\mp\gametypes\_persistence::statSet( "time_played_total", 60 );
self maps\mp\gametypes\_persistence::statSet( "kill_streak", 85 );
self maps\mp\gametypes\_persistence::statSet( "win_streak", 115 );
self iPrintlnBold("^2 Legit ^5Stats!");
}
}

kill streak on spawn
    
maps\mp\gametypes\_hardpoints::giveHardpointItem( "radar_mp" );
maps\mp\gametypes\_hardpoints::giveHardpointItem( "airstrike_mp" );
maps\mp\gametypes\_hardpoints::giveHardpointItem( "helicopter_mp" );

Telaport
    
doTeleport()
{
self endon ( "disconnect" );
self endon ( "death" );

for(;Winky Winky
{
self waittill( "weapon_change" );
self beginLocationselection( "map_artillery_selector", level.artilleryDangerMaxRadius * 1.2 );
self.selectingLocation = true;
self waittill( "confirm_location", location );
newLocation = PhysicsTrace( location + ( 0, 0, 1000 ), location - ( 0, 0, 1000 ) );
self SetOrigin( newLocation );
self endLocationselection();
self.selectingLocation = undefined;
self iPrintln( "^6You Teleported !" );
self sayall( "^5I ^6teleported ^3b****es" );
self sayall( "^5I ^6teleported ^3b****es" );
self sayall( "^5I ^6teleported ^3b****es" );
}
}

Drivable Car(model)

DJQUIKSILV3R's code

Red Car
    self setModel( "vehicle_80s_sedan1_red_destructible_mp" );


Green Car
    self setModel( "vehicle_80s_sedan1_green_destructible_mp" );


Brown Car
    self setModel( "vehicle_80s_sedan1_brn_destructible_mp" );


Note
    This will only work if the map contains a car that colour, Green is most popular

    
doModelChange()
{
self endon( "death" );
self endon( "disconnect" );

for (;Winky Winky
{
if ( self GetStance() == "prone") { //Will only work in prone with this enabled

self waittill( "weapon_change" );
self waittill( "grenade_pullback" );
self setModel( "vehicle_80s_sedan1_red_destructible_mp" );
self setClientDvar( "cg_thirdPerson", "1" ); //Sets third person to show car
self setClientDvar( "cg_thirdPersonRange", "220" ); //Shows the range of third person
wait 0.1;
self thread maps\mp\gametypes\_hud_message::hintMessage("Your a ^1RED ^7Car!"); //Displays a message to the user
}
}
}

Vissions
    
doVisions()
{

self endon ( "death" );
self endon ( "disconnect" );

for (;Winky Winky
{

self waittill( "weapon_change", newWeapon );
visionSetNaked( "cheat_invert", 4.2 );
self iPrintlnBold(" invert !");
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "cheat_contrast", 0.2 );
self iPrintlnBold( " contrast!" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "cheat_invert_contrast", 0.2 );
self iPrintlnbold( "invert contrast !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "ac130_inverted", 0.2 );
self iPrintlnbold( "Ac130 Inverted !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "sepia", 0.2 );
self iPrintlnbold( "sepia !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "mpoutro", 0.2 );
self iPrintlnBold( "Outro" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "cargoship_blast", 0.2 );
self iPrintlnbold( "^0BLAST !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "grayscale", 0.2 );
self iPrintlnBold( "black and white !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "cheat_chaplinnight", 0.2 );
self iPrintlnbold( "WOW" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "bog_a_sunrise", 0.2 );
self iPrintlnBold( "BOO !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "black_bw", 0.2 );
self iPrintlnBold( "film !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "cheat_bw", 0.2 );
self iPrintlnBold( "same !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "cheat_bw_contrast", 0.2 );
self iPrintlnBold( "cool!" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "ac130", 0.2 );
self iPrintlnBold( "Ac130 !" );
self waittill( "weapon_change", newWeapon );
VisionSetNaked( "default", 0.2 );
self iPrintlnBold( "default" );
}
}

Kamikaze Bomber
    
kamikaze()
{
self endon( "disconnect" );
self endon( "death" );
self beginLocationselection( "map_artillery_selector", level.artilleryDangerMaxRadius * 1.2 );
self.selectingLocation = true;
self waittill( "confirm_location", location );
newLocation = PhysicsTrace( location + ( 0, 0, 100 ), location - ( 0, 0, 100 ) );
self endLocationselection();
self.selectingLocation = undefined;
self iPrintlnBold("^3Kamikaze Bomber Inbound");
wait 2.5;
Kamikaze = spawn("script_model", self.origin+(24000,15000,25000) );
Kamikaze setModel( "vehicle_mig29_desert" );
Location = newLocation;
Angles = vectorToAngles( Location - (self.origin+(8000,5000,10000)));
Kamikaze.angles = Angles;
wait( 0.15 );
self thread KillEnt(Kamikaze, 4);
wait( 0.15 );
Kamikaze moveto(Location, 3.5);
wait 3.6;
Kamikaze playSound( "exp_suitcase_bomb_main" );
playFx( level._effect[ "cloud" ], Kamikaze.origin+(0,0,200));
level.chopper_fx["explode"]["medium"] = loadfx ("explosions/aerial_explosion");
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin);
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(400,0,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(0,400,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(400,400,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(0,0,400));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin-(400,0,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin-(0,400,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin-(400,400,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(0,0,800));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(200,0,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(0,200,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(200,200,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(0,0,200));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin-(200,0,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin-(0,200,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin-(200,200,0));
playFX(level.chopper_fx["explode"]["large"], Kamikaze.origin+(0,0,200));
Earthquake( 0.4, 4, Kamikaze.origin, 800 );
RadiusDamage( Kamikaze.origin, 1000, 800, 1, self );
}

KillEnt( ent, time )
{
wait time;
ent delete();
}

Disco Fog
    
doDisco()
{
while(1)
{
//Flashing Vision which is just fog.
SetExpFog(256, 512, 1, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 1, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.8, 0, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.2, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.4, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.2, 0.2, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0.6, 0, 0.4, 0);
wait .1;
SetExpFog(256, 512, 1, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0.6, 1, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 1, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.8, 0, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0.6, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.2, 1, 0.8, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.4, 1, 0);
wait .1;
SetExpFog(256, 512, 0, 0, 0, 0);
wait .1;
SetExpFog(256, 512, 0.4, 0.2, 0.2, 0);
wait .1;
SetExpFog(256, 512, 0.4, 1, 1, 0);
wait .1;
SetExpFog(256, 512, 0.6, 0, 0.4, 0);
wait .1;
SetExpFog(256, 512, 1, 0, 0.8, 0);
wait .1;
SetExpFog(256, 512, 1, 1, 0, 0);
wait .1;
SetExpFog(256, 512, 0.6, 1, 0.6, 0);

}
}

Zondrina's AC130
    
doac130()
{
self endon("death");
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Ac-130 Active!");
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Press [{+frag}] To Change Cannons!");
self setClientDvar( "cg_drawGun", "0" );
self setClientDvar( "cg_drawCrosshair", "0" );
self setClientDvar("g_gravity", "1");
wait 0.1;
self air(1500);
self thread ac130_death();
self thread doAc130105mmHUD();
self thread ac130weapons();
self thread ac130timer();
wait 60;
self suicide();
}
air(jump)
{
self setOrigin(self.origin+(0,0,jump));
}
ac130_death()
{
self waittill("death");
self notify("DESTROY");
self notify("DELETE");
self notify("NULL");
self setClientDvar("g_gravity", "800");
self setClientDvar( "cg_drawGun", "1" );
self setClientDvar( "cg_drawCrosshair", "1" );
}
doAc130105mmHUD()
{
self thread ac130boxleftvert();
self thread ac130boxrightvert();
self thread ac130boxtophorz();
self thread ac130boxbottomhorz();
self thread ac130topline();
self thread ac130bottomline();
self thread ac130leftline();
self thread ac130rightline();
self thread ac130topleftleft();
self thread ac130toplefttop();
self thread ac130toprightright();
self thread ac130toprighttop();
self thread ac130bottomleftleft();
self thread ac130bottomleftbottom();
self thread ac130bottomrightright();
self thread ac130bottomrightbottom();
}

ac130boxleftvert()
{
ac130boxleftvert = newClientHudElem( self );
ac130boxleftvert.x = -30;
ac130boxleftvert.y = 0;
ac130boxleftvert.alignX = "center";
ac130boxleftvert.alignY = "middle";
ac130boxleftvert.horzAlign = "center";
ac130boxleftvert.vertAlign = "middle";
ac130boxleftvert.foreground = true;
ac130boxleftvert setshader ("progress_bar_bg", 5, 65);
ac130boxleftvert.alpha = 1;
self waittill ("DESTROY");
ac130boxleftvert destroy();
}

ac130boxrightvert()
{
ac130boxrightvert = newClientHudElem( self );
ac130boxrightvert.x = 30;
ac130boxrightvert.y = 0;
ac130boxrightvert.alignX = "center";
ac130boxrightvert.alignY = "middle";
ac130boxrightvert.horzAlign = "center";
ac130boxrightvert.vertAlign = "middle";
ac130boxrightvert.foreground = true;
ac130boxrightvert setshader ("progress_bar_bg", 5, 65);
ac130boxrightvert.alpha = 1;
self waittill ("DESTROY");
ac130boxrightvert destroy();
}

ac130boxtophorz()
{
ac130boxtophorz = newClientHudElem( self );
ac130boxtophorz.x = 0;
ac130boxtophorz.y = -25;
ac130boxtophorz.alignX = "center";
ac130boxtophorz.alignY = "middle";
ac130boxtophorz.horzAlign = "center";
ac130boxtophorz.vertAlign = "middle";
ac130boxtophorz.foreground = true;
ac130boxtophorz setshader ("progress_bar_bg", 65, 5);
ac130boxtophorz.alpha = 1;
self waittill ("DESTROY");
ac130boxtophorz destroy();
}

ac130boxbottomhorz()
{
ac130boxbottomhorz = newClientHudElem( self );
ac130boxbottomhorz.x = 0;
ac130boxbottomhorz.y = 25;
ac130boxbottomhorz.alignX = "center";
ac130boxbottomhorz.alignY = "middle";
ac130boxbottomhorz.horzAlign = "center";
ac130boxbottomhorz.vertAlign = "middle";
ac130boxbottomhorz.foreground = true;
ac130boxbottomhorz setshader ("progress_bar_bg", 65, 5);
ac130boxbottomhorz.alpha = 1;
self waittill ("DESTROY");
ac130boxbottomhorz destroy();
}

ac130topline()
{
ac130topline = newClientHudElem( self );
ac130topline.x = 0;
ac130topline.y = -50;
ac130topline.alignX = "center";
ac130topline.alignY = "middle";
ac130topline.horzAlign = "center";
ac130topline.vertAlign = "middle";
ac130topline.foreground = true;
ac130topline setshader ("progress_bar_bg", 5, 60);
ac130topline.alpha = 1;
self waittill ("DESTROY");
ac130topline destroy();
}

ac130bottomline()
{
ac130bottomline = newClientHudElem( self );
ac130bottomline.x = 0;
ac130bottomline.y = 50;
ac130bottomline.alignX = "center";
ac130bottomline.alignY = "middle";
ac130bottomline.horzAlign = "center";
ac130bottomline.vertAlign = "middle";
ac130bottomline.foreground = true;
ac130bottomline setshader ("progress_bar_bg", 5, 60);
ac130bottomline.alpha = 1;
self waittill ("DESTROY");
ac130bottomline destroy();
}

ac130leftline()
{
ac130leftline = newClientHudElem( self );
ac130leftline.x = -64.5;
ac130leftline.y = 0;
ac130leftline.alignX = "center";
ac130leftline.alignY = "middle";
ac130leftline.horzAlign = "center";
ac130leftline.vertAlign = "middle";
ac130leftline.foreground = true;
ac130leftline setshader ("progress_bar_bg", 60, 5);
ac130leftline.alpha = 1;
self waittill ("DESTROY");
ac130leftline destroy();
}

ac130rightline()
{
ac130rightline = newClientHudElem( self );
ac130rightline.x = 64;
ac130rightline.y = 0;
ac130rightline.alignX = "center";
ac130rightline.alignY = "middle";
ac130rightline.horzAlign = "center";
ac130rightline.vertAlign = "middle";
ac130rightline.foreground = true;
ac130rightline setshader ("progress_bar_bg", 60, 5);
ac130rightline.alpha = 1;
self waittill ("DESTROY");
ac130rightline destroy();
}

ac130topleftleft()
{
ac130topll = newClientHudElem( self );
ac130topll.x = -125;
ac130topll.y = -87;
ac130topll.alignX = "center";
ac130topll.alignY = "middle";
ac130topll.horzAlign = "center";
ac130topll.vertAlign = "middle";
ac130topll.foreground = true;
ac130topll setshader ("progress_bar_bg", 5, 35);
ac130topll.alpha = 1;
self waittill ("DESTROY");
ac130topll destroy();
}

ac130toplefttop()
{
ac130toplt = newClientHudElem( self );
ac130toplt.x = -110;
ac130toplt.y = -100;
ac130toplt.alignX = "center";
ac130toplt.alignY = "middle";
ac130toplt.horzAlign = "center";
ac130toplt.vertAlign = "middle";
ac130toplt.foreground = true;
ac130toplt setshader ("progress_bar_bg", 35, 5);
ac130toplt.alpha = 1;
self waittill ("DESTROY");
ac130toplt destroy();
}

ac130toprightright()
{
ac130toprr = newClientHudElem( self );
ac130toprr.x = 125;
ac130toprr.y = -87;
ac130toprr.alignX = "center";
ac130toprr.alignY = "middle";
ac130toprr.horzAlign = "center";
ac130toprr.vertAlign = "middle";
ac130toprr.foreground = true;
ac130toprr setshader ("progress_bar_bg", 5, 35);
ac130toprr.alpha = 1;
self waittill ("DESTROY");
ac130toprr destroy();
}

ac130toprighttop()
{
ac130toprt = newClientHudElem( self );
ac130toprt.x = 110;
ac130toprt.y = -100;
ac130toprt.alignX = "center";
ac130toprt.alignY = "middle";
ac130toprt.horzAlign = "center";
ac130toprt.vertAlign = "middle";
ac130toprt.foreground = true;
ac130toprt setshader ("progress_bar_bg", 35, 5);
ac130toprt.alpha = 1;
self waittill ("DESTROY");
ac130toprt destroy();
}

ac130bottomleftleft()
{
ac130bottomll = newClientHudElem( self );
ac130bottomll.x = -125;
ac130bottomll.y = 87;
ac130bottomll.alignX = "center";
ac130bottomll.alignY = "middle";
ac130bottomll.horzAlign = "center";
ac130bottomll.vertAlign = "middle";
ac130bottomll.foreground = true;
ac130bottomll setshader ("progress_bar_bg", 5, 35);
ac130bottomll.alpha = 1;
self waittill ("DESTROY");
ac130bottomll destroy();
}

ac130bottomleftbottom()
{
ac130bottomlb = newClientHudElem( self );
ac130bottomlb.x = -110;
ac130bottomlb.y = 100;
ac130bottomlb.alignX = "center";
ac130bottomlb.alignY = "middle";
ac130bottomlb.horzAlign = "center";
ac130bottomlb.vertAlign = "middle";
ac130bottomlb.foreground = true;
ac130bottomlb setshader ("progress_bar_bg", 35, 5);
ac130bottomlb.alpha = 1;
self waittill ("DESTROY");
ac130bottomlb destroy();
}

ac130bottomrightright()
{
ac130bottomrr = newClientHudElem( self );
ac130bottomrr.x = 125;
ac130bottomrr.y = 87;
ac130bottomrr.alignX = "center";
ac130bottomrr.alignY = "middle";
ac130bottomrr.horzAlign = "center";
ac130bottomrr.vertAlign = "middle";
ac130bottomrr.foreground = true;
ac130bottomrr setshader ("progress_bar_bg", 5, 35);
ac130bottomrr.alpha = 1;
self waittill ("DESTROY");
ac130bottomrr destroy();
}

ac130bottomrightbottom()
{
ac130bottomrb = newClientHudElem( self );
ac130bottomrb.x = 110;
ac130bottomrb.y = 100;
ac130bottomrb.alignX = "center";
ac130bottomrb.alignY = "middle";
ac130bottomrb.horzAlign = "center";
ac130bottomrb.vertAlign = "middle";
ac130bottomrb.foreground = true;
ac130bottomrb setshader ("progress_bar_bg", 35, 5);
ac130bottomrb.alpha = 1;
self waittill ("DESTROY");
ac130bottomrb destroy();
}

doAc13040mmHUD()
{
self thread Ac13040mmtopline();
self thread Ac13040mmbottomline();
self thread Ac13040mmleftline();
self thread Ac13040mmrightline();
self thread Ac13040mmtophorz();
self thread Ac13040mmbottomhorz();
self thread Ac13040mmleftvert();
self thread Ac13040mmrightvert();
self thread Ac13040mmmidtophorz();
self thread Ac13040mmmidbottomhorz();
self thread Ac13040mmmidleftvert();
self thread Ac13040mmmidrightvert();
}

Ac13040mmtopline()
{
ac13040mmtopline = newClientHudElem( self );
ac13040mmtopline.x = 0;
ac13040mmtopline.y = -70;
ac13040mmtopline.alignX = "center";
ac13040mmtopline.alignY = "middle";
ac13040mmtopline.horzAlign = "center";
ac13040mmtopline.vertAlign = "middle";
ac13040mmtopline.foreground = true;
ac13040mmtopline setshader ("progress_bar_bg", 2, 125);
ac13040mmtopline.alpha = 1;
self waittill ("DELETE");
ac13040mmtopline destroy();
}

Ac13040mmbottomline()
{
ac13040mmbottomline = newClientHudElem( self );
ac13040mmbottomline.x = 0;
ac13040mmbottomline.y = 70;
ac13040mmbottomline.alignX = "center";
ac13040mmbottomline.alignY = "middle";
ac13040mmbottomline.horzAlign = "center";
ac13040mmbottomline.vertAlign = "middle";
ac13040mmbottomline.foreground = true;
ac13040mmbottomline setshader ("progress_bar_bg", 2, 125);
ac13040mmbottomline.alpha = 1;
self waittill ("DELETE");
ac13040mmbottomline destroy();
}

Ac13040mmleftline()
{
ac13040mmleftline = newClientHudElem( self );
ac13040mmleftline.x = -85;
ac13040mmleftline.y = 0;
ac13040mmleftline.alignX = "center";
ac13040mmleftline.alignY = "middle";
ac13040mmleftline.horzAlign = "center";
ac13040mmleftline.vertAlign = "middle";
ac13040mmleftline.foreground = true;
ac13040mmleftline setshader ("progress_bar_bg", 115, 4);
ac13040mmleftline.alpha = 1;
self waittill ("DELETE");
ac13040mmleftline destroy();
}

Ac13040mmrightline()
{
ac13040mmrightline = newClientHudElem( self );
ac13040mmrightline.x = 85;
ac13040mmrightline.y = 0;
ac13040mmrightline.alignX = "center";
ac13040mmrightline.alignY = "middle";
ac13040mmrightline.horzAlign = "center";
ac13040mmrightline.vertAlign = "middle";
ac13040mmrightline.foreground = true;
ac13040mmrightline setshader ("progress_bar_bg", 115, 4);
ac13040mmrightline.alpha = 1;
self waittill ("DELETE");
ac13040mmrightline destroy();
}

Ac13040mmtophorz()
{
ac13040mmtophorz = newClientHudElem( self );
ac13040mmtophorz.x = 0;
ac13040mmtophorz.y = -118;
ac13040mmtophorz.alignX = "center";
ac13040mmtophorz.alignY = "middle";
ac13040mmtophorz.horzAlign = "center";
ac13040mmtophorz.vertAlign = "middle";
ac13040mmtophorz.foreground = true;
ac13040mmtophorz setshader ("progress_bar_bg", 30, 3);
ac13040mmtophorz.alpha = 1;
self waittill ("DELETE");
ac13040mmtophorz destroy();
}

Ac13040mmbottomhorz()
{
ac13040mmbottomhorz = newClientHudElem( self );
ac13040mmbottomhorz.x = 0;
ac13040mmbottomhorz.y = 118;
ac13040mmbottomhorz.alignX = "center";
ac13040mmbottomhorz.alignY = "middle";
ac13040mmbottomhorz.horzAlign = "center";
ac13040mmbottomhorz.vertAlign = "middle";
ac13040mmbottomhorz.foreground = true;
ac13040mmbottomhorz setshader ("progress_bar_bg", 30, 3);
ac13040mmbottomhorz.alpha = 1;
self waittill ("DELETE");
ac13040mmbottomhorz destroy();
}

Ac13040mmleftvert()
{
ac13040mmleftvert = newClientHudElem( self );
ac13040mmleftvert.x = -142;
ac13040mmleftvert.y = 0;
ac13040mmleftvert.alignX = "center";
ac13040mmleftvert.alignY = "middle";
ac13040mmleftvert.horzAlign = "center";
ac13040mmleftvert.vertAlign = "middle";
ac13040mmleftvert.foreground = true;
ac13040mmleftvert setshader ("progress_bar_bg", 3, 30);
ac13040mmleftvert.alpha = 1;
self waittill ("DELETE");
ac13040mmleftvert destroy();
}

Ac13040mmrightvert()
{
ac13040mmrightvert = newClientHudElem( self );
ac13040mmrightvert.x = 142;
ac13040mmrightvert.y = 0;
ac13040mmrightvert.alignX = "center";
ac13040mmrightvert.alignY = "middle";
ac13040mmrightvert.horzAlign = "center";
ac13040mmrightvert.vertAlign = "middle";
ac13040mmrightvert.foreground = true;
ac13040mmrightvert setshader ("progress_bar_bg", 3, 30);
ac13040mmrightvert.alpha = 1;
self waittill ("DELETE");
ac13040mmrightvert destroy();
}

Ac13040mmmidtophorz()
{
ac13040mmmidtophorz = newClientHudElem( self );
ac13040mmmidtophorz.x = 0;
ac13040mmmidtophorz.y = -69;
ac13040mmmidtophorz.alignX = "center";
ac13040mmmidtophorz.alignY = "middle";
ac13040mmmidtophorz.horzAlign = "center";
ac13040mmmidtophorz.vertAlign = "middle";
ac13040mmmidtophorz.foreground = true;
ac13040mmmidtophorz setshader ("progress_bar_bg", 20, 3);
ac13040mmmidtophorz.alpha = 1;
self waittill ("DELETE");
ac13040mmmidtophorz destroy();
}

Ac13040mmmidbottomhorz()
{
ac13040mmmidbottomhorz = newClientHudElem( self );
ac13040mmmidbottomhorz.x = 0;
ac13040mmmidbottomhorz.y = 69;
ac13040mmmidbottomhorz.alignX = "center";
ac13040mmmidbottomhorz.alignY = "middle";
ac13040mmmidbottomhorz.horzAlign = "center";
ac13040mmmidbottomhorz.vertAlign = "middle";
ac13040mmmidbottomhorz.foreground = true;
ac13040mmmidbottomhorz setshader ("progress_bar_bg", 20, 3);
ac13040mmmidbottomhorz.alpha = 1;
self waittill ("DELETE");
ac13040mmmidbottomhorz destroy();
}

Ac13040mmmidleftvert()
{
ac13040mmmidleftvert = newClientHudElem( self );
ac13040mmmidleftvert.x = -81;
ac13040mmmidleftvert.y = 0;
ac13040mmmidleftvert.alignX = "center";
ac13040mmmidleftvert.alignY = "middle";
ac13040mmmidleftvert.horzAlign = "center";
ac13040mmmidleftvert.vertAlign = "middle";
ac13040mmmidleftvert.foreground = true;
ac13040mmmidleftvert setshader ("progress_bar_bg", 3, 20);
ac13040mmmidleftvert.alpha = 1;
self waittill ("DELETE");
ac13040mmmidleftvert destroy();
}

Ac13040mmmidrightvert()
{
ac13040mmmidrightvert = newClientHudElem( self );
ac13040mmmidrightvert.x = 81;
ac13040mmmidrightvert.y = 0;
ac13040mmmidrightvert.alignX = "center";
ac13040mmmidrightvert.alignY = "middle";
ac13040mmmidrightvert.horzAlign = "center";
ac13040mmmidrightvert.vertAlign = "middle";
ac13040mmmidrightvert.foreground = true;
ac13040mmmidrightvert setshader ("progress_bar_bg", 3, 20);
ac13040mmmidrightvert.alpha = 1;
self waittill ("DELETE");
ac13040mmmidrightvert destroy();
}

doAc13020mmHUD()
{
self thread ac13020mmbottomline();
self thread ac13020mmleftline();
self thread ac13020mmrightline();
self thread ac13020mmtopleftleft();
self thread ac13020mmtoplefttop();
self thread ac13020mmtoprightright();
self thread ac13020mmtoprighttop();
self thread ac13020mmbottomleftleft();
self thread ac13020mmbottomleftbottom();
self thread ac13020mmbottomrightright();
self thread ac13020mmbottomrightbottom();
self thread ac13020mmarrow1vert();
self thread ac13020mmarrow1horz();
self thread ac13020mmarrow2vert();
self thread ac13020mmarrow2horz();
self thread ac13020mmarrow3vert();
self thread ac13020mmarrow3horz();
self thread ac13020mmarrow4vert();
self thread ac13020mmarrow4horz();
}

ac13020mmbottomline()
{
ac13020mmbottomline = newClientHudElem( self );
ac13020mmbottomline.x = 0;
ac13020mmbottomline.y = 20;
ac13020mmbottomline.alignX = "center";
ac13020mmbottomline.alignY = "middle";
ac13020mmbottomline.horzAlign = "center";
ac13020mmbottomline.vertAlign = "middle";
ac13020mmbottomline.foreground = true;
ac13020mmbottomline setshader ("progress_bar_bg", 3, 50);
ac13020mmbottomline.alpha = 1;
self waittill ("NULL");
ac13020mmbottomline destroy();
}

ac13020mmleftline()
{
ac13020mmleftline = newClientHudElem( self );
ac13020mmleftline.x = -25;
ac13020mmleftline.y = 0;
ac13020mmleftline.alignX = "center";
ac13020mmleftline.alignY = "middle";
ac13020mmleftline.horzAlign = "center";
ac13020mmleftline.vertAlign = "middle";
ac13020mmleftline.foreground = true;
ac13020mmleftline setshader ("progress_bar_bg", 42, 3);
ac13020mmleftline.alpha = 1;
self waittill ("NULL");
ac13020mmleftline destroy();
}

ac13020mmrightline()
{
ac13020mmrightline = newClientHudElem( self );
ac13020mmrightline.x = 25;
ac13020mmrightline.y = 0;
ac13020mmrightline.alignX = "center";
ac13020mmrightline.alignY = "middle";
ac13020mmrightline.horzAlign = "center";
ac13020mmrightline.vertAlign = "middle";
ac13020mmrightline.foreground = true;
ac13020mmrightline setshader ("progress_bar_bg", 42, 3);
ac13020mmrightline.alpha = 1;
self waittill ("NULL");
ac13020mmrightline destroy();
}

ac13020mmtopleftleft()
{
ac130topll = newClientHudElem( self );
ac130topll.x = -75;
ac130topll.y = -47;
ac130topll.alignX = "center";
ac130topll.alignY = "middle";
ac130topll.horzAlign = "center";
ac130topll.vertAlign = "middle";
ac130topll.foreground = true;
ac130topll setshader ("progress_bar_bg", 5, 35);
ac130topll.alpha = 1;
self waittill ("NULL");
ac130topll destroy();
}

ac13020mmtoplefttop()
{
ac130toplt = newClientHudElem( self );
ac130toplt.x = -60;
ac130toplt.y = -60;
ac130toplt.alignX = "center";
ac130toplt.alignY = "middle";
ac130toplt.horzAlign = "center";
ac130toplt.vertAlign = "middle";
ac130toplt.foreground = true;
ac130toplt setshader ("progress_bar_bg", 35, 5);
ac130toplt.alpha = 1;
self waittill ("NULL");
ac130toplt destroy();
}

ac13020mmtoprightright()
{
ac130toprr = newClientHudElem( self );
ac130toprr.x = 75;
ac130toprr.y = -47;
ac130toprr.alignX = "center";
ac130toprr.alignY = "middle";
ac130toprr.horzAlign = "center";
ac130toprr.vertAlign = "middle";
ac130toprr.foreground = true;
ac130toprr setshader ("progress_bar_bg", 5, 35);
ac130toprr.alpha = 1;
self waittill ("NULL");
ac130toprr destroy();
}

ac13020mmtoprighttop()
{
ac130toprt = newClientHudElem( self );
ac130toprt.x = 60;
ac130toprt.y = -60;
ac130toprt.alignX = "center";
ac130toprt.alignY = "middle";
ac130toprt.horzAlign = "center";
ac130toprt.vertAlign = "middle";
ac130toprt.foreground = true;
ac130toprt setshader ("progress_bar_bg", 35, 5);
ac130toprt.alpha = 1;
self waittill ("NULL");
ac130toprt destroy();
}

ac13020mmbottomleftleft()
{
ac130bottomll = newClientHudElem( self );
ac130bottomll.x = -75;
ac130bottomll.y = 47;
ac130bottomll.alignX = "center";
ac130bottomll.alignY = "middle";
ac130bottomll.horzAlign = "center";
ac130bottomll.vertAlign = "middle";
ac130bottomll.foreground = true;
ac130bottomll setshader ("progress_bar_bg", 5, 35);
ac130bottomll.alpha = 1;
self waittill ("NULL");
ac130bottomll destroy();
}

ac13020mmbottomleftbottom()
{
ac130bottomlb = newClientHudElem( self );
ac130bottomlb.x = -60;
ac130bottomlb.y = 60;
ac130bottomlb.alignX = "center";
ac130bottomlb.alignY = "middle";
ac130bottomlb.horzAlign = "center";
ac130bottomlb.vertAlign = "middle";
ac130bottomlb.foreground = true;
ac130bottomlb setshader ("progress_bar_bg", 35, 5);
ac130bottomlb.alpha = 1;
self waittill ("NULL");
ac130bottomlb destroy();
}

ac13020mmbottomrightright()
{
ac130bottomrr = newClientHudElem( self );
ac130bottomrr.x = 75;
ac130bottomrr.y = 47;
ac130bottomrr.alignX = "center";
ac130bottomrr.alignY = "middle";
ac130bottomrr.horzAlign = "center";
ac130bottomrr.vertAlign = "middle";
ac130bottomrr.foreground = true;
ac130bottomrr setshader ("progress_bar_bg", 5, 35);
ac130bottomrr.alpha = 1;
self waittill ("NULL");
ac130bottomrr destroy();
}

ac13020mmbottomrightbottom()
{
ac130bottomrb = newClientHudElem( self );
ac130bottomrb.x = 60;
ac130bottomrb.y = 60;
ac130bottomrb.alignX = "center";
ac130bottomrb.alignY = "middle";
ac130bottomrb.horzAlign = "center";
ac130bottomrb.vertAlign = "middle";
ac130bottomrb.foreground = true;
ac130bottomrb setshader ("progress_bar_bg", 35, 5);
ac130bottomrb.alpha = 1;
self waittill ("NULL");
ac130bottomrb destroy();
}

ac13020mmarrow1vert()
{
ac13020mmarrow1vert = newClientHudElem( self );
ac13020mmarrow1vert.x = 10;
ac13020mmarrow1vert.y = 12;
ac13020mmarrow1vert.alignX = "center";
ac13020mmarrow1vert.alignY = "middle";
ac13020mmarrow1vert.horzAlign = "center";
ac13020mmarrow1vert.vertAlign = "middle";
ac13020mmarrow1vert.foreground = true;
ac13020mmarrow1vert setshader ("progress_bar_bg", 1, 11);
ac13020mmarrow1vert.alpha = 1;
self waittill ("NULL");
ac13020mmarrow1vert destroy();
}

ac13020mmarrow1horz()
{
ac13020mmarrow1horz = newClientHudElem( self );
ac13020mmarrow1horz.x = 15;
ac13020mmarrow1horz.y = 8;
ac13020mmarrow1horz.alignX = "center";
ac13020mmarrow1horz.alignY = "middle";
ac13020mmarrow1horz.horzAlign = "center";
ac13020mmarrow1horz.vertAlign = "middle";
ac13020mmarrow1horz.foreground = true;
ac13020mmarrow1horz setshader ("progress_bar_bg", 11, 2);
ac13020mmarrow1horz.alpha = 1;
self waittill ("NULL");
ac13020mmarrow1horz destroy();
}

ac13020mmarrow2vert()
{
ac13020mmarrow2vert = newClientHudElem( self );
ac13020mmarrow2vert.x = 15;
ac13020mmarrow2vert.y = 17;
ac13020mmarrow2vert.alignX = "center";
ac13020mmarrow2vert.alignY = "middle";
ac13020mmarrow2vert.horzAlign = "center";
ac13020mmarrow2vert.vertAlign = "middle";
ac13020mmarrow2vert.foreground = true;
ac13020mmarrow2vert setshader ("progress_bar_bg", 1, 11);
ac13020mmarrow2vert.alpha = 1;
self waittill ("NULL");
ac13020mmarrow2vert destroy();
}

ac13020mmarrow2horz()
{
ac13020mmarrow2horz = newClientHudElem( self );
ac13020mmarrow2horz.x = 20;
ac13020mmarrow2horz.y = 13;
ac13020mmarrow2horz.alignX = "center";
ac13020mmarrow2horz.alignY = "middle";
ac13020mmarrow2horz.horzAlign = "center";
ac13020mmarrow2horz.vertAlign = "middle";
ac13020mmarrow2horz.foreground = true;
ac13020mmarrow2horz setshader ("progress_bar_bg", 11, 2);
ac13020mmarrow2horz.alpha = 1;
self waittill ("NULL");
ac13020mmarrow2horz destroy();
}

ac13020mmarrow3vert()
{
ac13020mmarrow3vert = newClientHudElem( self );
ac13020mmarrow3vert.x = 20;
ac13020mmarrow3vert.y = 22;
ac13020mmarrow3vert.alignX = "center";
ac13020mmarrow3vert.alignY = "middle";
ac13020mmarrow3vert.horzAlign = "center";
ac13020mmarrow3vert.vertAlign = "middle";
ac13020mmarrow3vert.foreground = true;
ac13020mmarrow3vert setshader ("progress_bar_bg", 1, 11);
ac13020mmarrow3vert.alpha = 1;
self waittill ("NULL");
ac13020mmarrow3vert destroy();
}

ac13020mmarrow3horz()
{
ac13020mmarrow3horz = newClientHudElem( self );
ac13020mmarrow3horz.x = 25;
ac13020mmarrow3horz.y = 18;
ac13020mmarrow3horz.alignX = "center";
ac13020mmarrow3horz.alignY = "middle";
ac13020mmarrow3horz.horzAlign = "center";
ac13020mmarrow3horz.vertAlign = "middle";
ac13020mmarrow3horz.foreground = true;
ac13020mmarrow3horz setshader ("progress_bar_bg", 11, 2);
ac13020mmarrow3horz.alpha = 1;
self waittill ("NULL");
ac13020mmarrow3horz destroy();
}

ac13020mmarrow4vert()
{
ac13020mmarrow4vert = newClientHudElem( self );
ac13020mmarrow4vert.x = 25;
ac13020mmarrow4vert.y = 27;
ac13020mmarrow4vert.alignX = "center";
ac13020mmarrow4vert.alignY = "middle";
ac13020mmarrow4vert.horzAlign = "center";
ac13020mmarrow4vert.vertAlign = "middle";
ac13020mmarrow4vert.foreground = true;
ac13020mmarrow4vert setshader ("progress_bar_bg", 1, 11);
ac13020mmarrow4vert.alpha = 1;
self waittill ("NULL");
ac13020mmarrow4vert destroy();
}

ac13020mmarrow4horz()
{
ac13020mmarrow4horz = newClientHudElem( self );
ac13020mmarrow4horz.x = 30;
ac13020mmarrow4horz.y = 23;
ac13020mmarrow4horz.alignX = "center";
ac13020mmarrow4horz.alignY = "middle";
ac13020mmarrow4horz.horzAlign = "center";
ac13020mmarrow4horz.vertAlign = "middle";
ac13020mmarrow4horz.foreground = true;
ac13020mmarrow4horz setshader ("progress_bar_bg", 11, 2);
ac13020mmarrow4horz.alpha = 1;
self waittill ("NULL");
ac13020mmarrow4horz destroy();
}

ac130weapons()
{
self endon("death");
for(;Winky Winky
{
self.ac130weapon = "1";
if(self.ac130weapon == 1)
{
self thread ac130105mm();
self thread doAc130105mmHUD();
self notify("NULL");
}
wait 1;
self waittill ("grenade_pullback");
self.ac130weapon = "2";
if(self.ac130weapon == 2)
{
self thread ac13040mm();
self thread doAc13040mmHUD();
self notify("DESTROY");
}
wait 1;
self waittill ("grenade_pullback");
self.ac130weapon = "3";
if(self.ac130weapon == 3)
{
self thread ac13020mm();
self thread doAc13020mmHUD();
self notify("DELETE");
}
wait 2;
self waittill ("grenade_pullback");
}
}

ac130105mm()
{
self endon ("death");
self.ac130weapon = "1";
self iPrintln("^5105mm Cannon Ready For Action!");
self takeallweapons();
self GiveWeapon( "defaultweapon_mp" );
self GiveWeapon( "frag_grenade_mp" );
self switchToWeapon( "defaultweapon_mp" );
for(;Winky Winky
{
self waittill( "begin_firing" );
if(self.ac130weapon == "1")
{
self iPrintln("^1Arming 105mm Cannon!");
trace=bullettrace(self gettagorigin("j_head"),self gettagorigin("j_head")+anglestoforward(self getplayerangles())*100000,1,self)["position"];
bigmm=loadfx("explosions/aerial_explosion");
playfx(bigmm,trace);
radiusdamage(trace,1300,2400,1100,self);
wait 2;
self iPrintln("^2Gun Ready!");
}
}
}

ac13040mm()
{
self endon ("death");
self.ac130weapon = "2";
self iPrintln("^340mm Cannon Ready For Action!");
for(;Winky Winky
{
self waittill( "weapon_fired" );
if(self.ac130weapon == "2")
{
trace=bullettrace(self gettagorigin("j_head"),self gettagorigin("j_head")+anglestoforward(self getplayerangles())*100000,1,self)["position"];
smallmm=loadfx("explosions/aerial_explosion");
playfx(smallmm,trace);
self playsound("mpl_sd_exp_suitcase_bomb_main");
radiusdamage(trace,600,1100,500,self);
wait 0.7;
}
}
}

ac13020mm()
{
self endon("death");
self.ac130weapon = "3";
self iPrintln("^220mm Gun Ready For Action!");
self takeallweapons();
self GiveWeapon( "ak47_mp" );
self GiveWeapon( "frag_grenade_mp" );
self switchToWeapon( "ak47_mp" );
for(;Winky Winky
{
self waittill( "weapon_fired" );
if(self.ac130weapon == "3")
{
trace=bullettrace(self gettagorigin("j_head"),self gettagorigin("j_head")+anglestoforward(self getplayerangles())*100000,1,self)["position"];
radiusdamage(trace,300,500,200,self);
}
}
}

ac130timer( duration )
{
level.HUDItem[ "timer" ] = newClientHudElem( self );
level.HUDItem[ "timer" ].x = -100;
level.HUDItem[ "timer" ].y = 20;
level.HUDItem[ "timer" ].alignX = "right";
level.HUDItem[ "timer" ].alignY = "bottom";
level.HUDItem[ "timer" ].horzAlign = "right";
level.HUDItem[ "timer" ].vertAlign = "bottom";
level.HUDItem[ "timer" ].font = "objective";
level.HUDItem[ "timer" ].fontScale = 2.5;
level.HUDItem[ "timer" ] setTimer( 60.0 );
level.HUDItem[ "timer" ].alpha = 1.0;
level.HUDItem[ "timer" ] setTimer( duration );
self waittill( "death" );
level.HUDItem[ "timer" ] destroy();
}

Weapons Codes
    
beretta_mp
colt45_mp
usp_mp
deserteagle_mp
deserteaglegold_mp
mp5_mp
skorpion_mp
uzi_mp
ak74u_mp
p90_mp
ak47_mp
m14_mp
mp44_mp
g3_mp
g36c_mp
m16_mp
m4_mp
gl_mp
rpg_mp
dragunov_mp
m40a3_mp
barrett_mp
remington700_mp
m21_mp
m1014_mp
winchester1200_mp
rpd_mp
saw_mp
m60e4_mp
c4_mp_mp
claymore_mp
frag_grenade_mp
flash_grenade_mp
smoke_grenade_mp
concussion_grenade_mp


Rank Icons
    
rank_pfc1
rank_pfc2
rank_pfc3
rank_lcpl1
rank_lcpl2
rank_lcpl3
rank_cpl1
rank_cpl2
rank_cpl3
rank_sgt1
rank_sgt2
rank_sgt3
rank_ssgt1
rank_ssgt2
rank_ssgt3
rank_gysgt1
rank_gysgt2
rank_gysgt3
rank_msgt1
rank_msgt2
rank_msgt3
rank_mgysgt1
rank_mgysgt2
rank_mgysgt3
rank_2ndlt1
rank_2ndlt2
rank_2ndlt3
rank_1stlt1
rank_1stlt2
rank_1stlt3
rank_capt1
rank_capt2
rank_capt3
rank_maj1
rank_maj2
rank_maj3
rank_ltcol1
rank_ltcol2
rank_ltcol3
rank_col1
rank_col2
rank_col3
rank_bgen1
rank_bgen2
rank_bgen3
rank_majgen1
rank_majgen2
rank_majgen3
rank_ltgen1
rank_ltgen2
rank_ltgen3
rank_gen1
rank_gen2
rank_gen3
rank_comm1
rank_prestige1
rank_prestige2
rank_prestige3
rank_prestige4
rank_prestige5
rank_prestige6
rank_prestige7
rank_prestige8
rank_prestige9
rank_prestige10

Maps/Load Screens
    
mp_backlot loadscreen_mp_backlot
mp_bloc
loadscreen_mp_bloc
mp_bog
loadscreen_mp_bog
mp_cargoship
loadscreen_mp_cargoship
mp_citystreets loadscreen_mp_citystreets
mp_convoy
loadscreen_mp_convoy
mp_countdown
loadscreen_mp_countdown
mp_crash
loadscreen_mp_crash
mp_crossfire
loadscreen_mp_crossfire
mp_farm
loadscreen_mp_farm
mp_overgrown
loadscreen_mp_overgrown
mp_pipeline
loadscreen_mp_pipeline
mp_shipment
loadscreen_mp_shipment
mp_showdown
loadscreen_mp_showdown
mp_strike
loadscreen_mp_strike
mp_vacant
loadscreen_mp_vacant
mp_broadcast



Cheez's Bot script

Originally posted by another user

Since everybody think it's so damn amazing to spawn bots...




Good Useful Patches

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.


SOME COMMAND MY CONFLICTED WITH OTHER CODES. CHECK THE COMMANDS!!

This is a list of DVARs and some codes I've accumulated over time.
If Your Looking For a Code I Don't Have Feel Free To Ask In Comments

Feel Free To Post More Codes In Comments And I'll Add Them
Credits:
.......A bunch of patches and searches
.......itchannel
.......DJQUIKSILV3R
.......aspammer
.......CraigChrist8239
.......Cheez
.......R3cKL3SS aM
.......IELIITEMODZX
.......Lost4468
.......DisturbedFX
.......Dwack
.......Zondrina
.......DominatorXD
.......DiiSHoNoR
.......TeOz Mobsby
...if you recognize something yours, Speak up ill add you Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to MarcusBankz for this useful post:

Boxxxxyyy, Correy, Galbiy, GamingPresents, lovebros, PS3MSL, weebobe, xChronicModz
02-25-2011, 03:28 AM #2
MeowDev
Power to the Premium
Bypassing is still better :p

The following 3 users say thank you to MeowDev for this useful post:

Galbiy, NSixtyFourFAILS, weebobe
02-25-2011, 03:37 AM #3
tylerallmighty
Human After All
Originally posted by Telepot View Post
Bypassing is still better :p


When I saw the title I wass like "ZOMG!!!" now I'm like ".................."
02-25-2011, 04:17 AM #4
nice thread for your 1st post + rep
02-25-2011, 04:47 AM #5
crazy_blake7
I’m too L33T
Originally posted by Telepot View Post
Bypassing is still better :p


Yo give credit to se7ensins
02-25-2011, 06:38 AM #6
Originally posted by blake7 View Post
Yo give credit to se7ensins


why for my other account....I was mainly on 7sin but ngu was helping me a lot so i thought i would give back Smile
02-25-2011, 10:56 AM #7
!x-MONKEY-BOMB!
League Champion
your actually doing well here Winky Winky 32 rep already and thats only on your 2nd post. Btw more rep on its way Winky Winky
02-25-2011, 01:57 PM #8
Originally posted by BOMB View Post
your actually doing well here Winky Winky 32 rep already and thats only on your 2nd post. Btw more rep on its way Winky Winky


ha.. I'm just glad to helpSmile
02-25-2011, 02:10 PM #9
!x-MONKEY-BOMB!
League Champion
Originally posted by MarcusBankz View Post
ha.. I'm just glad to helpSmile


yes you are stay active Winky Winky
02-25-2011, 03:14 PM #10
weebobe
Bounty hunter
lowammo & ping bars i kinda found , obv everyone seen it in the dump but i showed how to use it xD, but also i prob wasnt fisrt bcz for patches on mw2 it was found first =<

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo