Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

AHK Scripts for ipoker?

Options
  • 06-09-2007 1:18am
    #1
    Registered Users Posts: 3,191 ✭✭✭


    Anyone care to sahre any usefull ones with me?

    Would like one for bet pot
    Also autoreload

    And one for datamining.... To open carlos poker and gold mine and open tables to datamine.... is this possible?

    many thanks, btw will make a transfer of a few bob to anyone willing to write them for me if not available?

    Thanks,

    Mac


Comments

  • Registered Users Posts: 3,191 ✭✭✭Macspower


    Fair play RS...... Even I sould figure them out from there... thanks


  • Registered Users Posts: 3,191 ✭✭✭Macspower


    I wrote a better one than what's posted there, still simple enough, just opens pt, starts auto-importing the hands, opens the ring stats, opens pahud, runs the client, and also any scripts/additional programs you want to add.

    It just saves having to open a bunch of programs when you go to play poker.

    It should work for every site supported by pt, just have to edit the settings at the top.

    win+x is the hotkey to run it.


    This was PL's one but I cant get it to work for me... have i done something wrong i wonder ... btw bet pot now works for me..

    heres my editing of the above script...

    http://rapidshare.com/files/53691217/pokerscript.ahk.html


  • Registered Users Posts: 10,894 ✭✭✭✭phantom_lord


    This should work, I think....

    ;
    ; GENERAL SETTINGS


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


    GT= C:\Program Files\GameTimePlus\GameTimePlus.exe
    Client= C:\Poker\green joker poker\casino.exe
    PT= C:\Program Files\Poker Tracker V2\ptrack2.exe
    Script=C:\Documents and Settings\Mac1\Desktop\betpot.ahk


    ;
    ; Enter what site you're playing on
    ;

    site= Ipoker

    ;
    ; Choose whether or not to filter pt to show todays stats only (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=
    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=1
    Skin= Green Joker Poker



    #x:: ;Hotkey (win+x)


    ; 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) ,

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


    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 gT
    ;



    Run %GT%


    ;
    ; 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


  • Registered Users Posts: 3,191 ✭✭✭Macspower


    thanks very much PL... still doesn't work for me though... paths seem fine... any ideas?


  • Advertisement
  • Registered Users Posts: 10,894 ✭✭✭✭phantom_lord


    does anything open when u run it?

    u have to press the win key (in between alt and ctrl) and "x" to run the script btw.


  • Registered Users Posts: 3,191 ✭✭✭Macspower


    does anything open when u run it?

    u have to press the win key (in between alt and ctrl) and "x" to run the script btw.

    Opens bet pot and poker tracker but just the main page of i and not GJP.... dont worry too much about it PL.... BTW hope you come back strong after your current break


  • Closed Accounts Posts: 14,277 ✭✭✭✭Rb


    Noble bet pot was working fine for me on Windows XP, but won't on Vista, anyone know whats wrong or how to fix it?


  • Registered Users Posts: 39,030 ✭✭✭✭Mellor


    rb_ie wrote:
    Noble bet pot was working fine for me on Windows XP, but won't on Vista, anyone know whats wrong or how to fix it?
    Re-inatall XP
    and wait for a less buggy vista


  • Registered Users Posts: 200 ✭✭The_Daddy_H


    Macspower wrote:
    Opens bet pot and poker tracker but just the main page of i and not GJP.... dont worry too much about it PL.... BTW hope you come back strong after your current break

    If you cut out the run command for programs which dont run and paste them before the run command for PT does it make any difference?


  • Advertisement
  • Registered Users Posts: 7,754 ✭✭✭ianmc38


    eh can someone send me these scripts? Looking for PLs script, bet pot and auto-reload

    ianmc3838@hotmail.com on msn

    Thanks.


  • Registered Users Posts: 7,754 ✭✭✭ianmc38


    Right, i found the problem with Shanes script, but i dont no how to fix it.

    Commenting out these lines opens up the rest of the programs, so there's a problem somewhere in this section:


    ;WinWait, Poker Tracker (Version 2.16.03) ,
    ;
    ; WinMenuSelectItem, Poker Tracker (Version 2.16.03) , , File, Auto-Import, %site%
    ; sleep 400
    ; Sendinput s
    ;
    ;
    ; WinMenuSelectItem, Poker Tracker (Version 2.16.03) , , File, Ring Game
    ;
    ;
    ;
    ; WinWait, Poker Tracker (Version 2.16.03) -,

    There's also some problem with the code for filtering tables to 6 max.


  • Registered Users Posts: 7,754 ✭✭✭ianmc38


    This script opens betpot, gjp, pahud and pt.

    I'll let shane fix his buggy code for the auto import and table filetring :p

    ;
    ; GENERAL SETTINGS


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

    PT= C:\Program Files\Poker Tracker V2\ptrack2.exe
    Pahud= C:\Program Files\PokerAce Hud\PAHud.exe
    Client= C:\Poker\Green Joker Poker\casino.exe
    Script=C:\Documents and Settings\User\Desktop\Ipoker AHK Scripts\betpot.ahk


    ;
    ; Enter what site you're playing on
    ;

    site= Ipoker

    ;
    ; Choose whether or not to filter pt to show todays stats only (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=1
    Skin= Green Joker Poker



    #x:: ;Hotkey (win+x)


    ; Do Not Edit Below This Line
    ;



    DetectHiddenWindows, on
    #SingleInstance force

    Run %Script%


    ;
    ; PokerTracker Section
    ;

    IfWinExist, Poker Tracker
    WinKill

    Run %PT%



    ;
    ; Run Pahud
    ;

    Run %Pahud%





    ;
    ; Run Client
    ;

    run %Client%


  • Registered Users Posts: 991 ✭✭✭ZZR1100


    i just use a batch script for opening all programs.

    eg below


    @echo off

    cd "C:\Users\David\Desktop\Party\BetPot-v0.2m"
    start popUp.AHK
    cd "C:\Users\David\Desktop\Party\BetPot-v0.2m"
    start BetPot-v0.2m.AHK
    cd "C:\Users\David\Desktop\Party\BetPot-v0.2m"
    start Reloader2.AHK
    cd "c:\program files\poker tracker v2"
    start ptrack2.exe
    cd "C:\Program Files\PartyGaming\PartyPoker"
    start RunApp.exe
    cd "C:\Program Files\PokerAce Hud"
    start PAHud.exe
    cd "C:\Program Files\SpadeEye"
    start SpadeEye.exe


    and to close all...

    @echo off

    cd "C:\Users\David\Desktop\Party\BetPot-v0.2m"
    taskkill /f /im popUp.AHK
    cd "C:\Users\David\Desktop\Party\BetPot-v0.2m"
    taskkill /f /im BetPot-v0.2m.AHK
    cd "C:\Users\David\Desktop\Party\BetPot-v0.2m"
    taskkill /f /im Reloader2.AHK
    cd "c:\program files\poker tracker v2"
    taskkill /f /im ptrack2.exe
    cd "C:\Program Files\PartyGaming\PartyPoker"
    taskkill /f /im RunApp.exe
    cd "C:\Program Files\PokerAce Hud"
    taskkill /f /im PAHud.exe
    cd "C:\Program Files\SpadeEye"
    taskkill /f /im SpadeEye.exe


    It dosnt open tables automaticly or import hands to PT but handy all the same..


  • Registered Users Posts: 10,894 ✭✭✭✭phantom_lord


    ianmc38 wrote:

    I'll let shane fix his buggy code for the auto import and table filetring :p

    Works perfectly for me! I think i know what's wrong with the import bit for everyone else, but the table filtering is always gonna be a bit buggy.


  • Registered Users Posts: 10,894 ✭✭✭✭phantom_lord


    ok, this should work.

    ; Do Not Edit Below This Line
    ;



    DetectHiddenWindows, on
    #SingleInstance force

    Run %Script%


    ;
    ; PokerTracker Section
    ;

    IfWinExist, Poker Tracker
    WinKill

    Run %PT%

    WinWait, Poker Tracker ,
    WinMaximize
    WinGetTitle, Title, A


    WinMenuSelectItem, %Title% , , File, Auto-Import, %site%
    sleep 400
    Sendinput s
    sleep 50

    WinMenuSelectItem, %Title% , , File, Ring Game



    WinWait, %Title% - [Ring,


    ;
    ; 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,

    sleep, 200
    MouseClick, left, 212, 167
    Sleep, 200
    MouseClick, left, 360, 93
    Sleep, 200
    MouseClick, left, 219, 162
    sleep, 200
    }



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


    return


Advertisement