Good AutoIt Bot (How to make!) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Embalm's Avatar Banned
    Reputation
    48
    Join Date
    Oct 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Good AutoIt Bot (How to make!)

    I am just showing some great commands that are very important for bots!

    # Scripts are for AutoIt
    AutoIt v3 - Automate and Script Windows Tasks - For Free!



    MsgBox(0, "Program Name, "Program Info")
    Makes a "Message Box", which can be used to display data, and after the "OK" button is pressed, it can send keystrokes, move characters, etc.
    ~~~~~~~~~~

    Run (@ProgramFilesDir & "\World of Warcraft\WoW.exe", "")
    Will run World of Warcraft from ANY drive (Yes, not just C:, this is great for auto-run scripts!)
    ~~~~~~~~~~


    Sleep("10000")
    Is like a wait timer

    10000 - 1 second
    20000 - 2 seconds
    30000 - 3 seconds
    40000 - 4 seconds

    ...And so on
    ~~~~~~~~~~

    Send("{a}")
    Inside of { , } , you would place the key to send (If {ENTER} is not added, this will work like moving your character)
    ~~~~~~~~~~

    Send("{ENTER} Text {ENTER}")
    Would type "Text" for World of Warcraft
    ~~~~~~~~~~

    WinActivate("World of Warcraft")
    WinWaitActive("World of Warcraft")
    Both these commands are to make sure the program switches to World of Warcraft, or any window if shown in the parentheses.
    ~~~~~~~~~~


    #include <GUIConstants.au3>
    Needed if you are using any GUIConstants. A GUI Constant is something such as..
    $GUI_EVENT_CLOSE
    Used in MessageLoop scripts
    ~~~~~~~~~~

    Run("Notepad.exe")
    Run("Calc.exe")

    The basic run command, without the Drive, Folder, Folder specification, is read straight from system32. The basic run command can run any program in system32 without C:/Program Files, etc.

    Good AutoIt Bot (How to make!)
  2. #2
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    People like you make the AuotoIt language look like shit...
    This is even worse then the thread below.
    AND it's the wrong section, just like the one below.


  3. #3
    Ease's Avatar Member
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    569
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont see a better section thidan.

  4. #4
    Hackingmac's Avatar Banned
    Reputation
    53
    Join Date
    Aug 2008
    Posts
    202
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It´s a Guide not a Program ´!!!

  5. #5
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Ease:
    Bots and Programs Botting and Hacking programs for World of Warcraft.
    This is a guide.
    AND there's a whole programming section on MMOwned.


  6. #6
    Zeroi9's Avatar Banned
    Reputation
    286
    Join Date
    Aug 2008
    Posts
    911
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool, I may find use for the ProgramDir thing!
    +Rep!


    @Thidan
    c'mon stop flame people!

  7. #7
    Manky's Avatar Banned
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    listen to thidan. he knows what hes talking about. and yes this belongs in guides.

  8. #8
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u cant really afk now. i need to enter combat or u recieve a "inactive pvp" dbuff and dont recieve marks

  9. #9
    Morphih's Avatar Member
    Reputation
    30
    Join Date
    Jul 2007
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What's the whole point of making this anyway when exactly the same and maybe even better nonesense was already just posted?

  10. #10
    Morphih's Avatar Member
    Reputation
    30
    Join Date
    Jul 2007
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Embalm View Post
    Thidan is just a loser with absolutely no life. He thinks he's #1 at AutoIt, but he sucks. Who said I didn't more commads? Who said I had other scripts and things that I guarantee he has no idea how to do? How come he thinks he's soo good, but it's because he sucks? I think you deserve to leave MMOwned. If you are soo damn amazing, post a better topic. Now, please continue your /slit-a-thon.
    This post is completely useless. WHY is he a loser? WHY does he suck? C'mon show that ooh so wonderfull scripts of yours

  11. #11
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh boy I've posted!
    And show me what you've got mister.
    And why the harassments?


  12. #12
    LightWave's Avatar Contributor
    Reputation
    202
    Join Date
    May 2006
    Posts
    410
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sleep("10000")
    Is like a wait timer

    10000 - 1 second
    20000 - 2 seconds
    30000 - 3 seconds
    40000 - 4 seconds
    Should be:

    Sleep("10000")
    Is like a wait timer - It will stop your script from performing any other actions during the set period of time.

    1000 - 1 second
    2000 - 2 seconds
    3000 - 3 seconds
    4000 - 4 seconds

  13. #13
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^ Just what i was about to say. FAAAIL

  14. #14
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @programfilesdir is fail too. I don't have it there, so you should read from the registry. You use @programfilesdir for specifying a default install location.

    I am with thidan 100% on all of this. it takes pretty much 5 minutes of knowing no autoit to know all this even without a guide.

  15. #15
    shadowbladex's Avatar Member
    Reputation
    145
    Join Date
    Apr 2007
    Posts
    948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Embalm View Post
    Thidan is just a loser with absolutely no life. He thinks he's #1 at AutoIt, but he sucks.
    Well.. hes not #1. But from what iv seen, he's at least better than you.
    People need to quit posting shit like this.
    If you dont actually learn autoit your just gonna use some noobs scripts and end up getting yourself banned..

    What's the point of posting (copy & paste) stuff from the help file?..
    Making a thread and saying "Go to autoitscript.com then download autoit and read the help file".
    Would be better than this "Guide"..


Page 1 of 2 12 LastLast

Similar Threads

  1. How-to Make Your Own Basic AntiAFK Bot With AutoIt
    By Toxik the Spammer in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 05-23-2008, 12:39 PM
  2. how to make a good lore
    By runiker in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-23-2008, 07:46 PM
  3. Replies: 3
    Last Post: 12-26-2007, 09:32 PM
  4. How to make a good Scam name/How to type "Wierd Letters".
    By Saridormi in forum WoW Scam Prevention
    Replies: 9
    Last Post: 05-17-2007, 12:53 AM
  5. How to make good Pick-Up Groups (PUG's)
    By Krazzee in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-10-2006, 07:28 PM
All times are GMT -5. The time now is 06:39 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