- Joined
- Jul 24, 2014
- Messages
- 188
- Thread Author
- #1
Well I'm using this code to open the bank, but the mouse isn't doing anything.
The message "failed" is getting printed to the console about 80 times, then my pc hangs because memory usage has risen up to 2GB.
Doing this at the Varrock West Bank, I'm facing the bank booth.
What am I doing wrong?
The message "failed" is getting printed to the console about 80 times, then my pc hangs because memory usage has risen up to 2GB.
Doing this at the Varrock West Bank, I'm facing the bank booth.
What am I doing wrong?
Code:
if(Bank.open()) {
System.out.println("opened");
} else {
System.out.println("failed");
}