Here is a small hack I made, with some scripts that I found. This will give you all weapons, all attachments, no spread, no recoil, infinite ammo, increased playerspeed and all masks and materials.
How to use
1. Place all files in SteamApps\common\PAYDAY 2
2. Start up payday
3. Press Insert
4. Complete a mission
5. Go to main menu
6. Enjoy
Virus Scans
1. bit . ly/15gVnpc
2. bit . ly/1fVoM9y
If you only want the lua code, here you go bit . ly/1b1T4tz
HrNGgg2.jpg axpIL2v.jpg PD2_mpgh.net.rar
Maybe some more info about the script?
Edited. /tooshort
Approved!
screenshots? :L
Added Screens......
Best hack out there great job
Wouldn't recommend using these in pub matches, infinite ammo and increased playerspeed is really obvious.
how can i just the mask ?
Make a new lua file and add this in it, then replace the one in your payday 2 directory.
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