Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need code pls
#1
Sad 
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
Reply

#2
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
Reply

#3
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 ..
Reply

#4
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


Attached Files
.rar   dumpplayerdata.rar (Size: 29.37 KB / Downloads: 3)
Reply

#5
btw you can also open dev. console by pressing F2 when using liberation Tongue
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
[Image: userbars.jpg]
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
Reply

#6
if you want to use setplayerdata then you need dev console anyway thats why i recommend to use pse and eam instead
Reply

#7
(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
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Code color crosshairs koren30 3 3,699 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,879 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,137 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,833 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,971 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,234 07-28-2013, 01:52
Last Post: First_Semyon
  Code of vector Bloodfocus 1 2,238 06-23-2013, 11:54
Last Post: Yamato
  problem with gsc code CheGuevara 5 5,137 04-20-2013, 15:06
Last Post: Nekochan
Tongue [Request] read if you have a cs:go code:) rawr-saours 5 3,821 04-05-2013, 18:15
Last Post: SuperNovaAO
Smile Help Help me with a code (who knows) NyZzE 2 2,386 04-05-2013, 01:47
Last Post: NyZzE

Forum Jump:


Users browsing this thread:
1 Guest(s)

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