Ok i want a script that:
Finds tea stall colour, clicks, waits 10 seconds then repeats.
I have tried to make it but i cant make it nooby enough.
Make it as simple as possible.
cheers
T~M
Ok i want a script that:
Finds tea stall colour, clicks, waits 10 seconds then repeats.
I have tried to make it but i cant make it nooby enough.
Make it as simple as possible.
cheers
T~M
SCAR Code:program New;
{.include srl/srl.scar}
const
Color = ;
var
x, y : Integer;
begin
SetupSRL;
repeat
if FindColor(x, y, Color, MSX1, MSY1, MSX2, MSY2) then
begin
Mouse(x, y, 5, 5, True);
Wait(10000+Random(5000));
end;
until(false)
end.
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Haha is this enough nooby ( I edited above script Shut)
PHP Code:program New;
{.include srl/srl.scar}
var
x, y : Integer;
begin
SetupSRL;
repeat
if FindColor(x, y, ColorHere, MSX1, MSY1, MSX2, MSY2) then
Mouse(x, y, 5, 5, True);
Wait(10000+Random(5000));
until(false)
end.
Let meh use an account by a stall and I will make one with some TPAs, ATPAs, and HSL.
Why can you not do this yourself...
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
You didn't offend, but I'm just confused.
How you got members.. and couldn't write that..
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
01:51 is not late. I can make that any time of the day even if I had no sleep for 72 hours. It is not that hard.
me and The Man both live in the UK
so it was the same time for me but i still done it
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
yea I could even do that and Im Jr. Memb :P, but that's only cause I don't have the time to make a application script, but if you can't make that I don't see how you have members either, no matter what time it is. Unless you were just to lazy to make it, but that like a less than 30 line script you asked for haha.
Jeez guys chill. I'm sorry I couldn't be bothered.
T~M
There are currently 1 users browsing this thread. (0 members and 1 guests)