PDA

View Full Version : the scripts



CToaN
04-22-2006, 11:32 PM
If I'm not really good at anything and I'm not very smart does that mean I'll never get to see the scripts?

Jagex_Fagex
04-22-2006, 11:35 PM
ok, there is a section called Leechers Scripts, look in there.... lookat the scripts and Learn to script (you don't have to be smart) and you will eventually be able to get into members script :) wanna learn how to script, ask pretty much any scripter here :D

btw. just so you know, every person is good at something :p and things you arent good at, keep trying at them, and you get better...

Welcome too!

CToaN
04-22-2006, 11:43 PM
Ok I'll try to learn. What should I learn first?

Jagex_Fagex
04-22-2006, 11:53 PM
well, probably just the basics, try looking in the Tutorial Island section. mainly, moving the mouse, and clicking the mouse, then move onto trying to use includes such as SRL, if you have msn, add me.. free.for.411@gmail.com

WhiteShadow
04-22-2006, 11:54 PM
Ok I'll try to learn. What should I learn first?

Read all the SCAR tutorials in the tutorial island section.

Jagex_Fagex
04-22-2006, 11:57 PM
well maybe not all, try this one first by bebemycat2 http://www.villavu.com/forums/showthread.php?t=683

CToaN
04-22-2006, 11:57 PM
Okay. I'm gonna go do that now.

Jagex_Fagex
04-23-2006, 12:14 AM
it's great to see another person willing to learn scar scripting :D

CToaN
04-23-2006, 12:18 AM
Here's what I have so far.



//First script ever//
//----by CToaN----//
//It is simple, but//
//-----whatever----//

program FirstScript;

const
Message1='This is my very first script!'; //this is what it says when you play it

procedure first;
begin
wait(1000)
Writeln(Message1);
end;

begin
repeat
first;
until(false)
end. //oh yeah, now I can write 1337 undetectable RS2 scripts. NOT!!!

Jagex_Fagex
04-23-2006, 12:23 AM
looking good so far, now, look through the tut island and find some more basics ones and keep learning :)

CToaN
04-25-2006, 08:35 PM
There'd definately no way I'll ever be able to learn this.

phantombmx
04-25-2006, 08:44 PM
dont worry.. we all thought that when we looked at a script.. you'll get better! practice makes perfect

Dankness
04-25-2006, 08:53 PM
There'd definately no way I'll ever be able to learn this.

The Only way you'll ever learn anything is to Belive You Can. You Can Do Anything with the right mindframe. Always be Positive and Positive things will come. It Took me over a year of scar scripting to become as good as i am, yet i'm still no master like Stupid3ooo or Fawki, but with every script i write i become better. Honestly i suggest to learn to script to tear apart other scripts and modify them as you will thats how i learnd.

phantombmx
04-25-2006, 09:04 PM
yeah, dankness is right.. tear a script apart to learn.. thats actually how my first and actually only script submitted was made.. freddy1990 (i think) 's feather buyer, i just figured out how it worked, updated to srl, added tons and tons of new things, based off of just reading srl procedures and figuring those out slowly