Step-By-Step Create Your Own AFK Bot! MMOwned Exclusive! menu

User Tag List

Results 1 to 7 of 7
  1. #1
    =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)

    Step-By-Step Create Your Own AFK Bot! MMOwned Exclusive!

    Here you can learn how to make your own bot, MMOWNED EXCLUSIVE! Hand typed by me! Heres what you can learn:
    -A neat exploit
    -Create your own program!

    Lets start!
    The first thing your going to need is the program were using today, called Autoit. Download it here:
    http://www.autoitscript.com/cgi-bin/...t-v3-setup.exe
    Once your done downloading, it's time to create a .au3 file. To do this, open up Your Documents or any folder and click file at the top left corner of the window.(this goes for Windows XP users) Click new and click AutoIt V3 Script. Now right click the file you just created and click edit. It should open up a default editor. (If it doesn't, right click it again and click open with. now click open with a program and click notepad and click ok) It's time to start scripting. Make sure each command is on a new line! The first command were gonna put it is this:
    Code:
    $Msg = MsgBox(1, "AFK Bot", "Make Sure That Your First Four Channels Are Set And There Is No Channel 5. Press Cancel To Exit.")
    This puts a message box on the screen. The message box is a variable and users can do a lot with message box's but now, were only going to use 1 variable. Use this to varify the variable:
    Code:
    If $Msg = 2 Then
    	UserEnd()
    EndIf
    This will see if the user pushed cancel. If it did, it will call the function 'UserEnd' wich will then exit the script. Next we will add:
    Code:
    HotKeySet("{Pause}", "UserEnd")
    This will make it so if you press the Pause button (located 2 buttons to the right of Print Screen) it will call the function 'userend'.
    Here we will create the function 'userend' wich will end the script:
    Code:
    Func UserEnd()
    Exit
    EndFunc
    That simply creates the function.
    Next were going to type in:
    Code:
    WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
    This will simply maximize world of Warcraft.
    Next we want this code:
    Code:
    ControlSend("World of Warcraft", "", "", "/join theafkchannel")
    ControlSend("World of Warcraft", "", "", "{ENTER}")
    This will send '/join theafkchannel to the window World of Warcraft and then press Enter.
    Now we want it to type in the channel 'theafkchannel', that noone else is in, to prevent going afk.
    Code:
    While 1
    ControlSend("World of Warcraft", "", "", "I'm Not AFK!")
    ControlSend("World of Warcraft", "", "", "{ENTER}")
    Sleep(30000)
    WEnd
    Now these are a little tricky. lets go over these lines. The While 1 means to start a loop. Of course, the controlsend command means to send 'I'm Not AFK!' to World of Warcraft and then press Enter. Sleep(30000) means to pause the script for 30000 miliseconds (30 seconds). And WEnd means to stop the loop. Now this will continue to run untill you press Pause.
    So the full script should look like:
    Code:
    $Msg = MsgBox(1, "AFK Bot", "Make Sure That Your First Four Channels Are Set And There Is No Channel 5. Press Cancel To Exit.")
    If $Msg = 2 Then
    	UserEnd()
    EndIf
    HotKeySet("{Pause}", "UserEnd")
    Func UserEnd()
    Exit
    EndFunc
    WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
    Sleep(1000)
    ControlSend("World of Warcraft", "", "", "/join theafkchannel")
    ControlSend("World of Warcraft", "", "", "{ENTER}")
    While 1
    ControlSend("World of Warcraft", "", "", "/5 I'm Not AFK!")
    ControlSend("World of Warcraft", "", "", "{ENTER}")
    Sleep(30000)
    WEnd
    And the cool part is, you don't have to have WoW Maximized!!
    Last edited by =sinister=; 07-14-2006 at 09:24 AM.

    Step-By-Step Create Your Own AFK Bot! MMOwned Exclusive!
  2. #2
    petter7252's Avatar Member
    Reputation
    8
    Join Date
    Jul 2006
    Posts
    36
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what patch does this work for?
    how do i not get caught?
    Last edited by petter7252; 02-27-2012 at 01:19 AM. Reason: OCD of a typo

  3. #3
    =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)
    This is for all patches. To not get caught, change the
    Code:
    ControlSend("World of Warcraft", "", "", "/join theafkchannel")
    To something like:
    /join gjdfjasdhfhlrherggdjasidjfrgoaijid to make it harder to find the channel for normal users.

  4. #4
    amrican93's Avatar
    amrican93
    Guest
    Cool guide +Rep

  5. #5
    olsalty's Avatar Member
    Reputation
    14
    Join Date
    Jul 2006
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Omg

    OMG how the **** do i get rid of it after its done i uninstalled it and it didnt work plz help

  6. #6
    =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)
    You mean when it's running? It has a built in HotKey so all you have to do is click the Pause button (2 buttons to the right of PrintScreen) and it will exit.

  7. #7
    olsalty's Avatar Member
    Reputation
    14
    Join Date
    Jul 2006
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by =sinister=
    You mean when it's running? It has a built in HotKey so all you have to do is click the Pause button (2 buttons to the right of PrintScreen) and it will exit.
    OMG im stupid i had to reinstall wow LMAO

Similar Threads

  1. [Selling] World of Warcraft - Create your own rotation safe combat bot- Guide 100% satisfaction
    By Vinshom in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 08-26-2016, 07:35 PM
  2. How to create your own custom city and making a portal to get there!
    By wowcomputer in forum WoW EMU Guides & Tutorials
    Replies: 50
    Last Post: 12-02-2008, 04:42 AM
  3. [GUIDE] Create your own little bot. +ADDED ANTIAFK
    By Zeroi9 in forum World of Warcraft Bots and Programs
    Replies: 56
    Last Post: 10-23-2008, 12:14 AM
  4. Create your own Proxy website
    By Loveshock in forum Community Chat
    Replies: 8
    Last Post: 09-28-2007, 10:33 AM
  5. Replies: 31
    Last Post: 08-13-2007, 07:20 AM
All times are GMT -5. The time now is 10:19 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