Post: Simple Facts About Infections
07-02-2011, 02:26 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok Ive had requests from alot of people about what they can and can't make an infection to give to others.... so i figured i make this simple post. If you have something you would like me to share in this thread please let me know in a post. Thanks NGU!

A simple clean infection looks like this ... this is without any type of cmd.

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;"


Now after online game you can put just about every dvar there is... For instance uav infection would look something like this

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1"
and its literally as simple as that...

You may also add more than 1 dvars/cvars like so... This is with force uav and clanname

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1;set clanname {<3};"


To stay safe and out of memory free i suggest not adding more than 5.

Here's a list of most dvars you can use.. Codes thanks to Blackstorm
    
set sv_hostname "Host name here"
set bg_fallDamageMaxHeight 99999
set bg_fallDamageMinHeight 999999
set xblive_playEvenIfDown 1
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set party_hostmigration 0
set party_host 1
set party_iamhost 1
set migrationPingTime 0
set bandwidthtest_enable 0
set bandwidthtest_ingame_enable 0
set partymigrate_pingtest_timeout 0
set partymigrate_timeout 0
set partymigrate_pingtest_retry 0
set g_kickHostIfIdle 0
set badhost_endGameIfISuck 0
set badhost_maxDoISuckFrames 0
set badhost_maxHappyPingTime 9999
set badhost_minTotalClientsForHappyTest 9999
set bandwidthtest_enable 0
set cg_footsteps 1
set g_compassShowEnemies 1
set forceuav_debug 1
set compassEnemyFootstepEnabled 1
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMinSpeed 0
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 2
set cg_footsteps 1
set scr_game_forceuav 1
set cg_enemyNameFadeOut 900000
set cg_enemyNameFadeIn 0
set cg_drawThroughWalls 1
set player_burstFireCooldown 0
set cg_drawFPS 2
set perk_extraBreath 999
set player_breath_hold_time 999
set player_meleeHeight 1000
set player_meleeRange 1000
set player_meleeWidth 1000
set cg_drawShellshock 0
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set cg_hudGrenadeIconMaxRangeFrag 99
set cg_overheadNamesFarDist 2048
set cg_overheadNamesFarScale 1.50
set cg_overheadNamesMaxDist 99999
set cg_footsteps 1
set bg_bulletExplRadius 10000
set bg_bulletExplDmgFactor 100
set clanname {@@}
set cl_showTimeDelta 1
set cl_showServerCommands 1
set compassFastRadarUpdateTime 0.001
set compassRadarUpdateTime 0.001
set compassEnemyFootstepMinSpeed 0
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMaxRange 99999
set compassEnemyFootstepEnabled 1
set compassRadarUpdateTime 0.1
set compassEnemyFootstepEnabled 1
set compassHellfireTargetSpot 1
set compassHideSansObjectivePointer 1
set compass_show_enemies 1
set dynEnt_damageScale 999
set dynEnt_bulletForce 99
set dynEnt_explodeForce 999
set dynEnt_explodingBulletForce 999
set drawLagometer 1
set glass_fall_gravity 0
set heli_barrelMaxVelocity 5000
set heli_barrelSlowdown 0
set laserForceOn 1
set laserRadius 2
set migration_limit 0
set motionTrackerSweepInterval 0.1
set phys_gravity_ragdoll 800
set player_throwbackOuterRadius 999
set player_throwbackInnerRadius 999
set player_lastStandCrawlSpeedScale 10
set player_lastStandBleedoutTime 999
set player_stunWhiteFlash 0
set scr_showspawns 1
set g_maxDroppedWeapons 0
set player_MGUseRadius 0
set player_useRadius 0
set laserRadius 2
set laserForceOn 1
set motionTrackerRange 2500
set motionTrackerPingSize 0.1
set radarjamDistMax 1
set radarjamDistMin 0
set cl_migrationTimeout 320
set cg_drawDamageFlash 0
set player_breath_hold_time 999
set cg_hudGrenadeIconEnabledFlash 1
set player_meleeChargeScale 999
set glass_break 1
set missileGlassShatterVel 65535
set compassRadarPingFadeTime 999
set compassSoundPingFadeTime 999
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 0.001
set compassRadarLineThickness 0
set motionTrackerPingPitchAddPerEnemy 0
set motionTrackerPingPitchBase 1
set motionTrackerPingPitchNearby 2
set motionTrackerPingSize 0.2
set motionTrackerRange 99999
set motionTrackerSweepAngle 90
set motionTrackerSweepInterval 0.001
set motionTrackerSweepSpeed 0.001
set motionTrackerSweepInterval 99999
set motionTrackerSweepSpeed 99999
set drawKillcamDataSize 9999
set scr_killcam_time 9999
set missileMacross 1
set missileExplosionLiftDistance 999
set missileJavTurnRateTop 0
set missileJavClimbCeilingDirect 655773
set missileJavClimbHeightDirect 655773
set missileHellfireUpAccel 65753
set ragdoll_max_life 99999
set party_searchResultsMin 9990
set party_searchResultsLifetime 9990
set party_searchPauseTime 9078
set lobby_partySearchWaitTime 9078
-They are pretty much self explanatory
-BlackStorm dvars


