Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto potion feature
#1
Do any hacks or mods have the auto potion feature that was in Zoid for 1.10?
Reply
#2
I have some but I dont know if i should give them out.
[Image: Snipz.png]
Reply
#3
no need to be a jew about it
Reply
#4
lol snipz is joking, no theres not, and you will get banned if you try anything, people are getting banned for even mm.bot ~_~
Reply
#5
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.
[Image: Snipz.png]
Reply
#6
teehee. You're sig is kinda cute. Maybe we should you know... cyber
Reply
#7
Spam /\ so how do you have all these programs that arn't released??? Friends with creator?? U make em?
Reply
#8
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.
[Image: Snipz.png]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto mule etal devonfym 1 151 07-20-2012, 11:13 AM
Last Post: comper
  auto msg d2etal bot hasn't been config'd Stinky 3 195 05-04-2012, 08:33 AM
Last Post: comper
  d2nt turn off potion/merc NPC's Bervan 0 219 02-14-2012, 01:27 AM
Last Post: Bervan
  Bot keep buying potion right after he uses one!!! Kreyodd 5 301 12-21-2011, 11:27 PM
Last Post: comper
  New File Added: Auto Tele 1.7 for v1.13d Spitfire 0 1,317 12-01-2011, 06:13 PM
Last Post: Spitfire
  Chickening and potion drinking bot? Is existing something like that? yazzzerrr 4 382 06-23-2011, 12:57 AM
Last Post: TyKe
  D2NT Potion problem XsatsujinX 0 486 05-08-2011, 07:06 AM
Last Post: XsatsujinX
  Auto muling and saving gcs with only certain ilvls RealNate 2 392 02-16-2011, 05:07 PM
Last Post: RealNate
  Small rejv Potion Drizzt-1 0 228 08-16-2010, 10:41 AM
Last Post: Drizzt-1
  Auto Teleport 1.3 HaZz4rD 1 1,883 07-11-2008, 10:22 AM
Last Post: NINGEN

Forum Jump:


Users browsing this thread: 1 Guest(s)