autoit auto seller / buyer menu

User Tag List

Results 1 to 7 of 7
  1. #1
    orangegold's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    autoit auto seller / buyer

    here is my code when u start it up saved as an .au3 file it will tell you which keys do which anyways it took me about 30 min so i hope you like it...
    ...
    Code:
    ;  Title: autoer
    ;  Author: orange gold
    ;  Description: Performs different selling / buying methods
    MsgBox(0, "auto messanger", "f1 = yell selling" & @CRLF & "f2 = yell buying" & @CRLF & "f3 = chat 2: selling" & @CRLF & "f4 = chat 2: buying" & @CRLF & "f5 = normal selling" & @CRLF & "f6 = normal buying " & @CRLF & "~~~f7 = exit~~~ ")
    HotKeySet("{F1}", "ysell")
    HotKeySet("{F2}", "ybuy")
    HotKeySet("{F3}", "tsell")
    HotKeySet("{F4}", "tbuy")
    HotKeySet("{F5}", "sell")
    HotKeySet("{F6}", "buy")
    HotKeySet("{PAUSE}", "unbind")
    HotKeySet("{F7}", "exity")
    
    Func ysell() ; yell sell
        HotKeySet("{F1}")
        Send("{enter}")
        Send("/y selling")
        HotKeySet("{F1}", "ysell")
        idle()
    EndFunc
    
    func ybuy() ; yell buy
        HotKeySet("{F2}")
        Send("{enter}")
        Send("/y buying")
        HotKeySet("{F2}", "ybuy")
        idle()
    EndFunc
    
    func tsell() ; chat 2 sell
        HotKeySet("{F3}")
        Send("{enter}")
        Send("/2 selling")
        HotKeySet("{F3}", "tsell")
        idle()
    EndFunc
    
    func tbuy() ; chat 2 buy
        HotKeySet("{F4}")
        Send("{enter}")
        Send("/2 buying")
        HotKeySet("{F4}", "tbuy")
        idle()
    EndFunc
    
    func sell() ; talk sell
        HotKeySet("{F5}")
        Send("{enter}")
        Send("selling")
        HotKeySet("{F5}", "sell")
        idle()
    EndFunc
    
    func buy() ; talk buy
        HotKeySet("{F6}")
        Send("{enter}")
        Send("buying")
        HotKeySet("{F6}", "buy")
        idle()
     EndFunc
     
     Func idle() ; idle, do nothing
        while 1
            Sleep(1000)
        WEnd
    EndFunc
    
    Func unbind() ; unbind keys
        HotKeySet("{F1}")
        HotKeySet("{F2}")
        HotKeySet("{F4}")
        HotKeySet("{F3}")
        HotKeySet("{F5}")
        HotKeySet("{F6}")
        HotKeySet("{PAUSE}", "rebind")
        idle()
    EndFunc
    
    Func rebind() ; rebind the keys
        HotKeySet("{F1}", "ysell")
        HotKeySet("{F2}", "ybuy")
        HotKeySet("{F3}", "tsell")
        HotKeySet("{F4}", "tbuy")
        HotKeySet("{F5}", "sell")
        HotKeySet("{F6}", "buy")
        HotKeySet("{PAUSE}", "unbind")
        idle()
    EndFunc
    
    
    Func exity() ; exit
        Exit
    EndFunc
    
    ;important this idle must be at the end otherwise your script will close when you hit ok
    idle()


    -----)(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
    Last edited by orangegold; 04-20-2007 at 03:59 PM.
    how do u edit your signature???

    autoit auto seller / buyer
  2. #2
    jacky's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: autoit auto seller / buyer

    And it does.....

  3. #3
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: autoit auto seller / buyer

    It says, yells, tradechat, etc.. Not doing much automatically actually. ;>

    but +rep for trying at least

  4. #4
    orangegold's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: autoit auto seller / buyer

    Originally Posted by jacky
    And it does.....
    it allows you to type sell and buy in yell normal or /2 chat just with the click of one button when you upload the script you could find out like i said
    how do u edit your signature???

  5. #5
    wickermanz's Avatar Contributor
    Reputation
    201
    Join Date
    Apr 2007
    Posts
    436
    Thanks G/R
    1/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: autoit auto seller / buyer

    Tell me if i am wrong but u can do this with WoW'z /macro command cant you ?

  6. #6
    orangegold's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: autoit auto seller / buyer

    ya but this is just a simple command to do it and then close it with the press of a button with macros you have to make room for them then when your done delete them and it takes up space this is way way way easier
    how do u edit your signature???

  7. #7
    ziao's Avatar Banned
    Reputation
    234
    Join Date
    Apr 2006
    Posts
    657
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: autoit auto seller / buyer

    not really that usefull imho, and if you run this for a while it will crash eventualy. you keep calling idle() but that function never ends (having shitloads of while-loops running isn't that great)
    i'll help you if you like, you can add me on msn if you wish so ([email protected])

Similar Threads

  1. [Trading] [Read if you are gonna buy/sell accounts] Account Sellers/Buyers. (Avoid scams)
    By nav4321 in forum Diablo 3 Buy Sell Trade
    Replies: 1
    Last Post: 06-22-2012, 12:57 PM
  2. AutoIT Auto Login for WoW
    By iradiation in forum World of Warcraft Bots and Programs
    Replies: 32
    Last Post: 08-23-2008, 04:16 PM
  3. [Release] Auto Mote-extractor - AutoIt script
    By Jimbomcb in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 07-03-2008, 11:11 AM
  4. [AutoIt] Auto-Auctioneer
    By zeroflow in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-15-2008, 07:49 AM
  5. [AutoIt] Auto-Rogue
    By zeroflow in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 01-11-2008, 08:07 PM
All times are GMT -5. The time now is 11:41 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