Advertisement
Guest User

mod.txt

a guest
Oct 1st, 2017
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "name": "mymod",
  3. "description": "gimmie all the money",
  4. "author": "MDoull08",
  5. "blt_version" : 2
  6. "contact": "MDoull08",
  7. "version": "1",
  8. "priority": 0,
  9. "hooks": [
  10. {
  11. "hook_id": "lib/tweak_data/skilltreetweakdata",
  12. "script_path": "skillpoints.lua"
  13. },
  14. { "hook_id" : "lib/entry",
  15. "script_path" : "Money.lua"
  16. }
  17. ],
  18. "keybinds": [
  19. {
  20. "keybind_id": "skillpoint keybind",
  21. "name": "set skill points to 120",
  22. "description": "keybind for set skill point script",
  23. "script_path": "skillpoint.lua",
  24. "run_in_menu": true,
  25. "run_in_game": true,
  26. "localized": false
  27. },
  28. {
  29. "keybind_id": "Money",
  30. "name": "adds 10k",
  31. "description": "keybind for set Moeny script",
  32. "script_path": "Money.lua",
  33. "run_in_menu": true,
  34. "run_in_game": true,
  35. "localized": false
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement