couple changes i made to smart version:
1) added a wait just before withdrawing ess, it kept lagging just before clicking withdraw all and it would either withdraw 10, or none at all
Code:
begin
Mouse(x,y,7,7,false);
wait(300+random(100)); // <<added that line
ChooseOption('All');
2) added a const to allow easy setup for changing worlds, (credit goes to King Vash b/c all i did was copy what was in his script for setting up smart)
Code:
const
SMARTWorld = 142; // world to use
and also
Code:
begin
SmartSetupEx(SMARTworld,false,true); //changed 142 to SMARTworld
SetTargetDC(SmartGetDC);
SetupSRL;
ScriptID := '638';
just read that it works best on world 142 so i guess the second one doesnt make a dif, i just prefer to auto on world 16 b/c of all the ppl there you blend in pretty well