Well this is a "make your very first script thread"![]()
Yea nice Bebe, many good comments from starters for you.![]()
Well this is a "make your very first script thread"![]()
Yea nice Bebe, many good comments from starters for you.![]()
Updated a bit, added a few things. Have fun learning![]()
hay guys just so you know i,am starting to wright scrips in scar and going to sell them
i have made and auto typer thats types hello world 1000000 times over i will be selling it for 10 mil rs gp
lol
nice tut dude i loved it
Nice begineer tutorial for me. It helped alot with the basics. Just one question, after this tutorial am I supposed to be able to code like:
Originally Posted by Bebemycat2
![]()
Thanks for making this tutorial. It really helped me understand how scripts and scripting work. I'm looking forward to the next one.
I have another tutorial almost finished, but I am busy lately and havn't been able to put the final touches on it.
Glad you learned something from it.![]()
Thanks for posting this, its helped
New to scar scripting, but trying to learn :-P
Thank you! I made my first working script![]()
SCAR Code:{
In_Jeopardy's Autospammer!!
}
program Autotalker;
const
Spam='lololol';
procedure Autospam;
begin
wait(5000)
Writeln(Spam);
end;
begin
repeat
Autospam;
until(false)
end.
Every time you macro, you kill a bunny...
Kill all of the bunnies
this helps me alot![]()
scar reminds me of delphi but with delphi there was an interface and vars, tho the rest look the same. can't wait till the tut continues. I wanna learn how to script for runescape.
w00t! I worked! Thanks :-D Makes me wanna try my hand at somethin' more complex =)
try this: (my first script)
SCAR Code:program script;
procedure Hello;
begin
wait(70)
writeln('H');
Wait (70)
Writeln('He')
wait(70)
writeln('Hel');
wait(70)
writeln('Hell');
wait(70)
writeln('Hello');
wait(70)
writeln('Hello ');
wait(70)
writeln('Hello w');
wait(70)
writeln('Hello wo');
wait(70)
writeln('Hello wor');
wait(70)
writeln('Hello worl');
wait(70)
writeln('Hello world');
wait(70)
writeln('Hello world!');
end;
begin
repeat
hello;
until(false)
end.
you are my hero!!! (A) :P
very helpful guide!![]()
Very nice i enjoyed working through this.
wstephen4, lol you'll have to learn more, but you'll get there.
Invisable, use standards.
SCAR Code:program script;
procedure Hello;
begin
wait(70)
writeln('H');
Wait (70)
Writeln('He')
wait(70)
writeln('Hel');
wait(70)
writeln('Hell');
wait(70)
writeln('Hello');
wait(70)
writeln('Hello ');
wait(70)
writeln('Hello w');
wait(70)
writeln('Hello wo');
wait(70)
writeln('Hello wor');
wait(70)
writeln('Hello worl');
wait(70)
writeln('Hello world');
wait(70)
writeln('Hello world!');
end;
begin
repeat
hello;
until(false)
end.
Also you might wana try somthing like this:
SCAR Code:program script;
procedure Hello;
begin
wait(70)
cleardebug;
writeln('H');
Wait (70)
cleardebug;
Writeln('He')
wait(70)
cleardebug;
writeln('Hel');
wait(70)
cleardebug;
writeln('Hell');
wait(70)
cleardebug;
writeln('Hello');
wait(70)
cleardebug;
writeln('Hello ');
wait(70)
cleardebug;
writeln('Hello w');
wait(70)
cleardebug;
writeln('Hello wo');
wait(70)
cleardebug;
writeln('Hello wor');
wait(70)
cleardebug;
writeln('Hello worl');
wait(70)
cleardebug;
writeln('Hello world');
wait(70)
cleardebug;
writeln('Hello world!');
end;
begin
repeat
hello;
until(false)
end.
I've just read the first tut;
Thanks... At first I thought it was WriteIn not Writeln...had to spend about 5 minutes on
that one :O
I've seen plenty of hello world scripts, but none that was as explained as yoursThanks
for letting me make a script that I actually understand fully![]()
this is one of the best tuts ve seen kinda confusing but i got it to work im gonna try to figure out how to make like auto fighters and stuff now tho.. if i can so i can apply as a srl member when i have a few more posts
sweet i got it to work thanks man im gonna start making some scripts..this is awesome![]()
ahh! i just figured it out, (im such a n00b at this lol)
i had this:
program Hello;
const
Message1='Hello world!;
there was my mistake..
it was meant to be like this=
program Hello;
const
Message1='Hello world';
thanks guys, great tutorial!
this is an excellent beginners tutorial, im a complete n00b with no programming skillz what so ever and even i can understand it!
much appreciated!
PS really looking forward to the next tut guide bebe!! i am very keen to learn more
its no autoer, but its a start s'pose
SCAR Code:program tryit;
const
Message1='motherloverr';
procedure tryit;
begin
wait(1500)
writeln(message1);
end;
begin
repeat
tryit;
until(true)
end.
Thx great tutorial.. I have one question.. with srl whts the difference.. I mean if i tell it to include srl does that mean I can use procedures or functions from the the file I uploaded. Also whats the difference between procedure and function... ANd wht tutorial would you recomend next for me.... And also :P If any1 here wants to help me out can they lemme noe and I pm them my email addresse, because I tried making scar scripts long time ago but no one really helped. It was on the forum rs-resources. I also tried making scripts for aryan, and when I finally got started, aryan was dead...
And 1 last thing My past scripting experience is scripting in the program Turing (for school) I think turing is like java though, but you think it 'll be any help?.. And where can i get list of commands for scar...
hey this was good
This tutorial makes everything seem so easy...
There are currently 1 users browsing this thread. (0 members and 1 guests)