Anti-AFK Honor Leech Bot (AutoIt) menu

User Tag List

Page 7 of 11 FirstFirst ... 34567891011 LastLast
Results 91 to 105 of 154
  1. #91
    Nvcn's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to add a couple of macros? I added power word: shield to the /follow one.
    it would be nice to be able to hit prayer of mending / renew or something

    Anti-AFK Honor Leech Bot (AutoIt)
  2. #92
    mosey6's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    here's a question i haven't seen answered.... where is a good spot to START running this script? should you go into a room all by yourself in a capital city or what? i'm guessing starting it rigbht by the Auction house wouldn't be a wise idea. but being all alone looks suspicious too.

  3. #93
    sariks's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone pls tell me what am i supposed to do with the script in order to make this work pls? im a noob..

  4. #94
    bojanis's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why do people have to sit afk in BGs or PvP action?
    PvP is the most fun in the game so DON'T SIT AFK AND PWN SOME NOOBZ

  5. #95
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bojanis View Post
    why do people have to sit afk in BGs or PvP action?
    PvP is the most fun in the game so DON'T SIT AFK AND PWN SOME NOOBZ
    Why dont you learn/work at school/job ? School/job is fun so learn/work NOOB - Same sentence as you ve used

  6. #96
    Tomas301's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    simple and good stuff there, mate^^

  7. #97
    instaali's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by freehand View Post
    The multiple bg's thing is awesome. I changed it up a bit though

    Code:
    HotKeySet("{F5}", "TogglePause")
    
    Global $Paused, $WinTitle ='World of Warcraft'
    TogglePause()
    
    While 1
    If WinExists($WinTitle) Then
    ControlSend($WinTitle, "", "", "1", 1)
    Sleep(15000)
    Else
    MsgBox(0, "WoW Client not found!", "Have you looked under the bed?" &@CRLF& "TRY HARDER", "", "")
    Exit
    EndIf
    WEnd
    
    Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
    sleep(100)
    ToolTip('Paused (AutoRun/TurnInMarks BG Bot), F5 to resume.',0,0)
    WEnd
    ToolTip("")
    EndFunc
    
    Func Terminate()
    Exit 0
    EndFunc
    Put this macro in slot 1 on your bar
    Code:
    /autobg max 1
    /autobg marks
    /script AcceptBattlefieldPort(1,1)
    /cast [nomounted] MountNameHere
    /targetfriend
    /follow
    It will mount up if you are not. and it will follow the nearest person to you, so you will actually move around and not sit in the gy.

    hope it helps someone
    with what program are u scriptig it?

  8. #98
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by instaali View Post
    with what program are u scriptig it?
    Its AutoIt

  9. #99
    Kelik's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, so, I'm gonna sound like a huge noob, but I'm new to this whole Autoit. I downloaded Autoit and SciTE and put the script in SciTE and saved it as an Autoit file. I opened the 64bit autoit, opened the SciTE file, and turned the bot on in WoW, but nothing happened. I tried it with the non 64bit autoit one too, I have all the macro's set up properly. Would anyone be able to tell me what I'm doing wrong?

  10. #100
    Suthernman's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question: This script doesn't seem to be actually queueing me for any BGs.

    Maybe I've done something wrong here, but all the macros work except for the part where it actually queues me for BGs. I have the tab open to WSG like I want, but it's not doing anything. Halp?

  11. #101
    Suthernman's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Nvm

    I got everything worked out, but now at random intervals I'm getting a fatal error that's saying something about an access violation? It's not like I'm banned or anything, but my wow crashes. Anyone know why?

  12. #102
    bentk's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For anyone having trouble using AutoIT...it's pretty simple (not sure if this has been posted earlier)
    to make this work, basically follow these steps:

    1.SciTE script editor (should be downloaded with AutoIT)
    2. Copy and past the script into the program
    3. Save as "Nameoffile.au3"
    4. Log on, run the script, press F5 and enjoy

  13. #103
    buttlove's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the script, i used to use a jump script inside the cave. this works a lot better.
    been using jump autoitscript for a few years, no bans or warning. I consider myself lucky. my friend got 2 warnings because someone ticket a GM on him, 100% sure it won't be an immediate ban unless you use a bad program.

    question about 3.3 probably coming out tomorrow, random LFG battlegrounds, is that going to change anything? I am thinking it's dependent autobg addon and maybe change 1 line or two in the macro

    thanks again

  14. #104
    hamnok's Avatar Private
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question

    Originally Posted by bentk View Post
    For anyone having trouble using AutoIT...it's pretty simple (not sure if this has been posted earlier)
    to make this work, basically follow these steps:

    1.SciTE script editor (should be downloaded with AutoIT)
    2. Copy and past the script into the program
    3. Save as "Nameoffile.au3"
    4. Log on, run the script, press F5 and enjoy
    Hi,
    I did Step 1-4, but when I press F5 in the game it says that I have no target.
    Am I doing something wrong? Or isn't the script working with 3.3?

  15. #105
    thebangster's Avatar Member
    Reputation
    11
    Join Date
    Mar 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am also curious how we would be able to use this with the current 3.3 patch. Seeing how the addon soley relies on AutoBG. AutoBG is not updated to do "Random Battlegrounds."

Page 7 of 11 FirstFirst ... 34567891011 LastLast

Similar Threads

  1. [Mac] *New* AV Honor Leech Bot: Anti-AFK/Anti-Inactive
    By RichyG in forum World of Warcraft Bots and Programs
    Replies: 73
    Last Post: 10-08-2008, 01:48 PM
  2. [Mac] Nice Anti-AFK (Honor / Marks Farmer)
    By x[JoJo]x in forum World of Warcraft Bots and Programs
    Replies: 37
    Last Post: 09-13-2008, 01:20 PM
  3. Compatability with Anti-AFK honor bots
    By LampShade in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 07-14-2008, 09:28 AM
  4. Fully automatic AV honor leech bot.
    By freeloader_xxl in forum World of Warcraft Bots and Programs
    Replies: 20
    Last Post: 05-26-2008, 02:35 PM
  5. WoW anti AFK and Grinding Bot! It Works!
    By matswurld in forum World of Warcraft General
    Replies: 13
    Last Post: 06-17-2007, 08:01 PM
All times are GMT -5. The time now is 12:54 AM. 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