Now if you want to mod anothers stats you are going to use a setplayerdata code...

If you want something like this all you are going to add is ;disconnect; before the code like so...

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


To add another dvar like a simple say cmd you wanna use the bind button back and you can do something like this..

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK say NextGenUpdate.com;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


Instructions on How to do infections in game...

    1. Click on the infection
2. End Game and Go to Splitscreen
3. Create a new offline profile
4. Go to Game Settings and turn on Play Station Unlocks
5. Start the Map


Youtube Deletes all my vids but please subscribe anyways You must login or register to view this content. :bong:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 7 users say thank you to xChronicModz for this useful post:

.Pluto, hydro_122499, KCxFTW, SupImBirdy, trodger94, YouRecognizeMe, User2340034u
07-03-2011, 11:30 PM #20
PussayPatrol
I'm a neat monster...
Originally posted by xChronicModz View Post
Ok Ive had requests from alot of people about what they can and can't make an infection to give to others.... so i figured i make this simple post. If you have something you would like me to share in this thread please let me know in a post. Thanks NGU!

A simple clean infection looks like this ... this is without any type of cmd.

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;"


Now after online game you can put just about every dvar there is... For instance uav infection would look something like this

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1"
and its literally as simple as that...

You may also add more than 1 dvars/cvars like so... This is with force uav and clanname

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1;set clanname {<3};"


To stay safe and out of memory free i suggest not adding more than 5.

Here's a list of most dvars you can use.. Codes thanks to Blackstorm
    
