ok because i need a world switcher for my script i need ot make one and i dont want to leech anyones so can someone help me make one? my way will take ages to make...
i only have two worlds and i got 130 something left if i keep doing it my way it will take forever..
///////////////////////////////////////////////////////////////////////////////////////
program New;
{.include SRL/SRL.Scar}
const
Free =3947580;
Member =2573919;
AvailableFree =10329501;
AvailableMember =9675697;
begin;
SetupSRL;
if(FindColorSpiral(x,y, Member, 67, 53, 86, 53))then
begin
MMouse(x, y,1,1);
Writeln('Checking if world is currently available...');
if(FindColorSpiral(x,y, AvailableMember, 67, 53, 86, 53))then
begin
Mouse(x, y,1,1,True);
Writeln('World available!');
end;
end;
if(FindColorSpiral(x,y, Member, 67, 76, 86, 76))then
begin
MMouse(x, y,1,1);
Writeln('Checking if world is currently available...');
if(FindColorSpiral(x,y, AvailableMember, 67, 76, 86, 76))then
begin
Mouse(x, y,1,1,True);
Writeln('World available!');
end;
end;
end.
///////////////////////////////////////////////////////////////////////////////////////
So cna anyone give me ideas/help me?
Ty
hugolord



Reply With Quote




it makes it easier to read.


