Results 1 to 5 of 5

Thread: Soulsplit Include

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

    Default Soulsplit Include

    Soulsplit Include current version:1.0


    Information


    This include is for the Runescape private server "soulsplit" It contains functions that will help you if you are in to botting for that private server.
    This still has A LOT of work to be done, I will be gone from April 4-12 so I have decided to release this for bug testing. When the new Soulsplit client is released if it is possible I will continue to use the current font set (new client will have revision options)


    Functions
    Code:
    SS_FFlag;
    SS_LoggedIn;
    SS_MakeCameraAngleHigh;
    SS_MakeCompassNorth;
    SS_IsUpTextMultiCustom;
    SS_GetUpText;
    SS_LinearWalkEx;
    SS_RadialWalk;
    SS_RadialWalkTolerance;
    BoxWalkTolerance;
    SPS walking
    SPS blind walk
    Grave interface random
    Uptext is a bit glitchy at the moment because of the snow white background

    Instructions


    Download the .zip below
    Extract SSinclude to C:/Simba/includes
    Extract SSUpchars to C:/Simba/Fonts

    What you should include in a script:

    Simba Code:
    {$i srl/srl.simba}
    {$i SSInclude/SSInclude.simba}
    {$i SSInclude/Randoms.simba}
    {$i SSInclude/MapWalk.simba}

    You must always include SRL, and SSinclude. It is optional to include randoms (for random events) and Mapwalk(for radial,linear and SPS)

    Example script:

    Simba Code:
    {$i srl/srl.simba}
    {$i SSInclude/SSInclude.simba}
    {$i SSInclude/Randoms.simba}
    {$i SSInclude/MapWalk.simba}
    Begin
      SetupSSInclude;
      ActivateClient;
      Wait(1200);
      SS_MakeCameraAngleHigh;
      SS_MakeCompassNorth;
      SS_RadialWalkTolerance(8355977, 75, 115, 25, 1, 2, 15);
      WriteLn(SS_GetUpText);
    End.

    Credits

    @DannyRS - SSinlude is pretty much 98% his,
    @Le Jingle - Smoking rock detection (does not work yet I think I have to tweak it)
    @xtrapsp - text help
    @Brandon - text help
    @RJJ95 -Edited a lot of stuff


    Breakdown of % ownership credits to those who want to know

    Percent Name Work

    92% DannyRS - SSinclude heavily based off of P07 include, and his edited P06_SPS
    1% Le Jingle Smoking rock snippet
    .5% Xtrapsp text help
    .5% Brandon text help

  2. #2
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    haha cool! will check out

  3. #3
    Join Date
    Jan 2013
    Posts
    167
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

  4. #4
    Join Date
    Apr 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Dude, I don't see a download link.

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

    Default

    Quote Originally Posted by Mygello View Post
    Dude, I don't see a download link.
    this thread is a year old, this include is inactive and out of date

    http://villavu.com/forum/showthread.php?t=107271

    woild be a more up to date one has almost every SS function you can think of

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
  •