Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 58

Thread: The Ultimate Soulsplit Thiever!

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

    Default

    I like it, but I find it hard to read when TAB is not used and no spaces. I would use FindColorSpiral then FindColor because then it goes to the closest stall possible(if there are more then 1 stall) I would also suggest a function that lets you choose which stall instead of expecting the user to retrieve the color. But all in all goodjob!

  2. #27
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Does it still work? all it does for me click in the client and keeps clicking on the HP icon please help.. !

  3. #28
    Join Date
    Dec 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it would be nice if it worked without your mouse..... this is useless lol

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

    Default

    Quote Originally Posted by Clark09 View Post
    it would be nice if it worked without your mouse..... this is useless lol
    itd be hard to use it without a mouse. it means editing smart to run soulsplit. its not useless and nothing is stopping you running it in a virtual machine...

  5. #30
    Join Date
    Dec 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why would i do that to bot on a p server???

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

    Default

    Quote Originally Posted by Clark09 View Post
    why would i do that to bot on a p server???
    hey, ive made about 5b ssgp = 25m rsgp from my ss scripts. one my friends using my script made over 160b ssgp = 800m rsgp and another 10b ssgp = 50m rsgp. Used in the right way, it could be extremely profitable.

  7. #32
    Join Date
    May 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesn't work for me, mouse just stays still.

  8. #33
    Join Date
    Aug 2012
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by zluo View Post
    hey, ive made about 5b ssgp = 25m rsgp from my ss scripts. one my friends using my script made over 160b ssgp = 800m rsgp and another 10b ssgp = 50m rsgp. Used in the right way, it could be extremely profitable.
    Did you multi bot, using around 5 scripts 24/7?

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

    Default

    Quote Originally Posted by Daher View Post
    Did you multi bot, using around 5 scripts 24/7?
    not me, just one acc and probably 5 hours per day. it was my friend that ran 15 accs 24 hrs :S. wish i was him

  10. #35
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    Hey, guys. I fixed this script up a little bit, if you want to try this out. it's easier to read, and I added some comments on how to pick the colors. This should help all of you.

  11. #36
    Join Date
    Jul 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Vinyl Scratch View Post
    Hey, guys. I fixed this script up a little bit, if you want to try this out. it's easier to read, and I added some comments on how to pick the colors. This should help all of you.
    Where is it at..?

  12. #37
    Join Date
    Jan 2012
    Posts
    915
    Mentioned
    13 Post(s)
    Quoted
    87 Post(s)

    Default

    ogod. I just realized, didn't post it!


    Simba Code:
    program StallTheiver;
    {$i srl\srl.simba}
    (*

    Ok, to pick colors, you're going to click the little eyedropper thing.
                 ^ (look up from that arrow)
    you're going to then copy-paste the color into the COLOR thing. But make sure to get rid of the 000 on there. *)



    const
      COLOR = 000;   //replace 000 with the numbers you get for each stall.
      AMOUNT = 000; //replace 000 with the amount gained from when you steal from the stall

    var
      loot, money :Integer;

    procedure StealSilk;
    var
      x, y, w, h: integer;
    begin
      GetClientDimensions(w, h);
      if FindColor(x, y, COLOR, 0, 0, w-1, h-1)then
      begin
        loot := (loot + 1);
        Mouse(x, y, 0, 0, True);
        Writeln('Silk Found!');
        wait(3000)
      end else
        wait(100);
    end;
    procedure Proggy;
    begin
      Writeln('');
      Writeln('********************************');
      Writeln('Thanks for using my script!');
      Writeln('We have stolen: ' + IntToStr(loot) + ' loot');
      Writeln('We have stolen: ' + IntToStr(money) + ' money');
      Writeln('********************************');
      Writeln('Much credit to abu_jwka for helping me script most of it!')
      Writeln('');
    end;

    begin
      ClearDebug;
      SetUpSRL;
      AddOnTerminate('Proggy');
      repeat
        ClearDebug;
        StealSilk;
        money := (loot * AMOUNT);
      until (IsKeyDown(114)); //pres F3 to stop and continue to Proggie!
    end.
    Last edited by Vinyl Scratch; 08-25-2012 at 09:53 PM.

  13. #38
    Join Date
    Sep 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey alw98 before I do I wanted to ask you if I could dissect your script and use it for other ones? give you the credit if I come out with anything (still in the extreme beginning process of learning scripting)

  14. #39
    Join Date
    May 2012
    Location
    Pennsylvania, USA
    Posts
    412
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Senesence View Post
    Does it still work? all it does for me click in the client and keeps clicking on the HP icon please help.. !
    Sesence idk if u still look at this thread but if u do, you need to edit your color to one that is only found on the stall you want to thieve from. A tool that has helped me immensely in finding a good color is aca.
    http://villavu.com/repositories/srl-...pting%20Tools/
    Go to the url and download Auto Color Aid v2
    Hope this helped!
    Last edited by Divus; 09-02-2012 at 01:35 AM.

    Signature by: Vinyl Scratch

  15. #40
    Join Date
    Aug 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can i run this for two accounts?

  16. #41
    Join Date
    Jun 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Here's an overnight proggy. I edited the script to use less time between clicks. It's made to only thieve the spice stall, you must select a new color for the green thing on the spice stall.



    Script:

    Code:
    program SilkStealer;
    {$i srl\srl.simba}
    const
    COLOR = 1546768;   //replace 000 with the numbers you get for each stall.
    AMOUNT = 21081; //replace 000 with the amount gained from when you steal from the stall
    var
    loot, money :Integer;
    procedure StealSilk;
    var
    x, y, w, h: integer;
    begin
    GetClientDimensions(w, h);
    if FindColor(x, y, COLOR, 0, 0, w-1, h-1)then
    begin
    loot := (loot + 1);
    Mouse(x, y, 0, 0, True);
    Writeln('Silk Found!');
    wait(2750)
    end else
    wait(100);
    end;
    procedure Proggy;
    begin
    Writeln('');
    Writeln('********************************');
    Writeln('Thanks for using my script!');
    Writeln('We have stolen: ' + IntToStr(loot) + ' loot');
     Writeln('We have stolen: ' + IntToStr(money) + ' money');
     Writeln('********************************');
     Writeln('Much credit to abu_jwka for helping me script most of it!')
     Writeln('');
     end;
     begin
     ClearDebug;
     SetUpSRL;
     AddOnTerminate('Proggy');
    repeat
    ClearDebug;
    StealSilk;
    money := (loot * AMOUNT);
    until (IsKeyDown(114)); //pres F3 to stop and continue to Proggie!
    end.

  17. #42
    Join Date
    Jan 2012
    Location
    Classified
    Posts
    157
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    If you were to integrate this script with APPA, I would hug you irl, but then this script would be abused by goldfarmers...
    There is no 'Ctrl' button on 's computer. is always in control.

  18. #43
    Join Date
    Dec 2012
    Location
    New York
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It does not work, it goes up to my HP bar and clicks it multiple times. The simba proggy box says we have found silk

  19. #44
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Ffs, guys you have to make it search for the color inside the game window not the whole damn cleint otherwise it will fail..brb ill make a working one

  20. #45
    Join Date
    Dec 2012
    Location
    New York
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry rjj95 im completely new to this and shouldnt have posted prior to knowing what i was doing. This script DOES work and it works very well, just have to use Pick Color in Simba, pick a good and sufficient color for whatever stall you wish to choose and copy and paste the color into where the script says Color. Thanks for the script!

  21. #46
    Join Date
    May 2012
    Posts
    53
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    does anyone have a guide on how to up simba for ss?
    i have all the basics and ik how to do it on rs.

  22. #47
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by doorsftw View Post
    does anyone have a guide on how to up simba for ss?
    i have all the basics and ik how to do it on rs.
    Drag the green target to the ss cleint and hit play..

  23. #48
    Join Date
    Dec 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Vinyl Scratch View Post
    ogod. I just realized, didn't post it!


    Simba Code:
    program StallTheiver;
    {$i srl\srl.simba}
    (*

    Ok, to pick colors, you're going to click the little eyedropper thing.
                 ^ (look up from that arrow)
    you're going to then copy-paste the color into the COLOR thing. But make sure to get rid of the 000 on there. *)



    const
      COLOR = 000;   //replace 000 with the numbers you get for each stall.
      AMOUNT = 000; //replace 000 with the amount gained from when you steal from the stall

    var
      loot, money :Integer;

    procedure StealSilk;
    var
      x, y, w, h: integer;
    begin
      GetClientDimensions(w, h);
      if FindColor(x, y, COLOR, 0, 0, w-1, h-1)then
      begin
        loot := (loot + 1);
        Mouse(x, y, 0, 0, True);
        Writeln('Silk Found!');
        wait(3000)
      end else
        wait(100);
    end;
    procedure Proggy;
    begin
      Writeln('');
      Writeln('********************************');
      Writeln('Thanks for using my script!');
      Writeln('We have stolen: ' + IntToStr(loot) + ' loot');
      Writeln('We have stolen: ' + IntToStr(money) + ' money');
      Writeln('********************************');
      Writeln('Much credit to abu_jwka for helping me script most of it!')
      Writeln('');
    end;

    begin
      ClearDebug;
      SetUpSRL;
      AddOnTerminate('Proggy');
      repeat
        ClearDebug;
        StealSilk;
        money := (loot * AMOUNT);
      until (IsKeyDown(114)); //pres F3 to stop and continue to Proggie!
    end.
    thanks this works perfect for me!

  24. #49
    Join Date
    Feb 2012
    Posts
    390
    Mentioned
    2 Post(s)
    Quoted
    14 Post(s)

    Default

    thanks mate got me 99 with sir
    ~Iso
    Previously known as fisherblue23(Please be kind!)
    [RSGP]CLICK HERE FOR GFX TO BE DONE BY ME
    [FREE]CLICK HERE FOR GFX TO BE DONE BY ME

  25. #50
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Exception in Script: Unable to find file 'srl\srl.simba' used from 'C:\Documents and Settings\Administrator.MIKK-PC\My Documents\Downloads\Thiever.simba'
    hmm..

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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