hahah not an autotyper but just as bad! I made this to check the bank title, if you open bank up and run it with x as 185 it's muddled, but change x to 184 and it should type The Bank of Runescape in your debug bar!
program BankChange;
var BankName:string;
begin
LoadChars2(AppPath + 'Fonts\UpChars');
begin
BankName:= GetTextAtEx(184,34,0,UpChars,true,false,0,0,-1,25,False,tr_AllChars);
Writeln(BankName);
end;
end.
EDIT: Yes its not a real script, I just did it to learn how to search for text. Some people need to relax.