set sv_hostname "Host name here"
set bg_fallDamageMaxHeight 99999
set bg_fallDamageMinHeight 999999
set xblive_playEvenIfDown 1
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set party_hostmigration 0
set party_host 1
set party_iamhost 1
set migrationPingTime 0
set bandwidthtest_enable 0
set bandwidthtest_ingame_enable 0
set partymigrate_pingtest_timeout 0
set partymigrate_timeout 0
set partymigrate_pingtest_retry 0
set g_kickHostIfIdle 0
set badhost_endGameIfISuck 0
set badhost_maxDoISuckFrames 0
set badhost_maxHappyPingTime 9999
set badhost_minTotalClientsForHappyTest 9999
set bandwidthtest_enable 0
set cg_footsteps 1
set g_compassShowEnemies 1
set forceuav_debug 1
set compassEnemyFootstepEnabled 1
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMinSpeed 0
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 2
set cg_footsteps 1
set scr_game_forceuav 1
set cg_enemyNameFadeOut 900000
set cg_enemyNameFadeIn 0
set cg_drawThroughWalls 1
set player_burstFireCooldown 0
set cg_drawFPS 2
set perk_extraBreath 999
set player_breath_hold_time 999
set player_meleeHeight 1000
set player_meleeRange 1000
set player_meleeWidth 1000
set cg_drawShellshock 0
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set cg_hudGrenadeIconMaxRangeFrag 99
set cg_overheadNamesFarDist 2048
set cg_overheadNamesFarScale 1.50
set cg_overheadNamesMaxDist 99999
set cg_footsteps 1
set bg_bulletExplRadius 10000
set bg_bulletExplDmgFactor 100
set clanname {@@}
set cl_showTimeDelta 1
set cl_showServerCommands 1
set compassFastRadarUpdateTime 0.001
set compassRadarUpdateTime 0.001
set compassEnemyFootstepMinSpeed 0
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMaxRange 99999
set compassEnemyFootstepEnabled 1
set compassRadarUpdateTime 0.1
set compassEnemyFootstepEnabled 1
set compassHellfireTargetSpot 1
set compassHideSansObjectivePointer 1
set compass_show_enemies 1
set dynEnt_damageScale 999
set dynEnt_bulletForce 99
set dynEnt_explodeForce 999
set dynEnt_explodingBulletForce 999
set drawLagometer 1
set glass_fall_gravity 0
set heli_barrelMaxVelocity 5000
set heli_barrelSlowdown 0
set laserForceOn 1
set laserRadius 2
set migration_limit 0
set motionTrackerSweepInterval 0.1
set phys_gravity_ragdoll 800
set player_throwbackOuterRadius 999
set player_throwbackInnerRadius 999
set player_lastStandCrawlSpeedScale 10
set player_lastStandBleedoutTime 999
set player_stunWhiteFlash 0
set scr_showspawns 1
set g_maxDroppedWeapons 0
set player_MGUseRadius 0
set player_useRadius 0
set laserRadius 2
set laserForceOn 1
set motionTrackerRange 2500
set motionTrackerPingSize 0.1
set radarjamDistMax 1
set radarjamDistMin 0
set cl_migrationTimeout 320
set cg_drawDamageFlash 0
set player_breath_hold_time 999
set cg_hudGrenadeIconEnabledFlash 1
set player_meleeChargeScale 999
set glass_break 1
set missileGlassShatterVel 65535
set compassRadarPingFadeTime 999
set compassSoundPingFadeTime 999
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 0.001
set compassRadarLineThickness 0
set motionTrackerPingPitchAddPerEnemy 0
set motionTrackerPingPitchBase 1
set motionTrackerPingPitchNearby 2
set motionTrackerPingSize 0.2
set motionTrackerRange 99999
set motionTrackerSweepAngle 90
set motionTrackerSweepInterval 0.001
set motionTrackerSweepSpeed 0.001
set motionTrackerSweepInterval 99999
set motionTrackerSweepSpeed 99999
set drawKillcamDataSize 9999
set scr_killcam_time 9999
set missileMacross 1
set missileExplosionLiftDistance 999
set missileJavTurnRateTop 0
set missileJavClimbCeilingDirect 655773
set missileJavClimbHeightDirect 655773
set missileHellfireUpAccel 65753
set ragdoll_max_life 99999
set party_searchResultsMin 9990
set party_searchResultsLifetime 9990
set party_searchPauseTime 9078
set lobby_partySearchWaitTime 9078
-They are pretty much self explanatory
-BlackStorm dvars


Now if you want to mod anothers stats you are going to use a setplayerdata code...

If you want something like this all you are going to add is ;disconnect; before the code like so...

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


To add another dvar like a simple say cmd you wanna use the bind button back and you can do something like this..

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK say NextGenUpdate.com;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


Instructions on How to do infections in game...

    1. Click on the infection
2. End Game and Go to Splitscreen
3. Create a new offline profile
4. Go to Game Settings and turn on Play Station Unlocks
5. Start the Map


Youtube Deletes all my vids but please subscribe anyways You must login or register to view this content. :bong:


thank you, you wont believe how many people were asking me how to do this ! :y:
07-03-2011, 11:41 PM #21
pop33
Cooking up some nades
Originally posted by xChronicModz View Post
Ok Ive had requests from alot of people about what they can and can't make an infection to give to others.... so i figured i make this simple post. If you have something you would like me to share in this thread please let me know in a post. Thanks NGU!

A simple clean infection looks like this ... this is without any type of cmd.

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;"


Now after online game you can put just about every dvar there is... For instance uav infection would look something like this

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1"
and its literally as simple as that...

You may also add more than 1 dvars/cvars like so... This is with force uav and clanname

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1;set clanname {<3};"


To stay safe and out of memory free i suggest not adding more than 5.

Here's a list of most dvars you can use.. Codes thanks to Blackstorm
    
