Post: XP DVARS Do NOT function
03-13-2011, 10:43 PM #1
pcfreak30
>> PCFreak30.com Happy<<
(adsbygoogle = window.adsbygoogle || []).push({}); Just letting everyone know that update 1.12 may have also blocked xp modification as I have tried several things and xp suicide does NOT work..

I have not yet how ever checked modifying kill-streak points. If anyone cares to do that, please let me know what you get.

Just so everyone can know heres exactly what I was using:

    
set scr_dm_score_death "2516000"
set scr_dm_score_suicide "2516000"
set scr_dm_score_kill "2516000"
set scr_tdm_score_death "2516000"
set scr_tdm_score_suicide "2516000"
set scr_tdm_score_kill "2516000"
set scr_game_suicidepointloss "1"
set scr_game_deathpointloss "1"
set scr_team_teamkillpointloss "1"


In TDM, I got negative points on suicide, and in FFA nothing happened. Looks like we aren't going to have 10th CFG lobbies for a while if ever.

So I hope all the noobs/newbs will stop asking..

Peace..
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to pcfreak30 for this useful post:

Idris, richiebanker
03-13-2011, 11:23 PM #2
Default Avatar
Gizmo
Guest
I have a couple that work, only problem is that the game ends straight away :\

Ill post them up tomorrow because I deleted the patch of my PC and the only copy I have is on my PS3

---------- Post added at 11:23 PM ---------- Previous post was at 11:15 PM ----------

Originally posted by pcfreak30 View Post
Just letting everyone know that update 1.12 may have also blocked xp modification as I have tried several things and xp suicide does NOT work..

I have not yet how ever checked modifying kill-streak points. If anyone cares to do that, please let me know what you get.

Just so everyone can know heres exactly what I was using:

    
set scr_dm_score_death "2516000"
set scr_dm_score_suicide "2516000"
set scr_dm_score_kill "2516000"
set scr_tdm_score_death "2516000"
set scr_tdm_score_suicide "2516000"
set scr_tdm_score_kill "2516000"
set scr_game_suicidepointloss "1"
set scr_game_deathpointloss "1"
set scr_team_teamkillpointloss "1"


In TDM, I got negative points on suicide, and in FFA nothing happened. Looks like we aren't going to have 10th CFG lobbies for a while if ever.

So I hope all the noobs/newbs will stop asking..

Peace..


Edit :
Some of these DO work Winky Winky
    
set scr_dm_score_deatht 2516000;
set scr_dm_score_suicide 2516000;
set scr_war_score_deatht 2516000;
set scr_war_score_suicide 2516000;
set scr_sd_score_deatht 2516000;
set scr_sd_score_suicide 2516000;
set scr_ctf_score_deatht 2516000;
set scr_ctf_score_suicide 2516000;
set scr_koth_score_deatht 2516000;
set scr_koth_score_suicide 2516000;
set scr_dom_score_deatht 2516000;
set scr_dom_score_suicide 2516000;
set scr_sab_score_deatht 2516000;
set scr_sab_score_suicide 2516000;
set scr_dd_score_deatht 2516000;
set scr_dd_score_suicide 2516000;
set scr_game_suicidepointloss 1;
set scr_game_deathpointloss 1;
set scr_team_teamkillpointloss 1;
set scr_airdrop_score 5000;
set scr_airdrop_mega_score 5000;
set scr_nuke_score 5000;
set scr_emp_score 5000;
set scr_helicopter_score 5000;
set scr_helicopter_flares_score 5000;
set scr_predator_missile_score 5000;
set scr_stealth_airstrike_score 5000;
set scr_helicopter_minigun_score 5000;
set scr_uav_score 5000;
set scr_counter_uav_score 5000;
set scr_sentry_score 5000;
set scr_harier_airstrike_score 5000;
set scr_ac130_score 5000;
set scr_dm_score_death 5000;
set scr_dm_score_suicide 5000;
set scr_dm_score_kill 1000;
set scr_dm_score_headshot 4000;
set scr_dm_score_assist 500;
set scr_war_score_death 5000;
set scr_war_score_suicide 5000;
set scr_war_score_kill 1000;
set scr_war_score_headshot 4000;
set scr_war_score_teamkill 5000;
set scr_war_score_assist 500;
set scr_dom_score_death 5000;
set scr_dom_score_suicide 5000;
set scr_dom_score_kill 5000;
set scr_dom_score_capture 5000;
set scr_dom_score_headshot 5000;
set scr_dom_score_teamkill 5000;
set scr_dom_score_assist 5000;
set scr_ctf_score_death 5000;
set scr_ctf_score_suicide 5000;
set scr_ctf_score_kill 5000;
set scr_ctf_score_capture 5000;
set scr_ctf_score_headshot 5000;
set scr_ctf_score_teamkill 5000;
set scr_ctf_score_assist 5000;
set scr_koth_score_death 5000;
set scr_koth_score_suicide 5000;
set scr_koth_score_kill 1000;
set scr_koth_score_capture 5000;
set scr_koth_score_headshot 5000;
set scr_koth_score_teamkill 5000;
set scr_koth_score_assist 5000;
set scr_dd_score_death 5000;
set scr_dd_score_suicide 5000;
set scr_dd_score_kill 1000;
set scr_dd_score_headshot 5000;
set scr_dd_score_teamkill 5000;
set scr_dd_score_assist 5000;
set scr_dd_score_plant 5000;
set scr_dd_score_defuse 5000;
set scr_sd_score_death 5000;
set scr_sd_score_suicide 5000;
set scr_sd_score_kill 5000;
set scr_sd_score_plant 5000;
set scr_sd_score_defuse 5000;
set scr_sd_score_headshot 6000;
set scr_sd_score_teamkill 5000;
set scr_sd_score_assist 5000;
03-14-2011, 12:08 AM #3
Blackstorm
Veni. Vidi. Vici.
Also make a thread about how god mode and noclip/ufo isn't even on the MW2 engine..
03-14-2011, 12:09 AM #4
richiebanker
Vault dweller
Originally posted by .Blackstorm View Post
Also make a thread about how god mode and noclip/ufo isn't even on the MW2 engine..


