Home
Bookmark this website!

RuneScape Autoer Programs
RuneScape Cheating Clients
Rune Cheater Pack ***NEW***
Free RuneScape Gold & Account Contest! ***NEW***
Free Complete RuneScape Money Making guide ***NEW***
Download neXus iBot Pro
RuneScape Private Servers
RuneScape Parody Songs ***NEW***
RuneScape SCAR Scripts
View ALL RuneScape Files
CHEAP Rune Gold Money ($3 each!)
CodeSpace Forum ***BACK UP***
FREE RuneScape Guides ***NEW***
How to Use & Install SCAR + SRL
How to Download Files (GUIDE) ***NEW***
Free Online Virus Scanner
RuneScape Glitches
Advertise
NEWEST FILES

RuneMiner Pro verison 1 (All in one macro)
- Downloads: 6992
-------------------------------------

iBot Nexus 17.11
- Downloads: 14397
-------------------------------------

iBot neXus 17.01
- Downloads: 1607
-------------------------------------

iBot neXus 17 [new update]
- Downloads: 3563
-------------------------------------

neXus iBot 16.72
- Downloads: 31024
-------------------------------------

iBot neXus 16.71
- Downloads: 3651
-------------------------------------

AresBot - Autoing Bot
- Downloads: 25215
-------------------------------------

CheatMacro AutoTyper
- Downloads: 7906
-------------------------------------

CheatMacro AutoClicker
- Downloads: 8972
-------------------------------------

CheatMacro Skill Calculator
- Downloads: 9793
-------------------------------------



MOST POPULAR


Sythe AutoWoodCutter (BETA)
- Downloads: 86737
-------------------------------------

RS Infinite Money Glitch [PATCHED UP]
- Downloads: 56607
-------------------------------------

CodeSpace Cheaters Bundle PACK!
- Downloads: 53573
-------------------------------------

RS2Cheating's AutoFighter
- Downloads: 53193
-------------------------------------

Sythe PowerMiner
- Downloads: 46861
-------------------------------------

Download the new iBot neXus - The best FREE RuneScape Bot!

Last Update: Oct. 14th, 2006

Setting up SCAR & Getting Includes

Before doing this, you must download SCAR.

Setup exe File size: 1,391,842 bytes Download Mirror 1
Archive file(zip) File size: 1,368,173 bytes Download Mirror 1
Archive file(rar) File size: 1,369,605 bytes Download Mirror 1

Installation Instructions
Firstly, double click 'Setup'

Hit next and then read the Agreement. Press 'I accept the Agreement', then 'Next'

Choose the destination where you want SCAR to install to. Press 'Next'

Choose where you want to install SCAR in the start folder. It is recommended that you just leave it as it is. Press 'Next'

Select if you want to create any additional icons for SCAR. Press 'Next'

Finally review what you have selected and Press 'install' If you want to change something, press the 'Back' button

To get started in SCAR and download all of the includes, hit 'File' and then 'Download includes'

Finally download a script and run it.

Downloading SRL for SCAR

Download SRL: SRL v3.0(Latest Version) - DOWNLOAD HERE (WINRAR)
SRL Manual & Info Here

Installing SRL for SCAR

1) Go to the Includes Folder in SCAR, default path C:\Program Files\SCAR203\Includes & Make a New folder called 'SRL'

2) Extract everything in the zip or rar folder into it


3) It should end up looking like this:


4) Go into the 'Place inside Plugins Folder' Folder. It should look like this:


5) Copy all of the Files in this Folder into the 'Plugins' Folder in SCAR, like this:


Turning off Silent Mouse

Silent mouse was originally used in RSC so that you could auto and do other things on the computer at the same time. Unfortunately, Jagex caught on and so now Silent mouse has to be turned off for you to be able to auto. This means your mouse will be controlled by scar and you wont be able to do anything else whilst the script is running.
Silent Mouse is off by default, but you should check just in case. In Scar, hit 'Tools' and make sure the first option 'Silent Mouse' is Unticked.

Dragging crosshair onto the RS Window

This is so Scar knows the boundaries of the Rune/game screen so that you can auto properly.

