Results 1 to 4 of 4
  1. #1
    Im Vendor's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1

    Unlock All Masks LUA

    Can someone send me one?

  2. #2
    kel007's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Above the skies~
    Posts
    321
    Reputation
    78
    Thanks
    156
    My Mood
    Asleep
    Is it for PAYDAY The Heist or PAYDAY 2?

  3. #3
    Im Vendor's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by kel007 View Post
    Is it for PAYDAY The Heist or PAYDAY 2?
    Payday 2 is what I need it for

  4. #4
    kel007's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Above the skies~
    Posts
    321
    Reputation
    78
    Thanks
    156
    My Mood
    Asleep
    Code:
    function giveitems( times, type )
    	for i=1, times do
    		for mat_id,_ in pairs(tweak_data.blackmarket[type]) do	
    			if _.infamous then
    				managers.blackmarket:add_to_inventory("infamous", type, mat_id, false)
    			elseif _.dlc then
    				managers.blackmarket:add_to_inventory("preorder", type, mat_id, false)
    			else
    				managers.blackmarket:add_to_inventory("normal", type, mat_id, false)
    			end
    		end
    		managers.blackmarket:remove_item("normal", "materials", "plastic", false)
    		managers.blackmarket:remove_item("normal", "colors", "nothing", false)
    	end
    end
    
    giveitems(1, "masks")
    You should have just used the search function.

    Edit: Script from https://www.mpgh.net/forum/showthread.php?t=735565.
    Last edited by kel007; 10-18-2014 at 08:25 AM.

  5. The Following User Says Thank You to kel007 For This Useful Post:

    cpguy5089 (10-19-2014)

Similar Threads

  1. [Request] Lua script to unlock all Teir bonuses?
    By Screenguyy in forum Payday 2 Hacks & Cheats
    Replies: 2
    Last Post: 08-20-2014, 01:53 PM
  2. PAYDAY 2 "Unlock all Masks" Script Removal?
    By swag. in forum Payday 2 Hacks & Cheats
    Replies: 0
    Last Post: 01-26-2014, 06:19 PM
  3. [RELEASE - V1] Unlock All Masks, Patterns, Materials and Colors
    By youawindowshopper in forum Payday 2 Hacks & Cheats
    Replies: 31
    Last Post: 09-23-2013, 03:36 PM
  4. 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
  5. Lua script all mask revert help
    By AstroA50 in forum Payday 2 Hacks & Cheats
    Replies: 2
    Last Post: 08-22-2013, 03:04 PM