noobs asking for it gets so old
03-14-2011, 12:12 AM #5
xSlimShadyx
Little One
god mode aimbot and invisibility were just going to far.....
03-14-2011, 12:36 AM #6
what about scr_xpscale
03-14-2011, 02:19 AM #7
pcfreak30
>> PCFreak30.com Happy<<
Originally posted by FourzerotwoFAILS View Post
what about scr_xpscale


Doesn't function.
03-14-2011, 02:23 AM #8
XKevin356
Are you high?
thanks i was about to try it too :p
03-14-2011, 08:55 PM #9
xJ4Bz
◥⊙▲ ツ▲⊙◤
I just use these, the same ones GIZMO-95 posted above but not all to save space. Put the game on free for all then game score on unlimited and start it. Then just switch the game to ranked. They do rank you up. The only problem is no one can join back for some reason. If someone can make it so you can join back than we will have fully functional XP lobbys. For now i just get a full lobby, then everyone gets a kill/death etc, then I just repeat the process.
    set scr_dm_score_death "1000000000"
set scr_dm_score_suicide "1000000000"
set scr_dm_score_kill "1000000000"
set scr_dm_score_headshot "1000000000"
set scr_dm_score_assist "1000000000"
set scr_war_score_death "1000000000"
set scr_war_score_suicide "1000000000"
set scr_war_score_kill "1000000000"
set scr_war_score_headshot "1000000000"
set scr_war_score_teamkill "1000000000"
set scr_war_score_assist "1000000000"
set scr_dom_score_death "1000000000"
set scr_dom_score_suicide "1000000000"
set scr_dom_score_kill "1000000000"
set scr_dom_score_capture "1000000000"
set scr_dom_score_headshot "1000000000"
set scr_dom_score_teamkill "1000000000"
set scr_dom_score_assist "1000000000"
set scr_koth_score_death "1000000000"
set scr_koth_score_suicide "1000000000"
set scr_koth_score_kill "1000000000"
set scr_koth_score_capture "1000000000"
set scr_koth_score_headshot "1000000000"
set scr_koth_score_teamkill "1000000000"
set scr_koth_score_assist "1000000000"
set scr_dd_score_death "1000000000"
set scr_dd_score_suicide "1000000000"
set scr_dd_score_kill "1000000000"
set scr_dd_score_headshot "1000000000"
set scr_dd_score_teamkill "1000000000"
set scr_dd_score_assist "1000000000"
set scr_dd_score_plant "1000000000"
set scr_dd_score_defuse "1000000000"

The following user thanked xJ4Bz for this useful post:

Okami
03-14-2011, 09:31 PM #10
Okami
Known As Yukuku
Originally posted by xJ4Bz View Post
I just use these, the same ones GIZMO-95 posted above but not all to save space. Put the game on free for all then game score on unlimited and start it. Then just switch the game to ranked. They do rank you up. The only problem is no one can join back for some reason. If someone can make it so you can join back than we will have fully functional XP lobbys. For now i just get a full lobby, then everyone gets a kill/death etc, then I just repeat the process.
    set scr_dm_score_death "1000000000"
set scr_dm_score_suicide "1000000000"
set scr_dm_score_kill "1000000000"
set scr_dm_score_headshot "1000000000"
set scr_dm_score_assist "1000000000"
set scr_war_score_death "1000000000"
set scr_war_score_suicide "1000000000"
set scr_war_score_kill "1000000000"
set scr_war_score_headshot "1000000000"
set scr_war_score_teamkill "1000000000"
set scr_war_score_assist "1000000000"
set scr_dom_score_death "1000000000"
set scr_dom_score_suicide "1000000000"
set scr_dom_score_kill "1000000000"
set scr_dom_score_capture "1000000000"
set scr_dom_score_headshot "1000000000"
set scr_dom_score_teamkill "1000000000"
set scr_dom_score_assist "1000000000"
set scr_koth_score_death "1000000000"
set scr_koth_score_suicide "1000000000"
set scr_koth_score_kill "1000000000"
set scr_koth_score_capture "1000000000"
set scr_koth_score_headshot "1000000000"
set scr_koth_score_teamkill "1000000000"
set scr_koth_score_assist "1000000000"
set scr_dd_score_death "1000000000"
set scr_dd_score_suicide "1000000000"
set scr_dd_score_kill "1000000000"
set scr_dd_score_headshot "1000000000"
set scr_dd_score_teamkill "1000000000"
set scr_dd_score_assist "1000000000"
set scr_dd_score_plant "1000000000"
set scr_dd_score_defuse "1000000000"


so i put em like a dvar ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo