_CM
Respected Member
Credits go to Paul[Le] and the whole Limited Edition team from www.game-hackers.net
Taken from Blizzhackers http://www.blizzhackers.com/phpBB2/viewtopic.php?t=131082
Screenie of the GUI so far:
Here are some screen shots from in-game (Just shows the display function):
YOU WILL NEED THIS LIST!
http://www.gamehackers.net/Skills_List.htm
Download your beta copy of my PvM Engine here:
http://www.gamehackers.net/forum/download.php?id=138
And for the record, Build 11c is over 200 Assembler instructions long.
Two hundred!
Build 11 Teaser (Show monster locations on map - Toggle ON/OFF):
__________
Credits go to Blizzhackers
~coolmission
Taken from Blizzhackers http://www.blizzhackers.com/phpBB2/viewtopic.php?t=131082
Code:
# #
# H O W T O U S E : #
# #
# How to use re-target: #
# - Set a ranged skill in your right skill box #
# - Highlight any monster with your cursor #
# - Press 'Spacebar' to attack/hit the current monster you're #
# targeting #
# #
# How to display last monster highlighted: #
# - Press 'd' to display the current monster you're targeting #
# * Make sure CAPSLOCK is OFF #
# #
# How to use cursor attack: #
# - Press 'l' to turn cursor attack ON/OFF #
# * Make sure CAPSLOCK is OFF #
# * Whenever you highlight a monster with your cursor you attack #
# it with a set# of skills from your right skill box in a burst #
# mode AKA my anti-flooding technique #
# #
# How to use God Mode: #
# - Press 'g' to toggle God Mode ON/OFF #
# * This only works on Open with you as the host/creator of the #
# game (This gives ALL PLAYERS God Mode) #
# #
# B u i l d H i s t o r y : #
# #
# - Build 11c: - Minor change in the MapHack code #
# #
# - Build 11b: - Fixed another bug XP users ran in to #
# #
# - Build 11: - Added more error checking code #
# - Fixed the 'Unload' buttons #
# - Added option of showing monster positions on the #
# automap #
# - Anti-0x64 was added #
# - More GUI changes #
# #
# - Build 10c: - Added better error checking code #
# - Added a custom WindowName option for D2Loader #
# users #
# - Change the GUI some #
# #
# - Build 10b: - Fixed a bug related to users running Windows XP #
# #
# - Build 10: - Fixed a crash bug in the keyboard hook() #
# #
# - Build 9: - Added toggle ON/OFF support for God Mode to ALL #
# players in your hosted Open games #
# #
# - Build 8: - Started GUI in VB6 #
# #
# - Build 7: - Added toggle ON/OFF support for Cursor Attacking #
# #
# - Build 6: - Version 3 of the anti-flooding technique was added #
# #
# - Build 5: - Version 2 of the anti-flooding technique was added #
# #
# - Build 4: - Anti-packet flooding technique was added #
# #
# - Build 3: - Cursor Attack was added #
# #
# - Build 2: - Prevent sending/displaying while chatting was added #
# #
# - Build 1: - Project started and core was developed #
# #
# F u t u r e P l a n s : #
# #
# - Ability to auto-attack areas (X Y) where monsters are located #
# - Cursor pickup! (Diablo I idea) #
# - Selectable God Mode #
# - More misc. "bot-like" features #
# #
# K n o w n B u g s : #
# #
# - Loading this hack before creating/joining a game crashes #
# the Diablo 2 client. #
# #
Screenie of the GUI so far:
Here are some screen shots from in-game (Just shows the display function):
YOU WILL NEED THIS LIST!
http://www.gamehackers.net/Skills_List.htm
Download your beta copy of my PvM Engine here:
http://www.gamehackers.net/forum/download.php?id=138
And for the record, Build 11c is over 200 Assembler instructions long.
Two hundred!
Build 11 Teaser (Show monster locations on map - Toggle ON/OFF):
__________
Credits go to Blizzhackers
~coolmission