Select Page
Poker Forum
Over 1,292,000 Posts!
Poker ForumFTR Community

Money for Bet pot script.

Results 1 to 36 of 36
  1. #1

    Default Money for Bet pot script.

    The amount of time it would take me to figure it out (computer retarded) + me being a bit lazy = 30$ to the first person to give me a detailed play by play on how to get a good bet pot script working for pokerstars.

    A few keys:

    1) Money will be shipped to the first person with instructions that work to their pokerstars or Full tilt sn.
    2) I would like to have a preflop bet size of my choice automated
    3) I would like to have a postflop bet size of my choice automated per street.

    Disclaimer, you might really have to spell some stuff out for me cause of my computer retardedness.
  2. #2
    Lukie's Avatar
    Join Date
    Jul 2005
    Posts
    10,758
    Location
    Never read any stickies or announcements
    link and some instructions here:
    http://www.overcards.com/wiki/moin.cgi/BetPot

    corresponding 2p2 thread here:
    http://archives1.twoplustwo.com/show...ge=0&fpart=all

    I believe dave is the guy who's posts you really want to look for.

    basically you just download it, unzip it, then you can modify the script by right clicking and going in there (instructions are somewhere, shouldnt be too hard to find), and you can modify the bet sizes for both right clicking and middle clicking and on all 4 streets.

    i'm an awful explainer, sorry
  3. #3
    ok heres what the code i have now is:

    ~MButton::
    Pot(getid(),"1 0.8 0.666 0.6", "smallblind", "ssnl", 0)
    return

    is there a way to have it based on bb preflop not pot size? how do I make it so it defaults to 4bb preflop?

    also for 3 bet size how to I pick that? I would like it to be 3x +1bb.

    Are either of those possible?
  4. #4
    Lukie's Avatar
    Join Date
    Jul 2005
    Posts
    10,758
    Location
    Never read any stickies or announcements
    Quote Originally Posted by meeloche
    ok heres what the code i have now is:

    ~MButton::
    Pot(getid(),"1 0.8 0.666 0.6", "smallblind", "ssnl", 0)
    return

    is there a way to have it based on bb preflop not pot size? how do I make it so it defaults to 4bb preflop?

    also for 3 bet size how to I pick that? I would like it to be 3x +1bb.

    Are either of those possible?
    I believe it's always based on pot size but I'm not 100% sure on that. I also faintly recall there was a specialty option that made preflop default to 4xbb + 1 for every limper. I think it was ssnl or something. Again, I'm not 100% sure on this. I use pot preflop for the scroll button which defaults to a 3.5x open which is pretty much near perfect IMO, plus one for every limper which I'll often just raise to what I want to, or 4.5x also works. Also to note is that when raising OOP, it seems like the blinds somehow screw up the script's calculation and you rarely get a perfect pot sized raise. It's always a bit off. So when I'm raising limpers from the blinds or 3-betting OOP, I'll just do it myself either by typing or by scrolling and clicking. In reality though, these situations come up less than open raising, raising limpers in position, or 3-betting in position (which always comes up as a perfect pot sized raise, so under the assumption that's what I want to do which isn't always the case) so it's really not a big deal.

    2nd question i think it's the same thing.. ie. it is always going to be based on pot size and not a predetermined amount. I think it would be very easy for dave to make a script how you want it to be, but quite honestly, it makes a lot more sense how it is and the demand was and is much higher for how it is.

    I hope this helps, save the $$ for someone who explains it better. or you can donate the money to charity or something
  5. #5
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    do you have to have a mouse with all the buttons on the side for the bet pot script thing to be useful?
    Cash Rules Everything Around Me.
  6. #6
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    i dont know why ive been playing without this for so long.
    eeevees are not monies yet...they are like baby monies.
  7. #7
    Quote Originally Posted by Lukie
    I believe it's always based on pot size but I'm not 100% sure on that. I also faintly recall there was a specialty option that made preflop default to 4xbb + 1 for every limper. I think it was ssnl or something. Again, I'm not 100% sure on this. I use pot preflop for the scroll button which defaults to a 3.5x open which is pretty much near perfect IMO, plus one for every limper which I'll often just raise to what I want to, or 4.5x also works. Also to note is that when raising OOP, it seems like the blinds somehow screw up the script's calculation and you rarely get a perfect pot sized raise. It's always a bit off. So when I'm raising limpers from the blinds or 3-betting OOP, I'll just do it myself either by typing or by scrolling and clicking. In reality though, these situations come up less than open raising, raising limpers in position, or 3-betting in position (which always comes up as a perfect pot sized raise, so under the assumption that's what I want to do which isn't always the case) so it's really not a big deal.

    2nd question i think it's the same thing.. ie. it is always going to be based on pot size and not a predetermined amount. I think it would be very easy for dave to make a script how you want it to be, but quite honestly, it makes a lot more sense how it is and the demand was and is much higher for how it is.

    I hope this helps, save the $$ for someone who explains it better. or you can donate the money to charity or something
    Thanks, I appreciate the help, i will donate the 30$ to the canucks for kids fund, basically helps sick kids.
  8. #8
    Ok so I'm still getting an error when i try to open the auto hot key this prompt comes up:

    Error: Call to nonexistent function.

    Specifically: Pot(getid(),"1 .8 .6666 .6", "smallblind", "ssnl",0)

    Am I missing something in this code?
  9. #9
    Lukie's Avatar
    Join Date
    Jul 2005
    Posts
    10,758
    Location
    Never read any stickies or announcements
    Quote Originally Posted by will641
    do you have to have a mouse with all the buttons on the side for the bet pot script thing to be useful?
    no. infact i'm not sure there's any way to use the 4th (or 5th) buttons on the side. i just have it set up for the middle (scroller) button to always bet pot and it's auto, meaning you don't have to click the bet button, so you have to be careful. IE if u do it on the river in a big pot, it's gonna insta-pot it and there's obviously no way to undo that. The right mouse button I have setup for different, generic amounts that ill use fairly often, and i have to click or hit enter to confirm it. I usually just type it out though and don't use it, although i do sometimes. 80% on flop ill use here and there though when i'm lazy.
  10. #10
    Lukie's Avatar
    Join Date
    Jul 2005
    Posts
    10,758
    Location
    Never read any stickies or announcements
    Quote Originally Posted by bode
    i dont know why ive been playing without this for so long.
    yeah i never thought this before i used it, but once i started to, couldn't agree more
  11. #11
    Lukie's Avatar
    Join Date
    Jul 2005
    Posts
    10,758
    Location
    Never read any stickies or announcements
    Quote Originally Posted by meeloche
    Ok so I'm still getting an error when i try to open the auto hot key this prompt comes up:

    Error: Call to nonexistent function.

    Specifically: Pot(getid(),"1 .8 .6666 .6", "smallblind", "ssnl",0)

    Am I missing something in this code?
    eh, i actually had this problem too when i was setting mine up but i honestly don't remember how i fixed it. I think i had to double click the other one in the folder or something... and obv make sure you have ahk installed.
  12. #12
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    Quote Originally Posted by Lukie
    Quote Originally Posted by meeloche
    Ok so I'm still getting an error when i try to open the auto hot key this prompt comes up:

    Error: Call to nonexistent function.

    Specifically: Pot(getid(),"1 .8 .6666 .6", "smallblind", "ssnl",0)

    Am I missing something in this code?
    eh, i actually had this problem too when i was setting mine up but i honestly don't remember how i fixed it. I think i had to double click the other one in the folder or something... and obv make sure you have ahk installed.
    yeah, thats like the referenced AHK. You need to open up the other one and it uses the one youre getting that error on as a reference file. Consequently, the one your getting that message from is the one you can edit if you want. I edited it so that both clicking the scroll wheel and right clicking preflop raises to pot.
    eeevees are not monies yet...they are like baby monies.
  13. #13
    Quote Originally Posted by bode
    Quote Originally Posted by Lukie
    Quote Originally Posted by meeloche
    Ok so I'm still getting an error when i try to open the auto hot key this prompt comes up:

    Error: Call to nonexistent function.

    Specifically: Pot(getid(),"1 .8 .6666 .6", "smallblind", "ssnl",0)

    Am I missing something in this code?
    eh, i actually had this problem too when i was setting mine up but i honestly don't remember how i fixed it. I think i had to double click the other one in the folder or something... and obv make sure you have ahk installed.
    yeah, thats like the referenced AHK. You need to open up the other one and it uses the one youre getting that error on as a reference file. Consequently, the one your getting that message from is the one you can edit if you want. I edited it so that both clicking the scroll wheel and right clicking preflop raises to pot.
    Could you do me a favor and just copy paste the text in the Betpot default hot keys file, so I can match it up?

    Thanks.
  14. #14
    whoa this is awesome!!!

    last week i bet $2 into a 20cent pot!! hahahaha no more will I retard bet! damn typos are history!
  15. #15
    I've actually been misclicking like mofo recently for some reason...
    So you click their picture and then you get their money?
  16. #16
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    Quote Originally Posted by meeloche
    Quote Originally Posted by bode
    Quote Originally Posted by Lukie
    Quote Originally Posted by meeloche
    Ok so I'm still getting an error when i try to open the auto hot key this prompt comes up:

    Error: Call to nonexistent function.

    Specifically: Pot(getid(),"1 .8 .6666 .6", "smallblind", "ssnl",0)

    Am I missing something in this code?
    eh, i actually had this problem too when i was setting mine up but i honestly don't remember how i fixed it. I think i had to double click the other one in the folder or something... and obv make sure you have ahk installed.
    yeah, thats like the referenced AHK. You need to open up the other one and it uses the one youre getting that error on as a reference file. Consequently, the one your getting that message from is the one you can edit if you want. I edited it so that both clicking the scroll wheel and right clicking preflop raises to pot.
    Could you do me a favor and just copy paste the text in the Betpot default hot keys file, so I can match it up?

    Thanks.
    right click on the AHK file called "betpot_default_hotkeys" and click "edit script". on the fifth paragraph under where it says "~RButton::", it should read:

    Code:
    ~RButton::
    Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0)
    return
    the only thing that changed was after the second line where it says "Pot(getid()," the first number there used to be 0.75 and i changed it to 1. its that simple. so after you change it it should read

    Code:
    ~RButton::
    Pot(getid(),"1 0.75 0.66 0.66", "smallblind", "ssnl", 0)
    return
    eeevees are not monies yet...they are like baby monies.
  17. #17
    Halv's Avatar
    Join Date
    Aug 2005
    Posts
    3,196
    Location
    No hindsight for the blind.
    If you want to use the thumb-buttons if your mouse has them, use XButton1, XButton2, etc.

    Lukie; for the blinds thing, have you tried changing the "fix_blinds" setting (in the BetPot.ahk file, not the hotkey file)?
  18. #18
    Quote Originally Posted by meeloche
    Ok so I'm still getting an error when i try to open the auto hot key this prompt comes up:

    Error: Call to nonexistent function.

    Specifically: Pot(getid(),"1 .8 .6666 .6", "smallblind", "ssnl",0)

    Am I missing something in this code?
    I am still getting this error as my code was the same as bode's. Any other ideas?

    When I open up the AHK program the screen pops up as shown in the quoted portion.
  19. #19
    Halv's Avatar
    Join Date
    Aug 2005
    Posts
    3,196
    Location
    No hindsight for the blind.
    Are you snapsolutely sure that you're trying to run the BetPot.ahk file and not the betpot_default_hodkeys.ahk one?
  20. #20
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    Quote Originally Posted by HalvSame
    Are you snapsolutely sure that you're trying to run the BetPot.ahk file and not the betpot_default_hodkeys.ahk one?
    this is definitly the problem. i did the same thing when i was trying to get it started. OPEN THE OTHER ONE!!!!!1!!!11!1
    eeevees are not monies yet...they are like baby monies.
  21. #21
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    i am so fucking confused. i downloaded the zip file, extracted it. i tried to open it and this windows alert came up that said (paraphrasing): windows can not open this file because it need to know what program created it. wtf????
    Cash Rules Everything Around Me.
  22. #22
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    Quote Originally Posted by will641
    i am so fucking confused. i downloaded the zip file, extracted it. i tried to open it and this windows alert came up that said (paraphrasing): windows can not open this file because it need to know what program created it. wtf????
    do you have the Auto Hot Key program installed? you have to have it before you can run scripts.
    eeevees are not monies yet...they are like baby monies.
  23. #23
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    Quote Originally Posted by bode
    Quote Originally Posted by will641
    i am so fucking confused. i downloaded the zip file, extracted it. i tried to open it and this windows alert came up that said (paraphrasing): windows can not open this file because it need to know what program created it. wtf????
    do you have the Auto Hot Key program installed? you have to have it before you can run scripts.
    no is that on the page too?
    Cash Rules Everything Around Me.
  24. #24
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    Quote Originally Posted by will641
    Quote Originally Posted by bode
    Quote Originally Posted by will641
    i am so fucking confused. i downloaded the zip file, extracted it. i tried to open it and this windows alert came up that said (paraphrasing): windows can not open this file because it need to know what program created it. wtf????
    do you have the Auto Hot Key program installed? you have to have it before you can run scripts.
    no is that on the page too?
    nevermind i found it. now what?
    Cash Rules Everything Around Me.
  25. #25
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    just install the AHK program, and afterwards you should just be able to double click on whatever script you want to run it.
    eeevees are not monies yet...they are like baby monies.
  26. #26
    Quote Originally Posted by HalvSame
    Are you snapsolutely sure that you're trying to run the BetPot.ahk file and not the betpot_default_hodkeys.ahk one?
    ding ding ding, Haaalalooya Halalooya

    nh,

    Thanks Half and Bode and Lukie for helping me out!
  27. #27
    spoonitnow's Avatar
    Join Date
    Sep 2005
    Posts
    14,219
    Location
    North Carolina
    If you change smallblind to bigblind it won't round shit off to smallblinds ldo
  28. #28
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    Quote Originally Posted by spoonitnow
    If you change smallblind to bigblind it won't round shit off to smallblinds ldo
    is this a good or bad thing? i kind of like the fact that it bets slightly odd amounts. it seems like some villains think im FOS because of the odd bet sizes.
    eeevees are not monies yet...they are like baby monies.
  29. #29
    Halv's Avatar
    Join Date
    Aug 2005
    Posts
    3,196
    Location
    No hindsight for the blind.
    You can also put 1 there to round to the nearest dollar, 10 to round to 10 dollars, 0.1 to round to decimal, 0.2 to two decimal places, etc.
  30. #30
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    okay, still having problems getting it to 3.5x plus 1bb per limper. and also my 3 bet right click button is just way out of whack.

    for example im testing it on a 2nl table, and UTG min raises to .04, and theres a caller. i right click to 3 bet and it makes it .2 which is like 5x and wayyyyy too high even with a caller. also it seems like no matter how much i fidget with it, i cant get the pf standards to change, but the flop, turn, river bet sizes are just how i want them.
    Cash Rules Everything Around Me.
  31. #31
    Quote Originally Posted by will641
    okay, still having problems getting it to 3.5x plus 1bb per limper. and also my 3 bet right click button is just way out of whack.

    for example im testing it on a 2nl table, and UTG min raises to .04, and theres a caller. i right click to 3 bet and it makes it .2 which is like 5x and wayyyyy too high even with a caller. also it seems like no matter how much i fidget with it, i cant get the pf standards to change, but the flop, turn, river bet sizes are just how i want them.
    I don't know how to change the 3 bet size. I just adjust it manually when I 3 bet.
  32. #32
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    Quote Originally Posted by will641
    okay, still having problems getting it to 3.5x plus 1bb per limper. and also my 3 bet right click button is just way out of whack.

    for example im testing it on a 2nl table, and UTG min raises to .04, and theres a caller. i right click to 3 bet and it makes it .2 which is like 5x and wayyyyy too high even with a caller. also it seems like no matter how much i fidget with it, i cant get the pf standards to change, but the flop, turn, river bet sizes are just how i want them.
    it could also be that your trying it out on 2nl table. Try an orbit or 2 on a 100nl table and see if it works any better. I saw on 2+2 when i was setting mine up that people were having problems trying it out on the micro tables.
    eeevees are not monies yet...they are like baby monies.
  33. #33
    bode's Avatar
    Join Date
    May 2006
    Posts
    8,043
    Location
    slow motion
    also, high 5 to melochee for starting this amazing thread which has helped my play become easier.

    *slap*
    eeevees are not monies yet...they are like baby monies.
  34. #34
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    yeah thanks man, i can tell when i actually get it working to my liking im giong to love it.
    Cash Rules Everything Around Me.
  35. #35
    Yeah it has changed my life as well. I don't know how anybody plays more than 5 tables without it.
  36. #36
    will641's Avatar
    Join Date
    Aug 2007
    Posts
    5,266
    Location
    getting my swell on
    so i finally got it to do 3.5x open which is sweet. i just changed the first # to .8, but the only problem is now when someone limps it makes 4x instead of 4.5x. but whatever, one miracle at a time.

    however if anyone knows how to fix this please p.m. me or post something in this thread!
    Cash Rules Everything Around Me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •