within the worldswitcher.Simba file there are 2 commands used, GetLobbyTab and LobbyTab(int); as far as I can see non of these commands are declared within the worldswitcher.Simba file and there are no global includes listed at the top of worldswitcher.Simba so if someone could please tell me where they originate from that would be a big help. Thanks
(Incase people are wondering this will be for fixing world selecting while SRL6 is in development. Incredibly useful for botting in places where xp/hr is affected by other users.)
EDIT:
this is a good enough fix as it will only run till SRL6
Code:function OpenWorldScreen: Boolean; begin //Result := LobbyTab(2); MouseBox(190, 70, 270, 90, Mouse_Left); Result := true; end;



Reply With Quote




