Atk Bot menu

User Tag List

Thread: Atk Bot

Results 1 to 9 of 9
  1. #1
    Slumlorde's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Atk Bot

    Ok, ive been tring to make a small bot that will just tab and shoot a bow, then atk once the mob gets closer. Ive been able to make this happen but it will only target things in front of me, does anyone know of a way to make my character turn around or a Quarter turn every time a mob is killed so it cycles through mobs around the area instead of ones right in front of me? Here is my code.
    $title = "Tab-Atk"
    HotKeySet("{PAUSE}", "request_end")
    Start_Bot()
    Start_fight()
    func Start_fight()
    while 1
    sleep(9500)
    send("{TABDOWN}")
    sleep(100)
    send("{tabUP}")
    sleep(200)
    send("1")
    sleep(4000)
    send("2")
    sleep(1000)
    send("2")
    sleep(1000)
    send("2")
    sleep(1000)
    send("2")
    sleep(1000)
    send("2")
    sleep(1000)
    send("3")
    sleep(5500)
    ContinueLoop
    wend
    endfunc
    func request_end()
    $MB_YESNO = 4
    $MB_YES = 6

    if MsgBox($MB_YESNO, $title, "End script?") == $MB_YES then
    Exit
    endif
    endfunc

    func Start_Bot()
    $MB_YESNO = 4
    $MB_YES = 6

    if MsgBox($MB_YESNO, $title, "Do you want to start the Bot?") ==

    $MB_Yes then

    else
    Exit
    endif
    endfunc
    Man 52 Views and not one of those ppl know autoit enough to help me ;(
    Last edited by Slumlorde; 06-22-2006 at 11:14 PM.

    Atk Bot
  2. #2
    jaymunee80's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2006
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just guess how long it takes you to do a quarter turn, and do {D} or {ARROWRIGHT} (not sure about the second one) and then do either release or continue to your next step, you cant make it exactly 1/4 because autoit cannot read the games memory. Secondly, you might be able to add in a color check, scan this area for the red text above their head, look in fishbots for codes like that.

  3. #3
    Matt's Avatar Legendary Authenticator enabled
    Reputation
    633
    Join Date
    Feb 2006
    Posts
    2,996
    Thanks G/R
    2/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol thats how i learned to code.. reading other scripts and implementing their features into mine.. until eventually i could do it all on my own

  4. #4
    Slumlorde's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same, just sometimes u need to ask others

  5. #5
    B7huff's Avatar Active Member
    Reputation
    15
    Join Date
    Apr 2006
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .... u guys suck i cant code lol
    O RLY?
    YA RLY.
    NO WAI!

  6. #6
    kotysdca's Avatar Member
    Reputation
    6
    Join Date
    May 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how does one run this? and would this work with a druid or pally?
    Last edited by kotysdca; 06-24-2006 at 02:17 PM.

  7. #7
    DaUberBird's Avatar Active Member
    Reputation
    15
    Join Date
    Apr 2006
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "{RIGHT down}"
    "{RIGHT up}"

    Hope this helps ;-)

  8. #8
    DeadBeet's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would I use this?

  9. #9
    lopolop's Avatar Member
    Reputation
    49
    Join Date
    May 2006
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he wants to turn when the mob is killed...
    here is what u do....
    you have a loop that reads the beginning of the enemy's life(right side i think) If the color of enemy's health is not there subtract like 10 from the X coordinate and repeate until you find the Health value, then return the life value, if none was found enemy is dead,
    Send("{RIGHT down}")
    Sleep (500)
    Send("{RIGHT up}")
    Send("{TAB}")
    and u should be able to figure out the rest... if you dont understand just say so ill make a better explanation better.. also i have some unfinished code for a bot like this if you want it :P

Similar Threads

  1. 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
  2. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  3. Bot for gaining XP
    By JesseG18 in forum World of Warcraft General
    Replies: 1
    Last Post: 03-09-2006, 08:52 PM
  4. World of Warcraft Bot (GetALifeBot) 0.57 working with 1.9.4
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 03-07-2006, 09:43 PM
  5. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 06:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search