The house is the best place .. no one can see you in there so no one can .. try to report you (not that this will get you banned but they might get ya).
Btw you can add pixelsearch for the spellbook .. at the moment you get a random event your spellbook disapears, so when it does you can simply add few lines to the code so it will log you off.
For example (too lazy to do the whole thing) :
Code:
loop
{
pixelsearch
if error level
gosub, logoff
else
click (put here the alch coordinates)
click (put here the item coordinates)
}
logoff:
click (put here the X)
click (put here the click to logoff botton)
So you can alch and in the same time check for randoms. Usually they can get ya if you continue clicking for no reason at the spell book repetitive when you cant use it .. In this case you will just log off.
To have a better chance to .. bypass their system I usually use a random click 20x20 pixels so I dont click at the same place all the time so the best thingy for alching should be something like the above with
Code:
Random, Xpos, x1, x2
Random, Ypos, y1, y2
MouseClick, Left , Xpos, Ypos
I hope ya got the idea. If not ... post and I will try to clarify it lol