Results 1 to 10 of 10

Thread: Furchan's Maple Chopper!

  1. #1
    Join Date
    Mar 2007
    Location
    Eugene, Oregon
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Furchan's Maple Chopper!

    Introducing...
    Furuchan's Maple Chopper!


    Well While SRL was down i was working with SCAR and did some more on my scripting. Tell me how you like it!



    This is my first good SRL script and I'm rather proud of it. I know it may not have been the best choice for a script because of it being only members, but I was using it for just myself and decided to share it.

    So here it is. Its got anti-randoms, Ent Finder, and walking failsafes!

    I wanted to get this out before the new Graphic update for RS because i'm not sure if the script will still work when it happens. Nevertheless I will modify it if that happens.(If the Graphic Update is optional then thats DOMINATION haha)

    Future Updates:
    More Antiban. (Auto Replier)
    Stronger Failsafes (If needed which may not)
    Axe head finder
    thats it for now...


    Updates:
    Version 1.01 - Added TPA to request. Added Antiban. Faster Bank Finding.
    Version 1.02 - Added better way of finding bank using TPA FindSymbol as failsafe. It still uses FindSymbol to go to tree but its almost ALWAYS finds that, and if not the failsafe on that one usually never fails.


    Please post all progress reports AND errors! And enjoy!

  2. #2
    Join Date
    Mar 2007
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks cool, but the new graphics update is OPTIONAL .
    You can still use the old graphics if you want, therefore you can still use all scripts .

    Also, didn't they get rid of the random where you lose your axe head?

    I'll post a progress report eventually.

  3. #3
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm dude, you made a very nice start at scripting, but I can not call this script safe.

    You use findobjectcolortol for finding tree's, evrthing wich is green will get clicked = ban. Try to work with FindObjectTPA.
    also plz use correct standaards, makes scripting easyer.

    nice start at scripting, but not safe for botting IMO.

  4. #4
    Join Date
    Mar 2007
    Location
    Eugene, Oregon
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alright I'll have to look into that. I used a case random for finding three different Tree colors and since there maples there is nothing with a similar color around them so it will only click the tree.

  5. #5
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by furuchan64 View Post
    Alright I'll have to look into that. I used a case random for finding three different Tree colors and since there maples there is nothing with a similar color around them so it will only click the tree.
    then at least fail save it with the uptext

    cheers.

  6. #6
    Join Date
    Mar 2007
    Location
    Eugene, Oregon
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Version 1.01 Released.

  7. #7
    Join Date
    Mar 2007
    Location
    Eugene, Oregon
    Posts
    195
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Version 1.02 Released. Im gonna get my own proggy up there in a few.

  8. #8
    Join Date
    Nov 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 230: [Error] (16545:1): Unknown identifier 'AlmostLogout' in script C:\Documents and Settings\Esa\Työpöytä\MapleCutter 1.02.scar

  9. #9
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry, I cant see the script but i made this function to find the maple for you... Dunno if its useful? It moves mouse to the tree and if the uptext is 'Maple' then it gets the mouse position and stores it.

    You need to add two different maple colors where I have put {Maple Color}. But enjoy if its useful... Creds for me if you dooo!

    SCAR Code:
    Function FindMaple(var x,y: Integer): Boolean;
    Var
      MapleP: TPointArray;
      TP: Tpoint;
      Maple: T2DPointArray;
      I: Integer;
    Begin
      If Not LoggedIn then Exit;
      ColorToleranceSpeed(2);
      FindColorsSpiralTolerance(MSCX, MSCY, MapleP, {Maple Color}, MSX1, MSY1, MSX2, MSY2, 5);
      If Length(MapleP) = 0 then
        FindColorsSpiralTolerance(MSCX, MSCY, MapleP, {Maple Color}, MSX1, MSY1, MSX2, MSY2, 5);
      Maple:= TPAtoATPAEx(MapleP, 40, 40);
      for i := 0 to Length(Maple)-1 do
      begin
        TP := MiddleTPA(Maple[i]);
        MMouse (TP.x, TP.y, 3, 3);
        Inc(Times);
        Wait(200+Random(100));
        if IsUpText('Maple') then
        begin
          GetMousePos(x, y);
          Result:= True;
          Writeln('Maple found at X: '+inttostr(x)+' Y: '+inttostr(y));
          ColorToleranceSpeed(1);
          Exit;
        end;
        If Times = 8 then
        Begin
          Writeln('Not Found Deposit Box, Exiting');
          Exit;
        end;
      Wait(800+random(500));
      end;
    end;

    Thanks.
    I don't play runescape. I auto it

  10. #10
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    grave dig much???
    Being A Boss

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ProResearch's NW Seers Maple Power Chopper Beta 0.01
    By proresearch in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 08-16-2008, 02:05 PM
  2. Anybody mind scripting me a seer's maple chopper?
    By phan94 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 09-19-2007, 04:57 AM
  3. Maple Power Chopper Or PowerChopper/Banker
    By RiSe AgAiNsT in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 07-20-2007, 02:12 AM
  4. Need a seers maple chopper/banker
    By Zix160 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 04-09-2007, 06:18 AM
  5. Seers Maple chopper that works!!!
    By d3hm3d in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 02-04-2007, 05:48 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
  •