SCAR Code:
{================================================= ========================]
[ Auto Alcher v1.10. ]
[ ]
[ NAME : Auto Alcher v1.10 ]
[ WRITER : enoyhs ]
[ CATEGORY : Alcher ]
[ DESCRIPTION : See below. ]
[ USAGE : High-Alch any noted item ] ]
[ SRL REV. : SRL Version 3.01 ] ]
[================================================== =======================]
| Description: |
| 1.Set Up Lines: 23.-24. and 32.-34. |
| 2.Start with a item (noted) in your inventory's 4 row & collum. |
| 3.Click and drag the crosshair over the Runescape client. |
Then press the green arrow. |
[================================================== =======================}
program Auto_Alcher;
{.include SRL/SRL.scar}
var Alched:Integer;
const TimesToAlch=100; // Enter Amount you want to be alched.
Item='Steel platebody'; // Enter the name of item you want to alch.
procedure DeclarePlayers;
begin
HowManyPlayers := 1; //Number of players
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= 0;
Players[0].Name :=''; // Enter your username here.
Players[0].Pass :=''; // Enter your password here.
Players[0].Nick :='dist'; // Enter 3-4 letters of your username.
Players[0].Active:=True;
end;
procedure Alching;
begin
Wait(800+Random(100));
Mouse(714,340,0,0,True);
Wait(50+Random(50));
Mouse(714,340,0,0,True);
Wait(1300+Random(500));
Alched:=Alched+1;
end;
begin
SetupSRL;
DeclarePlayers;
if (not(LoggedIn)) then LoginPlayer;
//AntiBan;
GameTab(7);
MMouse(714,340,0,0);
repeat
begin
Alching;
{FindScapeRune;} FindMime; FindMaze;
if rs_GetCurrentTab<>7 then GameTab(7);
end;
until (Alched>=TimesToAlch)or(IsFKeyDown(2));
writeln('//----------------------------------------\\');
writeln('//----------Auto Alcher v1.10-------------\\');
writeln('//----------------------------------------\\');
writeln('//---------Ran for '+TimeRunning+'---------\\');
writeln('//-----Casted '+IntToStr(Alched)+' High Level Alchemies---\\');
writeln('//-----Gained '+IntToStr((Alched*65))+' xp total----------------\\');
writeln('//----------------------------------------\\');
end.
sorry that i have to say it but its a verry old and bad script. i would suggest you do download a other one