Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

| Maskoi's Whythefuckareyoutradinggold.mac 08/02/2013
Sub Main
/declare GiveTo string bob
/if (!${Window[InventoryWindow].Open}) {
/windowstate InventoryWindow open
/delay 10
}
/notify InventoryWindow IW_Subwindows tabselect 1
| plat is IW_Money0/gold IW_Money1/electrum IW_Money2/copper IW_Money3
/shift /notify InventoryWindow IW_Money1 leftmouseup
/delay 10
/if (${Window[InventoryWindow].Open}) {
/windowstate InventoryWindow close
/delay 10
}
/target ${GiveTo}
/delay 10
/nomodkey /click left target
/delay 10
/notify TradeWnd TRDW_Trade_Button leftmouseup
/return
Why gold