okay so i read some tutorials and know some basic commands and stuff. was just wondering if some people can give me ideas for some basic (REALLY REALLY BASIC) scripts and maybe one you could help me with incase i get stuck.
~Thanks
okay so i read some tutorials and know some basic commands and stuff. was just wondering if some people can give me ideas for some basic (REALLY REALLY BASIC) scripts and maybe one you could help me with incase i get stuck.
~Thanks
SCAR is just a color clicker. The more fail safes you have, the more reliable, and the more complex commands you put in it can make it better to.
Try checking out my tut (links in sig) Things the beginner tuts don't teach you. That will teach you all the commands you need to know to making just about any script! Then, after that, if you really want to start making some reliable scripts, check out my other tut (links also in sig) Learning the things to become a SRL member.
If you ever need any help with a script, just post in the scripting help section and there are many people just waiting to help you =)
Thanks a lot i will do, haha at first the basic stuff i thought i was all cool because some guys guide was like this will be hard to get and i got it all like right away but it was the simplest things in scar and i was likelol but now i see the complexity.
Hopefully by the end of the week i will be making at least a simple ummm lets say... chicken killer? I don't know that is probably way too early and a real bad estimation. Maybe you could tell me a time line on what i should expect. I usually do learn things fast and im looking to spend a good couple hours a day until i get the core basics down.
Lol, I'd make an auto-talker, just to test your SCAR skizzlz (omgwtf?), but I dunno. I had some BASIC and AutoitV3 experience so I kinda got right into other things... But W/E, If you're new to programming, do an auto-talker XD
--------------------------------------------------------- ![]()
Pm me if you need any math functions made. Me = l0ving t3h mathz
--------------------------------------------------------- ![]()
I actually got good enough at scripting to become a SRL member in 2 weeks because I dedicated myself to scripting, helping the community and writing tutorials
Here's what I'd suggest while your reading tutorials though. Start on a script. Even if you couldn't finish it now. You do if(FindColor(...etc.))then ClickMouse(x,y). Then you figure out how to make it less detectable. Then you add anti randoms and anti ban. How about multi player and a progress report then?....etc. That way, your building a script off everything you learn, and when making a new script you have a script to look back at for an example in case you forget some things. Then it will stick the more you look back at it.
So just start on a script, a chicken killer would be a good idea. Even if it's the worst script ever, just keep learning how to script better and improve the script as you go along. My power miner started out like this:
SCAR Code:program PowerMiner;
procedure MineRocks;
begin
if(FindColor(x,y,123591,0,0,700,608))then
ClickMouse(x,y);
end;
begin
repeat
MineRocks;
wait(1000+random(2000));
until(False);
end.
And then over the course of 2 weeks, it became a SRL script and got to 300+ lines and good enough to apply with
So just keep learning and learning and you can get there pretty fast with a good attitude/good work ethic.
Good luck!
Here's what I did:
I started out with just basic color finding and clicking. Maybe a little typing. Then I read scripts and learned how to implement my skills I knew into chopping and mining procedures. I continued reading intermediate tuts about DTM's+Bitmaps and such until I am where I am now. I still mostly use intermediate tutorials, but I can use Advanced too.
really? The advanced tut's aren't that complicated... They're just more specific (such as- Creating DTMs while the script is running) while the beginner tut's are more general (eg - The ultimate beginners guide)
--------------------------------------------------------- ![]()
Pm me if you need any math functions made. Me = l0ving t3h mathz
--------------------------------------------------------- ![]()
Thanks for the quick feedback guys, some questions i have are.....
when you guys talk about adding multiplayer to a script that is just logging in and adding options for more accounts and such correct? (correct me if i am wrong) Another question is what are DTM's?
There are currently 1 users browsing this thread. (0 members and 1 guests)