Odd Simba Request

Discussion in 'Script Requests' started by iamorange12, Dec 2, 2011.

Odd Simba Request
  1. Unread #1 - Dec 2, 2011 at 7:36 PM
  2. iamorange12
    Joined:
    Apr 8, 2011
    Posts:
    225
    Referrals:
    0
    Sythe Gold:
    0
    Two Factor Authentication User Tier 1 Prizebox

    iamorange12 The Orange Tree
    $50 USD Donor New

    Odd Simba Request

    If anyone could make a script for my personal use that would activate random solving in Simba and log me in I would pay $10.00!
     
  3. Unread #2 - Dec 2, 2011 at 10:06 PM
  4. Icefire908
    Joined:
    Apr 14, 2007
    Posts:
    41
    Referrals:
    1
    Sythe Gold:
    0

    Icefire908 Member

    Odd Simba Request

    Before you actually pay someone to do it

    Code:
    {$DEFINE SMART}
    {$I SRL/SRL.scar}
    
    const
      Username = '';
      Password = '';
    
    begin
      SMART_Server := 11;
      SetUpSRL;
      Wait(1000);
      SetLength(Players, 1);
      Players[0].Name := Username;
      Players[0].Pass := Password;
      Players[0].Active := True;
      LoginPlayer;
      Wait(2000);
      repeat
        FindNormalRandoms;
        Wait(1000);
      until (not (LoggedIn));
    end.
    Anyways, this would be the SCAR version

    Code:
    {$DEFINE RS2}
    {$DEFINE OSI_Color_Anti_Randoms}
    {$DEFINE SMART}                   // Comment out to disable SMART
    
    {$I OSI\OSI.scar}
    
    const
      Username = '';
      Password = '';
    
    procedure ScriptTerminate;
    begin
      FreeOSI;
    end;
    
    begin
      SetUpOSI;
      Players[0].Name := Username;
      Players[0].Pass := Password;
      Players[0].Active := True;
      Login;
      repeat
        OSIFindRandoms;
        Wait(1000);
      until (not (LoggedIn));
    end.
    I would say use SCAR but I only have 1 randoms solver out right now. SRL doesn't really have any reliable solvers working right now either really... but I guess unless you are only needing to avoid the Abyss random then use SRL until I can get some more out.
     
  5. Unread #3 - Dec 2, 2011 at 10:27 PM
  6. iamorange12
    Joined:
    Apr 8, 2011
    Posts:
    225
    Referrals:
    0
    Sythe Gold:
    0
    Two Factor Authentication User Tier 1 Prizebox

    iamorange12 The Orange Tree
    $50 USD Donor New

    Odd Simba Request

    I think I love you <3
     
< Selling Idungeopro | >

Users viewing this thread
1 guest


 
 
Adblock breaks this site