Hi i found this out some time back and i was reading in the prem Guides and this was not in there, Most dont know this and i feel it would help out a lot.
k, ever BM i know that works on Mutants has a small cages with some thing in it. the small cages only drop on Tansarii Station from A Hutt Thug
its all junk loot drops and from lvl 1/3 npc but the thing is they sell for 1 mil a pop.
So all you to do is Start up a new acc and goto Tansarii Station, i like commando for the aoe shot. get 100 of them as thay stack. then head to tat and hand them off to your main or start a post in the forums to sell them
for thos that uses auto v3 here a easy Macro for you guys to auto delete the junk

Now dont get ban on that Temp acc
Im a prem but a free be so yay me up for a buck
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.2.8.1
Author: MWolf
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
Global $Paused
HotKeySet("{ESC}", "Terminate")
Opt("MouseClickDragDelay", 100)
Sleep(5000)
While 1
Sleep(500)
MouseClick ("right", 1653, 1040, 1)
Sleep(500)
Send("5") ;backpacks
sleep(500)
Send("4") ;guns clothes stims etc
Sleep(500)
Send("3") ;posters etc
Sleep(500)
WEnd
Func Terminate()
Exit 0
EndFunc