Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2
You last visited: Today at 11:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Au.Map 1.3.1

Discussion on [Release] Au.Map 1.3.1 within the Diablo 2 forum part of the Other Online Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2
Received Thanks: 0
[Release] Au.Map 1.3.1

Hallo an alle will das auch mal beitragen zu den ganzen Progies hier....

Also ist noch von mir sondern von . shaggi

I made some changes to the original version and found it alot neater, so i'm releasing this in case anybody still has interest

Code:
- Draws lines on Diablo II window which points to warp objects (see next section)
   - Writes serverip
   - Xp Counter
   - Has chicken (Set chicken % in Settings.ini)
   - Logs ingame messages in a seperate file "Messages", and notifies you if something happens ingame, and your Diablo II isn't active.
   - Writes "Autumn" in big nice letters
   - Item lvl reader.
   - Copies any item selected in Diablo II to clipboard (press CTRL+C)
   - Remembers game and pass of the previous game and writes under the "game" and "pass" sections when you're @ "Join Game" screen:


Picture:



How to use:
Simply open Autumn.exe. It will create a fresh Settings.ini itself. From here, you will have to choose an already existing Diablo window or open a new one.
Select the one you prefer in the list and press install:



Simple as that! You don't have to be ingame or in lobby, it doesn't care.
Alternately, open Au.Compass which has all the same features, however opens in its own window. This might be less intrusive. It looks like this:



If you are having problems, try running Au.Debug.exe (still version 1.2), which opens up a console and debugs too it.

To copy stats of an item into the clipboard, simply hover an item and press CTRL + C.

Traymenu:



The traymenu gives access to the ilvl feature. Click the selected field, and hover a item:



The boxes is by default removable, however if you want to lock them in one place, select lock labelboxes.
Changelog:

Code:
18/12 '10 - Version 1.3.1 (Update)
   - Finally fixed the statreading function. This should essentially fix every problem with this program not drawing lines / wrong xp etc.
      As an unfortunate fallback, Autumn is a little heavier on resources now, since it has too scan a lot of more memory
      You can, however, disable both the chicken and the experience counter, which should reduce the cpu load too nearly nothing
   - Fixed storing of window longs to properly enable the "lock labelboxes" function
   - Some minor code improvements and stripping
   - New ability to trap the mouse inside the diablo window, as long as it's active (ALT+Tab out)
            06/12 '10 - Version 1.3 (Release)
   - Redesigned some windows functions like traytip and tooltip to use own funcs.
   - The program now uses the same memory and dll handles throughout execution, which reduces cpu load a lot.
   - Recoded a lot. MUCH BETTER
   - Copies the item the mouse hovers if you press CTRL+C to the clipboard
   - Added a starter gui, which allows to choose between Diablo windows and start new ones (Autumn now supports multiple instances of Diablo!)
   - Included Au.Debug.exe which will help detecting any problems.
   - New program included!
      - Au.Compass is a scaled down version of the original version, which draws on it's own GUI (but it's basically the same)

   5/11 '10 - Version 1.2 (Beta)
   - Added Itemlvl Reader (open up the traymenu)
   - Redesign.
   - Fixed previous bug (again...)
   - Fixed the bug with Au.Map killing innocent windows

   4/11 '10 - Version 1.1.1 (Update)
   - Fixed a bug where Au.Map wouldn't correctly read Diablo II path from the registry.
   - The boxes no longer shows as windows in the traybar.

   4/11 '10 - Version 1.1 (Release)
   - Recoded a lot, so it will be quicker and less cpu-demanding.
   - Added xp-counter.
   - Changed the drawing functions to draw on the minimap, instead of screen.
   - Minmizes / deactives and backwards correctly now
   - Recoded memory algorithms to return correct numbers.
   - Also chickens if you arent moving (whoops!)
   - A lot of aestetichs - labels are now drawn on own windows for the following reasons:
      : You can move them around
      : You can actually read the text.
      : Text wont flicker
   - Pops up traytips if someone joins or leaves your game, or if someone messages you, while your d2 is minimized

   25/10 '10 - Version 1.0 (Release)
   - Initial Release.
Is it safe?
The point of this "maphack" was to make it as safe as possible. Au.Map doesn't change Diablo's memory in any way at all, doesn't use injection, doesn't call ingame functions. Warden works be scanning certain offsets in Diablo's memory to see if they differ from what they should be. Since Au.Map doesn't change / patch anything, it's undetectable by Warden. Technically it's detectable, but this would require Warden to scan outside it's own memoryspace.

How does it work?
Au.Map creates an transparant window on top of the Diablo II window, which it uses to draw information on. The window ignores user input, meaning even though the Au.Map window is on top, any keystrokes / mouseclicks will fall onto the Diablo II window.

