Advertisement
Guest User

bh

a guest
Mar 28th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. //mHax Configuration File
  2.  
  3. //Maphack Configuration
  4. Missile Color[Player]: 0x97
  5. Missile Color[Neutral]: 0x0A
  6. Missile Color[Partied]: 0x84
  7. Missile Color[Hostile]: 0x5B
  8.  
  9. Monster Color[Normal]: 0x5B
  10. Monster Color[Minion]: 0x60
  11. Monster Color[Champion]: 0x91
  12. Monster Color[Boss]: 0x84
  13.  
  14. Reveal Map: True, None
  15. Show Monsters: True, None
  16. Show Missiles: True, None
  17. Force Light Radius: True, None
  18. Remove Weather: True, None
  19. Infravision: True, None
  20. Remove Shake: True, None
  21. Display Level Names: True, None
  22. RevealMode: 0
  23.  
  24. //Skill Warnings: set true to warn when effect expires from the player
  25. //The effect numbers can be found here:
  26. //https://github.com/underbent/slashdiablo-maphack/wiki/Effects
  27. Skill Warning[16]: False // enchant
  28. Skill Warning[32]: False // battle orders
  29. Skill Warning[101]: False // holy shield
  30. Skill Warning[149]: False // oak sage
  31. Skill Warning[151]: False // cyclone armor
  32.  
  33. //Screen Info Configuration
  34. AutomapInfo[0]: Game Name: %GAMENAME%
  35. AutomapInfo[1]: Game Password: %GAMEPASS%
  36. AutomapInfo[2]: %LEVEL%
  37. AutomapInfo[3]: Difficulty: %GAMEDIFF%
  38. AutomapInfo[4]: Ip: %GAMEIP%
  39. AutomapInfo[5]: %GAMETIME%
  40. AutomapInfo[6]: %REALTIME%
  41.  
  42. //Quest Drop Warning for Mephisto/Diablo/Baal quests
  43. Quest Drop Warning: False
  44.  
  45. //Gamefilter Configuration
  46. GameListRefresh: 1500
  47.  
  48. //Bnet Configuration
  49. Show Last Game: False
  50. Fail To Join: 4000
  51.  
  52. //Character Configuration
  53. Character Stats: VK_8
  54.  
  55. //Item Configuration
  56. Show Ethereal: True, None
  57. Show Sockets: True, None
  58. Show iLvl: True, None
  59. Show Rune Numbers: True, None
  60. Alt Item Style: True, None
  61. Color Mod: False, None
  62. Shorten Item Names: False, None
  63. Show Players Gear: VK_0
  64.  
  65. //AutoTele Configuration
  66. Display Messages: True, None
  67. Draw Path: True, None
  68. Draw Destination: True, None
  69. CP to cave: False, None
  70. Fast Teleport: False, None
  71.  
  72. Next Tele: VK_NUMPAD0
  73. Other Tele: VK_NUMPAD1
  74. Waypoint Tele: VK_NUMPAD2
  75. Prev Tele: VK_NUMPAD3
  76.  
  77. Path Color: 97
  78. Next Color: 0x97
  79. Other Color: 0x0A
  80. WP Color: 0x84
  81. Prev Color: 0x5B
  82.  
  83. //Party Configuration
  84. Party Enabled: False, VK_9
  85. Looting Enabled: False, VK_7
  86.  
  87. //Using Potions in Inventory
  88. Use Healing Potion: False, VK_NUMPADMULTIPLY
  89. Use Mana Potion: False, VK_NUMPADSUBTRACT
  90.  
  91. //Spam Filter Configuration
  92. Log Chat: False, None
  93. Log Blocks: False, None
  94. Enabled: False, None
  95. Autosave: False, None
  96. Log File: chatlog.txt
  97. Update URL:
  98. Token DB: tokens.db
  99.  
  100.  
  101. //Item Display Configuration
  102. Advanced Item Display: False, None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement