
Originally Posted by
shadows-collide
Good news guys!
This script compiles correctly, and the mouse even click on exsisting user, however it didnt know how to write in my user and pass, and this is obviously my fault because i haven't told it to, where do i put in my username and password?
I think its something to do with lines 33-80 but im scared to write anything in in case i mess it up!
Many thanks
- Shadows-collide -
Well, this is the part where you will have to be brave and actually type inside the script the username and the password. Dont worry about privacy, everybody does that 
SCAR Code:
Players[0].Name :='your name in here between the brackets';
Players[0].Pass :='your pasword';
Players[0].Nick :='three letter from your runescapename';
Then your off!
Enjoy