Results 1 to 3 of 3
  1. #1
    m4g3n's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2

    PAYDAY 2 How to unlock all DLC October 19

    anyone have all dlc i mean all dlc mask from payday 2 many locked because of THis is loot bag item im using steam version help me and many weapons attachment are locked how to unlock it plsss give me the scripts plsss

  2. #2
    Im Vendor's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    Add this LUA as a startup
    Code:
    for dlc_name, dlc_data in pairs( Global.dlc_manager.all_dlc_data ) do
    	dlc_name = { app_id = "218620", no_install = true }
    	dlc_data.verified = true
    end
    function GenericDLCManager:has_dlc( dlc )
    	if dlc == "cce" then
    		dlc = "career_criminal_edition"
    	end
    	return true
    end
    function GenericDLCManager:has_gage_pack()
    	return true
    end
    function GenericDLCManager:has_gage_pack_lmg()
    	return true
    end
    function GenericDLCManager:has_gage_pack_shotgun()
    	return true
    end
    function GenericDLCManager:has_armored_transport()
    	return true
    end
    function GenericDLCManager:has_pd2_clan()
    	return true
    end
    If you need help add me on Skype: pcp.cat

  3. #3
    lancer4451's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    How do we use this codes

Similar Threads

  1. [Release] How to unlock all vehicles without required level/DLC 1.07
    By Righteousness in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 0
    Last Post: 12-17-2013, 03:06 PM
  2. [Release] How to unlock all the achievements for call of duty modern warfare 2 (using Hex works
    By tom95ek in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 0
    Last Post: 11-28-2009, 06:53 PM
  3. How to Unlock All Weapons, Highest level + All Challenges (reupload)
    By djay230 in forum Call of Duty Modern Warfare Help
    Replies: 3
    Last Post: 11-14-2009, 01:08 PM
  4. HOW TO UNLOCK ALL WEAPONS! +GP HACK
    By megaspeek in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 01-23-2009, 12:44 PM
  5. here is how to unlock all slots 5-8
    By shadowsecret in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-03-2007, 08:43 AM