Acidic WoW Bot menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you kidding me? This bot was created my AcidicChip when WoW was first released. HE IS NOT THE ORIGINAL CREATOR... And this bot doesn't even work very well either...

    Acidic WoW Bot
  2. #17
    jesscane31's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seems to complex.. ill stick with glider

  3. #18
    blessed's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ; <AUT2EXE VERSION: 3.0.102.0>

    ; ----------------------------------------------------------------------------
    ; <AUT2EXE INCLUDE-START: C:\Documents and Settings\Chance\Desktop\Acidic WoW.au3>
    ; ----------------------------------------------------------------------------

    ; ----------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.0
    ; Language: English
    ; Platform: Win9x / NT
    ; Author: A.N.Other <[email protected]>
    ;
    ; Script Function:
    ; Template AutoIt script.
    ;
    ; ----------------------------------------------------------------------------


    ; ----------------------------------------------------------------------------
    ; Set up our defaults
    ; ----------------------------------------------------------------------------

    ;AutoItSetOption("MustDeclareVars", 1)
    AutoItSetOption("MouseCoordMode", 0)
    AutoItSetOption("PixelCoordMode", 0)
    ;AutoItSetOption("RunErrorsFatal", 0)
    ;AutoItSetOption("TrayIconDebug", 1)
    ;AutoItSetOption("WinTitleMatchMode", 4)


    ; ----------------------------------------------------------------------------
    ; Script Start
    ; ----------------------------------------------------------------------------
    $name = "Acidic WoW"
    $version = "v0.67"
    $demo = 1
    $maxkills = 10
    $kills = 0
    $loots = 0

    HotKeySet("^!x", "MyExit")
    Func MyExit()
    Exit
    EndFunc

    Func Status($message)
    $stats = ""
    $stats = $stats & "Life: " & LifeValue() & "%" & @LF
    $stats = $stats & "Mana: " & ManaValue() & "%" & @LF
    $stats = $stats & @LF
    $stats = $stats & "Estimated Kills: " & $kills & @LF
    $stats = $stats & "Estimated Loots: " & $loots
    If EnemyExists() = 1 Then
    $stats = $stats & @LF & @LF
    $stats = $stats & "Enemy Life: " & EnemyLifeValue() & "%"
    EndIf
    If $demo = 1 Then
    TrayTip($name & " " & $version & " (DEMO)", $message & @LF & @LF & $stats, 10, 1)
    Else
    TrayTip($name & " " & $version, $message & @LF & @LF & $stats, 10, 1)
    EndIf
    EndFunc

    Func Test()
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "291.5: " & PixelGetColor(291.5,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "282: " & PixelGetColor(282,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "274: " & PixelGetColor(274,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "265: " & PixelGetColor(265,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "257: " & PixelGetColor(257,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "248: " & PixelGetColor(248,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "240: " & PixelGetColor(240,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "231: " & PixelGetColor(231,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "223: " & PixelGetColor(223,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "214: " & PixelGetColor(214,6)
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    MsgBox(4096, $name & " " & $version, "206: " & PixelGetColor(206,6)
    EndFunc

    Func LifeValue()
    $lifespot = 162
    $lifepercent = 100
    While $lifespot >= 77
    If PixelGetColor($lifespot,69) >= 30000 And PixelGetColor($lifespot,69) <= 55000 Then
    $life = $lifepercent
    ExitLoop
    EndIf
    $lifespot = $lifespot - 8.5
    $lifepercent = $lifepercent - 10
    If $lifepercent <= 0 Then
    $life = 0
    ExitLoop
    EndIf
    Wend
    Return $life
    EndFunc

    Func ManaValue()
    $manaspot = 162
    $manapercent = 100
    While $manaspot >= 77
    If PixelGetColor($manaspot,79) >= 100 And PixelGetColor($manaspot,79) <= 200 Then
    $mana = $manapercent
    ExitLoop
    EndIf
    $manaspot = $manaspot - 8.5
    $manapercent = $manapercent - 10
    If $manapercent <= 0 Then
    $mana = 0
    ExitLoop
    EndIf
    Wend
    Return $mana
    EndFunc

    Func EnemyExists()
    If PixelGetColor(290,56) >= 10000000 And PixelGetColor(290,56) <= 15000000 Then
    Return 1
    ElseIf PixelGetColor(290,56) >= 5500000 And PixelGetColor(290,56) <= 7000000 Then
    Return 1
    Else
    Return 0
    EndIf
    EndFunc

    Func EnemyLifeValue()
    $enemylifespot = 291
    $enemylifepercent = 100
    While $enemylifespot >= 206
    If PixelGetColor($enemylifespot,6 >= 35000 And PixelGetColor($enemylifespot,6 <= 55000 Then
    $enemylife = $enemylifepercent
    ExitLoop
    EndIf
    $enemylifespot = $enemylifespot - 8.5
    $enemylifepercent = $enemylifepercent - 10
    If $enemylifepercent <= 0 Then
    $enemylife = 0
    ExitLoop
    EndIf
    Wend
    Return $enemylife
    EndFunc

    Func Loot()
    Status("Attempting to loot.")
    $didloot = 0
    $x = 50
    $y = 300
    While $y <= 550
    If EnemyExists() = 1 And EnemyLifeValue() > 0 Then ExitLoop
    MouseMove($x, $y, 1)
    Send("{LSHIFT DOWN}")
    MouseClick("right")
    Send("{LSHIFT UP}")
    If PixelGetColor(34,123) = 0 Then
    $didloot = 1
    $loots = $loots + 1
    Status("Loot attempt successful.")
    Send("{ESC}")
    EndIf
    Sleep(25)
    $x = $x + 50
    If $x = 750 Then
    $y = $y + 50
    $x = 50
    EndIf
    WEnd
    If EnemyExists() = 1 Then
    Send("{ESC}")
    EndIf
    If $didloot = 0 Then
    Status("Loot attempt failed.")
    EndIf
    Send("{HOME 5}{END 2}")
    Sleep(1000)
    EndFunc

    Func LoadingMagic()
    If PixelGetColor(332,569) >= 6500000 And PixelGetColor(332,569) <= 8000000 Then
    Return 1
    Else
    Return 0
    EndIf
    EndFunc

    Func LocateEnemy()
    Status("Locating enemy position.")
    $locatecycles = 0
    Send("2")
    Sleep(500)
    While LoadingMagic() = 0
    If EnemyExists() = 0 Then
    ExitLoop
    EndIf
    Send("{RIGHT DOWN}")
    Sleep(250)
    Send("{RIGHT UP}")
    If EnemyExists() = 0 Then
    Send("{TAB}")
    EndIf
    Send("2")
    Sleep(500)
    $locatecycles = $locatecycles + 1
    If $locatecycles = 10 Then
    Send("{ESC}")
    ExitLoop
    EndIf
    WEnd
    Status("Enemy position located.")
    EndFunc

    Func AttackEnemy()
    Status("Attacking enemy.")
    While EnemyExists() = 1
    Status("Attacking enemy.")
    Send("3")
    Sleep(500)
    If LoadingMagic() = 0 Then
    LocateEnemy()
    EndIf
    While LoadingMagic() = 1
    Sleep(250)
    WEnd
    WEnd
    Status("Enemy defeated.")
    $kills = $kills + 1
    If $kills = $maxkills Then
    If $demo = 1 Then
    MsgBox(4096, $name & " " & $version, "This is a demo version which ends after " & $maxkills & " kills.")
    Exit
    EndIf
    EndIf
    EndFunc

    Func Move()
    ;Send("{NUMLOCK}")
    Send("{RIGHT DOWN}")
    Sleep(500)
    Send("{RIGHT UP}")
    ;Send("{NUMLOCK}")
    EndFunc

    While 1 = 1
    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    Move()

    If LifeValue() >= 80 Then
    If ManaValue() >= 80 Then
    Status("Looking/Waiting for enemy.")
    Send("{TAB}")
    Else
    Status("Waiting for mana to regenerate.")
    EndIf
    Else
    Status("Waiting for life to regenerate.")
    EndIf

    Sleep(1000)

    If EnemyExists() = 1 Then
    Status("Enemy detected.")
    Send("t")
    Sleep(2000)
    While EnemyExists() = 1
    LocateEnemy()
    AttackEnemy()
    Sleep(1000)
    WEnd
    Loot()
    EndIf
    Wend
    Sleep(10000)

    ; ----------------------------------------------------------------------------
    ; <AUT2EXE INCLUDE-END: C:\Documents and Settings\Chance\Desktop\Acidic WoW.au3>
    ; ----------------------------------------------------------------------------
    Last edited by blessed; 08-03-2008 at 08:56 PM.

  4. #19
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eeew, pixel bot.

    Epic fail.

  5. #20
    blessed's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Yup epic fail!!!!

    that is the source for the bot that this person is claiming as their own...
    Uber Noob

  6. #21
    PaNiC RooM's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2007
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice find tbh

  7. #22
    cpy's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet is it free bot but for real free?

  8. #23
    Sarnaxx's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would Blizzard Warden detect home-written programs or only programs similar to this? I wrote this in another forum and received no replies sorry for piggy-backing onto this thread. Do they detect based on known programs or would you be able to write your own non-detecteable bots?

  9. #24
    fearthefish's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ick.. Glider ftw. Not a fan of this..

  10. #25
    killerrr70's Avatar Member
    Reputation
    12
    Join Date
    Jun 2008
    Posts
    183
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hrmm guys, any one got it working properly?? i tried it on my mage but he casts and turns in a circle , but then it says target must be infront of you.
    and when the mob comes closes my mage starts to mele him

  11. #26
    mmoproz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think glider is better

Page 2 of 2 FirstFirst 12

Similar Threads

  1. WoW bot
    By Zim in forum World of Warcraft General
    Replies: 0
    Last Post: 12-04-2006, 08:11 AM
  2. Any WoW bot at all
    By Octagon in forum World of Warcraft General
    Replies: 6
    Last Post: 10-19-2006, 05:37 AM
  3. WoW bot program. NOT wow glider
    By Disphotic in forum World of Warcraft General
    Replies: 3
    Last Post: 10-17-2006, 12:39 PM
  4. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
  5. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
All times are GMT -5. The time now is 07:07 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search