PDA

View Full Version : My First (second) script - EdgyCutter



warrockownz
08-14-2007, 12:07 PM
here you go folks a woodcutter for yall.. it wont work atm but it would do if srl worked... lol..

anyway

have fun

warrockownz!!!

Kik
08-14-2007, 01:25 PM
Don't steal scripts. We WILL catch you.

JAD's willowchopper script is meant to be an example - you should see what he did and take lessons from it, not use his exact scripting.

warrockownz
08-14-2007, 01:45 PM
sorry but there arent any tuorials that will help me... beginner is too easy and intermediate is too hard

drnewheart
08-14-2007, 02:03 PM
sorry but there arent any tuorials that will help me... beginner is too easy and intermediate is too hard

I tell ya what. Try to make a script and when you need help just ask me and I will be glad to help you.

warrockownz
08-14-2007, 02:11 PM
to make up for it .. i really did make one this time

its a auto miner

//i really did make this one
//put pik in slot 1
//set the color and run


program miner;
{.include SRL/SRL.scar}

Procedure Miner;
begin
repeat
if(findcolortolerance(x, y, 12345678, 0, 0, 700, 500, 4))then
begin
mouse(x, y, 0, 0, true);
wait(1800);
end
wait(150);
until(InvFull)
end;

begin
repeat
miner;
DropTo(2,28);
until(false);
end.

HyperSecret
08-14-2007, 06:34 PM
dude that is straight up leeching, you gave ABSOLUTELY NO credit to jad for any of his things and you tried to pass it as your own...WOW

Kik
08-14-2007, 07:08 PM
WhoCares357 has a great tutorial that covers almost everything (it's the first tutorial in the beginner's tut section).

That second powerminer script looks alot like the one in my tutorial...

LordGregGreg
08-14-2007, 07:09 PM
You MUST give nearly all credit to JAD.


also, the tutorials are plety fine, i haev read them, and i have learned to script from them, just take more time on them and you will learn.

YoHoJo
08-15-2007, 12:19 AM
http://www.scar-scripts.com/view/1071
Don't Steal Scripts