Looking for an automated way to spam a message to trade channels 1-10. Anyone know of a script for ahk or something that can do this? I just input the message i want i.e. bu ying gem 20/20 and itll broadcast it to all 10 trade channels? ( By swapping obviously )
Or rather if some one could just help me figure out how to set up an AHK variable i can do it myself. I tried a simple TradeString = (Message) and then use the command send %TradeString% and with out the %'s but no luck, unfamiliar with the proper format.
Edit: I went ahead and made one using AHK. If anyone wants to use it, feel free.
http://pastebin.com/Lq8WvKxa
Edit the script and change the Trade = " X " to whatever you want between the quotes. Then it will cycle through Trade 1-10 broadcasting the message in trade variable once.