Adblock breaks this site

[FREE]Freinds chat "dicing bot"

Discussion in 'RuneScape Scripts' started by rjj95, Nov 30, 2012.

  1. rjj95

    rjj95 Member
    Banned

    Joined:
    Nov 30, 2012
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    -Uses random waits
    -Does not use smart in-case you want to use it for a RSPS or something else

    Code:
    program Dice;
    {$i srl/srl.simba}
    var
     outcome: Integer;
    procedure start;
    begin
    outcome := Random(100);
    ClearDebug;
    Wait(20 + Random(50));
    SendKeys('/Your name here has rolled a ' + IntToStr(outcome) + ' on the percentile dice.',30 +random(15),30 + Random(15));
    Wait(500 + Random(50));
    TypeByte(vk_enter)
    end;
    begin
    repeat
    start;
    until(false)
    end.
     
  2. Advaith

    Advaith Member
    Banned

    Joined:
    Dec 2, 2012
    Posts:
    69
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    how does it work?give a tutorial fr more easiness
     
  3. xtrapsp

    xtrapsp Active Member

    Joined:
    Jun 29, 2008
    Posts:
    127
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    Advaith this is the Runescape section. It doesn't need a tutorial. It's obviously a Simba script. Use the Search bar

    Secondly:

    Code:
    program Dice;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    
    var
     outcome: Integer;
    
    const
    Yourname = 'put your name here';
    
    procedure Mainloop;
      begin
        outcome := Random(100);
        ClearDebug;
        Wait(20 + Random(50));
        SendKeys( Yourname + 'has rolled a ' + IntToStr(outcome) + ' on the percentile dice.',30 +random(15),30 + Random(15));
        Wait(500 + Random(50));
        TypeByte(vk_enter);
      end;
    begin
      SetupSRL;
      DeclarePlayers;
      LoginPlayer;
      while loggedin do
        Mainloop;
    end.
     
  4. rjj95

    rjj95 Member
    Banned

    Joined:
    Nov 30, 2012
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    No point in setting up smart, then it resticts them to using it for runescape only
     
  5. xtrapsp

    xtrapsp Active Member

    Joined:
    Jun 29, 2008
    Posts:
    127
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    Thats not the only thing I changed..

    -FaceDesk-
     
  6. EditMyThread

    EditMyThread Forum Addict
    Banned

    Joined:
    Dec 5, 2012
    Posts:
    277
    Referrals:
    1
    Sythe Gold:
    320
    [FREE]Freinds chat "dicing bot"

    I've used it and it's awesome. 100% legit
     
  7. red

    red Member
    Banned

    Joined:
    Dec 7, 2012
    Posts:
    54
    Referrals:
    14
    Sythe Gold:
    70
    [FREE]Freinds chat "dicing bot"

    thanks!
     
  8. Heads447

    Heads447 R.I.P in peace

    Joined:
    Jan 19, 2012
    Posts:
    4,895
    Referrals:
    2
    Sythe Gold:
    669
    [FREE]Freinds chat "dicing bot"

    thanks dude
     
  9. Lazy Bets

    Lazy Bets Newcomer

    Joined:
    Dec 28, 2012
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    I have been creating a series of runescape dicing bots over the last 6 months. They are simply one of a kind and i have seen alot of dicing fc's Searching day and night for one.
    And Finally its here!

    This bot includes a unique command where players can type:
    !Roll
    and the bot will respond with:
    You rolled a <Number> on a 100 sided percentile dice, You <Win / Lose>
    With this reply two types of gambling games can come out of this,
    Obviously your average dicing games (odd / Even, Etc..) Or Win or Lose.

    This bot only runs on Simba and you can download it here!

    If you have never used simba i have a easy and simple simba guide in the making at the minute.

    This bot is really small at the minute and not many people know about it so please give positive feed back and share this page!

    Check out my website here!

    If you have any questions / quires then you can call me on skype any time im online at:
    Jakewalker2011

    The prices are all rsgp not Irl money due to runescapes terms of service.

    [BASIC] - 20m
    [INTEL] - 35m
    [SMART] - 40m
    [CRAZY] - 55m

    For more information visit my website here!


    >_< Lazy Bet >_<

    Regards,

    Jake Walker

    [​IMG]
     
  10. lastprojectrs

    lastprojectrs Member
    Banned

    Joined:
    Jan 9, 2013
    Posts:
    32
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    thanks, that's awesome! :)
     
  11. Bob dong

    Bob dong Newcomer
    Trade With Caution

    Joined:
    Jan 15, 2013
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0
    [FREE]Freinds chat "dicing bot"

    Thanks for this man, awesome script.
     
< New Runescape Dicing bot! | >


 
 
Adblock breaks this site