solved!
solved!
Well first you must either create or use a function to find aubory and click.
FindObj or FindObject seem to work well for clicking on Aubory:
SCAR Code:procedure FindAubury;
begin
FindObj({Parameters for Aubury});
Mouse(X1, Y1, 3, 3, False); //X1, Y1 should be taken from the X, Y values in the FindObj function.
wait(100 + random(300));
ChooseOption(x, y, 'elepo');
end;
Antirandoms and antibans are fairly simple i believe, best to read tut island for those.
Unfortunately, no active scripts atm.
You need to rewrite what you wrote.. I can't make much sense of it.
Show us what you have and ask about what you need.
Also, there are always tutorials
Nava2
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Antirandoms can be solved with using
FindNormalRandoms;
FTwait(4); <- Waits 1 secound looking for randoms
Take a look in srl/core/antirandoms.scar
ok so I understand that but can you please post the overwrite.scar script in the cor for mine is wronge alls it says isSCAR Code:begin
end.
Do a SVN checkout in scar.
First tab up to the right then Checkout
Gl.
Just out of curiousity, how do you get 55%? i mean mine is obviously 87.439% done.
~ Metagen
I have done 5 checkouts nothing changes|
nothing is workign at all can some on just go to the folder copy and paste it please for withoute it all my scripts fail.![]()
Triple post = Phale.
SCAR Code:program PhailCalculation;
{
Double Post = 2.5 Phails
Triple Post = 5 Phails
Quadruple Post = 7.5 Phails
Quintuple Post = 10 Phails
Sextuple Post = 15 Phails
Septuple Post = 20 Phails
}
const
PhailureAmount = 5;
function FailureCalculator(Phails: extended): extended;
var PhailInt: extended;
begin
if PhailureAmount<=5 then
begin
PhailInt := (((Phails * 50) + 6) * 9) / 9;
Result := Phails * PhailInt;
end else
PhailInt := (((Phails * 25) + 6) * 9) / 9;
Result := Phails * PhailInt;
end;
begin
WriteLn(FloatToStr(Ceil(FailureCalculator(PhailureAmount))) + '/10120');
WriteLn(FloatToStr(Ceil(((FailureCalculator(PhailureAmount) / 10120)) * 100)) + '% complete phailure.');
end.
Code:Successfully compiled (66 ms) 1280/10120 13% complete phailure. Successfully executed
[ANNOUNCER_VOICE!] You want Overwrite.scar? If so, here is your solution! [/ANNOUNCER_VOICE!]
Originally Posted by irc
thank you all my problems are done! thanks to noidea and now my versions my auto miner for new players for both scarscape and runescape!(2 dif versions.
Currently working on:
autominer for new players scarscape
autominer for ne players runescape
dont understand forms forms tut site cming soon will cover vb and scar.
Just to let you know, thid version of overwrite.scar is out dated ( I think) .
Originally Posted by irc
There are currently 1 users browsing this thread. (0 members and 1 guests)