Ciesson
06-14-2007, 06:51 PM
Hi everyone, i havn't been playing RS or using SRL because i moved house and a whole lot of reasons. Now i want to get back in but have since installed Windows Vista on my PC. I think it is doing something to my Scar. If i use my previous version that was working and everything seems fine, except it dowsnt pick up bankscreen. All of the scripts that ive used before dont work anymore and i dont know whats wrong. I wrote this quick script to check out if i was right.
program Banktest;
{.include SRL\SRL.Scar}
begin
setupsrl;
activateclient;
openbank3;
if(pinscreen)then
begin
InPin('1003') // my pin :) // change to yours if you have otherwise leave blank
end;
if(Bankscreen)then
Writeln('Bank window found successfully! Quiting');
end.
If it picks up the bankscreen then it should write that in the proggybox and quit. for me it doesn't.
Please tell me if this works for you and maybe help me solve my problem.
I'm using scar 2.03 with SRL 3.6 and 3.7!
Please help me!!!!
~~Ciesson~~
program Banktest;
{.include SRL\SRL.Scar}
begin
setupsrl;
activateclient;
openbank3;
if(pinscreen)then
begin
InPin('1003') // my pin :) // change to yours if you have otherwise leave blank
end;
if(Bankscreen)then
Writeln('Bank window found successfully! Quiting');
end.
If it picks up the bankscreen then it should write that in the proggybox and quit. for me it doesn't.
Please tell me if this works for you and maybe help me solve my problem.
I'm using scar 2.03 with SRL 3.6 and 3.7!
Please help me!!!!
~~Ciesson~~