Results 1 to 11 of 11

Thread: help with making a bot

  1. #1
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with making a bot

    hi, i want to make a bot for poker on fb wandering if there are any tuts on how to make my own smart or something etc any help would be appreciated

  2. #2
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    No sorry there are not tuts on how to make smart. And remember, SMART is java only.

    Though, you might be able to make a poker bot with color script and a web browser. but first you would have to know all the basics of scar. Start simple, keep improving, and you might can get it to work.

    Take a look at the tutorial section, where you can find how scar works and how to use it

  3. #3
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is there a test i can do to see if i know teh basics of scar or something?

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Check the Test folder? C:/Program Files/SCAR 3.21/Test/* I think.

  5. #5
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh i also want it to do the calculations but does any1 know how the math works or somewhere i can look, or how calculators do teh calculations ?

  6. #6
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Math in SCAR?

    SCAR Code:
    begin
      Writeln(8 * 8);
      Writeln(8 + 8);
      Writeln(8 - 8);
      Writeln(8 / 8);
    end.

  7. #7
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ian math calculations for poker !!!

  8. #8
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    IIRC SMART can load any Java applet now, although I think the dimensions can't be larger than the SMART window...

  9. #9
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no1 noes the math behind texas holdem poker?

  10. #10
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  11. #11
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    You want to make a bot for something you don't even understand/can't do yourself? I don't think that's going to get you very far. It's better to do one step at the time. So first, learn the math (Google is your friend)

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
  •