set sv_hostname "Host name here"
set bg_fallDamageMaxHeight 99999
set bg_fallDamageMinHeight 999999
set xblive_playEvenIfDown 1
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set party_hostmigration 0
set party_host 1
set party_iamhost 1
set migrationPingTime 0
set bandwidthtest_enable 0
set bandwidthtest_ingame_enable 0
set partymigrate_pingtest_timeout 0
set partymigrate_timeout 0
set partymigrate_pingtest_retry 0
set g_kickHostIfIdle 0
set badhost_endGameIfISuck 0
set badhost_maxDoISuckFrames 0
set badhost_maxHappyPingTime 9999
set badhost_minTotalClientsForHappyTest 9999
set bandwidthtest_enable 0
set cg_footsteps 1
set g_compassShowEnemies 1
set forceuav_debug 1
set compassEnemyFootstepEnabled 1
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMinSpeed 0
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 2
set cg_footsteps 1
set scr_game_forceuav 1
set cg_enemyNameFadeOut 900000
set cg_enemyNameFadeIn 0
set cg_drawThroughWalls 1
set player_burstFireCooldown 0
set cg_drawFPS 2
set perk_extraBreath 999
set player_breath_hold_time 999
set player_meleeHeight 1000
set player_meleeRange 1000
set player_meleeWidth 1000
set cg_drawShellshock 0
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set cg_hudGrenadeIconMaxRangeFrag 99
set cg_overheadNamesFarDist 2048
set cg_overheadNamesFarScale 1.50
set cg_overheadNamesMaxDist 99999
set cg_footsteps 1
set bg_bulletExplRadius 10000
set bg_bulletExplDmgFactor 100
set clanname {@@}
set cl_showTimeDelta 1
set cl_showServerCommands 1
set compassFastRadarUpdateTime 0.001
set compassRadarUpdateTime 0.001
set compassEnemyFootstepMinSpeed 0
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMaxRange 99999
set compassEnemyFootstepEnabled 1
set compassRadarUpdateTime 0.1
set compassEnemyFootstepEnabled 1
set compassHellfireTargetSpot 1
set compassHideSansObjectivePointer 1
set compass_show_enemies 1
set dynEnt_damageScale 999
set dynEnt_bulletForce 99
set dynEnt_explodeForce 999
set dynEnt_explodingBulletForce 999
set drawLagometer 1
set glass_fall_gravity 0
set heli_barrelMaxVelocity 5000
set heli_barrelSlowdown 0
set laserForceOn 1
set laserRadius 2
set migration_limit 0
set motionTrackerSweepInterval 0.1
set phys_gravity_ragdoll 800
set player_throwbackOuterRadius 999
set player_throwbackInnerRadius 999
set player_lastStandCrawlSpeedScale 10
set player_lastStandBleedoutTime 999
set player_stunWhiteFlash 0
set scr_showspawns 1
set g_maxDroppedWeapons 0
set player_MGUseRadius 0
set player_useRadius 0
set laserRadius 2
set laserForceOn 1
set motionTrackerRange 2500
set motionTrackerPingSize 0.1
set radarjamDistMax 1
set radarjamDistMin 0
set cl_migrationTimeout 320
set cg_drawDamageFlash 0
set player_breath_hold_time 999
set cg_hudGrenadeIconEnabledFlash 1
set player_meleeChargeScale 999
set glass_break 1
set missileGlassShatterVel 65535
set compassRadarPingFadeTime 999
set compassSoundPingFadeTime 999
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 0.001
set compassRadarLineThickness 0
set motionTrackerPingPitchAddPerEnemy 0
set motionTrackerPingPitchBase 1
set motionTrackerPingPitchNearby 2
set motionTrackerPingSize 0.2
set motionTrackerRange 99999
set motionTrackerSweepAngle 90
set motionTrackerSweepInterval 0.001
set motionTrackerSweepSpeed 0.001
set motionTrackerSweepInterval 99999
set motionTrackerSweepSpeed 99999
set drawKillcamDataSize 9999
set scr_killcam_time 9999
set missileMacross 1
set missileExplosionLiftDistance 999
set missileJavTurnRateTop 0
set missileJavClimbCeilingDirect 655773
set missileJavClimbHeightDirect 655773
set missileHellfireUpAccel 65753
set ragdoll_max_life 99999
set party_searchResultsMin 9990
set party_searchResultsLifetime 9990
set party_searchPauseTime 9078
set lobby_partySearchWaitTime 9078
-They are pretty much self explanatory
-BlackStorm dvars


