Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {
  2. "gtaRunning": true,
  3. "sampRunning": true,
  4. "monitorProcessesConstantly": true,
  5. "validationFiles": [
  6. {
  7. "path": "gta_sa.exe",
  8. "hash": "a559aa772fd136379155efa71f00c47aad34bbfeae6196b0fe1047d0645cbd26",
  9. "action": "PREVENT_CONNECT"
  10. },
  11. {
  12. "path": "newton.dll",
  13. "hash": "5a62625396abcd729d37c969de60b6ff72c36fe8bda4f1ad96a5b97f2e96040b",
  14. "action": "PREVENT_CONNECT"
  15. },
  16. {
  17. "path": "data/weapon.dat",
  18. "hash": "033b3db45a00464fd95cb28870c97b45b0712f0ac53f3e8c586c88aaa0a420f8",
  19. "action": "PREVENT_CONNECT"
  20. }
  21. ],
  22. "forbiddenFiles": [
  23. {
  24. "path": "vorbisHooked.dll",
  25. "action": "PREVENT_CONNECT"
  26. }
  27. ],
  28. "forbiddenDirectories": [
  29. {
  30. "path": "modloader",
  31. "action": "PREVENT_CONNECT"
  32. }
  33. ],
  34. "forbiddenProcesses": [
  35. {
  36. "name": "cheatengine",
  37. "action": "PREVENT_CONNECT"
  38. },
  39. {
  40. "name": "samphack",
  41. "action": "NONE"
  42. }
  43. ]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement