Log in

View Full Version : Runescape Doesn't Load!



NathanNathan
05-16-2012, 02:54 PM
Hello All.

I was hoping today that someone would be able to help me fix this issue that I have had with Simba for a few days. I've reinstalled it and looked for help but i couldn't find it anywhere.

When I load a script on Simba, in this case "YA 2.1" it just doesnt open up runescape to start the bot.

Here are some pictures that might help you with solving this case.

This is the box at the bottom of the main Simba programme

http://i46.tinypic.com/11sh4t3.png

and this image below is the console that displays when running a script

http://i47.tinypic.com/2n84x6s.png

I really hope someone can help me :D

Thanks

NathanNathan

Abu
05-16-2012, 07:43 PM
Uninstall your current Java completely (folders as well) then downgrade to either Java 6u31 or Java6u32. You choose.

Brandon
05-16-2012, 07:51 PM
Add this anywhere in your script..

Procedure SmartFastLoad(Server: Integer; Members, Signed, Detailed: Boolean);
begin
SmartSetupEx(Server, Members, Signed, Detailed);
SmartSetRefresh(100);
MMouse(1, 1, 1, 1);
end;


Then right before SetupSRL, add:

SmartFastLoad(Smart_Server, Smart_Members, Smart_Signed, Smart_SuperDetail);


That will make The black screen on smart go away and it'll push the slider to max forcing it to load at normal speed.