Payday 2 unlock all weapons lua script

PC/console/emulator/mobile cheats/mods discussion. No online games requests.
Forum rules
Trainers are usually made for a specific game version and will stop working if the game is updated.
Eraser
Site Admin
Posts: 911
Joined: Tue Apr 21, 2009 4:42 pm
Location: Lithuania
Contact:

Payday 2 unlock all weapons lua script

Postby Eraser » Sun Jan 17, 2016 1:49 pm

Code: Select all

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'
}

for i, name in ipairs(wep_arr) do
if not managers.upgrades:aquired(name) then
managers.upgrades:aquire(name)
end
end
CZStonehead
Posts: 1
Joined: Wed Aug 10, 2016 10:32 pm
Contact:

Re: Payday 2 unlock all weapons lua script

Postby CZStonehead » Wed Aug 10, 2016 10:33 pm

:plz: :D :D

Return to “Single player games modding”

Who is online

Users browsing this forum: No registered users and 14 guests