How would I make this script repeat itself 10,000 times?
This is not mine.
Program FlaxPicker;
{$i srl/srl.simba}
Procedure FindFlaxTPA;
var
tmpCTS, l, r:Integer;
FlaxTPA:TPointArray;...
Type: Posts; User: surreal
How would I make this script repeat itself 10,000 times?
This is not mine.
Program FlaxPicker;
{$i srl/srl.simba}
Procedure FindFlaxTPA;
var
tmpCTS, l, r:Integer;
FlaxTPA:TPointArray;...
I see, thank you.
I'm not sure sorry, I'm entirely new to this, and yes SIMBA opens up RuneScape on it's own client?
It works for the server I play on, I just want it to repeat itself :/
I'm trying to look for a bot on the Private Server I play, but unfortunately I cannot find one.
My question is, instead of the RuneScape script loading the RuneScape window, can I change a part of...