Simple Yet affective ~Anti AFK Bot~ menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simple Yet affective ~Anti AFK Bot~

    First time making a bot and a guide on here so year be nice, kk here goes

    This bot was made in AutoIT ~ you should all know what this is, and this bot can be used for BG's or anything you want, what it does is jump every 1-4mins, so you dont get ~afk~ flagged and kicked out of the battle grounds.

    ITS called prolive123.exe

    and to use it simply extract from the .rar (use winrar or any other extracter )

    then double click the .exe an icon should show up in your taskbar.
    and its icon should look blue with 2 green A's on it its the script

    Now simply open wow login get into a battleground, find a hiding spot then click f6(TO START, then f7 (TO STOP IT)


    if any1 knows how to make a battleground joiner could you please pm me as i would like to learn


    This script clicks w every 1-12secs


    THANKS

    Please post comments

    and dont flame like (OMG THIS ALRDY BEEN DONE BLAH BLAH BLAH) because its my first 1 and at least im contributing probably not like you... if you do contribute im sorry xD


    DOWNLOAD LINK : : : : : : :: : : -------> : DOWNLOAD MEH!!!!!
    Last edited by Staunton; 08-19-2009 at 06:49 AM.

    Simple Yet affective ~Anti AFK Bot~
  2. #2
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Virus total scan

    antivirus version last update result
    a-squared 4.5.0.24 2009.08.18 -
    ahnlab-v3 5.0.0.2 2009.08.18 -
    antivir 7.9.1.1 2009.08.18 -
    antiy-avl 2.0.3.7 2009.08.18 -
    authentium 5.1.2.4 2009.08.18 -
    avast 4.8.1335.0 2009.08.17 -
    avg 8.5.0.406 2009.08.18 -
    bitdefender 7.2 2009.08.18 -
    cat-quickheal 10.00 2009.08.18 -
    clamav 0.94.1 2009.08.18 -
    comodo 2009 2009.08.18 -
    drweb 5.0.0.12182 2009.08.18 -
    esafe 7.0.17.0 2009.08.17 suspicious file
    etrust-vet 31.6.6683 2009.08.18 -
    f-prot 4.4.4.56 2009.08.18 -
    f-secure 8.0.14470.0 2009.08.18 -
    fortinet 3.120.0.0 2009.08.18 -
    gdata 19 2009.08.18 -
    ikarus t3.1.1.68.0 2009.08.18 -
    jiangmin 11.0.800 2009.08.18 -
    k7antivirus 7.10.820 2009.08.17 -
    kaspersky 7.0.0.125 2009.08.18 -
    mcafee 5712 2009.08.17 -
    mcafee+artemis 5712 2009.08.17 -
    mcafee-gw-edition 6.8.5 2009.08.18 -
    microsoft 1.4903 2009.08.18 -
    nod32 4344 2009.08.18 -
    norman 6.01.09 2009.08.17 -
    nprotect 2009.1.8.0 2009.08.18 -
    panda 10.0.0.14 2009.08.17 -
    pctools 4.4.2.0 2009.08.17 -
    prevx 3.0 2009.08.18 high risk worm
    rising 21.43.12.00 2009.08.18 -
    sophos 4.44.0 2009.08.18 -
    sunbelt 3.2.1858.2 2009.08.18 -
    symantec 1.4.4.12 2009.08.18 -
    thehacker 6.3.4.3.383 2009.08.13 -
    trendmicro 8.950.0.1094 2009.08.18 -
    vba32 3.12.10.9 2009.08.18 -
    virobot 2009.8.18.1888 2009.08.18 -
    virusbuster 4.6.5.0 2009.08.17 -
    Last edited by Staunton; 08-18-2009 at 04:37 AM. Reason: This is the virus total scan for the .exe

  3. #3
    namelessgnome's Avatar Contributor
    Reputation
    108
    Join Date
    May 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Clean

    Made in auto it

    presses the w button every 6-12 sec at random

  4. #4
    Kallblodig's Avatar Contributor
    Reputation
    113
    Join Date
    Dec 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make it move once every 2-3 minutes instead. Since AFK time = 4 minutes
    Great to see a new contributor tho
    +rep

  5. #5
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay, heres the code for 2mins-3:30mins,

    THIS IS FOR ALL THOSE NUBS WHO R SCARED OF VIRUSSES Or for learning purposes:

    WinWaitActive("World of Warcraft")


    HotKeySet("{F6}", "Start")
    HotKeySet("!{F7}","Quit")

    TogglePause()

    func Start()
    HotKeySet("{F6}")
    HotKeySet("{F6}", "TogglePause")
    ToolTip('-A-N-T-I--A-F-K- has started.',0,0)
    While 1
    Send("{w}")
    Sleep(Random(6000,183000))
    WEnd
    EndFunc

    Func TogglePause()
    ToolTip('-A-N-T-I--A-F-K- has Stopped.',0,0)
    HotKeySet("{F7}")
    HotKeySet("{F7}", "Start")
    While 1
    sleep(100)
    WEnd
    EndFunc

    func Quit()
    Exit
    EndFunc

  6. #6
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    soz double posting but this is too help you learn what it does

    WinWaitActive("World of Warcraft")


    HotKeySet("{F6}", "Start") :HOT KEY1
    HotKeySet("!{F7}","Quit") :HOT KEY 2

    TogglePause()

    func Start()
    HotKeySet("{F6}")
    HotKeySet("{F6}", "TogglePause")
    ToolTip('-A-N-T-I--A-F-K- has started.',0,0) : this shows it has started in top left corner of your screen
    While 1
    Send("{w}") :tells you what it sends in thise case a "W"
    Sleep(Random(6000,183000)) : omg wtf is this????? its the time inbetween as u c its random
    WEnd
    EndFunc

    Func TogglePause()
    ToolTip('-A-N-T-I--A-F-K- has Stopped.',0,0) : this shows if you alt tab that anti afk has stopped
    HotKeySet("{F7}")
    HotKeySet("{F7}", "Start")
    While 1
    sleep(100)
    WEnd
    EndFunc

    func Quit()
    Exit
    EndFunc
    soz but im going to play wow would tell more bat thats all you needf to know if your startin autoit

  7. #7
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    soz double posting but this is too help you learn what it does

    WinWaitActive("World of Warcraft")


    HotKeySet("{F6}", "Start") :HOT KEY1
    HotKeySet("!{F7}","Quit") :HOT KEY 2

    TogglePause()

    func Start()
    HotKeySet("{F6}")
    HotKeySet("{F6}", "TogglePause")
    ToolTip('-A-N-T-I--A-F-K- has started.',0,0) : this shows it has started in top left corner of your screen
    While 1
    Send("{w}") :tells you what it sends in thise case a "W"
    Sleep(Random(6000,183000)) : omg wtf is this????? its the time inbetween as u c its random
    WEnd
    EndFunc

    Func TogglePause()
    ToolTip('-A-N-T-I--A-F-K- has Stopped.',0,0) : this shows if you alt tab that anti afk has stopped
    HotKeySet("{F7}")
    HotKeySet("{F7}", "Start")
    While 1
    sleep(100)
    WEnd
    EndFunc

    func Quit()
    Exit
    EndFunc
    soz but im going to play wow would tell more bat thats all you needf to know if your startin autoit

  8. #8
    godmodeon's Avatar Banned
    Reputation
    21
    Join Date
    Aug 2009
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ugh im really not that familiar with autoit. anyone have like a tutorial?

  9. #9
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    umm, ill have a look for u, but if you jsut after anti afk just copy script i gave ou up there paste it in and compile then run

  10. #10
    apollo127's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive been lookin for one of these all day! I edited the code you posted above to use space instead of W and it works perfect, great job!
    Last edited by apollo127; 08-20-2009 at 06:15 PM.

  11. #11
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thnx mate, and i was lookin for u man but then i sort of got side tracked soz lol google AutoIt Tut and you should find some

  12. #12
    Smexer's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol... are u serious? takes me 30sek to "code" a "bot" like that in AutoIt.
    Thats no contribution, thats spam.

  13. #13
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well im sorry, i dont no the code like u and atleast i got a life.... OH GG *soz but im a bit pi ss ed atm just lost bball T.T and smex *Up URS!!!!! (up wat??? hmmmmmm i dont no)

  14. #14
    azzclown's Avatar Member
    Reputation
    46
    Join Date
    Mar 2009
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey dont ever upload to virustotal, they send information to all the avs companys and you know the rest. Use this site instead NoVirusThanks - Home

    Thanks for the guide
    Trading 3 wotlk account for a us gamecard

  15. #15
    Staunton's Avatar Member
    Reputation
    4
    Join Date
    Jun 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hahahahaha, i say azzclown makes viruses cuz i used to and thats wat i used to use.... so what if they send it to the companies... next releases of autoit i make ill giv code then no need virus scan

Similar Threads

  1. TeensyBot - Simple automation and anti-afk bot(undetectable, probably forever)
    By bluez31 in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 05-14-2010, 11:07 AM
  2. Yet Another Anti Afk Bot
    By ValouFR in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 05-30-2009, 12:06 PM
  3. Kekteam Simple anti Afk bot
    By Zulrex in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 07-16-2008, 07:26 AM
  4. [marathon] Simple EASY TO USE BG Anti-AFK Bot
    By marathon in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 12-15-2007, 05:01 PM
All times are GMT -5. The time now is 08:02 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