Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. PD2Hook.yml in your Payday2 Steamapps folder
  2.  
  3. Config:
  4. OutputMode: 3
  5. OutputFile: PD2Hook.log
  6. PrintOffsets: false
  7. ExtraCols: 10
  8. ExtraRows: 10
  9. KeyBindings:
  10. - [VK_F5, something.lua]
  11.  
  12.  
  13. --something.lua in your Payday2 Steamapps folder
  14.  
  15. -- +$1,000,000 (yes it says 10,000,000 no I don't know why)
  16. managers.money:_add_to_total(10000000)
  17.  
  18. Once you do that, launching the game should launch a LUA window, then you should be able to press F5 at the title screen and then click Inventory to see that you got +$1m. You can probably find more commands by googling around those sketchy sites.
  19.  
  20. managers.experience:_set_current_level(1234)
  21. managers.skilltree:_set_points(1234)
  22. or whatever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement