|
The Edge of Nowhere Return of the Jedi
|
|
|
| Author |
Message |
Mc God Moderator

Joined: 30 Jan 2006 My Posts
Location: Barrie, Ontario
|
Posted: Tue Jun 24, 2008 5:24 pm Post subject: [Program] mMap v0.4 |
|
|
mMap v0.4
By McGod
Open source, GPL'd maphack
This is a becoming more and more advanced maphack with every release, rite?
Instructions:
1) Run Injector.exe
2) Find Diablo II in list and press Attach
3) Join a Game
4) Stand still while it reveals
5) Maphack=)
Big thanks to:
Cthulhon - For all his work on structs and general help:)
Sheppard - For all his work on finding 1.12 pointers, and D2BS:)
AntiRush - For all the help he gave me to fix crashes
TheAce - For the help with suspending threads
Lord2800 - For the help and support with C++ and Injector
emjay - For all his work on finding all thoses pointers!
Stings/Mousepad - Pretty much all patches, preset unit stuff.
And anyone else who has helped!
For some reason, mMap now doesn't inject unless your running D2Loader,
http://www.edgeofnowhere.cc/viewtopic.php?t=400095
For now use D2Loader until I can figure out why this is happening
Download:
mMap is a confirmed ban on Battle.Net with or without D2Loader.
Download
Updated link.
Read my last post in thread for more info, ty JimmSlimm.[/b][/color]
Please post feature suggestions, I am running out of ideas:(
Source (Is also included with maphack):
http://getirc.net/svn/mmap/
Archive:
0.3.2:
http://rapidshare.com/files/192803044/mMap_v0.3.2.zip
0.3.1:
http://www.speedyshare.com/182590262.html
0.3:
http://www.speedyshare.com/590232532.html
0.2.2:
http://www.speedyshare.com/547350822.html
0.2.1:
http://www.speedyshare.com/423624450.html
0.2:
http://www.speedyshare.com/729169352.html
0.1:
http://www.speedyshare.com/805253400.html
Screenshot:
| mMap Default Keys wrote: |
Default Hotkeys:
0 - Shows Player Gear
Scroll Lock - Enables/Disables Scrolling.
Theses work when you have scrolling enabled.
Up - Moves map up.
Left - Moves map left.
Right - Move map right.
Down - Move map down.
Numpad / - Toggle Life Percents
Numpad + - Toggle Auto Party.
Numpad 9 - Toggle Stats Display
To change the configuration, open mMap.ini and change to your likings.
|
| mMap Feature List wrote: |
-Automatically reveals automap
-Places all the preset units onto automap
-Places Monsters and Missiles on map
-Places special chests on map for the hidden Lower Kurast chests.
-Place level names over exits, and added a star to denote the correct tomb.
-Removed all weather and forced full light radius.
-Added a Game Timer, Server IP and Exp Percent to Automap Info
-Places Life Percents in orbs
-Added ability to see special stats (Such as IAS, FCR, Detailed Resistances)
-Added iLvl, Socket count and Ethereal status to Item name
-Automatically place last game name into create/join name boxes.
-Added ability to view other players gear
-Added ability to scroll the map.
-Automatically invites players and accepts party invites.
-Adds your character name to the end of your window name.
-Ability to toggle stats, auto party, life percents and scrolling of map.
-Ability to change and reload the configuration from in-game.
|
| Change Log wrote: |
0.3.2:
-Added ability to view other player's gear
-Added ability to scroll the map
-Added iLvl to the item names
-Added ability to see if you have kill Cow King(Check Character Screen)
-Added Game IP into the corner
0.3.1:
-Added Level Names over exits
-Added a little star to the right tomb for Duriel
-Made the command prefix configurable (For redvex users)
-Added chest icons to where the super-chests are in Lower Kurast
-Fixed the bug with the game timer reseting when changing acts.
-I hopefully fixed the bug regarding the level-up bug, if this doesn't fix, I'm removing the Exp Percent.
0.3:
-Added a Configuration file, meaning you can enable/disable alot of things.
-Added ability to have last game name automatically placed in create/join box.(Patch taken from Stings:P)
-Added ability to show sockets and ethereal status on items on ground. (Patch taken from Stings:P)
-Added a Stats Box!
-Added Life Percents in orbs.
-Added ability to have mMap automatically append character name to window title.
-Added Auto-Party.
-Added proper coloring of missiles depending on their friendlyiness.
-Added ability to reload configuration and set configuration via input (.reload and .set).
-Added a couple of toggles, for Life Percents, Auto Party and Stats Display.
-Fixed crash when you level up, problem with experience percent.
-Added a Game Timer to automap info.
-Hopefully fixed problem with it showing monster has having immunities when it doesn't!
0.2.2:
-Made all the Automap text read proper language(Except Exp Percent)
-Added a Lighting Patch(Full Line of Sight)
-Added a Weather Patch(No rain/snow)
0.2.1:
-Added Monsters and Missiles onto the Map
-Added the Exp Percent to the Automap info on the right
-Add all the preset units onto map
-Added a suspension of threads while revealing(Resulting in like near no crashes! )
-Fixed some crashes
0.2:
-Added D2Loader Support (So you can load as plugin)
-Hopefully fixed the problem with not attaching.
|
| Key Codes wrote: |
VK_0 48
VK_1 49
VK_2 50
VK_3 51
VK_4 52
VK_5 53
VK_6 54
VK_7 55
VK_8 56
VK_9 57
VK_A 65
VK_B 66
VK_C 67
VK_D 68
VK_E 69
VK_F 70
VK_G 71
VK_H 72
VK_I 73
VK_J 74
VK_K 75
VK_L 76
VK_M 77
VK_N 78
VK_O 79
VK_P 80
VK_Q 81
VK_R 82
VK_S 83
VK_T 84
VK_U 85
VK_V 86
VK_W 87
VK_X 88
VK_Y 89
VK_Z 90
VK_LBUTTON 1 //Left mouse button
VK_RBUTTON 2 //Right mouse button
VK_CANCEL 3 //Control-break processing
VK_MBUTTON 4 //Middle mouse button (three-button mouse)
VK_BACK 8 //BACKSPACE key
VK_TAB 9 //TAB key
VK_CLEAR 12 //CLEAR key
VK_RETURN 13 //ENTER key
VK_SHIFT 16 //SHIFT key
VK_CONTROL 17 //CTRL key
VK_MENU 18 //ALT key
VK_PAUSE 19 //PAUSE key
VK_CAPITAL 20 //CAPS LOCK key
VK_ESCAPE 27 //ESC key
VK_SPACE 32 //SPACEBAR
VK_PRIOR 33 //PAGE UP key
VK_NEXT 34 //PAGE DOWN key
VK_END 35 //END key
VK_HOME 36 //HOME key
VK_LEFT 37 //LEFT ARROW key
VK_UP 38 //UP ARROW key
VK_RIGHT 39 //RIGHT ARROW key
VK_DOWN 40 //DOWN ARROW key
VK_PRINT 42 //PRINT key
VK_SNAPSHOT 44 //PRINT SCREEN key
VK_INSERT 45 //INS key
VK_DELETE 46 //DEL key
VK_HELP 47 //HELP key
VK_LWIN 91 //Left Windows key (Microsoft® Natural® keyboard)
VK_RWIN 92 //Right Windows key (Natural keyboard)
VK_APPS 93 //Applications key (Natural keyboard)
VK_SLEEP 95 //Computer Sleep key
VK_NUMPAD0 96 //Numeric keypad 0 key
VK_NUMPAD1 97 //Numeric keypad 1 key
VK_NUMPAD2 98 //Numeric keypad 2 key
VK_NUMPAD3 99 //Numeric keypad 3 key
VK_NUMPAD4 100 //Numeric keypad 4 key
VK_NUMPAD5 101 //Numeric keypad 5 key
VK_NUMPAD6 102 //Numeric keypad 6 key
VK_NUMPAD7 103 //Numeric keypad 7 key
VK_NUMPAD8 104 //Numeric keypad 8 key
VK_NUMPAD9 105 //Numeric keypad 9 key
VK_MULTIPLY 106 //Multiply key
VK_ADD 107 //Add key
VK_SEPARATOR 108 //Separator key
VK_SUBTRACT 109 //Subtract key
VK_DECIMAL 110 //Decimal key
VK_DIVIDE 111 //Divide key
VK_F1 112 //F1 key
VK_F2 113 //F2 key
VK_F3 114 //F3 key
VK_F4 115 //F4 key
VK_F5 116 //F5 key
VK_F6 117 //F6 key
VK_F7 118 //F7 key
VK_F8 119 //F8 key
VK_F9 120 //F9 key
VK_F10 121 //F10 key
VK_F11 122 //F11 key
VK_F12 123 //F12 key
VK_F13 124 //F13 key
VK_NUMLOCK 144 //NUM LOCK key
VK_SCROLL 145 //SCROLL LOCK key
VK_LSHIFT 160 //Left SHIFT key
VK_RSHIFT 161 //Right SHIFT key
VK_LCONTROL 162 //Left CONTROL key
VK_RCONTROL 163 //Right CONTROL key
VK_LMENU 164 //Left MENU key
VK_RMENU 165 //Right MENU key
|
Last edited by Mc God on Sun Sep 27, 2009 3:30 pm; edited 21 times in total |
|
| Back to top |
|
 |
Mc God Moderator

Joined: 30 Jan 2006 My Posts
Location: Barrie, Ontario
|
|
| Back to top |
|
 |
|
Donations this month: $120 Server cost this month: $120 Surplus Donations: $243 (2 months)
Donators this month: BenOwns, m3flow, crazyguy2005, TriiT, mbundy, pcgamer4life, parajumper, HEMULI, Alister, fallore, ZepherX, iLikeDixLOL, dsa, fobic, wootie, fbu, KaRdOoShI, youngstar2, ByTeMe, jj!, zonic, cruciform, Ninjai, Dr.Duck
|