09-10-2005, 01:55 PM
Here's a lil thing that stops d2 from minimizing... well it do not completely stops it from minimizing but it brings back the window instantly when u click outside of the window
Just start d2 then start the exe file (wherever u are in game) and voila !
the d2 window title HAS to be Diablo II and only that...
Press 6 to stop the script when u want.
Here's the code for those interested in auto-it v3:
and here's the compiled exe:
http://paperchat.free.fr/Paper's%20Anti-Minimize.rar
Just start d2 then start the exe file (wherever u are in game) and voila !
the d2 window title HAS to be Diablo II and only that...
Press 6 to stop the script when u want.
Here's the code for those interested in auto-it v3:
Code:
HotKeySet("6", "Terminate")
Opt("WinTitleMatchMode", 3)
while 1
If WinExists("Diablo II") Then
WinActivate("Diablo II")
endif
wend
Func Terminate()
Exit 0
EndFunc
and here's the compiled exe:
http://paperchat.free.fr/Paper's%20Anti-Minimize.rar