Hey guys, this trick works on W0WB33Z.
I use this macro to get moneh.. Just talk to the Taxi NPC, press the vendor tab and spam the macros 
Buy
Code:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then for t=1,20 do BuyMerchantItem(i,q) end end end end buy ("Doomshot",20);
Sell
Code:
/script local function Sell (name) for b=0,5 do for s=0,GetContainerNumSlots( do local item=GetContainerItemLink(b, s); if item and string.find(item,name) then UseContainerItem(b, s) end end end end Sell ("Doomshot")
Also: New user, yay! :P
Source: Deathsoft, some guy called "Infiltrata"