Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent

    Payday 2 Gage Pack DLC Unlock Script

    Grenade cases enabled!

    This will unlock all of the Gage Pack DLC weapons and should also give you grenades if you activate it before the main menu screen.

    Activate before the main menu and you will have grenades. After and you wont have grenades.

    I recommend you put your DLC script unlock key to Space Bar.. it's code 0x20


    Here's the cleaned up and finished version.
    Code:
    --dlc hack by OJ Simpson
    
    function GenericDLCManager:has_dlc( dlc )
    	if dlc == "cce" then
    		dlc = "career_criminal_edition"
    	end
    
    	return true
    end
    
    --Gage Pack DLC weapons unlock
    function GenericDLCManager:has_gage_pack()
    	return true
    end
    
    --Armored Transport DLC weapons unlock
    function GenericDLCManager:has_armored_transport()
    	return true
    end
    
    --Community DLC weapons unlock
    function GenericDLCManager:has_pd2_clan()
    	return true
    end
    
    --Buy Any Asset Hack by OJ Simpson
    function AssetsItem:_return_asset_info( i )
    	local asset_cost = nil
    	if self._asset_locked[i] then
    		local can_unlock = true
    		
    		if( ( Network:is_server() or managers.assets.ALLOW_CLIENTS_UNLOCK ) and can_unlock ) then
    			asset_cost = managers.money:get_mission_asset_cost_by_id( self._assets_names[i][4] )
    		else
    			asset_cost = true
    		end
    	end
    	
    	return i, asset_cost
    end
    Grenade cases added. Hope you all like the script.
    To buy grenade cases, hit your unlock key with the asset hack in it, then buy.
    Last edited by ojsimpson; 12-07-2013 at 11:52 PM. Reason: update

  2. The Following 3 Users Say Thank You to ojsimpson For This Useful Post:

    AWRwargaergergerdgerg (12-07-2013),lilpav94 (12-07-2013),SheepyJr (12-08-2013)

  3. #2
    MrJuhis's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Finland
    Posts
    216
    Reputation
    10
    Thanks
    61
    My Mood
    Aggressive
    Can you show some proofs. I hope with this you can't get ban.
    Leecher: 0 ✔
    Newbie: 50 ✔
    Member: 100 ✔
    Advanced Member: 150 ✔
    Dual-Keyboard Member: 250 ✖
    Expert Member: 500 ✖
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖
    MPGH Legend: 6500 ✖
    MPGH God: 7000 ✖
    MPGH God II: 7500 ✖

  4. #3
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    Quote Originally Posted by MrJuhis View Post
    Can you show some proofs. I hope with this you can't get ban.
    It wont get you banned more than any other script you've been running. If you want the proof then run the script yourself. You have full view of what you're putting into your game and there's nothing malicious in there.


    Updated! Added Armored Transport weapons!
    Last edited by ojsimpson; 12-07-2013 at 02:09 AM.

  5. #4
    Urazfenix88's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    you will never get ban..anyway payday 2 dont have the VAC valve

  6. #5
    AWRwargaergergerdgerg's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    552
    Reputation
    84
    Thanks
    31
    My Mood
    Amazed
    working, just got the scar rifle thing :3
    but some dlc mod are cant be used ...


    can u add the mask ?
    Last edited by AWRwargaergergerdgerg; 12-07-2013 at 02:49 AM.

  7. #6
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    Quote Originally Posted by uberhaxor14 View Post
    working, just got the scar rifle thing :3
    but some dlc mod are cant be used ...


    can u add the mask ?
    For masks, all you need is the usual masks unlocking scripts.

    Code:
    -- All weapon mods
    for mod_id,_ in pairs(tweak_data.blackmarket.weapon_mods) do
            tweak_data.blackmarket.weapon_mods[ mod_id ].unlocked = true
            managers.blackmarket:add_to_inventory("normal", "weapon_mods", mod_id, false)
    end
    
    -- All masks
    managers.blackmarket:_setup_masks()
    for mask_id,_ in pairs(tweak_data.blackmarket.masks) do
            Global.blackmarket_manager.masks[mask_id].unlocked = true
            managers.blackmarket:add_to_inventory("normal", "masks", mask_id, false)
    end

  8. #7
    Urazfenix88's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    im waiting for spawn grenade case..and infinite grenades,,anyway good work bro

  9. #8
    SheepyJr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Posts
    86
    Reputation
    10
    Thanks
    8
    Doesn't work, I can't buy the new guns.

  10. #9
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    Quote Originally Posted by SheepyJr View Post
    Doesn't work, I can't buy the new guns.
    Then you arent doing it right, cause it works for everybody else.

  11. #10
    SheepyJr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Posts
    86
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by ojsimpson View Post
    Then you arent doing it right, cause it works for everybody else.
    I remade it and now it works for me.

    Code:
    --Career Criminal Edition DLC unlock
    function GenericDLCManager:has_dlc( dlc )
    	if dlc == "cce" then
    		dlc = "career_criminal_edition"
    	end
    
    	return true
    end
    
    --Gage Pack DLC weapons unlock
    function GenericDLCManager:has_gage_pack()
    	return true
    end
    
    --Armored Transport DLC weapons unlock
    function GenericDLCManager:has_armored_transport()
    	return true
    end
    
    --All weapons unlock
    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
    
    --Buy Any Asset Hack
    function AssetsItem:_return_asset_info( i )
    	local asset_cost = nil
    	if self._asset_locked[i] then
    		local can_unlock = true
    		
    		if( ( Network:is_server() or managers.assets.ALLOW_CLIENTS_UNLOCK ) and can_unlock ) then
    			asset_cost = managers.money:get_mission_asset_cost_by_id( self._assets_names[i][4] )
    		else
    			asset_cost = true
    		end
    	end
    	
    	return i, asset_cost
    end
    P.S. I'm using Pirate Perfection Trainer to get the DLC mods for weapons.
    Last edited by SheepyJr; 12-08-2013 at 12:57 AM.

  12. #11
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    Quote Originally Posted by SheepyJr View Post
    P.S. I'm using Pirate Perfection Trainer to get the DLC mods for weapons.
    which uses my scripts for the DLC unlocks. Congrats! You're still using my scripts!
    That's an old draft version modified by Pirate Captain.

  13. #12
    SheepyJr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Posts
    86
    Reputation
    10
    Thanks
    8
    Do you plan on making any new evil troll hacks?
    Explosive cops is getting too old for me :/

  14. #13
    ojsimpson's Avatar
    Join Date
    Oct 2013
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    15
    My Mood
    Innocent
    Quote Originally Posted by SheepyJr View Post
    Do you plan on making any new evil troll hacks?
    Explosive cops is getting too old for me :/
    only if anything interesting ever comes up. If you use the asset hack in the main post you can also buy assets as a client and not have to ask the host.

    There's no fresh dumps of the Payday 2 source scripts but this game only has a limited amount of things to do. There isn't much else to do in payday 2.

  15. #14
    4191lo's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed
    HOW TO ACTIVE THE CHEAT?

  16. #15
    SheepyJr's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Posts
    86
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by 4191lo View Post
    HOW TO ACTIVE THE CHEAT?
    HOW 2 LIFE?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] PAYDAY 2 Free DLC (unlocker)
    By kokole in forum Payday 2 Hacks & Cheats
    Replies: 34
    Last Post: 04-18-2014, 07:21 PM
  2. [WTS] Minecraft account for Payday 2 beta key or wolf pack dlc key for Payday the heist
    By iRizerz in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 08-08-2013, 06:38 PM
  3. [WTB] Payday: Wolf Pack DLC for $3
    By Helipads in forum Buying Accounts/Keys/Items
    Replies: 0
    Last Post: 05-29-2013, 12:56 PM
  4. [Detected] First Strike DLC Unlocker[19/5/11]
    By iFireLazers in forum Call of Duty 7 - Black Ops Hacks & Cheats
    Replies: 379
    Last Post: 08-09-2011, 06:21 AM
  5. [Tutorial] How to play acension online whit the dlc unlock
    By Snipmen in forum Call of Duty Black OPS Tutorials
    Replies: 13
    Last Post: 04-21-2011, 07:49 AM