ItsMods

Full Version: Need code pls
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys i was wondering if some could help me i need code so i get lvl 70 + atachments ( all withouth titles and enblems ) i tryed to found the code myself but i didnt got Sad if some could bring this code for me pls
you can either use pse (http://www.itsmods.com/forum/Thread-PSE-...ditor.html) and eam (http://www.itsmods.com/forum/Thread-Easy...-MW-2.html)

or

enable your console and type (copy of old thread that i created long time ago http://www.mpcforum.com/showthread.php?2...and-pse%29)

setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1); [all icons can be set by using this]
also
Code:
setplayerdata prestige 1-11 (already known)
setplayerdata experience 2516000 (level 70 -already known)
setplayerdata score <number>
setplayerdata wins <number>
setplayerdata losses <number>
setplayerdata ties <number>
setplayerdata winStreak <number>
setplayerdata kills <number>
setplayerdata headshots <number>
setplayerdata assists <number>
setplayerdata killStreak <number>
setplayerdata deaths <number>

Change alltime played
Code:
setplayerdata timePlayedAllies <number>
setplayerdata timePlayedOpfor <number>

real KDratio change
Code:
setplayerdata kdratio <number>

Accolades
Code:
setplayerdata awards adskills <number>
setplayerdata awards afk <number>
setplayerdata awards airstrikes <number>
setplayerdata awards arheadshots <number>
setplayerdata awards arkills <number>
setplayerdata awards assists <number>
etc...
tell me if you like to know all

since the list is long, hell its very long just dump it all to text data and edit whatever you want

at the end you need to type "uploadStats" without "" to update your stats without getting online to play one round and synchronize it
most i bind it like a theard or just put the code wathever? explain me litle pls :p i am new making mods so .. i am noobiie Big Grin and okey i will know all the code because its missing some part of the codes right?to unlock camos .. attachments ..
here is my old dump

it contains everything that is needed to unlock specific things

so for example on the camo things:

Code:
[     41143]     attachmentNew
[     41145]       [aa12]
[     41147]         [acog]    = false
[     41148]         [akimbo]    = false
[     41150]         [boom]    = false
[     41152]         [eotech]    = false
[     41154]         [fmj]    = false
[     41156]         [gl]    = false
[     41158]         [grip]    = false
[     41162]         [heartbeat]    = false
[     41164]         [none]    = false
[     41166]         [reflex]    = false
[     41168]         [rof]    = false
[     41170]         [shotgun]    = false
[     41173]         [silencer]    = false
[     41175]         [tactical]    = false
[     41178]         [thermal]    = false
[     41181]         [xmags]    = false
[     41184]       [ak47]
[     41186]         [acog]    = false
[     41189]         [akimbo]    = false
[     41191]         [boom]    = false
[     41192]         [eotech]    = false
[     41192]         [fmj]    = false
[     41195]         [gl]    = false
[     41196]         [grip]    = false
[     41197]         [heartbeat]    = false
[     41198]         [none]    = false
[     41200]         [reflex]    = false
[     41201]         [rof]    = false
[     41203]         [shotgun]    = false
[     41204]         [silencer]    = false
[     41206]         [tactical]    = false
[     41207]         [thermal]    = false
[     41209]         [xmags]    = false

example 1 aa12 akimbo attachment:

Code:
setplayerdata attachmentNew aa12 akimbo true

example 2 add special camo to one of your weapons inside your custom class on slot 0:

Code:
setplayerdata customClasses 0 weaponSetups 0 camo blue_tiger

the dump list is used like a tree, so look close what you need and use setplayerdata in front of it

but its easier to use eam and pse instead
btw you can also open dev. console by pressing F2 when using liberation Tongue
if you want to use setplayerdata then you need dev console anyway thats why i recommend to use pse and eam instead
(09-20-2011, 11:34)d0h! Wrote: [ -> ]if you want to use setplayerdata then you need dev console anyway thats why i recommend to use pse and eam instead

ty for it but like u say, its easyer to use eam, i wanted to make a mod but it needs console and it dont go to be a good mod. maybe i can choose another one to make Smile thx anyway i tested the code and it worked ty Big GrinWink