Having read some information and discovered some tricks, I have the following to offer to any players on WoWFusion's HiRate BurningFusion realm.
First: Adamantite Shells which are sold at the projectile vendor in Alliance SHopping Mall will buy for 25 copper and sell for 50 silver. This can make you phat moneys
Start off buying and selling individuals until you get about 100 gold, then use this macro while vendor window is open for Projectile vendor
Code:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Adamantite Shells",200);
which will buy about 40k of them into single stacks. Load up your inventory (which can be expanded by container vendor directly next to projectile vendor) and sell away. Makes 100g per stack.
ALSO
For anyone just starting out a character, head over to the lvl 75+ vendor (weapons) located nearby the teleports in ALly Mall and buy yourself a Crysknife. They do some 56.5dps and offer stat boosts and have NO LEVEL REQ. Great for starters, also poke around Ring, Trinket, and Necklace vendors and you'll find other items with no lvl req.
That oughta give you a hell of a boost starting out, oh and btw, all you need to start this adventure is 25 copper.
Lastly, if you do some shouting and poking around in lfg channel (/5 msg) you can easily find someone to enchant your weapon for 1k or less (see screeny) and the enchantments will work beacuse item level is itself high, its only level req which isn't.

WORKING as of Ascent WOWFUSION r355
Happy expl0its!!
NOTE: I read about adamantite shells bug from here
but I choose to refine the post, and add some efficency to make it a TRUE money maker.