hey guys i was wondering if u could help me?
im currently trying to make a humidify script and i just want to get the banking to work
so far all its doing is saying its compiled but it doesnt even move the mouse
did i do something wrong?
heres the script
thank youCode:Program HUMIDIFY; {.include srl/srl/misc/Smart.scar} {.include SRL/SRL.scar} var x, y: integer; const Vialofwater = 12096398 ; procedure Bankall; begin MakeCompass('N') Wait (500 + random(200)); OpenBankQuiet('vwb') If(FindColorTolerance(x, y, Vialofwater, MSX1, MSY1, MSX2, MSY2, 7))then begin Writeln('Found vials'); end; If(not(FindColorTolerance(x, y, Vialofwater, MSX1, MSY1, MSX2, MSY2, 7)))then begin Writeln('Can not find vials :('); Terminatescript; end; begin Mouse(x, y, 4, 3, false); ChooseOption('All'); end; CloseBank; Wait(150 + random (278)); end; begin SetupSrl Bankall; end.


Reply With Quote







