Awsome tut really helpful
Awsome tut really helpful
This helps me a lot, thanks. Part 1 of my willow dropper is complete.
nice script but would you add how to add the bitmap to the main loop please.
P.S. thank you for this script i needed it i had know idea how to use scar just ow to run it till this tutorial thank you.
Brent8900
looks like a nice tut but i dont know how to script and im trying to learn and i read the whole thing and WOW right over my head... if u could train me through like MSN or something if you arnt busy PM me if you can Thanks
this really helps but this is a searching scripts im thinking of making a script for something that is getting a little rarer nowadays like ess miners and bankers and thanks this help its the basic ruling nice TuT![]()
Small updates to the tutorial. Enjoy.
wohoo bebe back she updated the tut nioce 1
This helped me out a ton. thanks for posting it. it gave me a basic understanding of scar script. now to learn some other things....
Great tutorial, now I understand the variables and stuff, and I can fix some old scripts. xD
Thank you very much for the tutorial, I hope to start wtriting my own scripts soon. I like pascal.
Hey Bebe! I just want to say this tutorial is really good for beginners like me. - Now i have my own little auto talker and a program that finds the start menu and clicks and it, All thanks to bitmaps.. The only one i didn't read to much in detail was functions but i will some other time, anyways just a big thank you!
EDIT: Now that i have knowledge of bitmaps i am planning on making my first script.. I'm not going to tell you what it will be because that will give the game away.
. All i can say is it will involve "Picking".
.
Learning: Italian!
Code:<Jason2G's> I just sprayed WD-40 on my dog's nuts. He was sleeping. And now he can't get back to sleep ^_^
Thank you this helped me to understand these basics a little more![]()
very good tut thx m8
Great tutorial! Helped me a lot.
OFFTOPIC - Most of the beginners tutorials are great but it would be perfect if the examples were a bit more practical, like including setupSRL (it took me few hours to find that out) procedure and for example when finding the right bitmap then actually click on it instead of writeln('bitmap_found').
Still thank you a lot, great stuff!
Nice tut i learned about the bitmap and function thanks to you
Thank you for this tut it helped me very much and like a few other tuts i have read it actually explains each step.
thank you again
Hiya Bebe,
I'd just like to add my thanx to the thousands of other scripters in this post. This helped me alot, seeing that I'm only just started with SCAR.
Of all the beginner's tuts, I'm glad I chosse yours to start with![]()
thank you for helping me learn the basics of scripting
Excellent tut!
I particularly like the integration of the bitmap part...didn't find anything like that on other beginner tuts.![]()
Very nicely written tut, every step is very detailed and easy to follow.
This is a great tut for people that've just started learning the basics of scripting.
I especially like the part about Bitmaps, most beginner tut's don't explain anything about Bitmaps, but you've dedicated a whole post to them!
+rep and 5/5 from me![]()
SCAR Code:program New;
const
Diameter = 3;
function GetCircumfrence(diameter:integer):extended;
var
pi: extended;
begin
result:= Diameter * pi;
end;
procedure TellCircumfrence;
begin
writeln('the circumfrence is: '+floattostr(GetCircumfrence(1.0)));
end;
begin
TellCircumfrence;
end.
i based that off of your miles to kilometers example, and i either keep getting a type mismatch, or it dosnt calculate
Great Tutorial! hoping to be making my own (decent) scripts soon
I do wish someone had told me about...
Write*Lowercase L*n
(Writeln)
...earlier had me confused for a good while :P
thanks alot man. very helpfull
Awsome tutorial. this has helped me alot!
There are currently 1 users browsing this thread. (0 members and 1 guests)