found a better way to prevent accidentally saying your user/pass ingame :P
the character (if you put 80 of them) can't be said in runescape, but can be typed. and can't be typed in the login screen.
so when I start a script, in the username / password
Simba Code:
Players[0].Name := '````````````````````````````````````````````````````````````````````````````````username';
Players[0].Pass := '````````````````````````````````````````````````````````````````````````````````password';
i put that(80 `). So if it tries to type it in game, it will say nothing publicly, and when it tries to log in, it will work! ^^