Au.Map basically does the same as this tutorial on Blizzhackers / EoN: viewtopic.php?t=460244 - but doesn't rely on injection using ingamefunctions to draw.
It draws lines to the center of the rooms holding a warp object in the current level. A warp object is: Stairs/entrances, waypoints etc.
This means that the line present doesn't point accurately to an entrance / waypoint, but like ½ screen away.
This also mean that Au.Map isn't able to distinguish between the different lines, so it will point to both stairs + the wp in Durance of Hatred lvl. II

Au.Map's chicken is very simple: It refreshes currentlife and maxlife 30 times / second, and checks whether it's under the current percent set in Settings.ini. If cap is triggered, it will automatically leave the game in ~ .3 seconds. The chicken automatically detects extra life (like bo). The chicken is disabled when you're in town. If you want to disable the chicken, set CHICKENPERCENT to -1.
Au.Compass works exactly like Au.Map, however creates it's own window to draw on instead.

Requirements
If you run Windows xp, you might want to use Au.Compass instead of the original version.
The layered window effects probably wont work well on Windows Xp / lower versions.
I adjusted the main thread to not eat the cpu to much. Uses 0-3 % on my computer (dual-core x64 1,7 ghz)
Autumn cannot draw on a Diablo if you're running it fullscreen. Recommended to run it windowed in 800x600 mode.
Remember to run as administrator.

Credits

Rain - For constantly helping me program lol
Fuhrmanator - For providing a function used to read strings from Diablo II's memory
Gnarmock - Giving the idea.
Murder567 - for DiaApiConstants and some funcs
D2BS dev team.

Download Link:



Created by: Shaggi

Viel Spass an alle
xXpr0g4merXx is offline  
Old 12/28/2010, 16:07   #2

 
Denny456's Avatar
 
elite*gold: 358
Join Date: Jul 2009
Posts: 1,519
Received Thanks: 288
schau mal hier nach habe ich schin gepostet

Denny456 is offline  
Old 12/28/2010, 18:45   #3
 
elite*gold: 0
Join Date: Oct 2007
Posts: 127
Received Thanks: 4
Quote:
Originally Posted by Denny456 View Post
schau mal hier nach habe ich schin gepostet

iwie hab ich das gefühl das ich in 5 sec banned bin wenn ich das anwerfe^^ sieht bissel to much aus^^
Psyrodon is offline  
Old 12/28/2010, 18:59   #4
 
spankyvz's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 234
Received Thanks: 15
Quote:
Originally Posted by Psyrodon View Post
iwie hab ich das gefühl das ich in 5 sec banned bin wenn ich das anwerfe^^ sieht bissel to much aus^^
bist nich der einzige, auch wenn das als safe beschrieben wird, trau ich dem ganzem nich...
spankyvz is offline  
Old 12/28/2010, 19:01   #5
 
elite*gold: 0
Join Date: Oct 2007
Posts: 127
Received Thanks: 4
Quote:
Originally Posted by spankyvz View Post
bist nich der einzige, auch wenn das als safe beschrieben wird, trau ich dem ganzem nich...
es gab DAMALS nen MH (simpsons icon) der hatte auch so tolle sachen hab des einmal mit allen sachen angeworfen ausgelogt und ...

Acc closed by (8) ^^
Psyrodon is offline  
Old 12/28/2010, 19:55   #6
 
Lapuertas's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 166
Received Thanks: 8
lol y kenn ich auch noch
Lapuertas is offline  
Old 12/28/2010, 20:07   #7
 
njomnjomnjom's Avatar
 
elite*gold: 20
Join Date: Mar 2009
Posts: 1,356
Received Thanks: 736
Ich habe es nicht auf Viren geprüft (nur als Anmerkung)


Aber soweit es Warden betrifft: Es ist save.

Shaggi selbst sagt:
Quote:
It all depends. Of course you cannot say something is 100% safe, but what makes this program different from others is, that it works completely outside of diablo's memoryspace, ie. it cannot be detected. It doesn't in any way change diablos memory.
This should be the safest of the safest.
Und:
Quote:
Is it safe?
The point of this "maphack" was to make it as safe as possible. Au.Map doesn't change Diablo's memory in any way at all, doesn't use injection, doesn't call ingame functions. Warden works be scanning certain offsets in Diablo's memory to see if they differ from what they should be. Since Au.Map doesn't change / patch anything, it's undetectable by Warden. Technically it's detectable, but this would require Warden to scan outside it's own memoryspace.
Keine bekannten Bans bisher auf eon.

Scannt mal bitte einer das was er gepostet hat?
Hier wäre der Originallink btw:
njomnjomnjom is offline  
Old 12/28/2010, 22:39   #8

 
Denny456's Avatar
 
