Scripter's Simba Script Service

Discussion in 'Software Sales' started by Scripter, Dec 9, 2012.

Scripter's Simba Script Service
  1. Unread #1 - Dec 9, 2012 at 11:00 AM
  2. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    NOTE: Closed to all large requests, going to focus attention on my other business. Small requests can be done.




    [​IMG]

    About meh

    Hey, I am a fairly advanced scripter with simba, I have been learning at SRL for around a year now, and I'd like to start making some money! I have never used Sythe before, but I have sold scripts before, so I know what to do. I currently have a low post count, but don't think that means I can't script. I can show you work that I have done in the past, and all scripts will be proven flawless before payment.

    What Scripts can I make?

    What kind of scripts can I make? Pretty much anything! I have created autofighters, skillers, RSPS bots, account creaters, even a facebook Status-liker! If you have an idea, hit me up and I'll see what I can do!

    Payment

    ALL PAYMENT IS IN RSGP OR PAYPAL IF 100+ VOUCHES

    Step 1: Negotiate a price over skype/PM

    Step 2: I create the script

    Step 3: I show you a proggy or a video of the script running

    Step 4: You either pay me directly, or we get a MM.

    Step 5: I will then give you the pastebin link for the script.

    What Happens if my script breaks?

    I charge between 2-5M RSGP to fix broken scripts. This includes tweaking colors, changing co-ords, or rewriting part of a script if it isn't flawless.

    Contact Info

    If you have a script idea, or have questions, PM me or send me a Skype message below:

    Skype: Scripters.Scripts

    Snippet

    This is a small snippet to prove I can script. Using smart, log on and tele to lumby, then walk just inside the castle walls.

    Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    {$i SRL/SRL/Misc/SmartGraphics.simba}
    
    const
      seconds = 30; //How many seconds should we draw boxes for?
    
    var
      i, z:integer;
    
    procedure Terminate(Error: String);
    begin
      writeln(Error);
      TerminateScript;
    end;
    
    procedure CreateBoxes;
    var
      BushTPA:Array of TPoint;
      BushATPA: Array of Array of TPoint;
      TBushBox: TBox;
    begin
      SetColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.06, 0.19);
      if FindColorsTolerance(BushTPA, 5077107, MSX1, MSY1, MSX2, MSY2, 17) then
        begin
          SetColorToleranceSpeed(1);
          SetColorSpeed2Modifiers(0.02, 0.02);
          BushATPA := SplitTPAEx(BushTPA, 10, 10);
          SortATPASize(BushATPA, True);
          SetLength(BushATPA, 4);
          TBushBox := GetTPABounds(BushATPA[z]);
          Smart_DrawBox(TBushBox);
        end else
          Terminate('Color not found! Colors are outdated or not in correct loc!');
    end;
    
    begin
      SetupSRL;
      ClickNorth(SRL_ANGLE_HIGH);
      For i := 0 to seconds do
        begin
          wait(1000);
          CreateBoxes;
          if z < 3 then
            inc(z) else
              z := 0;
        end;
    end. 
    Vouches

     
  3. Unread #2 - Dec 9, 2012 at 7:55 PM
  4. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Bump, Avaliable, Skype or PM me!
     
  5. Unread #3 - Dec 9, 2012 at 8:04 PM
  6. SRL BMWxi
    Joined:
    Nov 24, 2012
    Posts:
    73
    Referrals:
    0
    Sythe Gold:
    0

    SRL BMWxi Member

    Scripter's Simba Script Service

    You should link to your profile on villavu so people can see that you are experienced :)
     
  7. Unread #4 - Dec 9, 2012 at 8:06 PM
  8. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Hmm, should have mentioned I don't have an account on villavu, I just learned using the SRL library and various tutorials on the site. If anyone needs proof I can script, I can post a script or two.

    E: Added snippet.
     
  9. Unread #5 - Dec 10, 2012 at 6:35 AM
  10. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Bump, still looking for a job!
     
  11. Unread #6 - Dec 10, 2012 at 11:35 AM
  12. Advaith
    Joined:
    Dec 2, 2012
    Posts:
    69
    Referrals:
    0
    Sythe Gold:
    0

    Advaith Member
    Banned

    Scripter's Simba Script Service

    i might be intrested add me on skype:advaith.dl
     
  13. Unread #7 - Dec 10, 2012 at 1:01 PM
  14. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Added.
     
  15. Unread #8 - Dec 10, 2012 at 8:20 PM
  16. rogu317
    Joined:
    Dec 10, 2012
    Posts:
    10
    Referrals:
    0
    Sythe Gold:
    0

    rogu317 Newcomer

    Scripter's Simba Script Service

    Purchased a private script for 5M From Scripter!

    Decent script, i vouch for Scripter! will be buying some more in the future!
     
  17. Unread #9 - Dec 11, 2012 at 6:36 AM
  18. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Bump, looking for requests!
     
  19. Unread #10 - Dec 11, 2012 at 6:52 AM
  20. NKN
    Joined:
    May 8, 2012
    Posts:
    293
    Referrals:
    0
    Sythe Gold:
    3

    NKN Forum Addict

    Scripter's Simba Script Service

    Aha, I know who this guy is"Facebook liker" gave it away.


    Silly goose, in that snippet, you need to set the modifiers to .2 not .02
     
  21. Unread #11 - Dec 11, 2012 at 8:00 AM
  22. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Facebook liker? I don't get it...

    And thanks, I've always used 0.02...

    E: Ah, you're talking about the script. Who do you think I am? I'm pretty sure you've never met me.
     
  23. Unread #12 - Dec 11, 2012 at 11:28 AM
  24. mrisperfect
    Joined:
    Dec 11, 2012
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    mrisperfect Newcomer

    Scripter's Simba Script Service

    Skype: mrisperfect. I have an idea for a script.
     
  25. Unread #13 - Dec 11, 2012 at 11:30 AM
  26. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Added and sent you a message.
     
  27. Unread #14 - Dec 11, 2012 at 4:05 PM
  28. NKN
    Joined:
    May 8, 2012
    Posts:
    293
    Referrals:
    0
    Sythe Gold:
    3

    NKN Forum Addict

    Scripter's Simba Script Service

    Villavu username?

    Someone I know over there made one. o_O
     
  29. Unread #15 - Dec 11, 2012 at 5:40 PM
  30. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    I have never made an account, I just learned from tutorials and trial and error. I have seen you and your tutorials on villavu, we've just never formally met.
     
  31. Unread #16 - Dec 12, 2012 at 6:35 AM
  32. NKN
    Joined:
    May 8, 2012
    Posts:
    293
    Referrals:
    0
    Sythe Gold:
    3

    NKN Forum Addict

    Scripter's Simba Script Service

    Oh. Darn
     
  33. Unread #17 - Dec 12, 2012 at 9:10 AM
  34. SRL BMWxi
    Joined:
    Nov 24, 2012
    Posts:
    73
    Referrals:
    0
    Sythe Gold:
    0

    SRL BMWxi Member

    Scripter's Simba Script Service

    That was me :p
     
  35. Unread #18 - Dec 23, 2012 at 11:27 PM
  36. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Bump, starting this up again. PM me with requests.
     
  37. Unread #19 - Dec 24, 2012 at 9:34 AM
  38. Scripter
    Joined:
    Dec 9, 2012
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Scripter Member

    Scripter's Simba Script Service

    Bumpity
     
  39. Unread #20 - Jan 24, 2013 at 11:48 PM
  40. Boba155
    Joined:
    Sep 3, 2009
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    Boba155 Member

    Scripter's Simba Script Service

    Sent you a PM, please hit me up on skype.
     
< Kay0ne's VPS Store ~ CHEAP ~ Start with 10$ / MONTH | CCleaner [Cheap] *overstocked* >

Users viewing this thread
1 guest


 
 
Adblock breaks this site