Results 1 to 14 of 14

Thread: Requesting Yew cutter

  1. #1
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Requesting Yew cutter

    Hey all, i know you probably think im a "leecher" but im trying my hardest to learn this scar scripting, it takes time, as you all probably know. But i was wondering if anyone had a yew cutter, the yews between draynor and lumby. and also, can it bank in draynor? If its not possible its ok, its not for me, for my freind. I told him this site was good. But im trying to prove scar is cool. So if anyone has any links, they would be great!

    Just to show u im not trying to leech, this is my first EVER script, i havent made any progress from this yet, but im hoping to.

    Code:
    ////////////////////////////////////////////////////////
    //////                                                      //////
    //////                                                      //////
    //////           My first Autotyper                 //////
    //////                                                     //////
    //////                                                     //////
    //////////////////////////////////////////////////////
    
    
    
    program New;
    
    const
    w1='Hello world';
    w2='Hello my freinds';
    w3='Hello EVERYONE!!!';
    w4='I wish I new how to put this on runescape aswell';
    
    procedure Hello;
    begin
     wait(1500)
     writeln(w1);
     wait(1500)
     writeln(w2);
     wait(1500)
     writeln(w3);
     wait(1500)
     writeln(w4);
     end;
     
     
     
     begin
     repeat
     hello;
     until(false)
    
    
    
    
    end.

  2. #2
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    this is not a request forum, so please dont request ow and that is copied from a tutorial anyways, i wish you good luck and lotsa fun with learning scar and uh... yew choppers are sorta hard...
    Infractions, reputation, reflection, the dark side of scripting, they are.

  3. #3
    Join Date
    Feb 2006
    Posts
    920
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think there will come any yew choppers out for 1andahalf month..

  4. #4
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Copied?

    You think i copied it from a tutorial? It took me ages! You might thing thats noobish, but i find that quite offensive me steeling other ideas, even check the last 3 threads on bebe's tutorial, as u can see, i got it from their! ON MY POST!

  5. #5
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    you copied the concept... you just added a few lines, anyways this still is a place to post scripts, not to ask for, if you need help with scripting i'd love too msn: paul.spiering@euronet.nl


    ---iloveit8---
    Infractions, reputation, reflection, the dark side of scripting, they are.

  6. #6
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, ok

  7. #7
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Lorax View Post
    I don't think there will come any yew choppers out for 1andahalf month..
    hehe very specific Lorax...

  8. #8
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ah, i see ure game. So lorax, maybe i can be first to test your autoyew cutter lol

  9. #9
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Testers usually go in order of who can give the most detailed reports, Developers->Members->Non-Members

  10. #10
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol, i was joking.

  11. #11
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    ok the thing about the your first script, i saw a lot of those things in tuts, but hey it's your first script! So keep up the good work and try to add a wait (as a const ---> between messages) and a random wait against ban.

    ~The Scar Noob~

  12. #12
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, im adding some randoms so it will look like this:

    wait(1500+random(100))
    TypeSend(w1);

    Code:
    //////////////////////////////////////////////////////
    //////            First autotalker!             //////
    //////           Created by Bell1313            //////
    //////           Credit to Bebemycat2           //////
    //////           for the great tutorial!        //////
    //////           Ilove8it aswell!               //////
    //////////////////////////////////////////////////////
    //Dont forget to drag the crosshair on at the beggining!
    //Dont think it will ban! Ive used it and no bans so far!
    //Read instuctions below. (in green) //
    
    program Autotalker;
    {.include SRL/SRL.scar}
    const
    w1='';//type what ever you want it to say between the ''!!
    w2='';//Same here! If you dont want it to say anything, dont put anything!
    w3='';//Same here!
    w4='';//same here
    
    procedure Autotlk;
    begin
     wait(1500+random(100))
     TypeSend(w1);
     wait(1500+random(100))
     TypeSend(w2);
     wait(1500+random(100))
     TypeSend(w3);
     wait(1500+random(100))
     TypeSend(w4);
     end;
    
     begin
     ActivateClient;
     repeat
     autotlk;
     until(false)//change to true if you want it to say only one time.
    end.
    It works for me!

  13. #13
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    yep but make it more random and instead of:
    wait(1500+random(100))
    TypeSend(w1);

    make a const something like this:

    const
    Timetowait
    wait(Timetowait*1000+random(1500)); ---> making it seconds when in the const seconds

    So the user can setup the seconds wiat between clciking the next tree...

    I hope this helps...

  14. #14
    Join Date
    Jan 2007
    Location
    Somewhere....
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK, thanks for the advice. Any ideas what would be simple that i could make next time?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Requesting: A Sig please. :)
    By *Skiller Feibal* in forum Graphics and Multimedia
    Replies: 10
    Last Post: 12-24-2007, 04:44 PM
  2. [REQUESTING] RockCrabber-er-er
    By vahd in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 11-21-2007, 12:18 AM
  3. requesting Willow cutter and banker
    By fellixombc in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 08-25-2007, 04:22 PM
  4. Requesting auto magic tree cutter..any location
    By litefire in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 06-03-2007, 12:15 PM
  5. requesting a perfect draynor cutter and banker
    By slacky001 in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 01-04-2007, 01:03 AM

Posting Permissions

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