bexarnation (07-07-2014),iceBabyice (04-25-2016),ninooo77 (08-23-2015),raspykitty (10-19-2013),S3v3nDa1 (05-20-2016),Slaktarn5 (07-15-2014),tylerstk5 (06-06-2014),werbex (08-17-2014)
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
Last edited by Hero Keys; 09-10-2013 at 04:54 PM.
bexarnation (07-07-2014),iceBabyice (04-25-2016),ninooo77 (08-23-2015),raspykitty (10-19-2013),S3v3nDa1 (05-20-2016),Slaktarn5 (07-15-2014),tylerstk5 (06-06-2014),werbex (08-17-2014)
Edited. /tooshort
Approved!![]()
Minecraft Wiki Manager since: 2012.12.16.
Games Wiki Manager since: 2012.12.16Minecraft Section Minion: 2013.05.04.-2014.05.04
League of Legends Section Minion: 2013.05.04.-2014.05.04
Need for Speed World Minion: 2013.07.23.-2014.05.04
Steam Games Section Minion: 2013.08.05.-2014.05.04
Warrock Section Minion: 2013.10.09.-2014.05.04
If you would like to become a Minecraft Wiki Editor, apply here!
If you would like to become a Games Wiki Editor, PM me!
Gifts:
Gyongytyuk,Gyongytyuk,Zaps
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.
-- GiVE iTEMS ("masks", "materials", "textures", "colors", "weapon_mods")
-- example: giveitems( 50, "masks")
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( 2, "weapon_mods" )
giveitems( 5, "masks" )
giveitems( 5, "materials" )
giveitems( 5, "textures" )
giveitems( 5, "colors" )
This shit is dated untill someone fixes the lua hacks.
Seems to work fine for the newest update.
not working anymore?
how does it work? i am noob sorry :S