Hi Everybody.
I am new to scar
I joined this forum like 4 days ago and i made my first script. an autologiner!
Comment please.
TY
Hi Everybody.
I am new to scar
I joined this forum like 4 days ago and i made my first script. an autologiner!
Comment please.
TY
/// woot first post ///
this script will probalys only work for your computer pixels, maybe use bitmaps next time?
I noticed it says 'Tanx for using', it will say that even if it doesn't log in -.-
Im also scripting for 2 days, so if im mistaken im sorry.
To get a more randomized Mouse movement and click you can use:
procedure Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean);
By: Mutant Squirrle
Description:
Moves then clicks mouse.
Ok Ty for feedback! I am posting from school now when i get home i will try and make it better.
no need to have the Const waittime because you never use it, also whenever you want to just move the mouse use MMouse(mousex, mousey, ranx, rany: Integer); and if you want to move and click the mouse use Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean); mousex, mousey are just variables, and ranx,rany are randomness and for mouse left is if you want it to left click mouse button or not...
also just so you know SRL already has a login procedure called LoginPlayer, that you always have to use with the player array *declareplayers*
"Failure is the opportunity to begin again more intelligently" (Henry Ford)
works great, a good start for a more extensive script keep up the good work
working very well. i will continue to use.
I don't know but, what's the point of an auto loginner?
Does sounds cool though, maybe we should try to overload the RS servers by massive login/logout/login etc.
Don't get my wrong, it looks like a nice start to me![]()
Maybe you should try making failsafes, in case your script accidently doesn't log in.
in example, tell it after clicking to search for the red of the "click here to play" sign when you log in. And if it can't find it, tell it to hit the cancel button on the main page and then repeat the script again
But it does seem like a very nicely made script. Basics=good.
next thing to learn would be not clicking on a specific point. AKA adding in randoms.
Great Job!
yeah i gave your script a go, it worked fine! would be a great start for a bigger script. keep up the good work
may the force be with you
Nice 1st try. I want you to study this example:
SCAR Code:program autologienr;
{.include srl/srl.scar}
procedure DeclarePlayers;
begin
NumberOfPlayers(1); // How many players are used?
CurrentPlayer := 0;
Players[0].Name := 'UserName';
Players[0].Pass := 'PassWord';
Players[0].Nick := 'ine'; //3-4 letters from your username
Players[0].Active := True;
end;
begin
SetUpSRL;
DeclarePlayers;
ActivateClient;
Wait(500);
LogInPlayer;
end.
Look at it, PM me if you ever woner or need help on anything. Good luck, mate.
Scripts: Varrock Smither! | Fight Caves Runner! | Kebab Buyer! | L.A.M.E. (Outdated)
Tutorials: SRL user-defined procedures | JaGex UID files | Printing your scripts
Applications: StartUp Notepad | SCAR Assistant
Misc: FREE Delphi 7 v2 | Official SRL Graphics
Administrator's Warning: Dear User,
Your post count has been reset on account of your mass of spam posts. Please take the time to read this thread before posting again.
![]()
![]()
Sticky: Attention Spammers and Leechers...
RAM
Cheers,
SRL-Forums.
This sounds hard, but I might have to try a few things...
Awww man...
Some stuff I was gonna do is on there...
Great Job, this should teach some people
Very detailed with nice pictures
Great Job
Sweet
So is this better to use than the Runescape client?
Thanks, I was looking for this
Welcome!
Hope you enjoy your time here
I'm looking to start out with SCAR, so would this be a good first thing to create? it sounds relatively simple
Nicley done
This will help me out a lot!
Just tried this and it worked
Owning in Halo right now
Very nice and well compiled. Great job on this, it will help out a lot of people
So this won't work, sorry
Very nice script!
Didn't actually run it, but it compiled with no errors. That's normally good
Nice script, will post report in a few hours
yeas it is but i suggest you to make a RS scripta power script
Question: Does an automated login .scar file count as a script? technically, since login forms are standard in any script, would it be considered a script of its own or simply an established component?
didnt work. tanx for using did nothing!
There are currently 1 users browsing this thread. (0 members and 1 guests)