Results 1 to 9 of 9

Thread: SoulSplit Farming Bot

  1. #1
    Join Date
    Nov 2011
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default SoulSplit Farming Bot

    First release!

    SSBuySeeds:
    Code:
    program SSBuySeeds;
    var
      X, Y, SeedsToBuy: Integer;
    
    
    begin
      repeat
        MoveMouse(424, 178);
        GetMousePos(x, y);
        Wait(100);
        ClickMouse(424, 178, mouse_right);
        Wait(100);
        MoveMouse(416, 245);
        GetMousePos(x, y);
        ClickMouse(432, 257, mouse_left);
        Wait(2000);
        IncEx(SeedsToBuy, 10);
        WriteLn('Seeds: ' + IntToStr(SeedsToBuy));
      until(SeedsToBuy = ENTERSEEDSTOBUYHERE);
    end.
    Notes: Open Bob's shop in Neitiznot South, set crosshairs then run the script (Buys Torstol Seeds only) 85+ this is because 1-85 is pretty fast so I didn't see the point in adding other seeds.

    SSFarmSeeds
    Code:
    program SSFarmSeeds;
    
    var
      X, Y: Integer;
    
    procedure ClickPatch;
    begin
      if(FindColor(X, Y, 880476, 10, 11, 516, 329))then
      begin
        MoveMouse(X, Y);
        Wait(100);
        GetMousePos(X, Y);
        Wait(100);
        ClickMouse(X, Y, mouse_left);
      end;
    end;
    
    procedure FarmSeeds;
    begin
          ActivateClient;
          MoveMouse(641, 187);
          GetMousePos(X, Y);
          ClickMouse(641, 187, mouse_left);
          Wait(2000);
          MoveMouse(579, 228);
          GetMousePos(X, Y);
          Wait(2000);
          ClickMouse(579, 228, mouse_left);
    end;
    
    begin
        repeat
          FarmSeeds;
          ClickPatch;
          until(IsKeyDown(113));
    end.
    Notes: This opens up your inventory and uses the first item in your inventory onto a farming patch, always put your seeds in the first slot of your inventory or this will not work.

    Downloads
    SSFarmSeeds - http://up.ht/HLLvcR
    SSBuySeeds - http://up.ht/HNwRR5

    Enjoy creative criticism please!
    Thanks to Coh3n for his basic simba tutorial and Janilabo for his help.
    Last edited by Toby1; 04-05-2012 at 08:17 PM.

  2. #2
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

  3. #3
    Join Date
    Mar 2007
    Location
    Brisbane, AUS
    Posts
    305
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nah not profitable at all
    Quote Originally Posted by leetsxc View Post
    Kool XD
    Is farming profitable on ss?

  4. #4
    Join Date
    Nov 2011
    Posts
    1,268
    Mentioned
    17 Post(s)
    Quoted
    217 Post(s)

    Default

    You should try using SRL, it makes scripting more efficient and easier. You should look up that tutorial in how to get people ban, it actually tells you what not to do.

  5. #5
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeh True Demise, I'm pretty sure SS has at least Screen Coordinate detection's.

    Well guy's that sux hardcore then, what bot's on Soul Split would be profitable?

  6. #6
    Join Date
    Nov 2011
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by leetsxc View Post
    what bot's on Soul Split would be profitable?
    It's for Farming XP

    A AutoThiever or a Frost Dragon script would be profitable.


    Quote Originally Posted by DemiseScythe View Post
    You should try using SRL, it makes scripting more efficient and easier. You should look up that tutorial in how to get people ban, it actually tells you what not to do.
    Thanks i'll look into it.

  7. #7
    Join Date
    Mar 2012
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    make dwarf weed buyer please

  8. #8
    Join Date
    Dec 2011
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    doesn't work.

  9. #9
    Join Date
    Dec 2011
    Posts
    183
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by firevenge007 View Post
    doesn't work.
    really? is that all you gonna say? what doesnt work, do you know what it is?

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
  •