Hey guys, I'm new to the community and i've been trying to download install simba, so far i've got simba and smart working however it loads up EOC runescape. I folowed a guide on YouTube and he told me to come here.
My issue is the script is all in red. I have no idea about scripting and no expierence with it. Mite be a easy fix , thanks guys.
This is the script.
Program testP07;
{$I SRL/SRL.Simba}
{$I P07Include.Simba)
//LOGIN INFO STUFF
Procedure P07_DeclarePlayer;
Begin
P07_PlayerName:-'username';
P07_PlayerPass:-'password';
End;
Begin
P07_DeclarePlayer;
SetupP07Include;
ActivateClient;
Wait(2000);
If (Not P07_LoggedIn) Then
P07_LogInPlayer;
P07_MakeCameraAngleHigh;
P07_MakeCompassNorth;
Writeln(P07_GetUpText);
If P07_BankScreen Then
WriteLn('Bank is Open');
If P07_InvFull Then
WriteLn('Inventory is Full');
End.


Reply With Quote




