auto it anti-afk pvp bot menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    auto it anti-afk pvp bot

    -----)(Please leave the copyright text intact)(-----
    This post is copyright by the user posting it and MMOwned.com - World of Warcraft Exploits,Hacks, Bots and Guides, where it was posted. You may not copy or reproduce this information on any other site without written permission from both the poster and MMOwned.com

    this program signs up for BG, and is anti-afk. it was a simple script, but has a few security measures. you wont get banned unless you anti pvp in ab or wsg. this is preferably for av.

    it moves every once in awhile. and keeps in a 50 foot radius. if someone sees you they wont think you're botting.

    to cancel using this bot simply go to your task bar and right click it and hit close. it's simple.

    1. run wow
    2.make sure you're facing north to the battlemaster
    3.open the bot
    4.click on wow
    5. enjoy

    http://www.uploading.com/files/U959U...world.exe.html

    auto it anti-afk pvp bot
  2. #2
    darkninja's Avatar Active Member
    Reputation
    29
    Join Date
    Jul 2006
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    http://www.virustotal.com/vt/en/resu...43db26baba09f1

    ... well i know is autoit but idk bout all that other stuff...

    $$$ gained from hacking= $9000+
    I dont scam or phish accounts... I hack them! Website hacking at its finest!

  3. #3
    Relz's Avatar Feed the trolls
    Reputation
    429
    Join Date
    May 2006
    Posts
    2,124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    auto it should only show up as suspicious by one program(i think its esafe?), not as anything else like that....
    "Step right up and shake hands with the devil"

  4. #4
    darkninja's Avatar Active Member
    Reputation
    29
    Join Date
    Jul 2006
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    yeah i was mainly worried about W32/Vundo.D and Worm.Win32.ModifiedUPX.gen!90 (suspicious)...
    Last edited by darkninja; 03-29-2007 at 12:09 AM.

    $$$ gained from hacking= $9000+
    I dont scam or phish accounts... I hack them! Website hacking at its finest!

  5. #5
    Flying Piggy's Avatar Banned
    Reputation
    1169
    Join Date
    Jan 2007
    Posts
    2,286
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    Actualy what the scans are showing is perfectly normal since its been compiled using AutoitV3 , i took a calculator source code which is perfectly harmless and compiled it to see if this was normal or not . What i found when i scaned it is the exact same result as Beastslayers program , but dont just take my word for it , try it yourself . Here bellow is the source for a simple calculator program , use AutoitV3 to compile it and scan it with virustotal.com :

    Code:
    ;
    ; AutoIt Version: 3.0
    ; Language:       English
    ; Platform:       Win9x/NT
    ; Author:         Jonathan Bennett ([email protected])
    ;
    ; Script Function:
    ;   Plays with the calculator.
    ;
    
    
    ; Prompt the user to run the script - use a Yes/No prompt (4 - see help file)
    $answer = MsgBox(4, "AutoIt Example (English Only)", "This script will run the calculator and type in 2 x 4 x 8 x 16 and then quit.  Run?")
    
    
    ; Check the user's answer to the prompt (see the help file for MsgBox return values)
    ; If "No" was clicked (7) then exit the script
    If $answer = 7 Then
        MsgBox(0, "AutoIt", "OK.  Bye!")
        Exit
    EndIf
    
    
    ; Run the calculator
    Run("calc.exe")
    
    
    ; Wait for the calulator become active - it is titled "Calculator" on English systems
    WinWaitActive("Calculator")
    
    
    ; Now that the calc window is active type 2 x 4 x 8 x 16
    ; Use AutoItSetOption to slow down the typing speed so we can see it :)
    AutoItSetOption("SendKeyDelay", 400)
    Send("2*4*8*16=")
    Sleep(2000) 
    
    
    ; Now quit by sending a "close" request to the calc
    WinClose("Calculator")
    
    
    ; Now wait for calc to close before continuing
    WinWaitClose("Calculator")
    
    
    ; Finished!
    The scan came out like this :




    But im not saying that program is 100% safe since im not sure exactly why all Autoit compiled programs show this .
    All im saying is , dont blame Beastslayer for the scan results .
    But still , like all programs , download at your own risk .
    Last edited by Flying Piggy; 03-29-2007 at 12:54 AM.

  6. #6
    darkninja's Avatar Active Member
    Reputation
    29
    Join Date
    Jul 2006
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    Im not saying i didnt trust him im just saying i wasnt sure if auto it did that, i code in auto it i just never scan my own coding.... for obvious reasons... lol!

    $$$ gained from hacking= $9000+
    I dont scam or phish accounts... I hack them! Website hacking at its finest!

  7. #7
    bind's Avatar Contributor
    Reputation
    85
    Join Date
    Jan 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    Here's the source, looks fine to me.

    Code:
    ; <AUT2EXE VERSION: 3.2.2.0>
    
    ; ----------------------------------------------------------------------------
    ; <AUT2EXE INCLUDE-START: C:\Documents and Settings\Owner\Desktop\hello world.au3>
    ; ----------------------------------------------------------------------------
    
    WinActivate("C:\Program Files\World of Warcraft/WoW")
    For $i = 0 to 1 Step 0
    Sleep("1000")
    MouseClick("right", 591, 444, 1)
    ;591, 444
    MouseClick("left", 80, 272, 1)
    ;80,272
    MouseClick("left", 208, 544, 1)
    ;208,544
    Send("1")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("w")
    Send("ws")
    Send("ws")
    Send("ws")
    Send("ws")
    Send("ws")
    Send("ws")
    Send("wa")
    Send("wa")
    Send("wa")
    Send("wa")
    Send("wa")
    Send("wa")
    Send("s")
    Send("s")
    Send("s")
    Send("s")
    Send("s")
    Send("s")
    Send("s")
    Send("s")
    
    Next
    WinClose("World of Warcraft", "<GM>")
    WinKill("C:\Documents and Settings\Owner\Desktop\hello world.au3", "!1")
    WinWaitNotActive("World of Warcraft")
    
    ; ----------------------------------------------------------------------------
    ; <AUT2EXE INCLUDE-END: C:\Documents and Settings\Owner\Desktop\hello world.au3>
    ; ----------------------------------------------------------------------------

  8. #8
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    i dont put keyloggers, or other things that will get you hacked or banned. im a very honest person, and i know how it feels having your account hacked. and yes, that is my script. i have no idea why all auto-it programs do that. it must just be the way it compiles it.

  9. #9
    gileswwe's Avatar Member
    Reputation
    3
    Join Date
    Mar 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    Ok i downloaded thing and ran it when i was in wow but after it clicks on battle master it comes up a little to short to click i wish to join the Battle ground thing any way to fix this?

  10. #10
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot


  11. #11
    MaXe's Avatar Member
    Reputation
    79
    Join Date
    Jan 2007
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    That's strange, Sohanad is a Instant Messaging Worm that spreads itself out to other people.. Hmm maybe the anti-virus systems thinks the program is that..
    - The Mysterious Ways of The Unknown


  12. #12
    Flying Piggy's Avatar Banned
    Reputation
    1169
    Join Date
    Jan 2007
    Posts
    2,286
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    Yep , exactly MaXe . But whats more obscure is the fact that all recent Autoit compiled programs show these results when scaned so i dont know what game the Autoit programing team is playing but its not a very friendly one , thats for sure : )

  13. #13
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    i can try recompiling it again... but my script is already decompiled by Bind, and it has nothing to hack your computer or keylog. besides, how could it be a keylogger? you open wow first then put the script on.
    Yep , exactly MaXe . But whats more obscure is the fact that all recent Autoit compiled programs show these results when scaned so i dont know what game the Autoit programing team is playing but its not a very friendly one , thats for sure : )
    it might be that they just released V3 of their compiler... it came out not too long ago, i could go back to V2, but V3 is a little easier to work with.
    Last edited by Beastslayer; 03-30-2007 at 01:39 PM.

  14. #14
    crazynips123's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: auto it anti-afk pvp bot

    unchka unchka unchka unchka pam pam
    dadadaaaaa
    chkachkadadedawww
    oh yeah

Similar Threads

  1. Anti AFK Without Bot
    By Bloody Chaos in forum World of Warcraft Exploration
    Replies: 9
    Last Post: 10-16-2008, 11:34 AM
  2. What is the best anti afk bg bot?
    By Keo is Back in forum WoW UI, Macros and Talent Specs
    Replies: 4
    Last Post: 09-10-2008, 10:21 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. Auto-Queue/Anti-AFK HonorBot With Source Code (c++)
    By Flying Piggy in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 09-12-2007, 11:13 AM
All times are GMT -5. The time now is 01:41 AM. 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