ClickMouse, MoveMouse, and MoveMouseSmooth are a BIG no no. I used them when I made my first script (like 2 and a half years ago) and it got my account flagged (I had randoms everytime I did anything), but no ban luckily.
In the future, Use Mouse and MMouse with randomness. SRL also has a drop procedure so you can do something like:
SCAR Code:
program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
repeat
if(InvFull)then
DropAll;
wait(50+random(50));
until(False);
end.
SRL's DropAll procedure is completely random, so you shouldn't have anything to worry about if you use it.
Good luck to your account though. If you didn't do it too much then there's a good chance your account will be ok.