Hi, Could someone help please make my script work properly. I don't want it to mine yet. I just want the MakeCompass High and North work.
Heres the coding. (More coding on request)
Simba Code:begin
ClearDebug;
P07_DeclarePlayer;
SetupSRL;
SetupP07Include;
ActivateClient;
P07_LoginPlayer;
if (not P07_LoggedIn) then
begin
//ClearDebug;
P07_MakeCameraAngleHigh;
P07_MakeCompassNorth;
repeat
//MineRock;
wait(500+random(750));
until(false);
end;
end.


Reply With Quote








