Results 1 to 9 of 9

Thread: My First (second) script - EdgyCutter

  1. #1
    Join Date
    Aug 2007
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My First (second) script - EdgyCutter

    here you go folks a woodcutter for yall.. it wont work atm but it would do if srl worked... lol..

    anyway

    have fun

    warrockownz!!!

  2. #2
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  3. #3
    Join Date
    Aug 2007
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry but there arent any tuorials that will help me... beginner is too easy and intermediate is too hard

  4. #4
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by warrockownz View Post
    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.

  5. #5
    Join Date
    Aug 2007
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    to make up for it .. i really did make one this time

    its a auto miner

    SCAR Code:
    //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.

  6. #6
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    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

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  7. #7
    Join Date
    Jul 2007
    Location
    America
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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...
    I dunno, those asians are pretty difficult to out-auto, legend has it they don't need sleep or food...~tim0suprem0
    Activity is on the decline - school's got me
    Check out my tutorial[s] on Color Finding!||Procedures and Functions!

  8. #8
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    1,668
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.
    [IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]

  9. #9
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •