Blizzard Sector
Auto potion feature - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Auto potion feature (/thread-25902.html)



Auto potion feature - GenocideMachine - 12-28-2005

Do any hacks or mods have the auto potion feature that was in Zoid for 1.10?


Auto potion feature - Snipz - 12-28-2005

I have some but I dont know if i should give them out.


Auto potion feature - GenocideMachine - 12-28-2005

no need to be a jew about it


Auto potion feature - Tetsumaru - 12-28-2005

lol snipz is joking, no theres not, and you will get banned if you try anything, people are getting banned for even mm.bot ~_~


Auto potion feature - Snipz - 12-29-2005

Actually im not joking and it wont get you banned because it uses pixel check works for health and mana. I have so much stuff thats not even out yet. Like Meph, Andy, and Baal bots using mm.bot without the use of a maphack.


Auto potion feature - GenocideMachine - 12-29-2005

teehee. You're sig is kinda cute. Maybe we should you know... cyber


Auto potion feature - Mc_Blackzon - 12-29-2005

Spam /\ so how do you have all these programs that arn't released??? Friends with creator?? U make em?


Auto potion feature - Snipz - 12-29-2005

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.

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.