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

I Will pay for a custom AHK Script

Results 1 to 20 of 20

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default I Will pay for a custom AHK Script

    If someone can program me a custom betpot script mod thing and in general help me with poker software i will ship you 50 on stars or full tilt. pm for details- though plz note that respected posters/ppl i have met in person will get preferential treatment. (also if this is more than like 1-2 hours of work ill pay more i just kind of doubt it is).
    I got more flava than fruitstripe gum
  2. #2

    Default Re: I Will pay for a custom AHK Script

    Quote Originally Posted by sauce123
    If someone can program me a custom betpot script mod thing and in general help me with poker software i will ship you 50 on stars or Full Tilt. pm for details- though plz note that respected posters/ppl i have met in person will get preferential treatment. (also if this is more than like 1-2 hours of work ill pay more i just kind of doubt it is).
    I think Halvsame is the only guy who does scripts so better pay him.
    Check out the new blog!!!
  3. #3
    i just want someone to modify bet pot so that it works for the numbers i want
    I got more flava than fruitstripe gum
  4. #4
    I will do it but it wont bet pot it will move all in.....muahahahaha
  5. #5
    trikscript77??


    sigh... i have no self puncontrol

    but seriously u comin to turning stone?
    I got more flava than fruitstripe gum
  6. #6
    i dont know i am supposed to be in savanna ga for the last 2 weeks in august but i think im going to try to only be there for a week and head up to TS. If things are really in a mess i might have to stay though. oh and btw, i cant write scripts so count me out unless you want to pay me for nothing
  7. #7
    Quote Originally Posted by sauce123
    i just want someone to modify bet pot so that it works for the numbers i want
    maybe I'm missing something, but the script _dave_ wrote, that's on overcards, can be changed for each street. like you can have pot pot 2/3 1/2 or w/e.

    This bit:
    "
    ~MButton::
    Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
    return

    F18::
    Pot(getid(),"1 0.8 0.8 0.8", "smallblind", 0, 0)
    return

    ^MButton::
    Pot(getid(),"1", "smallblind", 0, 0)
    return

    ^!MButton::
    Pot(getid(),"999", 1, 0, 0)
    return

    ~RButton::
    Pot(getid(),"1 0.75 0.66 0.66", "smallblind", "ssnl", 0)
    return
    "
  8. #8
    euphoricism's Avatar
    Join Date
    Mar 2005
    Posts
    5,383
    Location
    Your place or my place
    I've been using FTS and its *primo*. A bit of a resource hog, but it does everything you could ever want at FTP. Auto reload, auto buyin, auto bet by % of pot, auto raise to xy+1 for limpers, and tons and tons more stuff.

    But again, a resource hog.
    <Staxalax> Honestly, #flopturnriver is the one thing that has improved my game the most.
    Directions to join the #flopturnriver Internet Relay Chat - Come chat with us!
  9. #9
    Renton's Avatar
    Join Date
    Jan 2006
    Posts
    8,863
    Location
    a little town called none of your goddamn business
    ATTENTION

    SOMEONE PLEASE MAKE A 12 TABLING PISSBREAK SCRIPT FOR STARS.

    THX
  10. #10
    Quote Originally Posted by Renton
    ATTENTION

    SOMEONE PLEASE MAKE A 12 TABLING PISSBREAK SCRIPT FOR STARS.

    THX
    QFT
  11. #11
    bigred's Avatar
    Join Date
    Sep 2004
    Posts
    15,437
    Location
    Nest of Douchebags
    I need help with AHK. I want to write a script that opens pt, pahud, and AP and also gets pt auto importing hands, etc.

    Right now I'm working on the PT part and I've typed this script for the win + x key.

    #x::
    Run C:\Program Files\Poker Tracker V2\ptrack2.exe
    Send {Alt}{Down}{Down}{Right}{Down}{Enter}
    return

    What I want it to do is open PT, open the file menu (by hitting alt), scroll down to auto import, hit right to access menu of auto imports, and then go down one and select absolute. I can get both to work on their own, load pt, or once pt is loaded, run the send thing and it works fine. Howver, as one script it doesn't work. What do I do?
    LOL OPERATIONS
  12. #12
    yeah sauce im pretty sure u can change the bet sizing on it to whatever you want.
    Check out the new blog!!!
  13. #13
    bigred's Avatar
    Join Date
    Sep 2004
    Posts
    15,437
    Location
    Nest of Douchebags
    OK I figured out how to load PT, then have it load auto import and my ring stats. However, when I run WinMinimize at the end it minimizes PT before it has time send all the keys. Any idea how to make it wait for this to finish?
    LOL OPERATIONS
  14. #14
    using sleep 1000 or w/e between all that stuff and minimize would be one way.

    i was messing around with ahk a while ago, making a script to open up all my poker stuff, would u mind posting the script to make it auto import? plz......
  15. #15
    bigred's Avatar
    Join Date
    Sep 2004
    Posts
    15,437
    Location
    Nest of Douchebags
    This is all I have so far, opens pt, auto import for AP, and ring stats, and pahud

    #x::
    Run C:\Program Files\Poker Tracker V2\ptrack2.exe
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Right}{Down}{Enter}
    Send s
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Down}{Enter}
    Run C:\Program Files\PokerAce Hud\PAHud.exe
    return
    LOL OPERATIONS
  16. #16
    bigred's Avatar
    Join Date
    Sep 2004
    Posts
    15,437
    Location
    Nest of Douchebags
    Here it is finished for loading pt, auto import for AP, ring stats, minimizning, loading pahud, and then minimizing that. For some reason AP doesn't like to be loaded with this script, the live update thing doesn't initiate. Shortcut is win+x

    #x::
    Run C:\Program Files\Poker Tracker V2\ptrack2.exe
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Right}{Down}{Enter}
    Send s
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Down}{Enter}
    Sleep 2000
    WinMinimize
    Sleep 1000
    Run C:\Program Files\PokerAce Hud\PAHud.exe
    WinWaitActive PokerAce Hud
    WinMinimize
    return
    LOL OPERATIONS
  17. #17
    cool, thanks for that, i added some stuff to it and changed it a bit for ipoker. it goes to preferences and and puts todays date in the filter.

    it also puts on the 6mx filter in ipoker.


    ; Code Starts Here
    ;
    ; Noble Start Up Script
    ; Date: july 27th 2007
    ; Author: phantom_lord
    ;
    ;
    ;
    ;
    #x::
    run C:\Documents and Settings\Shane\Desktop\iPokerBetPot.ahk
    ;
    ; Runs pokertracker
    ;
    Run C:\Program Files\Poker Tracker V2\ptrack2.exe
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Right}{Down}{Down}{Down}{Down}{D own}{Down}{Down}{Down}{Down}{Enter}
    Send s
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Down}{Enter}
    Sleep 2000
    MouseClick, left, 879, 113
    Sleep, 100
    WinWait, Poker Tracker (Version 2.16.03) - [Ring ,
    IfWinNotActive, Poker Tracker (Version 2.16.03) - [Ring , , WinActivate, Poker Tracker (Version 2.16.03) - [Ring,
    WinWaitActive, Poker Tracker (Version 2.16.03) - [Ring,
    MouseClick, left, 281, 246
    Sleep, 100
    MouseClick, left, 360, 240
    Sleep, 100
    FormatTime, TimeString,, MMdd20yy
    Send %TimeString%
    MouseClick, left, 292, 116
    WinMinimize
    Sleep 1000
    ;
    ; Runs Pahud
    ;
    Run C:\Program Files\PokerAce Hud\PAHud.exe
    WinWaitActive PokerAce Hud
    WinMinimize
    ;
    ; Runs Noble
    ;
    run C:\Poker\Noble Poker\casino.exe
    ;
    ; Filters tables to 6max only
    ;
    WinWait, Noble Poker,
    IfWinNotActive, Noble Poker, , WinActivate, Noble Poker: Players,
    WinWaitActive, Noble Poker: Players,
    MouseClick, left, 212, 167
    Sleep, 100
    MouseClick, left, 360, 93
    Sleep, 100
    MouseClick, left, 219, 162
    return
    ;
    ;
    ; Code ends here.
  18. #18
    Quote Originally Posted by bigred
    Here it is finished for loading pt, auto import for AP, ring stats, minimizning, loading pahud, and then minimizing that. For some reason AP doesn't like to be loaded with this script, the live update thing doesn't initiate. Shortcut is win+x

    #x::
    Run C:\Program Files\Poker Tracker V2\ptrack2.exe
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Right}{Down}{Enter}
    Send s
    WinWaitActive Poker Tracker
    Send {Alt}{Down}{Down}{Down}{Enter}
    Sleep 2000
    WinMinimize
    Sleep 1000
    Run C:\Program Files\PokerAce Hud\PAHud.exe
    WinWaitActive PokerAce Hud
    WinMinimize
    return
    using the winwaitactive command is probably a bit better than the sleep one, not much of a difference tho.

    #x::
    Run C:\Program Files\Poker Tracker V2\ptrack2.exe
    WinWaitActive Poker Tracker
    Send {Alt}{Down 2}{Right}{Down}{Enter}
    Send s
    WinWaitActive Poker Tracker
    Send {Alt}{Down 3}{Enter}
    WinWaitActive, Poker Tracker (Version 2.16.03) - [Ring,
    WinMinimize
    Run C:\Program Files\PokerAce Hud\PAHud.exe
    WinWaitActive PokerAce Hud
    WinMinimize
    return
  19. #19
    I put this together a while ago, just thought i'd throw it up in the off chance someone might find it useful.


    ;-----------------------------------------------------------------------------------------------
    ; GENERAL SETTINGS


    ; Enter in the location of each of the programs required below.
    ;
    ; pahud/poker client/pokertracker/betpotscript


    Pahud= C:\Program Files\PokerAce Hud\PAHud.exe
    Client= C:\Poker\Noble Poker\casino.exe
    PT= C:\Program Files\Poker Tracker V2\ptrack2.exe
    Script=C:\Documents and Settings\Shane\Desktop\iPokerBetPot.ahk


    ;
    ; Enter what site you're playing on
    ;

    site= Ipoker

    ;
    ; Choose whether to filter pt stats to today or now (1 is on, 0 is off)
    ;

    filter= 1

    ;
    ; set paths to start other applications, if 5 is not enough, create more ("path6" and so on).
    ;



    path1= C:\Program Files\Spadeit\EyePoker\eyepoker
    path2=
    path3=
    path4=
    path5=




    ; IPOKER SETTINGS (Just ignore this section if you're not playing on ipoker)
    ;
    ; choose whether you want the tables to be filtered to show only 6max tables when the ipoker client opens, ("1" is ; ; on, "0" is off)
    ;
    ; Also input in the name of the skin you're playing on (Noble/Green Joker etc)
    ;
    ;

    6max=0
    Skin= Noble





    ; Do Not Edit Below This Line
    ;------------------------------------------------------------------------------------------------



    DetectHiddenWindows, on
    #SingleInstance force

    Run %Script%


    ;
    ; PokerTracker Section
    ;

    IfWinExist, Poker Tracker
    WinKill

    Run %PT%

    WinWait, Poker Tracker (Version 2.16.03) ,
    winmaximise

    WinMenuSelectItem, Poker Tracker (Version 2.16.03) , , File, Auto-Import, %site%
    sleep 400
    Sendinput s
    sleep 50

    WinMenuSelectItem, Poker Tracker (Version 2.16.03) , , File, Ring Game



    WinWait, Poker Tracker (Version 2.16.03) -,


    ;
    ; Filter
    ;
    If %filter%

    {
    MouseClick, left, 879, 113

    MouseClick, left, 281, 246

    MouseClick, left, 360, 240

    FormatTime, TimeString,, MMdd20yy

    SendInput %TimeString%

    MouseClick, left, 292, 116

    }


    WinMinimize

    ;
    ; Run Pahud
    ;



    IfWinNotExist, PokerAce
    {
    Run %Pahud%
    WinWaitActive PokerAce Hud
    WinMinimize
    }


    ;
    ; Run Client
    ;

    run %Client%

    ;
    ; Filters tables to 6max only
    ;


    If %6max%
    {
    WinWait, %Skin% Poker,
    IfWinNotActive, %Skin% Poker, , WinActivate, %Skin% Poker: Players,
    WinWaitActive, %Skin% Poker: Players,

    MouseClick, left, 212, 167
    Sleep, 100
    MouseClick, left, 360, 93
    Sleep, 100
    MouseClick, left, 219, 162
    }


    Loop, 100
    {
    if (path%a_index% = "")
    break
    path = % path%a_index%
    Run, %path%
    }


    return
  20. #20
    Halv's Avatar
    Join Date
    Aug 2005
    Posts
    3,196
    Location
    No hindsight for the blind.
    Wait, why isn't this in our favorite subforum Tools of poker? lol j/k, good to see some more people doing a little scripting .

    hey saucey, didn't I help you with some of this stuff on AIM? You never mentioned a prize being involved hyachachachachach!

Posting Permissions

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