Results 1 to 18 of 18

Thread: Yew Chopper

  1. #1
    Join Date
    Jul 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Yew Chopper

    This is a basic program. If anyone can include a reapeat/loop at the end, could they please post one. All feedback is good. Thanks


    const
    Yew=4091268;

    var;
    x,y: Integer;

    procedure FindTree;
    if(FindColour(x,y,Yew,0,0,500,500)) then
    begin
    MoveMouseSmoothEx(x,y +random(100),20,40,45,25,20);
    Wait(200+random(200));
    ClickMouse(x,y,true);
    end;

    procedure AntiRandoms;
    begin
    If(FindFight) then
    RunAway('N',True,1,15000);
    FindNormalRandoms;
    FindLamp('Woodcutting');
    end;

    end.

  2. #2
    Join Date
    Aug 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very Nice too bad for double post though keep it up

  3. #3
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    try to use Scar Tags, also for now use Srls FindObjTPA its better than your finder....


    for a loop do this its unsafe but if its want you want

    SCAR Code:
    program New;

    const
    Yew=4091268;

    var;
    x,y: Integer;

    procedure FindTree;
    begin
      if(FindColour(x,y,Yew,0,0,500,500)) then  
    begin
    MM(x,y +random(100),20,40,45,25,20);
    Wait(200+random(200));
    Mouse(x,y,true);
    end;

    procedure AntiRandoms;
    begin
    If(FindFight) then
    RunAway('N',True,1,15000);
    FindNormalRandoms;
    FindLamp('Woodcutting');
    end;

     

    end.

    wait il stop that theese are out dated functions sorrry,.

  4. #4
    Join Date
    Jun 2008
    Location
    Somewhere
    Posts
    117
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    Looks good so far

    very simple but good

  5. #5
    Join Date
    Aug 2008
    Location
    Buenos Aires
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where should one begin it?
    Edgeville? or it works any place

  6. #6
    Join Date
    Sep 2008
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @Moebius You can be anywhere you want, just be near a yew tree h):

  7. #7
    Join Date
    Sep 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default decent

    Decent did 2k yews so far will put a proxy up

  8. #8
    Join Date
    Sep 2008
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Program YewChopper;
    {i.nclude SRL/SRL.Scar}

    const
    Yew=4091268;

    var
    x,y,loadsdone: Integer;

    const
    loadstodo=10;//how many laods to do



    procedure FindTree;
     begin;
      if(FindColor(x,y,Yew,0,0,500,500)) then
      MMouse(x,y,3,3);
      Wait(200+random(200));
      Mouse(x,y,3,3,true);
    end;

    procedure AntiRandoms;
     begin;
      If(FindFight) then
      RunAway('N',True,1,15000);
      FindNormalRandoms;
      FindLamp('Woodcutting');
     end;

    begin

    repeat
    FindTree;
    AntiRandoms;
    loadsdone:=loadsdone+1
    until(loadsdone>loadstodo)

    end.

    That should fix most of the simple mistakes. I'm not sure about the include SRL part Bc i forget that. Don't use clickmouse and movemousesmooth because they are bannable. Good Luck Programming.

  9. #9
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ugh the spam here is sickening, like it has been said before, dont use movemouse, use Mouse for clicking, and Mmouse for moving the mouse,if you have any questions add me, lolzorzatmyself@hotmail.com

  10. #10
    Join Date
    Oct 2008
    Location
    Australia
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just find another woodchop thing dont worry about making one, maybe find an old code,and update it

  11. #11
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tylerc442 View Post
    Decent did 2k yews so far will put a proxy up

    how exaclty did it? does it bank? does it drop? i am %110 you would of been banned at least 100 yews in if you used it. nice script btw, dont use movemousesmooth clickmouse etc though its detectable WILL ban good job for first script, Barb nice feedback
    IM BACK!!!!!!!!!!!!!!!!!

  12. #12
    Join Date
    Sep 2008
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just in case you guys didn't notice the script origanally posted doesn't even run. 2k yews is impossible.
    To get better you should read some more tutorials then download other scripts. Learn from the better scripts so you can make your own advanced scripts.

  13. #13
    Join Date
    Feb 2008
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey does this script bank at the town your cutting yews in?
    Or does it cut a full inventory and then you bank it yourself?

  14. #14
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This Scripts does NOT work...it does not bank and it dosn't even say where to start...read the Procedures if there is any that will tell you what it features..
    IM BACK!!!!!!!!!!!!!!!!!

  15. #15
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  16. #16
    Join Date
    Oct 2008
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice work man!

  17. #17
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by tylerc442 View Post
    Decent did 2k yews so far will put a proxy up
    lol your a god dam mong. it doesnt bank so u can only get 27. and there is no proggie u fu**ing mong.
    Did someone say GDK?

  18. #18
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice but u need * a must* anti-ban and anti-random features
    PM me if you need help with those
    Glad to help

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pro Chopper
    By Cazax in forum RS3 Outdated / Broken Scripts
    Replies: 28
    Last Post: 01-26-2009, 09:36 PM
  2. Yew Chopper
    By shaman in forum First Scripts
    Replies: 2
    Last Post: 07-29-2008, 02:49 PM
  3. Chopper help
    By ZaSz in forum OSR Help
    Replies: 1
    Last Post: 12-24-2007, 08:04 PM
  4. My First Power Chopper
    By destroyface in forum First Scripts
    Replies: 4
    Last Post: 09-12-2007, 11:35 AM
  5. Yew chopper
    By JuKKa in forum OSR Help
    Replies: 2
    Last Post: 11-13-2006, 12:36 PM

Posting Permissions

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