Now if you want to mod anothers stats you are going to use a setplayerdata code...

If you want something like this all you are going to add is ;disconnect; before the code like so...

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


To add another dvar like a simple say cmd you wanna use the bind button back and you can do something like this..

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK say NextGenUpdate.com;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


Instructions on How to do infections in game...

    1. Click on the infection
2. End Game and Go to Splitscreen
3. Create a new offline profile
4. Go to Game Settings and turn on Play Station Unlocks
5. Start the Map


Youtube Deletes all my vids but please subscribe anyways You must login or register to view this content. :bong:



And what about unlock all code? xDDD
I know, I know...I just want u to release it :(
07-03-2011, 11:41 PM #22
uhChad
TPSN Admiin
you should but this on your patch (Y)
07-04-2011, 05:43 AM #23
uFo
Brute
Originally posted by xChronicModz View Post
Ok Ive had requests from alot of people about what they can and can't make an infection to give to others.... so i figured i make this simple post. If you have something you would like me to share in this thread please let me know in a post. Thanks NGU!

A simple clean infection looks like this ... this is without any type of cmd.

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;"


Now after online game you can put just about every dvar there is... For instance uav infection would look something like this

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1"
and its literally as simple as that...

You may also add more than 1 dvars/cvars like so... This is with force uav and clanname

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;scr_game_forceuav 1;set clanname {<3};"


To stay safe and out of memory free i suggest not adding more than 5.

Here's a list of most dvars you can use.. Codes thanks to Blackstorm
    
set sv_hostname "Host name here"
set bg_fallDamageMaxHeight 99999
set bg_fallDamageMinHeight 999999
set xblive_playEvenIfDown 1
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set party_hostmigration 0
set party_host 1
set party_iamhost 1
set migrationPingTime 0
set bandwidthtest_enable 0
set bandwidthtest_ingame_enable 0
set partymigrate_pingtest_timeout 0
set partymigrate_timeout 0
set partymigrate_pingtest_retry 0
set g_kickHostIfIdle 0
set badhost_endGameIfISuck 0
set badhost_maxDoISuckFrames 0
set badhost_maxHappyPingTime 9999
set badhost_minTotalClientsForHappyTest 9999
set bandwidthtest_enable 0
set cg_footsteps 1
set g_compassShowEnemies 1
set forceuav_debug 1
set compassEnemyFootstepEnabled 1
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMinSpeed 0
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 2
set cg_footsteps 1
set scr_game_forceuav 1
set cg_enemyNameFadeOut 900000
set cg_enemyNameFadeIn 0
set cg_drawThroughWalls 1
set player_burstFireCooldown 0
set cg_drawFPS 2
set perk_extraBreath 999
set player_breath_hold_time 999
set player_meleeHeight 1000
set player_meleeRange 1000
set player_meleeWidth 1000
set cg_drawShellshock 0
set scr_deleteexplosivesonspawn 0
set scr_maxPerPlayerExplosives 999
set cg_hudGrenadeIconMaxRangeFrag 99
set cg_overheadNamesFarDist 2048
set cg_overheadNamesFarScale 1.50
set cg_overheadNamesMaxDist 99999
set cg_footsteps 1
set bg_bulletExplRadius 10000
set bg_bulletExplDmgFactor 100
set clanname {@@}
set cl_showTimeDelta 1
set cl_showServerCommands 1
set compassFastRadarUpdateTime 0.001
set compassRadarUpdateTime 0.001
set compassEnemyFootstepMinSpeed 0
set compassEnemyFootstepMaxZ 99999
set compassEnemyFootstepMaxRange 99999
set compassEnemyFootstepEnabled 1
set compassRadarUpdateTime 0.1
set compassEnemyFootstepEnabled 1
set compassHellfireTargetSpot 1
set compassHideSansObjectivePointer 1
set compass_show_enemies 1
set dynEnt_damageScale 999
set dynEnt_bulletForce 99
set dynEnt_explodeForce 999
set dynEnt_explodingBulletForce 999
set drawLagometer 1
set glass_fall_gravity 0
set heli_barrelMaxVelocity 5000
set heli_barrelSlowdown 0
set laserForceOn 1
set laserRadius 2
set migration_limit 0
set motionTrackerSweepInterval 0.1
set phys_gravity_ragdoll 800
set player_throwbackOuterRadius 999
set player_throwbackInnerRadius 999
set player_lastStandCrawlSpeedScale 10
set player_lastStandBleedoutTime 999
set player_stunWhiteFlash 0
set scr_showspawns 1
set g_maxDroppedWeapons 0
set player_MGUseRadius 0
set player_useRadius 0
set laserRadius 2
set laserForceOn 1
set motionTrackerRange 2500
set motionTrackerPingSize 0.1
set radarjamDistMax 1
set radarjamDistMin 0
set cl_migrationTimeout 320
set cg_drawDamageFlash 0
set player_breath_hold_time 999
set cg_hudGrenadeIconEnabledFlash 1
set player_meleeChargeScale 999
set glass_break 1
set missileGlassShatterVel 65535
set compassRadarPingFadeTime 999
set compassSoundPingFadeTime 999
set compassRadarUpdateTime 0.001
set compassFastRadarUpdateTime 0.001
set compassRadarLineThickness 0
set motionTrackerPingPitchAddPerEnemy 0
set motionTrackerPingPitchBase 1
set motionTrackerPingPitchNearby 2
set motionTrackerPingSize 0.2
set motionTrackerRange 99999
set motionTrackerSweepAngle 90
set motionTrackerSweepInterval 0.001
set motionTrackerSweepSpeed 0.001
set motionTrackerSweepInterval 99999
set motionTrackerSweepSpeed 99999
set drawKillcamDataSize 9999
set scr_killcam_time 9999
set missileMacross 1
set missileExplosionLiftDistance 999
set missileJavTurnRateTop 0
set missileJavClimbCeilingDirect 655773
set missileJavClimbHeightDirect 655773
set missileHellfireUpAccel 65753
set ragdoll_max_life 99999
set party_searchResultsMin 9990
set party_searchResultsLifetime 9990
set party_searchPauseTime 9078
set lobby_partySearchWaitTime 9078
-They are pretty much self explanatory
-BlackStorm dvars


Now if you want to mod anothers stats you are going to use a setplayerdata code...

If you want something like this all you are going to add is ;disconnect; before the code like so...

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


To add another dvar like a simple say cmd you wanna use the bind button back and you can do something like this..

    ui_mapname "mp_terminal/or any mapname;bind BUTTON_BACK say NextGenUpdate.com;bind dpad_down xblive_privatematch 0;onlinegame 1;disconnect;setplayerdata prestige 11;"


Instructions on How to do infections in game...

    1. Click on the infection
2. End Game and Go to Splitscreen
3. Create a new offline profile
4. Go to Game Settings and turn on Play Station Unlocks
5. Start the Map


Youtube Deletes all my vids but please subscribe anyways You must login or register to view this content. :bong:


Hey bro is there any Like draw names through walls without being host? I need it really bad.
07-07-2011, 01:29 AM #24
KCxFTW
Who’s Jim Erased?
I wish someone would release the Unlock All Infection because people keep asking me for it and its so freaking annoying!

The following user thanked KCxFTW for this useful post:

WTFjustHappened

The following 2 users groaned at KCxFTW for this awful post:

iCreative, User2340034u
07-07-2011, 02:13 AM #25
xShowtime32x
Are you high?
Originally posted by lt
lol gtfo man not possible to many codes to do unlock all plus it can't be that long noob


it is possible & its a much shorter code, but ITheFallenI wont release it

The following user thanked xShowtime32x for this useful post:

KCxFTW
07-07-2011, 06:09 PM #26
KCxFTW
Who’s Jim Erased?
Originally posted by lt
lol gtfo man not possible to many codes to do unlock all plus it can't be that long noob


Nothings impossible you dumb f***!!!
07-07-2011, 06:18 PM #27
Originally posted by lt
lol gtfo man not possible to many codes to do unlock all plus it can't be that long noob


Whoa why are you calling him a noob...you took efthy's patch and put your name in it and RELEASED IT!!!!! YOUR THE F***ING NOOB!!!!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo