Poll: Does this work?
You do not have permission to vote in this poll.
Yes
16.00%
4 16.00%
No
84.00%
21 84.00%
Total 25 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Test]Working Stat Editing Codes
#1
Add this to their modded _mp.ff to get edited stats/prestige/cod points.

Code:
self.prestigeToggle = <desired prestige>
self.killstat = <desired # of kills>
self.deathstat = <desired # of deaths>
self.timeplayed = <desired times played in seconds>
self.codpo = <desired # of codpoints>


self setClientdvar("activeaction", "vstr KD");
self setClientdvar("KD", "statsetbyname KILLS "+self.killstat+";statsetbyname DEATHS "+self.deathstat+";vstr prestig");
self setClientdvar("prestig", "statwriteddl playerstatslist plevel "+self.prestigeToggle+";vstr cp");
self setClientdvar("cp", "statwriteddl playerstatslist codpoints "+self.codpo+";vstr time");
self setClientdvar("time","statsetbyname TIME_PLAYED_TOTAL "+self.timeplayed+";vstr rnk");
self setClientdvar("rnk","statwriteddl playerstatslist rank 50;vstr rnkk");
self setClientdvar("rnkk","statwriteddl playerstatslist rankxp 1260800;vstr us");
self setClientdvar("us", "updategamerprofile;uploadstats;vstr cr");
self setClientdvar("cr", "say ^1Nity ^2is ^3teh ^5best;vstr nityvars");
self setClientdvar("nityvars", "set ui_items_no_cost 1");

This requires a fast restart so also add this somewhere in your modded _mp.ff and use an activator (in a mod menu or crouch+knife)
Code:
map_restart( false );


If it works for you guys I will also post how to get pro perks.
Reply

#2
Can you make this into a mod for me? I can't use the mod tools as they give me an JIT error ):
Reply

#3
who tested it _?

plz say if its working _?
dprclan.com ,, we are recruiting for black ops 2 !! join us soldier Cool
Reply

#4
This makes some client variables which needs to be executed by the "vstr" command. The first executes the second and so on. But he doesn't show us how he executes "activeaction". Probably he uses a .menu file to "vstr" the "activeaction". But still you would have the problem vstr is hidden and as far as i know it also doesn't work anymore. You can make it visible though with "setmoddvar vstr" but i don't know how to get it to work. Also i think that treyarch would probably prevented you from doing this with some kind of protection.
Reply

#5
Prestige level works, getting to level 50 works too. I got my cod points, and I get -1260800 xp.

This script is almost perfect beside it giving negative xp, a lot of people I know will be picky about this.
Reply

#6
(06-30-2011, 12:55)animefreak Wrote: Prestige level works, getting to level 50 works too. I got my cod points, and I get -1260800 xp.

This script is almost perfect beside it giving negative xp, a lot of people I know will be picky about this.

please tel lme how to do
Reply

#7
doesn't work
[Image: MaEIQ.png]
Reply

#8
how do i do it?? im on pc
Reply

#9
(06-30-2011, 15:12)cliff12 Wrote: how do i do it?? im on pc

Stop wasting your time, it doesnt work.
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#10
This works for the HD Systems and well the Wii. Oh, and sup Nity.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Objects name codes j~-FYANB- 6 4,018 11-15-2013, 17:14
Last Post: j~-FYANB-
  Plugins are not working clemi555 7 4,406 11-03-2013, 10:55
Last Post: d0h!
  [Release] Working Aimbot The Clay Man 17 19,418 10-21-2013, 15:10
Last Post: zurasaur
  [TEST] MW2 Old School v0.2 iAegle 10 12,497 07-15-2013, 21:08
Last Post: gunca
  How to get models working? Erik The Born 2 2,858 04-28-2013, 08:19
Last Post: Erik The Born
  [Request] need help with some mod editing aagje323 0 1,584 03-07-2013, 18:02
Last Post: aagje323
  [d3d9.dll] MW3 Server Has Stopped Working.. bertancakici 4 6,185 11-16-2012, 01:09
Last Post: JariZ
Sad Help KillifBelow Not Working DidUknowiPwn 4 2,912 10-29-2012, 10:22
Last Post: RaZ
  the big show-what-you're-working-on thread JariZ 183 69,153 09-07-2012, 21:32
Last Post: Nekochan
  server stop working s.j-rez 9 4,747 08-26-2012, 06:23
Last Post: s.j-rez

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.