-Drag this symbol : : onto the RS screen.

-You must drag the symbol every time you open up scar, or change world!

-A huge box will appear around the Selected Client and shrink to fit it. A new message will appear on the debug box saying:

User specified a new RS window

-If the message comes up, but the box doesn't, drag the crosshair again and repeat until the message and shrinking box both appear.

Picking Colors

This is so scar knows what colors to click and what colors to look for in RS, so the script functions properly. This is a very important step and must be done properly. You must do it yourself, because each time you log onto RS, the colors change slightly. No one else can do this for you. If you change worlds, you muct repick all of the colors asked for. There are 2 ways in which a script will tell you which colors to pick.

'Const' Colors

banksymbol = 5825779; //Green part of $ sign
yewtree = 1282831; //middle of yew tree on minimap
roadcolor = 5921634; //road color on minimap

Under the word 'Const' in the script is a list of all the colors you need to pick. The writing to the right of the numbers (e.g '//middle of yew tree on minimap') describes what color you need to pick. To pick the color asked for, login to RS, and go next to the color which the script asks you for. With both Scar and RS visible, click this Symbol in Scar and your screen will freeze.

Color Picked: 16777215 at (214, 203)

The numbers will always be different, so dont worry if you didn't get the same numbers as me. Copy the long number using Ctrl + c and paste it over the existing color under 'Const'. Repeat this for all the colors asked for and you will setup all of the colors. An example of the colors setup after selecting all of the colors would be:

banksymbol = 3047422; //Green part of $ sign
yewtree = 16777215; //middle of yew tree on minimap
roadcolor = 262913; //road color on minimap

Click the color asked for and a new message wil appear in the debug box:
Remember, the above are just examples!

'Form' Colors

This is an example of a form asking for colors.

It works in basically the same way as the 'Const' colors, except you have to type in the colors asked for since you can't copy and paste. The other different is you wont be able to select the color picking tool, you will have to press the shortcut Ctrl + Alt + P to activate it. Fill in the form and the colors will be saved.

Other Setup Help

Other setup is required so that the script knows what to do incase something 'irregular' happens, such as you log out by accident, you get a lamp for a genie, you are attacked etc.

TheLampskill = 'prayer';//Skill to use lamp on if found
RunDirection = 'N'; //Direction to run away in
UsingTiera = True; //Are you using a Tiera?
esslimit = 1000; //Number of Essence you have in bank


The different types of options you have to setup are as follows:
---String - This is a word which you type in. The word Must be surrounded by quote marks (' ')
---Boolean - This means 'true' or 'false' No quote marks here
---Integer - This is a number. again no quote marks.


Again the writing to the right informs you about what you have to set. The first one in my example is the skill to use the lamp on if youfind one in your inventory. Type in the skill you want to use lamps on. Next is the run direction you want to run away in if you are being attacked. Type in 'N', 'E', 'S' or 'W' This comes from my air crafter script, and so you have to tell the script if you are wearing a tiera or using a tally. If you are wearing one, type in true and if not, type in false. The Ess limit is how much essence you have in your bank. Type in the number of essence you have so the script knows when to stop.
An example of my setup:
TheLampskill = 'Mining';//Skill to use lamp on if found
RunDirection = 'E'; //Direction to run away in
UsingTiera = False; //Are you using a Tiera?
esslimit = 587; //Number of Essence you have in bank

This could again be written in a form, but thats easy to fill in and its basically the same thing as above.
Note - Scar Scripts cannot stela your Username or Password, so it is OK to fill it out into a script. Just make sure you delete it before sending the script to anyone! Make sure you fill out any other setup the script asks for, like standing in a specific place, having something in your inventory etc.

Starting, Stopping and Pausing the Script

This is so the script can run and stop when you tell it to. Make sure scar is completely setup by following the instructions above.
-Hit the green arrow the run the script
-Hit the Yellow / Orange double lines to pause the script
-Hit the Red square to stop the script


Alternatively, use these shortcut keys:

-Start: Ctrl + Alt + R
-Pause: Ctrl + Alt + A - Note, to start the script again after pausing, hit the shortcut for 'Start'
-Stop: Ctrl + Alt + S