copy iphlpapi.dll and script.lua to C:\Program Files (x86)\Steam\SteamApps\common\PAYDAY 2 if you have steam
open script.lua with notepad clean everything inside,and paste this
local player = managers.player

layer_unit()
PlayerStandard._can_stand = function(self) return true end
PlayerManager.selected_equipment_deploy_timer = function(self) return 0 end
PlayerManager.chk_minion_limit_reached = function(self) return false end
PlayerManager.spread_multiplier = function(self) return 0 end
PlayerMovement.is_stamina_drained = function(self) return false end
BaseInteractionExt._has_required_upgrade = function(self) return true end
BaseInteractionExt._has_required_deployable = function(self) return true end
BaseInteractionExt._get_timer = function(self) return 0 end
BaseInteractionExt.can_interact = function(self, player) return true end
if managers.menu then
managers.menu:set_debug_menu_enabled(true)
end
if managers.hud then
managers.hud:show_hint( { text = "active" } )
end
-- weapon mods
for mod_id,_ in pairs(tweak_data.blackmarket.weapon_mods) do
tweak_data.blackmarket.weapon_mods[ mod_id ].unlocked = true
managers.blackmarket:add_to_inventory("normal", "weapon_mods", mod_id, false)
end
managers.money:_set_total(113644500)
save the file,enter the game (not on menu) go offline any mission and press insert when inside,press esc end game,enjoy.