elite*gold: 358
Join Date: Jul 2009
Posts: 1,519
Received Thanks: 288
das was ich in den spam thread gepostet habe ist der direckte link von eon

Virustotal scan
Code:
Antivirus 	Version 	Last Update 	Result
AhnLab-V3	2010.12.29.00	2010.12.28	-
AntiVir	7.11.0.211	2010.12.28	TR/Dropper.Gen
Antiy-AVL	2.0.3.7	2010.12.28	-
Avast	4.8.1351.0	2010.12.28	-
Avast5	5.0.677.0	2010.12.28	-
AVG	9.0.0.851	2010.12.28	-
BitDefender	7.2	2010.12.28	-
CAT-QuickHeal	11.00	2010.12.28	-
ClamAV	0.96.4.0	2010.12.28	-
Command	5.2.11.5	2010.12.28	-
Comodo	7218	2010.12.28	-
DrWeb	5.0.2.03300	2010.12.28	-
Emsisoft	5.1.0.1	2010.12.28	-
eSafe	7.0.17.0	2010.12.28	-
eTrust-Vet	36.1.8067	2010.12.28	-
F-Prot	4.6.2.117	2010.12.28	-
F-Secure	9.0.16160.0	2010.12.28	-
Fortinet	4.2.254.0	2010.12.28	-
GData	21	2010.12.28	-
Ikarus	T3.1.1.90.0	2010.12.28	-
Jiangmin	13.0.900	2010.12.28	-
K7AntiVirus	9.75.3372	2010.12.28	-
Kaspersky	7.0.0.125	2010.12.28	-
McAfee	5.400.0.1158	2010.12.28	-
McAfee-GW-Edition	2010.1C	2010.12.28	-
Microsoft	1.6402	2010.12.28	-
NOD32	5740	2010.12.28	a variant of Win32/Injector.DZQ
Norman	6.06.12	2010.12.28	-
nProtect	2010-12-28.01	2010.12.28	-
Panda	10.0.2.7	2010.12.28	Suspicious file
PCTools	7.0.3.5	2010.12.28	-
Prevx	3.0	2010.12.28	-
Rising	22.80.01.03	2010.12.28	-
Sophos	4.60.0	2010.12.28	-
SUPERAntiSpyware	4.40.0.1006	2010.12.28	-
Symantec	20101.3.0.103	2010.12.28	-
TheHacker	6.7.0.1.106	2010.12.27	-
TrendMicro	9.120.0.1004	2010.12.28	-
TrendMicro-HouseCall	9.120.0.1004	2010.12.28	-
VBA32	3.12.14.2	2010.12.28	-
VIPRE	7864	2010.12.28	-
ViRobot	2010.12.28.4225	2010.12.28	-
VirusBuster	13.6.117.0	2010.12.28	-
ich hoffe man kann es lesen
Denny456 is offline  
Old 12/29/2010, 13:12   #9
 
mirkoregge's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 3,170
Received Thanks: 1,191
d2nt map mit helper funktion von lanara find ich angenehmer als das hier
mirkoregge is offline  
Old 12/29/2010, 13:13   #10

 
Denny456's Avatar
 
elite*gold: 358
Join Date: Jul 2009
Posts: 1,519
Received Thanks: 288
stimmt aber ich einzig nützliche was ich an dem teil da finde ist der ingame ilvl viewer
Denny456 is offline  
Old 12/29/2010, 13:19   #11
Administrator
 
Muddy Waters's Avatar
 
elite*gold: 41364
Join Date: Jan 2010
Posts: 22,729
Received Thanks: 12,622
Quote:
Originally Posted by Denny456 View Post
stimmt aber ich einzig nützliche was ich an dem teil da finde ist der ingame ilvl viewer
...den man bei D2NT auch hat.

Lg
Muddy
Muddy Waters is offline  
Old 12/29/2010, 13:29   #12

 
Denny456's Avatar
 
elite*gold: 358
Join Date: Jul 2009
Posts: 1,519
Received Thanks: 288
aber ich glaube nicht wenn man mal selber spielt oder kann man anzeigen das er immer das ilvl anzeigt?
Denny456 is offline  
Old 12/29/2010, 17:32   #13
 
spankyvz's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 234
Received Thanks: 15
redvex hat nen ilvl viewer, damit bist voll bedient
spankyvz is offline  
Old 12/29/2010, 18:35   #14
 
spankyvz's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 234
Received Thanks: 15
bei mir öffnet sich nichtmal ein fenster, der prozess wird paar sekunden später geschlossen...
spankyvz is offline  
Reply




All times are GMT +1. The time now is 11:24.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.