so basically.. i was messing round editting scripts (i take no credit for the scripts and that)
it doesn't log in if it's logged out haha. (also doesn't bypass the 6hours)Code:Begin RequirementsCheck; {$IFDEF SMART} SRL_SixHourFix := True; Smart_FixSpeed := True; {$ENDIF} ClearDebug; SetupSRL; SmartSetRefresh(100); DeclarePlayers; AddOnTerminate('ReleaseDTMs'); DefineVars; If (Not LoggedIn) Then Begin Writeln('Not In-Game Trying Log-In'); If Not WaitLoggedIn(1000) Then Begin LoginPlayer; Wait(1583+Random(3293)); ClickNorth(SRL_ANGLE_HIGH); Wait(1583+Random(1293)); ToggleXPBar(True); MarkTime(PlayerActivityTimer); End; End; If Not FireOrb then TerminateScript; FirstRun := True; SPS_Setup(RUNESCAPE_OTHER,['TurpOrbsV2']); FindNormalRandoms; ToggleActionBar(True); ReturnToBank; Repeat //AntiBan; BankTaverley; WalkToObelisk; ChargeOrbs; ReturnToBank; Inc(RunCount); Report; If (Not LoggedIn) Then Begin Writeln('Not In-Game Trying Log-In'); If Not WaitLoggedIn(1000) Then Begin LoginPlayer; Wait(1583+Random(3293)); ClickNorth(SRL_ANGLE_HIGH); Wait(1583+Random(1293)); ToggleXPBar(True); MarkTime(PlayerActivityTimer); End; End; Until false End.
i know it's not neat and sht, i'm sorry, forgive me pls (i took some stuff out that i editted in)
it logs in and works if i click the stop/play button.![]()


Reply With Quote



haha.

