
Originally Posted by
Shadxw
Tried that, i don't get the bitmap error but in the log it shows SMART Initialized.
Loaded: Server 10, Members: False, Signed: True, Super Detail: False. Then nothing happens for a minute then the i get the smart error again.
Use Java 6U29
Run this:
Simba Code:
{$Define SMART}
{$I SRL/SRL.Simba}
begin
OpenWebPage('http://www.runescape.com/g=runescape/game.ws?j=1');
wait(60000); //wait 1 minute assumes it takes 1min for ur browser to load rs..
SmartSetupEx(72, true, true, false);
SetupSRL;
if SmartEnabled or SmartActive then
writeln('Smart has loaded successfully!')
else
writeln('Serious problem with smart!');
end.
After/If smart has loaded, close your browser..