[FREE]Freinds chat "dicing bot"

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

[FREE]Freinds chat "dicing bot"
  1. Unread #1 - Nov 30, 2012 at 4:03 PM
  2. rjj95
    Joined:
    Nov 30, 2012
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    rjj95 Member
    Banned

    [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.
     
  3. Unread #2 - Dec 4, 2012 at 9:54 AM
  4. Advaith
    Joined:
    Dec 2, 2012
    Posts:
    69
    Referrals:
    0
    Sythe Gold:
    0

    Advaith Member
    Banned

    [FREE]Freinds chat "dicing bot"

    how does it work?give a tutorial fr more easiness
     
  5. Unread #3 - Dec 4, 2012 at 10:28 AM
  6. xtrapsp
    Joined:
    Jun 29, 2008
    Posts:
    127
    Referrals:
    0
    Sythe Gold:
    0

    xtrapsp Active Member

    [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.
     
  7. Unread #4 - Dec 4, 2012 at 10:23 PM
  8. rjj95
    Joined:
    Nov 30, 2012
    Posts:
    85
    Referrals:
    0
    Sythe Gold:
    0

    rjj95 Member
    Banned

    [FREE]Freinds chat "dicing bot"

    No point in setting up smart, then it resticts them to using it for runescape only
     
  9. Unread #5 - Dec 5, 2012 at 7:48 AM
  10. xtrapsp
    Joined:
    Jun 29, 2008
    Posts:
    127
    Referrals:
    0
    Sythe Gold:
    0

    xtrapsp Active Member

    [FREE]Freinds chat "dicing bot"

    Thats not the only thing I changed..

    -FaceDesk-
     
  11. Unread #6 - Dec 7, 2012 at 9:22 PM
  12. EditMyThread
    Joined:
    Dec 5, 2012
    Posts:
    277
    Referrals:
    1
    Sythe Gold:
    320

    EditMyThread Forum Addict
    Banned

    [FREE]Freinds chat "dicing bot"

    I've used it and it's awesome. 100% legit
     
  13. Unread #7 - Dec 7, 2012 at 9:24 PM
  14. red
    Joined:
    Dec 7, 2012
    Posts:
    54
    Referrals:
    13
    Sythe Gold:
    65

    red Member
    Banned

    [FREE]Freinds chat "dicing bot"

    thanks!
     
  15. Unread #8 - Dec 7, 2012 at 10:26 PM
  16. Heads447
    Joined:
    Jan 19, 2012
    Posts:
    4,895
    Referrals:
    2
    Sythe Gold:
    669

    Heads447 R.I.P in peace

    [FREE]Freinds chat "dicing bot"

    thanks dude
     
  17. Unread #9 - Dec 28, 2012 at 8:18 AM
  18. Lazy Bets
    Joined:
    Dec 28, 2012
    Posts:
    9
    Referrals:
    0
    Sythe Gold:
    0

    Lazy Bets Newcomer

    [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]
     
  19. Unread #10 - Jan 9, 2013 at 1:48 AM
  20. lastprojectrs
    Joined:
    Jan 9, 2013
    Posts:
    32
    Referrals:
    0
    Sythe Gold:
    0

    lastprojectrs Member
    Banned

    [FREE]Freinds chat "dicing bot"

    thanks, that's awesome! :)
     
  21. Unread #11 - Jan 15, 2013 at 6:40 AM
  22. Bob dong
    Joined:
    Jan 15, 2013
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    Bob dong Newcomer
    Trade With Caution

    [FREE]Freinds chat "dicing bot"

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site