The bankscreen changed with the new RS updates. So here it is...
SCAR Code:
{*******************************************************************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
*******************************************************************************}
function BankScreen: Boolean;
begin
Result := IsTextAtEx(185, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;
Just find this function in your SRL folders, then change the 185 to a 184.
~Stupedspam
P.S. I have posted this like 8 time in 2 days so just search and You will find it, I promise 
Edit: Ran it and it's pretty good but there are problems 
1. Very laggy waiting/looking for yew.
2. Doesn't always click the yew, it will find but not click...
3. Banking Error-[Runtime Error] : Exception: Access violation at address 006AA368 in module 'scar.exe'. Read of address 000002C4 in line 432 in script C:\Program Files\SCAR 3.06\Scripts\Downloaded\Varrok Yew Walker.scar
4. Anti-banned is looping too fast same responces and mouse movents every time.
5. What is this for? Players[0].Integer1 := 1;
Works great up till I get the error...
hope this helps