Adblock breaks this site

Flaxer Picker + Spinner + Banker

Discussion in 'Outdated RS Scripts' started by Town, Nov 5, 2007.

Thread Status:
Not open for further replies.
  1. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Flaxer Picker + Spinner + Banker

    Wow, thanks alot for answering all of those questions for me. You know about as much about the script as me now. Thanks for everyone that posted a progress report, too.

    The color you got is the color of the white part of the spinning wheel. If it can't find that then it goes into a less efficient procedure (not detectable, Jagex doesn't ban accounts because of mouse movements) which will be just under that part. You won't be able to make it any better by changing the color, all of the colors are the same besides the white of the spinning wheel. Feel free to change that though.
     
  2. killercow

    killercow Member

    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    i thought that was one of the things that jagex looks for is mouse movements,if not then how do they find out your autoing? i'm going to get a pin ina a few min and run this baby over night!
     
  3. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Flaxer Picker + Spinner + Banker

    I don't know how Jagex's system works, but I can tell you that you will have to try pretty hard to get banned using this script. Before my last pin ran out I had 75 crafting (which started at 10). At one point I had 4 characters using the script and it ran for 14-16 hours at a time before I had to stop it to use the computer.

    I'd be surprised if you got banned using any decent script, actually.
     
  4. killercow

    killercow Member

    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    i'm pretty sure jagex logs your mouse movements and thats how you get ban,i cant think of any other way theyd catch u (besides failing randoms) thats why im concerned about it moving in a square every time it starts looking for the spinning wheel. and when it looks for the ladder,but im not sure how there anti-cheat system works either so i cant really say what u will be ban for.

    just bought a pin and im gonna start running this script after i'm done posting on everything i need to post and checking everything i need to check ;-) thanks a million town!

    JW but,how long did it take you town to make this script?

    and on another note,since i havent ran this script for more then an hour idk if it has random chat but if it doesnt that might be an idea for future releases?
     
  5. Rumblerege

    Rumblerege Member

    Joined:
    Nov 25, 2007
    Posts:
    50
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    I was wondering if anyone could post in detail about how to add a second account? i get errors every time i try it. i hacked some 89 and had to buy a pin to get the shit so i might aswell use that as a backup account.
     
  6. killercow

    killercow Member

    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    rumble,refer to the first post on how to add chars to the chars.DAT file in ur SCAR 3.1x folder.


    my latest report

    This Player Has Done: 15 Loads
    Running For: 1 Hours, 4 Minutes and 52 Seconds
    Picked And Spun: 420 Flax
    Grew About: 4 Levels
    Gained: 6300 Crafting Experience
    BeeKeepers Solved: 0

    i was expecting it to pick atleast 600 flax in an hour but oh well i didnt have to do much, ikept having to nurse it a couple of time because a fe people were trying to auto kill by wearing green dragon hide and luring autos away so the mouse kept following them,just gonna replace the flax color with the blue part of it so that doest happen :)
     
  7. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Flaxer Picker + Spinner + Banker

    just gonna replace the flax color with the blue part of it so that doest happen :)

    There's a spot for that on the form.

    idk if it has random chat but if it doesnt that might be an idea for future releases?

    I see no reason to add that in. It doesn't really make a difference. Jagex's detection system checks for similar events repeating themselves over and over again. If your character clicked on the same pixel for an hour, he would get banned. I don't see much more than that.

    I was wondering if anyone could post in detail about how to add a second account? i get errors every time i try it.

    I'd say the first post is pretty detailed. Read the whole thing, not just the parts you like.

    JW but,how long did it take you town to make this script?

    The first time, about 3 weeks. I've had it and have been make changes to it for several months now. Half of the time it was private and the other half it was released to the public.
     
  8. punked up

    punked up Forum Addict
    Banned

    Joined:
    Oct 27, 2007
    Posts:
    316
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    Running For: 32 Minutes and 17 Seconds
    Grew About: 0 Levels
    Gained: 2100 Crafting Experience
    BeeKeepers Solved: 0

    Name | Loads Done | Active

    **********| 5 | True


    worked good but it got stuck stringing
    and it doesnt just pick flax for me
    when i ask it to just pick flax it picks it then walks over to a maple and circles over white flowers for along time and just keeps doing that
     
  9. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Flaxer Picker + Spinner + Banker

    If anyone is interested in testing this for me, replace the WalkBank procedure with this and run on only picking flax:

    Code:
    procedure WalkBank;
    var
      Tol, c, f, p: Integer;
    begin
      if (not (LoggedIn)) then Exit;
      MarkTime(f);
      if (MMFlax = 0) then
      begin
        MMFlax := 11884646;
        For Tol := 20 to 50 do
        begin
          if (FindColorSpiralTolerance(x, y, MMFlax, 631, 49, 727, 151, Tol)) then Break;
        end;
        MMFlax := GetColor(x, y);
      end;
      if (not (LoggedIn)) then Exit;
      MarkTime(f);
      if (FindColorTolerance(x, y, MMFlax, 601, 20, 727, 151, 20)) then
      begin
        Mouse(x, y, 4, 4, true);
        Flag;
      end;
      repeat
        Mouse(55, 50, 8, 8, true);
        Flag;
        c := c+1;
      until (FindColor(x, y, MMTree, 584, 0, 709, 143)) or (c > 2);
      FFlag(5);
      if (FindColor(x, y, MMTree, 584, 0, 709, 143)) then
      begin
        case Random(4) of
          0: Mouse(x, y, 1, 1, true);
          1: Mouse(x + 5, y + 5, 1, 1, true);
          2: Mouse(x + 3, y - 3, 1, 1, true);
          3: Mouse(x + 3, y + 3, 1, 1, true);
        end;
        Wait(1000 + Random(1000));
        FFlag(5);
        if (not (FindColor(x, y, MMTree, 622, 1, 713, 50))) then
        begin
          if (FindColor(x, y, MMTree, 619, 72, 686, 102)) then
          begin
            case Random(2) of
              0: Mouse(x, y - 15, 1, 1, true);
              1: Mouse(x, y - 20, 1, 1, true);
            end;
            Wait(1500 + Random(1500));
            FFlag(10);
            if (FindColor(x, y, MMTree, 622, 1, 713, 50)) then
            begin
              Mouse(x, y, 1, 1, true);
              Wait(3000 + Random(2000));
              FFlag(5);
            end;
          end;
        end else Mouse(x, y, 1, 1, true);
        Flag;
        if (FindColorSpiral(x, y, MMTree, 615, 42, 685, 117)) then
        begin
          Wait(500 + Random(1000));
          Mouse(x - 18, y - 48, 1, 1, true);
          Wait(1500 + Random(1000));
          MarkTime(p);
          repeat
            DoRandoms;
          until (not (FlagPresent)) or (not (LoggedIn)) or (TimeFromMark(p) > 20000);
          if (Players[0].Booleans[1]) then WriteLN('Flax To Bank In ' + IntToStr(TimeFromMark(f) / 1000) +
            ' Seconds');
        end;
      end;
    end;
     
  10. killercow

    killercow Member

    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    town,that took me to the cammy telly spot almost every time
     
  11. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Flaxer Picker + Spinner + Banker

    Oh. . . Alright, I still don't have an account but I do see where I messed up the script.
     
  12. range guy

    range guy Member

    Joined:
    Nov 9, 2007
    Posts:
    99
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    hey killer cow thanks for the tip, and to you to jason. ill try that.
     
  13. range guy

    range guy Member

    Joined:
    Nov 9, 2007
    Posts:
    99
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    hey, love the script. its great. but it has some minor problems. it has problems with doors, and sometimes gets a lil lost. but other than that, its a great peice of work.
     
  14. mamemu28

    mamemu28 Newcomer

    Joined:
    Jan 25, 2007
    Posts:
    12
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    What version of scar and SRL i need?
     
  15. killercow

    killercow Member

    Joined:
    Feb 18, 2007
    Posts:
    70
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    SCAR 3.13 and SRL subversion repository
     
  16. Zwendelaar

    Zwendelaar Guest

    Referrals:
    0
    Flaxer Picker + Spinner + Banker

    It's only running for 43 Seconds than it stops :S
     
  17. Zwendelaar

    Zwendelaar Guest

    Referrals:
    0
    Flaxer Picker + Spinner + Banker

    It doesnt click on the ladder, it keeps clicking on same color things...
     
  18. ed43k21

    ed43k21 Member
    Banned

    Joined:
    Nov 29, 2007
    Posts:
    51
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    very nic3 spinner and flaxer
    but still 1 problem
    THE DOOR!
    if its closed and the bot gets lost!:eek:
    9.9/10
    nic3 job
     
  19. range guy

    range guy Member

    Joined:
    Nov 9, 2007
    Posts:
    99
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    hey town if theres any way i could help improve teh script, im happy to help
     
  20. Hobo

    Hobo Forum Addict

    Joined:
    Aug 23, 2007
    Posts:
    332
    Referrals:
    0
    Sythe Gold:
    0
    Flaxer Picker + Spinner + Banker

    Nice script good work.
     
< [Scar 3.15b] lazy BONES | Advertiser made for scar >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site