Please note that this is only the progress of making this script, I will post what I learn every day, and what I did. (I don't know much of srl scripting other than the basics)
Hi all.
I am planning on to learn scripting, and I am now planning on making a script (for real). I will post what I learn, and the progress of the script every day, hopefully this will help my self and others (who also want to learn).
First of all, a brief history about my self:
I've been here for almost a year now, and I've want it to become a member (Back then I want it to leech *like every leechers here* but now its an new story) ever since. Some times this year, I got the idea of actually start to learn and make an script and apply to sr member, I had every thing planned out (what I need to learn, what the script will do...etc). but I got banned on my main, and never want to get back to rs (and srl). I came back in late july because I didn't want to play counter strike on steam any more, (because it was soo boring that I was about to fall a sleep).
Now that I am back, I want to to stop bashing my rs hops on others (their script to be exact), I want to be able make my own, (with better anti ban and functionality because I take anti ban VERY serious, serious enough that I even made a guide on it). I am planning to make script, not ONLY for getting-some-good-script-to-benefit-my-rs-experience, but also to improve my programming-language-learning-ability for future, and also to make my OWN scripts (which will run very smoothly and effective).
My computer knowledge:
I know html, css, java script fairly well, I was able to pass and get the w3school's HTML Certification. I know basics of Vb and java. but to my surprise, I find scar is harder to learn them.
Functionality of the script:
This will be the description of the function in this script (I will not put out stuff like log in..set up players...etc in this description.
Axe checker
Cut willow
Banks
Walk back
Fail safe (always have fishing spot in range)
Support all axe
support summoning? (NEVER! My main was 99str at 106 cb, owns 99% people at 114- cb because 1 summoning)
If I can: My own/modified anti ban procedure and anti random (I will try to learn how to do that) but will not try to do that yet.
*I will add more upon time goes by*
The script (I will add more as I go)
SCAR Code:{
******************************************
*WELCOME TO M_A_I_N_FTW'S WILLOW CUTTER!!*
******************************************
******************************************
*PLACE YOUR CHARACTER IN DRAYNOR BANK AND*
*WEILD OR HAVE AN AXE IN THE INVENTORY!!!*
******************************************
******************************************
}
program Willow FTW;
{.include SRL/SRL.scar}
const
// This is NOT your srl-forums.com login information. you can and MUST get an srl id from stats.srl-forums.com for script to work
YourSrlId = '';
YourSrlPass = '';
procedure Declareplayers;
begin
NumberOfPlayers(1); // Number of players, if you wish to add more. please copy the form and past it under.
CurrentPlayer := 0;
Players[0].Name := 'andrew'; // Your runescape user name please
Players[0].Pass := 'iamhomo'; // Your runescape password please
Players[0].Nick := 'rew'; // This is used to find talk randoms. You can put your full name here, but you need to take off first letter
Players[0].Active := True; // Wanna use this character?
Players[0].Booleans[0] := True; // Always run?
Players[0].Booleans[1] := False; // Use custom willow color? IN WORKS, DO NOT SET TO TRUE
Players[0].Booleans[2] := False; // Quick chat world?
// EXTRA PLAPYER FORM! CHANGE X TO THE NUMBER OF THE PLAYER. IN THIS CASE, THE X WOULD BE 1
{
Players[X].Name := '';
Players[X].Pass := '';
Players[X].Nick := '';
Players[X].Active := true;
Players[X].Booleans[0] := true;
Players[X].Booleans[1] := False;
Players[X].Booleans[2] := False;
}
end;
procedure setup;
begin
SRLID := YourSrlId
SRLPassword := YourSrlPass;
begin
SetupSRL;
Setup;
List of the things to add:
Set up player (Both form and regular)
login (Both smart and non smart *better anti ban*)USER
PASS
NICK
BANK PIN
SRLID
SRLPASS
ProceduresCHECK SRL ID AND PASS (Stop script if failed to submit *I will submit 1 minute upon running to check*)
CHECK PLAYER STATS (Stop script if cb under 30 and overall lower than 500)
SET BRIGHTNESS..ETC
SET CHAT
Walk to willow
Chop willowMake compass S
Walk to tree via symbol or reflection
(Don't know how to walk yet)
Walk to bankLet player pick willow color
Click color..
(I don't know how to yet, but I will learn!)
Find bank symbol, then click.
(need to learn)



Reply With Quote







h): so are you like a psychic? lol.. any ways..