Lol this wasnt as hard as everyone was making out. Here is the first half of my script which mines the essence and then banks them.
NB It will only do one run then the script will finish + No multiplayer yet. Has a little anti ban though. Only a very small amount of fail safes.
After the essence miner part is decent, then ill get the earth crafter working 
Feedback please
I would appreciate it if people could look at my essence finding procedure and help it be not so detectable.
SCAR Code:
Procedure MineEss;
Begin
if (FindObj(x, y, 'Ess', 5138803, 25)) then
begin
Mouse(x,y,5,5, True);
repeat
FindObj(x, y, 'Ess', 5138803, 25)
wait(5000+random(500));
BoredHuman;
Mouse(x,y,5,5, True);
wait(5000+random(500));
until(InvFull);
end;
end;
Edit: OMG lol ok taking it out now. dam that was stupid