Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Client won't recognize if character is logged in

Joined
Sep 22, 2015
Messages
1,610
Code:
If(!RuneScape.isLoggedIn()){
//switch world
}else{
System.out.println("logging out");
RuneScape.logout(true);
}

Im at uni but its something like this. Pre uodate IT was working for weeks! @SlashnHax
 
Code:
if(Interfaces.getAt(906, 104) != null){//if (!RuneScape.isLoggedIn()) { <- !RcuneScape.isLoggedIn() is commented here and i use interfaces to check if i'm in lobby or w/e

@Cloud @SlashnHax this is tested and works as for now, waiting for a fix tho
 
Top