Page 1 of 2 12 LastLast
Results 1 to 25 of 26

Thread: Longbow Fletcher

  1. #1
    Join Date
    Jul 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Longbow Fletcher

    Hi I made a script to get me to 99 fletching and it worked, here it is:

    Code:
    program LongbowFletcher;
    {.Include Srl/Srl.Scar}
    
    var
    a,b: Integer;
    
    const
    RedFloor=
    
    procedure Stay;
    begin
     Wait(1000+random(1000));
    end;
    
    procedure Stay2;
    begin
     Wait(50+random(100))
    end;
    
    begin
    
    repeat
      DisguiseScar('Google');
      Stay;
      MoveMouseSmooth(571+random(21),217+random(25));
      Stay2;
      ClickMouse(571+random(21),217+random(25),True);
      Stay;
      MoveMouseSmooth(612+random(25),216+random(25));
      Stay2;
      ClickMouse(612+random(25),216+random(25),True);
      Wait(2000);
      MoveMouseSmooth(212+random(105),377+random(68));
      Stay2;
      ClickMouse(268,403,False);
      Stay;
      MoveMouseSmooth(268,470);
      Stay2;
      ClickMouse(268,470,True);
      Wait(2200);
      SendKeys('27');
      Stay2;
      SendKeys(chr(13));
      Wait(50000+random(3000));
      MoveMouseSmooth(222+random(48),145+random(25));
      Stay2;
      HoldMouse(280,157,False);
      Stay2;
      ReleaseMouse(280,157,False);
      Stay;
      MoveMouseSmooth(239,200)
      Stay2;
      ClickMouse(239,200,True)
      Wait(2000);
      MoveMouseSmooth(620,230);
      Stay2;
      ClickMouse(620,230,False);
      Stay;
      MoveMouseSmooth(630,300);
      Stay2;
      ClickMouse(630,300,True);
      Stay;
      Withdraw(1,1,27);
      Stay;
      CloseBank;
    until(not(FindColor(a,b,RedFloor,610,50,675,95)));
      logout;
    end.
    It fletches longs and banks them then repeats
    NO ANTI-RANDOMS, although I only got 1 talking random the whole month I used it for.
    No anti-ban but I didn't get banned after using it for about a month straight so I think it's safe.
    It will log you out if it doesn't find the floor color (you probably got a teleportation random)
    I fletched around 250k willows with this.

    SETUP:
    Stand in front of the WARRIORS GUILD BANK BOOTH looking directly at it so you're seeing your characters face *NOTE* You might have to adjust where it clicks the bank booth
    ^^if you do that then the upper-right hand corner of the minimap should have the reddish floor color you need to put into the script
    put logs in your first bank slot
    put already cut longs somewhere in your first bank row
    start with 27 logs and a knife (first inv slot) in your inventory
    press run and watch it go

    Please post improvements, I know it's not very good, but it's my first ever script so please don't be too harsh if you feel like grading

  2. #2
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Don't be surprised if you get banned. That scripts uses cords=bannage.

    Btw randoms are simple to put in the script, to call on them just add FindNormalRandoms; to the script when you need to check for them.

  3. #3
    Join Date
    Jul 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I finished maybe like a month ago, do you think I could still get banned after not having used it for that long?

  4. #4
    Join Date
    Jun 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    With SRL, anti-randoms are easy to add in.

  5. #5
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    To be honest i have no idea, but my guess would be if they havent banned you in a month, chances are they wont ban you. I was just saying be careful for other people/

  6. #6
    Join Date
    Jul 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh okay....so I guess nvm people don't use this

  7. #7
    Join Date
    Jun 2007
    Location
    Minnesota
    Posts
    773
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You have pretty much the whole script in your main loop, make separate procs. Also you didn't use any SRL at all, you need to call SetupSRL; in your main loop before the script. Also try not to use so much coord scripting. OK first script.

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

    Default

    Quick question:
    DisguiseScar('Google');
    Does this actually make a difference? Can jx actually check the applications ur running? o.0

  9. #9
    Join Date
    Oct 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 10: [Error] (14705:1): Syntax error in script

  10. #10
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Inetking View Post
    Line 10: [Error] (14705:1): Syntax error in script
    10-18-2007, 09:41 AM

  11. #11
    Join Date
    Oct 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im slightly new to programing but could i just randomly add in an anti ban from some other program in their in any random place as well as as a anti random?
    oh and i got the same syntax error on line 10 any ideas wht it is?

  12. #12
    Join Date
    Nov 2006
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried it and got the same error as above:

    Line 10: [Error] (14705:1): Syntax error in script

  13. #13
    Join Date
    Oct 2007
    Location
    MARYLAND
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    seems kinda risky to use this script

    use some antiban
    http://www.fenjer.com/adnan/SRL/12/50/AutoAlcher.png
    http://www.fenjer.com/adnan/SRL/21/0/Autominer.png


    33% of the lvl 3 population are autoers.
    Report all of these.
    Autoing the wrong way gets you nowhere in life.

  14. #14
    Join Date
    Oct 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Script could get you banned for using coords. >.>

    good for a nice script though, as most just crash and burn.

    But may I ask, why warriors guild? It's not exactly an easy place to find floor colours, is it because their are less people their to talk to?

  15. #15
    Join Date
    Apr 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    got the same error


    Line 10: [Error] (14705:1): Syntax error in script

  16. #16
    Join Date
    Nov 2007
    Location
    Estonia
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dangerous Garden Tools View Post
    Don't be surprised if you get banned. That scripts uses cords=bannage.

    Btw randoms are simple to put in the script, to call on them just add FindNormalRandoms; to the script when you need to check for them.

    What is cords and why I get banned for using this?

  17. #17
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    wow u never got banned lmao =) GL people dont use this script more than 5 mins =0 no fence it highly bannable and how could you use with no anti-randoms!

  18. #18
    Join Date
    Nov 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know people that got banned by this, but i guess im lucky because i haven't been caught yet =) Nice post

  19. #19
    Join Date
    Apr 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yah its verry dangerous... i suggest, dont use it

  20. #20
    Join Date
    Nov 2007
    Location
    New Zealand
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow... you didn't get banned...?
    Isn't it especially detectable coz it uses clickmouse instead of mouse etc...?
    I guess it would work though.... lol.

  21. #21
    Join Date
    Jan 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey guys if someone could send me a fletching script that i simply copy paste in and run or if i just have to add very simple text could ya e mail me it thanks !

    email: rs.2@live.ca

  22. #22
    Join Date
    Jan 2008
    Location
    NSW, Australia
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    does this script get you banned or is it safe?

  23. #23
    Join Date
    Feb 2008
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by whiebris View Post
    does this script get you banned or is it safe?
    i know that im also a ''noob'',
    but if u read the entire post, it says that the chance you can get banned
    is very high because its using coords, clickmouse instead of mouse,
    no anti-randoms...

  24. #24
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    This is old,please don't post on a thread of which the last post was nearly 2 months ago.

  25. #25
    Join Date
    Jun 2007
    Location
    ENGLAND
    Posts
    220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dude_richard View Post
    This is old,please don't post on a thread of which the last post was nearly 2 months ago.
    Mod / Admin Please close this thread.

    Thanks
    Exppo

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Any Longbow Fletcher
    By Richard in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 04-05-2008, 12:44 PM
  2. LongBow Fletcher Problems
    By FreakyMonkey in forum OSR Help
    Replies: 12
    Last Post: 03-21-2008, 08:58 PM
  3. [SRL 4] Ellows Longbow Fletcher
    By FNM in forum RS3 Outdated / Broken Scripts
    Replies: 40
    Last Post: 09-15-2007, 09:59 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
  •