Results 1 to 8 of 8
  1. #1
    Urazfenix88's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1

    New Weapon pack,mask,grenades dlc script????

    Hello,someone know how to activate the new dlc weapon pack,grenades and new masks,very thanks

  2. #2
    Tychovk's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    yeah i need it to

  3. #3
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    NOT FINAL, works though.

    Code:
    --dlc hack by OJ Simpson
    
    function GenericDLCManager:has_dlc( dlc )
    	if dlc == "cce" then
    		dlc = "career_criminal_edition"
    	end
    	
    	local dlc_data = Global.dlc_manager.all_dlc_data[ dlc ]
    	if not dlc_data then
    		return true
    	end
    	
    	return true
    end
    
    -- All weapons unlocked, updated by OJ
    local wep_arr = {
    	'new_m4', 'glock_17', 'mp9', 'r870', 'glock_18c', 'amcar', 'm16', 'olympic', 'ak74', 'akm', 'akmsu', 'saiga', 'ak5', 'aug', 'g36', 'p90', 'new_m14', 'deagle', 'new_mp5', 'colt_1911', 'mac10', 'serbu', 'huntsman', 'b92fs', 'new_raging_bull', 'saw', 'scar', 'ppk', 'mp7', 's552', 'm45', 'p226'
    }
    for i, name in ipairs(wep_arr) do
    	if not managers.upgrades:aquired(name) then
    		managers.upgrades:aquire(name)
    	end
    end
    may clean it up later but it works.

  4. #4
    BECTH1K's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    New masks:

    Code:
    local masks = {}
    masks["panda"] = 'gage_pack'
    masks["eagle"] = 'gage_pack'
    masks["pitbull"] = 'gage_pack'
    masks["goat"] = 'gage_pack'
    
    managers.blackmarket:_setup_masks()
    for name,quality in pairs(masks) do
    Global.blackmarket_manager.masks[ name ].unlocked = true
    managers.blackmarket:add_to_inventory(quality, "masks", name, false)
    end

  5. #5
    Urazfenix88's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    i need grenades..i try to activate the script..guns masks pattern etc work fine but grenades not..any code? help

  6. #6
    lilpav94's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Urazfenix88 View Post
    i need grenades..i try to activate the script..guns masks pattern etc work fine but grenades not..any code? help
    Activate the script before you get into the main menu. You know when it shows you the intro movie, if you activate the script during this time you will get the grenades.

  7. #7
    leesuki's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    why i cant save my guns?

  8. #8
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    Newer and final version of DLC unlock here
    https://www.mpgh.net/forum/754-payday...ck-script.html

    if you want the masks as well, the codes are in the replies.

Similar Threads

  1. [SCRIPT] How to find new weapons/mods/masks
    By dougbenham in forum Payday 2 Hacks & Cheats
    Replies: 76
    Last Post: 07-11-2014, 03:59 PM
  2. Anyone got a working all masks/all weapons and set level lua script?
    By CrazedM in forum Payday 2 Hacks & Cheats
    Replies: 0
    Last Post: 08-22-2013, 07:43 PM
  3. [News] ~~~~~NEW MAP NEW WEAPON~~~~~~~~
    By devilaim in forum Blackshot Hacks & Cheats
    Replies: 10
    Last Post: 01-29-2013, 07:50 AM
  4. new hack packs
    By fas19o in forum WarRock - International Hacks
    Replies: 16
    Last Post: 05-19-2007, 02:14 PM
  5. [Request]New weapon id list PLZ!!!
    By allard123 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 02-19-2007, 11:44 AM