I made a spamable macro for Auction Profit Master that clicks the Create Auction button and keybinded it to my F9 key and have an autoit script spaming it.
my Autoit script. press Windows + a key combination to start it.
Edit: this is only really worth it if you have a ton of different stuff to put on ah.
Code:
/run if AuctionsBlockFrame and not AuctionsBlockFrame:IsVisible() then AuctionProfitMasterPostButton:Click() end
Code:
#a:: ; Win+a
while (1){
Send {F9}
sleep, 200
}
Edit: this is only really worth it if you have a ton of different stuff to put on ah.
Last edited: