Payday 2 LUA Hook TUT (Easy)
The video will be up very soon. Sorry for taking so long, the processing part is taking forever.
not working crashs game. i am not stupid i followed the instructions and it just crashs the game i did not change anything..i think it needs to be updated. would be nice if he posted which versions this work for.
You can delete both folders and only leave the .dll and the script, and do what @nilepwns said. it worked for me.
Is this outdated or im i just not doing it right? I got everything to work but with the lua hook you can't play online at all so i tried removing the lua and it resets my save file, Good thing i backed my save file up.
--
People with issues, read this post.
If you use this by itself, it will add all weapons, attachments, etc. It will also give you money. If you want your level to stick, use just the dll and the script.lua (edit the script and change the level you want, the skill points you want - after you cap, you can do 1337, so it says you're 1337, or 0 so it doesn't annoy you by telling you, you can spend skill points.
People with issues, read this post.
Code:
if managers.menu then managers.menu:set_debug_menu_enabled(true) end
Some other codes:
All weapons accessories, color palettes and masks vinyls
Give Exp
End Mission
Give money, should be around 1m
Add weapon
All steam achievements for payday (SAM doesn't work!)
I have not got me, I've found and share with the people in the forum
All weapons accessories, color palettes and masks vinyls
Code:
for i=1, 7 do
managers.lootdrop:debug_drop( 1000, true, i )
end
game_state_machine:change_state_by_name( "victoryscreen", { num_winners = 2, personal_win = alive( managers.player:player_unit() ) } )
Give Exp
Code:
managers.experience:debug_add_points( 2500, false )
End Mission
Code:
game_state_machine:change_state_by_name( "victoryscreen", { num_winners = 2, personal_win = alive( managers.player:player_unit() ) } )
Give money, should be around 1m
Code:
managers.money:debug_job_completed( 3 )
Add weapon
Code:
local player = managers.player:player_unit()
if player then
player:inventory():add_unit_by_name( Idstring("units/weapons/mp5/mp5"), false )
-- player:inventory():add_unit_by_name( Idstring("units/weapons/r870_shotgun/r870_shotgun"), false )
end
All steam achievements for payday (SAM doesn't work!)
Code:
--steam achie
if managers.achievment then
for id,_ in pairs(managers.achievment.achievments) do
managers.achievment:award(id)
end
end
I have not got me, I've found and share with the people in the forum
hi
Tutorial add money ?
Thank
Tutorial add money ?
Thank
This thread is closed for replies.
Similar Threads
WarRock - International Hackstut How to hook tut 6 1 Crysis 2 Tutorials[Tut]Easy lvl 50 text onlyVI 22 Programming Tutorials[TUT] Easy Login/Register Form [NOOB FRIENDLY]IM 8 Programming Tutorials[TUT] Easy .DLL Injector ( Hand made Not Copy and Pasted )
3 Combat Arms Hacks & CheatsSpeed Hack TuT (Easy Directions W/ Pictures) 46


