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?
Printable View
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?
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!
Ok I'll try to learn. What should I learn first?
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
Read all the SCAR tutorials in the tutorial island section.Quote:
Originally Posted by CToaN
well maybe not all, try this one first by bebemycat2 http://www.villavu.com/forums/showthread.php?t=683
Okay. I'm gonna go do that now.
it's great to see another person willing to learn scar scripting :D
Here's what I have so far.
Code://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!!!
looking good so far, now, look through the tut island and find some more basics ones and keep learning :)
There'd definately no way I'll ever be able to learn this.
dont worry.. we all thought that when we looked at a script.. you'll get better! practice makes perfect
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.Quote:
Originally Posted by CToaN
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