ok, cant wait to try it:D
ok, cant wait to try it:D
Hi, i get this error..
Any help?
Failed when compiling
Line 332: [Error] (5362:1): Identifier expected in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar ![]()
Didn't work out as I wanted it to (Having pickaxe in backpack)
Anyways nice script.
Fayasmm
I dont seem to be in Varrock East Bank!
cant get it to work it thinks that it is not in eats bank
it keeps saying im not a member account even though its trying to login my f2p in a f2p worldd wttff??
try doing this it worked for me:
ScarScript: By Drunkenoldma
SmartSetupEx({World}, False, True, False);
That should fix your member problems
Courtesy of Camo
here is my progress report:
/--------------------------------------------------\
|Average Load Time: 5.03528541666667 minutes.
|Average Iron Per Hour: 333.645436351878
|Total Time: 40.9513 minutes.
|Total Loads: 8
|elvarg4 has 6 loads left.
|elvarg4 did 8 loads.
\----------------------------------------------------/
That's how it was doing until the sandwich lady hit me with a baguette...
and then i woke up in a strange place lol
Wow, really nice script thank you.
This is a strange error im getting. when the SMART comes us and I attempt to log on, it tells me a strange thing. That I am not a member as if I am logging into a P2P server, but I am logging in to a F2P server. I tried with different servers and it still tells me the same thing. :(
you have to change the params of SmartSetupEx..
oh ok, it works now, but now it doesnt log in at all, says theres an error. I set it up like this.
procedure setupSMARTandSLR;
begin
WriteLn('Setting up Smart...');
smartSetupEx(2, False, True, False);
Wait(5000);
SetTargetDC(SmartGetDC);
repeat
wait(100);
until(SmartGetColor(253,233)<>1118604);
WriteLn('Setting up SLR...');
SetupSRL;
Wait(random(1000) + 1000);
end;
{* Sets up the screen to look correctly and logs in a random player *}
procedure setupScreen;
begin
WriteLn('Setting up Player...');
Wait(random(1000) + 200);
SetAngle(true);
Wait(random(1000));
Players[CurrentPlayer].Integers[3] := random(99);
end;
first of all, useand..SCAR Code:scar tags [ SCAR] [ /SCAR] (without the space)
SCAR Code:procedure setupSMARTandSRL;
begin
setupsrl;
WriteLn('Setting up Smart...');
smartSetupEx(2, False, True, False);
Wait(5000);
SetTargetDC(SmartGetDC);
repeat
wait(100);
until(SmartGetColor(253,233)<>1118604);
end;
{* Sets up the screen to look correctly and logs in a random player *}
procedure setupScreen;
begin
WriteLn('Setting up Player...');
Wait(random(1000) + 200);
SetAngle(true);
Wait(random(1000));
Players[CurrentPlayer].Integers[3] := random(99);
end;
I got it work, thanks for the help 99. It worked great. at one point it messed up on heading to the mine, he clicked something random southwest of the bank and then I stopped it from there. I got about 5 loads in about 20 minutes works well but can be improved. anti-ban and anti-randoms would help.
:p no problem, you should rep+ me ^^ lol
+repped :D
thanks again.
Looks good
Just abput to try it
work good:)
but my bank is full :p
no errors.
10 posts!
when i use this it opens the client then when i click on "enable smart" it types all the information of the account then it clicks login. then it says im not a member to log in this world when i set it to non member world please help