I have worked hours with Simba to try and start autoing 2007scape, and I have gotten to the point where there are no errors whatsoever, but for some reason, the scripts do nothing? I keep trying to run scripts and for some reason none of them work, I just want 2007scape to work on simba...
!!If you could teamviewer with me and solve my problem, anything would help!!
I keep getting this :
Compiled successfully in 687 ms.
Checking P07Include VersionNumber
Local : 1.7 / Latest : 1.7
You Have The Latest Version of P07Include
when i try to run :
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.
but i am trying to run a script, I am just really confused so please help me out :S


Reply With Quote
