Results 1 to 11 of 11

Thread: Headless Arrow Maker! ~ 40k xp/h ~ No Reqs

  1. #1
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Headless Arrow Maker! ~ 40k xp/h ~ No Reqs

    Foooty's Headless Arrow Maker!

    Makes Headless Arrows Anywhere (SW Recommended)

    Features:
    S.M.A.R.T
    40k Fletching XP/H
    No Requirments
    Make ~100k/hr
    Antiban
    Easy way to go from 1-55 Fletching!


    Setup:
    Fill In the setup in simba
    Have headless arrows in FIRST SLOT (leave a spot for them or make some before starting script)
    Have Arrow Shafts in second slot
    Have Feathers in third slot
    Stand At soul wars (Not required, the script will find randoms if you want to run it elsewhere)
    HAVE NO OTHER ITEMS IN INVENTORY!!!


    Notes:
    Buy your feathers and arrow shafts over night, or use multiple accounts. Shafts buy easily, but have a GE limit of 20k per 4 hours (which goes quick!) Feathers have a GE limit of 10k per 4 hours
    Headless arrows sell really easily! you can easily sell 100k headless arrows at market price over night!


    PLEASE POST BUGS, ISSUES, COMMENTS, AND SUGGESTIONS!

    Simba Code:
    program HeadlessArrowMaker;
    {$DEFINE SMART}
    {$i srl/srl.simba}


    procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := ''; //Login Name
      Players[0].Pass := ''; //Login Password
      Players[0].Nick := ''; //3-4 lowercase letters from name
      Players[0].Active := True;
      Players[0].Pin := '';  //If no pin, leave blank
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
    End;

    //SETUP FINISHED


    Procedure Maker;
    begin
      findnormalrandoms;
      Mouse(623, 226, 4, 4, 1);
      wait(randomrange(200, 320));
      Mouse(660, 230, 4, 4, 1);
      wait(randomrange(900, 1200));
        case random(100) of
          0..10: begin Pickupmouse; Mouse(256, 433, 10, 10, mouse_left); end;
          11..100: begin Mouse(256, 433, 10, 10, mouse_left); end;
        end;
      wait(randomrange(100, 200));
        case random(10) of
          0..3: begin SleepAndMoveMouse(randomrange(9000, 10500)); end;
          4..5: begin sleepandmovemouse(randomrange(2000, 2500)); wait(randomrange(7000, 8000)); end;
          6..10: begin wait(randomrange(9000, 10500)); end;
        end;
      if (invcount<3) then
      begin
        writeln('All done, time to log out!');
        logout;
        Terminatescript;
      end;
    end;



    begin
    SetupSRL
    Declareplayers
    Loginplayer
    Activateclient
    repeat
      Maker
    until(false);
    end.
    Last edited by Footy; 06-30-2012 at 07:59 PM.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  2. #2
    Join Date
    May 2012
    Location
    Texas
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Interesting way to do Antiban
    More options for it to do would make it much better though

    Also, I would suggest trying to not use hard coded values for the positions to click if you can figure it out.

    I recommend checking out the SRL Documentation if you have not already
    http://villavu.com/forum/showthread.php?t=60288
    Great way to learn various things you can do!

    Congratulations on your first (and second from looking are your Sig)
    Keep up the work
    Mostly Inactive, School

  3. #3
    Join Date
    Nov 2011
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why you use mouse cords instead of DTMs ?

    mouse coords can get terrible wrong if some error happens
    M1STER


  4. #4
    Join Date
    Mar 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you for this script! was looking for one

  5. #5
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I used co-ords because at the time, I didnt know what DTM's were. My updated script is in the fletching section if anyone is interested.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  6. #6
    Join Date
    Apr 2015
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Error: Unknown declaration "HowManyPlayers" at line 8
    Compiling failed.

  7. #7
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by HqBanana View Post
    Error: Unknown declaration "HowManyPlayers" at line 8
    Compiling failed.
    this is a very very old script, It is outdated and does not work anymore! I'm sure you can find other current ones that work elsewhere on the forums.

    some examples are:

    https://villavu.com/forum/showthread.php?t=112090

    and

    https://villavu.com/forum/showthread.php?t=111953

  8. #8
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by HqBanana View Post
    Error: Unknown declaration "HowManyPlayers" at line 8
    Compiling failed.
    You're using a suspended user's first script from nearly 3 years ago.

  9. #9
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by No Lifer View Post
    You're using a suspended user's first script from nearly 3 years ago.
    Realizing who the OP of this thread was actually lead me on a good half-hour romp through his other threads, culminating with his ban thread.

    Shame he went out like he did.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  10. #10
    Join Date
    Feb 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i keep getting the error srl/srl.simba not found HELP

  11. #11
    Join Date
    Dec 2011
    Location
    Netherlands
    Posts
    140
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by acow View Post
    You're using a suspended user's first script from nearly 3 years ago.
    Next time take your time to read the thread.

    -Skywalk
    Comeback once again and not planning on leaving

    scripts written: [5]

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
  •