Posts by konstantinxy
6 posts total, newest first.
Need help with unlocking the interceptorin Payday 2 Hacks & Cheats - Hello after the latest update the script to unlock the interceptor pistol doesn't seem to work anymore ( it works for other weapons though which is weird)
I was using this script:
local wep_arr = {
'usp'
}
[SCRIPT] How to find new weapons/mods/masksin Payday 2 Hacks & Cheats - Does anyone know the job_id of safehouse nightmare ?Lua script for Halloween pattern and new gun parts not workingin Payday 2 Hacks & Cheats - [QUOTE=testy;8965343]can you upload your dll?[/QUOTE]
i'm just using the transcend oneLua script for Halloween pattern and new gun parts not workingin Payday 2 Hacks & Cheats - [QUOTE=Aaron;8964822]The new masks and textures are by default, which quality? Normal?[/QUOTE]
The masks have the halloween quality, no idea about the patternsLua script for Halloween pattern and new gun parts not workingin Payday 2 Hacks & Cheats - well i used this script to unlock the gun:
local wep_arr = {
'usp'
}
for i, name in ipairs(wep_arr) do
if not managers.upgrades:aquired(name) then
managers.upgrades:aquire(name)
end
end
Showing the 5 most recent posts.