Page 1 of 10 123 ... LastLast
Results 1 to 25 of 230

Thread: Lumbridge Flax Spinner (my first release)

  1. #1
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Smile Lumbridge Flax Spinner (my first release)

    Dewrange's Lumbridge Flax Spinner!


    UPDATED TO A 1000% MORE STABLE VERSION!





    Code:
    INSTRUCTIONS! -Make sure you have downloaded and correctly installed SMART8 and OSR-SRL! -The script must start in the bank! -Make sure flax is visible in bank! -Bow strings may be anywhere in your bank!

    Code:
    SCRIPT FEATURES! -Will spin an endless amount of flax! -Walks to and from bank flawlessly, should correct itself if it gets stuck! -should open bank, climb up and down stairs, and control spinning functions on its own! -Will deposit Bowstrings and withdraw flax! -Will clear the "congratulations you have leveled" message and start spinning again! -Supports randoms supported by OSR-SRL!


    Code:
    What will break the script?
    -Some randoms as they are not supported by the osr-srl yet. -SEVERE LAG -People constantly closing the door. the next update will have a fix for this.

    Code:
    CHANGE LOG
    VERSION 1.0
    very crappy, put together with bad technique and was bound to fail. VERSION 2.0 - Total rewrite - Anti-ban incorporated -Will solve most randoms -Failsafes for every procedure
    VERSION 3.0
    - Added more anti random support. - Increased anti ban -Increased tolerance to ensure finding of objects/colors - Should be totally stable now




    Please enjoy and try not to be so harsh! After all, this is my first public release ever!


    Code:
    Program DewrangeLumbridgeFlaxSpinner;
    
    
    {$DEFINE SMART8}
    {$I srl-osr/srl.simba}
    
    var
    flaxdtm: integer;
    bowstringdtm: integer;
    i: integer;
    clear: integer;
    count: integer;
    stairs: integer;
    menu: integer;
    spinning: integer;
    stairsup: integer;
    flaxspun: integer;
    
    const
    
    // script version 3.0
    
    flaxtospin = 313; /// how much flax do you want to spin?
    
    
    
    
    procedure DeclarePlayers();
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Nick := '';
        Name := '';
        Pass := '';
        Active := true;
        Integers[0] := 1;
      end;
    end;
    
    
    
    
    procedure declarevariables;
    begin
    flaxdtm := DTMFromString('mlwAAAHicY2dgYHBgYmBwB2I7IDYHYm8g9o  XynwHlH0DxEyB+BcT3gPgtEDPYcDLEHj7OELnnAEPErn0Mwes2  McQfPwMWZwFK48KMeDAUAACZCxIF');
    bowstringdtm := DTMFromString('mrAAAAHic42BgYDjBxMBwCogPAvE2IN4BxP  uBeCcQHwLiY4xAOSDeC8Q7gXgrEG8C4uNQ3FwRyVCQ7gOmYWxk  PhfQDnyYkQCGAQAVoxZz');
    end;
    
    
    
    
    procedure customantiban;
    
    var
    x, y: integer;
    
    begin
      x := (random(1000));
      if (x >= 800) then
    begin
      y := (random(10));
      case(y) of
    1: boredhuman;
    2: boredhuman;
    3: randomrclick;
    4: mmouseoffclient('random');
    5: HoverMovingObject;
    6: randomtab(true);
    7: pickupmouse;
    8: hoverskill(skill_crafting, false);
    9: smallrandommouse;
    10: hoverskill(skill_crafting, false);
    end;
      end;
    end;
    
    
    
    
    procedure godownstairsfailsafe;
    var
    x, y: integer;
    
    begin
    if (not(findcolorspiraltolerance(x, y, 1917807, 628, 45, 692, 71, 35))) then
    begin
    if findobjcustom(x, y, ['Stair', 'case', 'ase'], [605015, 4145992], 15) then
    begin
      mmouse(x, y, 5, 5);
      if waituptextmulti(['Staircase', 'Stair', 'air', 'case', 'ase'], randomrange(300, 500)) then
    begin
      clickmouse2(mouse_left);
      sleep(randomrange(700, 1000));
      writeln('we have made it downstairs');
      findnormalrandoms;
    end;
      end;
    end;
    end;
    
    
    
    
    procedure withdrawflax;
    var
    x, y: integer;
    
    begin
      if (bankscreen) then
    begin
      if (not(invempty)) then
    begin
      writeln('inventory not empty, depositing remaining items');
      deposit(1, 28, true);
      if finddtm(flaxdtm, x, y, 24, 60, 451, 282) then
    begin
      mmouse(x, y, 5, 5);
      if waituptextmulti(['Flax', 'lax', 'ax'], randomrange(300, 600)) then
    begin
      clickmouse2(mouse_right);
      wait(randomrange(300, 350));
      chooseoption('All');
      sleep(randomrange(1000, 1500));
      if finddtm(flaxdtm, x, y, 553, 213, 726, 459) then
    begin
      closebank
      findnormalrandoms;
    end;
      end;
        end;
      end;
    end;
    end;
    
    procedure climbdownstairs;
    
    var
    x, y: integer;
    
    begin
      if (not(bankscreen)) then
    begin
      if finddtm(flaxdtm, x, y, 553, 213, 726, 459) then
    begin
      if findobjcustom(x, y, ['Stair', 'case', 'ase'], [605015, 4145992], 15) then
    begin
      writeln('found stairs, trying to go down');
      wait(200);
      mmouse(x, y, 5, 5);
      if waituptextmulti(['Staircase', 'Stair', 'air', 'case', 'ase'], randomrange(300, 500)) then
    begin
      clickmouse2(mouse_left);
      sleep(randomrange(1000, 1500));
      if (findcolorspiraltolerance(x, y, 3630998, 649, 48, 670, 71, 35)) then
    begin
      sleep(1500 + randomrange(500, 1000));
      writeln('we have made it downstairs');
      sleep(1 + random(10));
      findnormalrandoms;
    end else
    repeat
    sleep(randomrange(1000, 2000));
    godownstairsfailsafe;
    inc(stairs);
    findnormalrandoms;
    until((findcolorspiraltolerance(x, y, 1917807, 626, 44, 693, 78, 35) or (stairs = 2)));
    end;
      end;
        end;
      end;
    end;
    
    
    
    
    
    procedure openbankflax;
    var
    x, y: integer;
    begin
      setangle(SRL_angle_high);
      makecompass('n')
      if (invempty) then
    begin
      writeln('inventory is empty, trying to open bank');
    end else
      if (not(bankscreen)) then
    begin
      if findobjcustom(x, y, ['Bank', 'ank', 'booth', 'ooth'], [7702677, 4680317], 10) then
    begin
      writeln('attempting to open bank');
      mmouse(x, y, 5, 5);
    begin
      if waituptextmulti(['Bank', 'ank', 'booth', 'ooth'], randomrange(300, 400)) then
      clickmouse2(mouse_left);
    while (not(bankscreen)) do
      writeln('bank not yet open');
      inc(count)
      sleep(500 + random(500));
      mmouse(x, y, 2, 2);
      wait(randomrange(200, 300));
      clickmouse2(mouse_left);
    end;
    begin
      if (bankscreen) then
    begin
      writeln('bank should now be open');
      sleep(2000);
    end else
    begin
    writeln('could not open the bank!');
    end;
      end;
        end;
      end;
    end;
    
    
    
    procedure gettostairsfrombank;
    var
    x, y: integer;
    
    begin
      if finddtm(flaxdtm, x, y, 561, 215, 723, 459) then
    begin
      mmouse(605, 128, 2, 2);  //
      wait(200);
      clickmouse2(mouse_left);
      sleep(randomrange(6000, 7000)); // arrived at first set of stairs
      findnormalrandoms;
    end;
      end;
    
    
    procedure walktowheelfromstairs;
    
    var
    x, y: integer;
    
    begin
      if finddtm(flaxdtm, x, y, 554, 205, 596, 248) then
    begin
      if findcolorspiraltolerance(x, y, 1458038, 653, 46, 686, 82, 35) then
    begin
      mmouse(x, y, 2, 2);
      wait(300);
      clickmouse2(mouse_left);
      makecompass('e');
      sleep(1500 + (randomrange(1500, 2000)));
      findnormalrandoms;
    end
      end;
    end;
    
    
    procedure spinflaxfailsafe;
    
    var
    x, y, s, w: integer;
    
    begin
      if (not(findcolorspiraltolerance(x, y, 65024, 224, 125, 300, 166, 35))) then
    begin
      if finddtm(flaxdtm, x, y, 554, 205, 596, 248) then
    begin
      if findobjcustom(s, w, ['Spin', 'wheel', 'eel'], [13684950, 1073551, 5987427], 15) then
    begin
      mmouse(s, w, 2, 2);
      if waituptextmulti(['Spin', 'wheel', 'eel'], (randomrange(200, 300))) then
    begin
      clickmouse2(mouse_left);
      sleep(randomrange(1800, 2100));
      if findcolorspiraltolerance(x, y, 65024, 224, 125, 300, 166, 35) then
    begin
      writeln('spin menu open');
      wait(100);
    end else
      writeln('unable to open menu, trying again');
    end;
      end;
        end;
      end;
    end;
    
    
    
    procedure spinflax;
    
    var
    x, y, s, w: integer;
    
    begin
      if findobjcustom(s, w, ['Spin', 'wheel', 'eel'], [13684950, 1073551, 5987427], 15) then
    begin
      if finddtm(flaxdtm, x, y, 554, 205, 596, 248) then
    begin
      wait(randomrange(200, 300));
      mmouse(s, w, 2, 2);
      if waituptextmulti(['Spin', 'wheel', 'eel'], (randomrange(200, 300))) then
    begin
      clickmouse2(mouse_left);
      sleep(randomrange(2200, 2400));
      if findcolorspiraltolerance(x, y, 65024, 224, 125, 300, 166, 35) then
    begin
      writeln('spin menu is now open');
      sleep(1000);
    end else
      repeat
        sleep(randomrange(1000, 1500));
        spinflaxfailsafe;
        inc(menu);
        sleep(randomrange(1900, 2100));
      until ((findcolorspiraltolerance(x, y, 65024, 224, 125, 300, 166, 35)) or (menu = 2))
    end;
      end;
        end;
      end;
    
    
    
    procedure customfindallrandoms;
    
    var
    x, y, s, w, a, b: integer;
    
    begin
      if (findnormalrandoms) then
    begin
      findnormalrandoms;
      sleep(randomrange(2500, 5000));
      if (not(finddtm(bowstringdtm, x, y, 668, 416, 733, 471))) then
    begin
      if findcolorspiraltolerance(a, b, 1789819, 586, 38, 669, 92, 35) then
    begin
      mmouse(a, b, 2, 2);
      wait(randomrange(500, 600));
      if findobjcustom(s, w, ['Spin', 'wheel', 'eel'], [13684950, 6447721, 806258], 15) then
    begin
      mmouse(s, w, 3, 3);
      if waituptextmulti(['Spin', 'wheel', 'eel'], (100 + (randomrange(100, 200)))) then
    begin
      clickmouse2(mouse_left);
      sleep(randomrange(900, 1000));
      if findcolorspiraltolerance(x, y, 2070783, 220, 31, 262, 49, 30) then
    begin
      mmouse(259, 142, 10, 5);
      if waituptextmulti(['Make', 'ake', '1'], randomrange(200, 300)) then
    begin
      clickmouse2(mouse_right);
      sleep(randomrange(300, 500));
      chooseoption('Make X');
      sleep(randomrange(1000, 1200));
      if findcolorspiraltolerance(x, y, 8388608, 248, 424, 274, 439, 35) then
    begin
      typesend('28');
    end;
    end;
      end;
        end;
       end;
      end;
     end;
    end;
    end;
    
    
    
    
    
    procedure customlevelup;
    var
    x, y, s, w: integer;
    
    begin
      if (levelup) then
    begin
      clickcontinue(true);
      sleep(randomrange(1000, 1500));
      clickcontinue(true);
      sleep(randomrange(2300, 2700));
      if (not(finddtm(bowstringdtm, x, y, 668, 416, 733, 471))) then
    begin
       if findobjcustom(s, w, ['Spin', 'wheel', 'eel'], [13684950, 6447721, 806258], 15) then
    begin
      mmouse(s, w, 3, 3);
      if waituptextmulti(['Spin', 'wheel', 'eel'], (100 + (randomrange(100, 200)))) then
    begin
      clickmouse2(mouse_left);
      sleep(randomrange(900, 1000));
      if findcolorspiraltolerance(x, y, 2070783, 220, 31, 262, 49, 30) then
    begin
      mmouse(259, 142, 10, 5);
      if waituptextmulti(['Make', 'ake', '1'], randomrange(200, 300)) then
    begin
      clickmouse2(mouse_right);
      sleep(randomrange(300, 500));
      chooseoption('Make X');
      sleep(randomrange(1000, 1200));
      if findcolorspiraltolerance(x, y, 8388608, 248, 424, 274, 439, 35) then
    begin
      typesend('28');
    end;
    end;
      end;
        end;
       end;
      end;
     end;
    end;
    
    
    procedure startspinning;
    
    var
    x, y: integer;
    
    begin
      sleep(1000);
      if findcolorspiraltolerance(x, y, 65024, 224, 125, 300, 166, 35) then
    begin
      writeln('we found the color');
      mmouse(x, y, 2, 2);
      if waituptextmulti(['Make', 'ake', '1'], randomrange(200, 300)) then
      writeln('we have made it this far');
      sleep(randomrange(400, 500));
      clickmouse2(mouse_right);
      sleep(randomrange(300, 500));
      chooseoption('Make X');
      sleep(randomrange(1000, 1200));
      if findcolorspiraltolerance(x, y, 8388608, 248, 424, 274, 439, 25) then
    begin
      typesend('28');
    end;
    begin
      repeat
        sleep(randomrange(2400, 2700));
        customfindallrandoms;
        customantiban;
        customlevelup;
        customfindallrandoms;
        inc(spinning);
      until ((finddtm(bowstringdtm, x, y, 668, 416, 732, 471) or (spinning = 28)));
    end;
      end;
    end;
    
    
    
    procedure walktostairsfromwheel;
    
    var
    x, y: integer;
    
    begin
      if (finddtm(bowstringdtm, x, y, 664, 424, 739, 474) or (finddtm(flaxdtm, x, y, 553, 213, 726, 459))) then
    begin
      mmouse(675, 93, 5, 5);
      wait(randomrange(200, 300));
      clickmouse2(mouse_left);
      sleep(randomrange(4000, 5000));
      findnormalrandoms;
    end else
      writeln('unable to walk to stairs');
    end;
    
    
    
    
    procedure climbupstairsfailsafe;
    
    var
    x, y, s, w: integer;
    
    begin
     if (not(findcolorspiraltolerance(x, y, 5167352, 592, 14, 711, 93, 30))) then
    begin
     if findobjcustom(s, w, ['Stair', 'case', 'ase', 'tair'], [540253, 7831172], 15) then
    begin
      mmouse(s, w, 3, 3);
      if waituptextmulti(['Stair', 'case', 'tair'], (randomrange(200, 300))) then
    begin
      clickmouse2(mouse_right);
      sleep(randomrange(500, 600));
      chooseoption('Climb-up');
      sleep(randomrange(1500, 2000));
      findnormalrandoms;
      //changeangleforbank;
    end;
      end;
      end;
    end;
    
    procedure climbupstairs;
    
    var
    x, y, s, w: integer;
    
    begin
      if findobjcustom(s, w, ['Stair', 'case', 'ase', 'tair'], [540253, 7831172], 15) then
    begin
      mmouse(s, w, 3, 3);
      if waituptextmulti(['Stair', 'case', 'tair'], (randomrange(200, 300))) then
    begin
      clickmouse2(mouse_right);
      sleep(randomrange(500, 600));
      chooseoption('Climb-up');
      sleep(randomrange(1500, 2000));
      if findcolorspiraltolerance(x, y, 5167352, 592, 14, 711, 93, 45) then
      sleep(randomrange(1, 10));
      writeln('made it back upstairs');
      //changeangleforbank;
    end else
      repeat
        writeln('did not make it upstairs, trying again');
        findnormalrandoms;
        climbupstairsfailsafe;
        findnormalrandoms;
        sleep(randomrange(400, 500));
        //changeangleforbank;
        inc(stairsup);
      until((findcolorspiraltolerance(x, y, 5167352, 592, 14, 711, 93, 45) or (stairsup = 2)));
    end;
    begin
    //changeangleforbank;
    end;
      end;
    
    
    
    procedure gettobank;
    
    var
    x, y, s, w: integer;
    
    begin
      //changeangleforbank;
      if findcolorspiraltolerance(x, y, 5167352, 592, 14, 711, 93, 75) then
    begin
      mmouse(597, 66, 3, 3);
      wait(200 + randomrange(100, 200));
      clickmouse2(mouse_left);
      makecompass('n');
      sleep(randomrange(5000, 6000));
      findnormalrandoms;
    begin
      if findobjcustom(s, w, ['Bank', 'ank', 'booth', 'ooth'], [7702677, 4680317], 15) then
    begin
      mmouse(s, w, 2, 2);
      if waituptextmulti(['Bank', 'ank', 'booth', 'ooth'], (100 + randomrange(100, 50))) then
    begin
      clickmouse2(mouse_left);
      while (not(bankscreen)) do
      sleep(1);
      end;
      end;
    end;
    end;
    end;
    
    
    
    
    
    begin
    DeclarePlayers;
    setupsrl;
    declarevariables;
      if (not(loggedin)) then
    begin
      loginplayer;
      setrun(true);
    end;
      repeat
      declarevariables;
      openbankflax;
      withdrawflax;
      gettostairsfrombank;
      climbdownstairs;
      walktowheelfromstairs;
      spinflax;
      startspinning;
      walktostairsfromwheel;
      climbupstairs;
      //changeangleforbank;
      gettobank;
      inc(flaxspun);
      freedtm(bowstringdtm);
      freedtm(flaxdtm);
      until((flaxspun * 28) >= (flaxtospin)) or (not(loggedin));
      writeln('congratulations, sinning comleted succesfully! =]');
    end.
    Attached Files Attached Files
    Last edited by dewrange; 04-08-2013 at 10:31 AM. Reason: releasing update!

  2. #2
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice, gonna test this out when I get home and give my feedback!

  3. #3
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    AWESOME, finally out! okay awesome coders or should i say scripters, not gonna blame this script, but if u guys would make it even more smooth like to add those randoms and then post it again here! it's for sure im gonna use this but would be awesome to leave it alone over night!
    Thanks Dewrange

  4. #4
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thanks i really need 46 crafting for a quest and found crafting to be too much effort.

  5. #5
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    great release.

  6. #6
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Thanks for this, will try it in about half hour and let you know how i get on.

  7. #7
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    thanks for all the feedback guys!

  8. #8
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    nvm, fixed.
    will try the script :]

  9. #9
    Join Date
    Nov 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    you got an approx. flax spinned per hour to give us?

  10. #10
    Join Date
    Mar 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Testing now

  11. #11
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    does it have anti-ban?

  12. #12
    Join Date
    Mar 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    It working fairly well.
    The first time i loaded it, it had troubles finding the spinning wheel. I restarted it and now it has problems making the bowstring. It has the spinning wheel option menu open and hit bowstring, typed in 28, and since it didn't hit "make x" it sits there waiting for bowstring to be made.

    I'd suggest adding some fail safes, such as if its been waiting at the wheel for more then 3 minutes, try the procedure to make bowstrings again.

    I can't complain though since I only leave the bot for about 10-15 minutes max before I'm back to babysit it.

    Great first release, keep it up!

  13. #13
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Edit: It breaks when going back to the bank spins fine then the script just stops when it doesn't make it up stairs.
    Last edited by JadisMyDad; 04-04-2013 at 05:34 PM.

  14. #14
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by JadisMyDad View Post
    Edit: It breaks when going back to the bank spins fine then the script just stops when it doesn't make it up stairs.
    Same here

  15. #15
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by dannyrox View Post
    Same here
    and same hereee

  16. #16
    Join Date
    Mar 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Yeah can't seem to figure out why it does that.

  17. #17
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Well something goes wrong here:
    procedure climbupstairs;
    begin
    if findcolorspiraltolerance(x, y, 5929348, 682, 430, 725, 457, 1)
    then begin
    makecompass('n');
    if findobjcustom(x, y, ['Stair', 'case', 'ase', 'tair'], [606817,5988193], 5)
    then begin
    mmouse(x, y, 2, 2);
    wait(500);
    if waituptextmulti(['Stair', 'case'], 300)
    then begin
    clickmouse2(mouse_left);
    sleep(1000);
    mmouse(248, 406, 1, 1);
    wait(500);
    clickmouse2(mouse_left);
    wait(1500);
    end;
    end;
    end;
    end;
    just can't figure out what

  18. #18
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by urbenx View Post
    and same hereee
    same here 4 lol and maby try to right click it on the script

  19. #19
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    i will do some testing and reworking of the script as soon as i can. I put together the script rather quickly and the code is pretty messy, i will take care of it. just keep posting bugs

  20. #20
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by dewrange View Post
    i will do some testing and reworking of the script as soon as i can. I put together the script rather quickly and the code is pretty messy, i will take care of it. just keep posting bugs
    Alright it need to get past the climbing up steps and there might be more bugs but it took me 2 restart on the script to get it to fully flax them and gets to the steps

  21. #21
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    YES finaly somone makes one ty <3 gonna go try it out

  22. #22
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    it clicks the stairs to go down, then it fails.

    Compiled successfully in 609 ms.
    SRL Compiled in 15 msec
    Paired with SMART[3104]
    Successfully executed.
    [Hint] C:\Users\Serhat\Desktop\flax spinner.simba(11:1): Variable 'BOWSTRING' never used at line 10
    Compiled successfully in 640 ms.
    SRL Compiled in 0 msec
    Paired with SMART[3104]
    Successfully executed.

  23. #23
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    First spinner bot released. if it works i love you.

  24. #24
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Cant click on downstairs. stops spinning the wheel once you level up.

  25. #25
    Join Date
    Feb 2009
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    for everyone having problems make sure brightness is all the way up and that you start with the bank open and flax in the to right corner. this will solve 99% of these problems

Page 1 of 10 123 ... LastLast

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
  •