Code:procedure Walk; begin Status('Walking from the bank to the Kebab Shop'); FindNormalRandoms; begin repeat FindSymbol(x, y, 'Kebab shop'); if (FindSymbol(x, y, 'Kebab shop')) then Mouse(x,y,0,0,true); until (FindSymbol(x, y, 'Kebab shop')); Wait(102+random(20)); begin if FlagPresent then Wait(2000+random(20)); FindNormalRandoms; end; end; end;
this basicaly just laggs my computer up, a lot, and i dont get any responce. any ideas?
thanks in advance.



Reply With Quote




[now compiling the way you would like it to]
