Page 1 of 2 12 LastLast
Results 1 to 25 of 28

Thread: How to Auto Using Scar/SRL

  1. #1
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How to Auto Using Scar/SRL

    How to Auto Using Scar/SRL

    by WhoCares357


    In this tutorial, I will teach you how to auto (macro) using Scar. I will further this by teaching you how to setup a script that uses SRL.
    To describe Scar in a few sentences: Scar is a program used by lazy RuneScape players. Scar is a compiler that looks for a color in RuneScape and acts upon that (Clicks it or Waits etc.). Each color has a number. You have to tell Scar which numbers (colors) to look for.

    First of all, you will need to get Scar 2.03 (or later version) at http://www.freddy1990.com/scar.php.
    Once you install Scar and open it, the program will prompt you with an option to download includes. Say yes and wait a bit (minute or two on dial-up) for Scar to download the includes.
    Now I and you will take a closer look at all those buttons in Scar mean.

    You will first see something like this:


    First think you should notice are two text boxes. The top one looks like this:

    This is the main text box. This is where you will fill in all you options for the script before starting it.

    The smaller text area is called the Debug Box:

    This is where all the information about the autoing will be. After you stop the script or it stops itself, check down there. You will most likely see a bunch of information about the autoing session. It will be made up of information like the amount of time the script has run, how many randoms it has seen, and other such information.

    Next you will see two toolbars.

    The first one should look familiar to you:



    This is where you can Exit, Save, Load, and perform other such actions. There are also some options there for scripters. You shouldn’t worry about that.

    If you accidentally canceled the Download Includes prompt or if the prompt didn’t show, you can do download the includes manually.
    Go to File-Download Includes. You will see this:


    Just press Overwrite and wait until Scar downloads all the files.

    One more thing you should check in the toolbar is Silent Mouse. RuneScape can detect Silent Mouse so you should make sure it’s unchecked. To do this, go to Tools. Make sure that Silent Mouse does not have a check next to it. If it does, click on Silent Mouse and it will get unchecked.

    The next toolbar will look like this:



    You will use this toolbar more than the top one. I will describe each button individually:



    Those are the shortcuts to the options from File in the top toolbar.
    The first button will clear the top text box.
    The next button is used to open a .scar or .txt file (a script).
    The third button is Open From Web. The creators of Scar created a few extra scripts that they allow you to use. I do not recommend using these, for they are pretty old. Press Open From Web, wait for the list to load, and press on the script you want. It will take a little while to download the script.
    The fourth button will save the script.
    The fifth button cuts the highlighted text. (you can paste it after you cut it)
    The sixth button copies the highlighted text.
    The seventh button pastes the already copied or cut text.
    The eighth button searches for a word or phrase in the script.

    These first buttons are simple. You should know most of them from other app’s you used before.

    The next few buttons look like this:



    These buttons are used to run, pause, or stop the script. You should memorize the shortcut keys for these three.

    Run: ctrl+alt+r (start script)
    Pause: ctrl+alt+a (pause)
    Stop: ctrl+alt+s (stop)

    Don’t worry about the next two buttons:



    They are useless unless you’re a scripter.

    The next button is very important:



    This is called the Color Picker. It’s shortcut is ctrl+alt+p. Remember how I said that Scar uses color numbers to work? This is how you find the color of a rock or tree or whatever the script options ask for:

    Click the Color Picker or press ctrl+alt+p.
    Click on the color you want to get the number of. (click the rock or tree etc.)
    Look in the Debug Box; (lower text box) You will see something like:
    Code:
    Color Picked: 16777215 at (206, 310)
    The first big number (1677…) is the color number. (206, 310) are the coordinates at which you picked the color.

    The next button is not very important:



    This button simple clears the Debug Box.

    The Toggle Report button is next:



    This button adds a new text area to the Debug Box. (lower text box)
    If you click it, you will see this:



    Notice the Debug Box is split in two at the bottom. To undo this, just click the button again.

    The next button is the News button:



    All this button does is fill the Debug Box with the “News” about Scar. This appears automatically when you first open Scar.

    This next button is the most important of them all. It will also require a little more explanation:



    You cannot simply click this button. You must drag it over to the RuneScape window and let go of the mouse button. You should see a square enclose RuneScape. You MUST do this every time you open up Scar to auto. If you don’t care about the how and why, skip this next part.

    The reason you “enclose” Scar with the box is to make Scar see the RuneScape window as the whole screen. You see, Scar uses coordinates to click. It finds the color at a coordinate and clicks the coordinate. This becomes a problem when the RuneScape window appears in different locations on the screen. (if you’re using a client like SwiftSwitch to play RuneScape, Runescape is on the left of the screen while if you use Internet Explorer, it appears in the center) To fix this problem, the creators of Scar made Scar only see the RuneScape window. This guarantees that Scar will not miss-click.

    Now that you have all those buttons down, let’s look at the way we set options.

    Try searching www.sythe.org or www.srl-forums.com for some free scripts. I recommend finding one that uses SRL. Check for something like {.include SRL\SRL.scar} in the beginning of the script to see if it uses SRL.

    You can download and install the SRL include from www.srl-forums.com. A guide to do this can be found at http://www.sythe.org/showthread.php?t=148512.

    Once you open a script, you should see something like program Name;. This is the name of the script. Don’t touch that part. Next, you will see lots of green stuff. These are comments left by the author of the script (creator). They will provide you with information about the script. (version, author, etc.)

    Look down until you find a bolded black word, const. This is the first part of the options. Under/beside the word const will be something like this:

    SCAR Code:
    const
    Words = '';//What to type
    MonsterColor = ;//Color of monster
    Eat = ;//Eat? true = eat, false = not eat

    These are options. Yours will depend on the kind of script you use, and the amount of options the creator of the script set. There are four types of options:

    The first (Words in example) is a string. This kind of options is used to set what you want to use for text (auto-typing). You must set what you want to type between the ''. So in my example, I would put:

    SCAR Code:
    const
    Words = 'I hungry.';//What to type

    The next type of option is called an integer (MonsterColor). This type of option is used for numbers. In this example, I have to set the color number of the monster I want the script to kill. Use the color picker to pick the color of the monster and paste the color after the = sign.

    SCAR Code:
    const
    Words = 'I hungry.';//What to type
    MonsterColor = 6734524342;//Color of monster

    The final type of option is called a boolean. This type of option has two choices: true, false. In my example, I used Eat as a boolean option. The user (you) would have to put in true if you want the script to eat the food or false if you do not want the script to eat.

    SCAR Code:
    const
    Words = 'I hungry.';//What to type
    MonsterColor = 6734524342;//Color of monster
    Eat = true;//Eat? true = eat, false = not eat

    You must always remember to look at the name of the option (Words) or the comment next to it (//What to type) for clues on what the option is asking you.

    Remember this very important piece of information! If you set a color number for something in one world and go to another world, you must pick the color again. RuneScape changes the colors with a new world.

    Now I will teach you how to setup a script that uses SRL. Scroll down in the script a little until you find something like this:

    SCAR Code:
    procedure DeclarePlayers;
    begin
         HowManyPlayers := 2; //Amount of Players you will use

         CurrentPlayer := StartPlayer;
         NumberOfPlayers(HowManyPlayers);

         Players[0].Name    :='Username'; //Your username
         Players[0].Pass    :='Password'; //Your Password
         Players[0].Nick    :='sern';  // 3-4 letters from your name, NO CAPITALS (that includes the first character)
         Players[0].Loc     :='Fally';  //Don't worry about this one (Don't touch it)
         Players[0].Active  := True;  //Will you use this player?

         Players[1].Name    :='Username';
         Players[1].Pass    :='Password';
         Players[1].Nick    :='sern';
         Players[1].Loc     :='Fally';
         Players[1].Active  := True;
    end;

    This is pretty simple. These are the things you need to change:

    HowManyPlayers: How many players will you use? Put the number after :=.

    You must set options for each player. Set the Username and Password. The “Nick” is used for randoms. Instead of looking for the whole random, it will see if it finds the random calling out your name. For this option, set 3-4 letters of your Username. Do not put a capital letter.

    The next option is Location. Do not touch this one. Most scripts won’t even have this. Finally, there is the option Active. This just tells Scar if the character is going to participate in this autoing session. (True = will use; False = will not use)

    After you set all the options and ID the Window (Drag the CrossHair over RuneScape) press Run (ctrl+alt+r). Remember that to stop you must press ctrl+alt+s. (to pause ctrl+alt+a)

    Have fun cheating.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Shouldn't this be in the how to auto section of tutorials? good tutorial though whocares

  3. #3
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Er, could someone move this? I wasn't sure where to put it. :/

  4. #4
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by WhoCares357 View Post
    Er, could someone move this? I wasn't sure where to put it. :/
    done

    good tut
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  5. #5
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Starblaster100 View Post
    done

    good tut
    Very thankful.

  6. #6
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it's nice, it's a lot like mine though, at sythe. the begining anyway..
    Thick As Blood

  7. #7
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Thick As Blood View Post
    it's nice, it's a lot like mine though, at sythe. the begining anyway..
    I promise you I didn't copy :/.

  8. #8
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it's okay, mine still has more views, and posts then yours will ever have, ever
    Thick As Blood

  9. #9
    Join Date
    Dec 2006
    Location
    SC
    Posts
    692
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Thick As Blood View Post
    it's okay, mine still has more views, and posts then yours will ever have, ever
    Lol, alright then.

  10. #10
    Join Date
    May 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice helped out alot ty

  11. #11
    Join Date
    Mar 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good guide, i like it.

  12. #12
    Join Date
    Jun 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default its saids "fail when complining"!

    i need helmp because its said fail when complining

  13. #13
    Join Date
    Apr 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it was good but i still dont no how to auto 2 ppl at once!

  14. #14
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    that is not possible with scar(it actually is, but i believe its a script in the members section) dont try to get in there without a script btw
    Infractions, reputation, reflection, the dark side of scripting, they are.

  15. #15
    Join Date
    Jul 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Runescapeauto, to find out how to auto 2 ppl at once, you should try searching for it. I remember seeing a post on it, I haven't looked at it but I think you need two scar's running or something like that.

  16. #16
    Join Date
    Sep 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow, this is an awesome tutorial, ive used 2.03 a couple of times but got wary but i never realised it had this many features.

  17. #17
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good guide

  18. #18
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good guide =D

  19. #19
    Join Date
    Nov 2007
    Location
    U.A.E....
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Excellent guide helped me a lil....

  20. #20
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice tutorial man, im getting to know more and more reading every tutorial , hehehe

  21. #21
    Join Date
    Jul 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Omfg nice tutorial! have u got to much sparetime?
    thx!

  22. #22
    Join Date
    Jun 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice tut.. thanks !

  23. #23
    Join Date
    Dec 2007
    Location
    Canada
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, I had no idea what to put in the options before I shall give thee a reputation.

  24. #24
    Join Date
    Jan 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice tut.

  25. #25
    Join Date
    Jan 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Guess I'm just retarded...

    I still don't get any of this sh -.- I must not be getting the right scripts. I need help.

    If you're nice enough to assist me, I'd appreciate it very much

    Aim: thugintheabcs

    Please, and Thank You

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to auto (SCAR) without blocking your PC
    By dudutzu in forum Outdated Tutorials
    Replies: 30
    Last Post: 03-09-2009, 08:33 PM
  2. Auto Pause Scar?
    By oakley123 in forum OSR Help
    Replies: 3
    Last Post: 10-19-2008, 07:40 PM
  3. Your Full Guide to Preparing to Auto [SCAR, SRL, SVN, HowTo Auto]
    By Runescapian321 in forum Outdated Tutorials
    Replies: 71
    Last Post: 10-11-2008, 03:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •