I make half. Find them over net. Freinds.
Heres the Life and Mana script in autoit. Its WoW should be easy to convert to Diablo.
PS : Im a dude. I just like pink.
Heres the Life and Mana script in autoit. Its WoW should be easy to convert to Diablo.
Code:
Func LifeValue()
$lifespot = 209
$lifepercent = 100
While $lifespot >= 94
If PixelGetColor($lifespot, 81) >= 6912 And PixelGetColor($lifespot, 81) <= 45312 Then
$life = $lifepercent
ExitLoop
EndIf
$lifespot = $lifespot - 1.15
$lifepercent = $lifepercent - 1
If $lifepercent <= 0 Then
$life = 0
ExitLoop
EndIf
WEnd
Return $life
EndFunc
Func ManaValue()
$manaspot = 209
$manapercent = 100
While $manaspot >= 94
If PixelGetColor($manaspot, 92) >= 69 And PixelGetColor($manaspot, 92) <= 180 Then
$mana = $manapercent
ExitLoop
EndIf
$manaspot = $manaspot - 1.15
$manapercent = $manapercent - 1
If $manapercent <= 0 Then
$mana = 0
ExitLoop
EndIf
Wend
Return $mana
EndFunc
PS : Im a dude. I just like pink.
![[Image: Snipz.png]](http://www.l33tsig.net/sig/Snipz.png)