![]() |
|
|
|
#1
|
|||
|
|||
|
looking forward to it, betafemale!
I dont think it matters any if the two scripts are separate or mix in..? Not atleast to me. So, please mix them -> ~934934 clicks less on the following year. [img]/images/graemlins/wink.gif[/img] |
|
#2
|
|||
|
|||
|
very nice betafemale [img]/images/graemlins/laugh.gif[/img]
really looking forward to testing your script/scripts [img]/images/graemlins/laugh.gif[/img] |
|
#3
|
|||
|
|||
|
[ QUOTE ]
very nice betafemale [img]/images/graemlins/laugh.gif[/img] really looking forward to testing your script/scripts [img]/images/graemlins/laugh.gif[/img] [/ QUOTE ] Any ETA yet? [img]/images/graemlins/smile.gif[/img] |
|
#4
|
|||
|
|||
|
[ QUOTE ]
very nice betafemale [img]/images/graemlins/laugh.gif[/img] really looking forward to testing your script/scripts [img]/images/graemlins/laugh.gif[/img] [/ QUOTE ] |
|
#5
|
|||
|
|||
|
There is some things I need to fix, like my functions only work on the active table, while the rest of the functions in the script always work on the table your mouse is over, active or not. I also need some time to test it. I haven't worked on it as much the last days, had a lot of work to do and not feeling so well.
|
|
#6
|
|||
|
|||
|
ouch. get well soon.
|
|
#7
|
|||
|
|||
|
While you wait (might take a while), here is a reload function for the script (it uses two functions from the iPoker bet pot script, if you want it stand alone, you have to copy those too):
Reload() { ReloadX := 400 ReloadY := 140 ReloadOKX := 165 ReloadOKY := 245 CheckBoxX := 725 CheckBoxY := 575 SaveMousePos() WinGetPos, WindowX, WindowY, , , A MouseMove, WindowX + ReloadX, WindowY + ReloadY Click Sleep, 250 WinGetPos, PopupX, PopupY, Width, Height, A if (Width = 402 AND height = 265) { MouseMove, PopupX + ReloadOKX, PopupY + ReloadOKY Click Sleep, 1000 CheckBoxX := 725 + WindowX CheckBoxY := 575 + WindowY PixelGetColor, checkcolor, %CheckBoxX%, %CheckBoxY% if (checkcolor != "0xFFFFFB") { MouseMove, CheckBoxX, CheckBoxY Click } } RestoreMousePos() return } Paste it in the other script (I have mine just above the betpot function), and paste this also some where in the top of the script, along with the rest of the hot keys: F12:: Reload() Return Now F12 reloads the ACTIVE window (NOT the one the mouse is over, like the rest of the script). The final version will be for the window that the mouse is over, and might be all along diffrent, see this a as a preview or something. I tried this today on my XP SP2, classic theme on Titan for over 1200 hands and reloaded alot of times, and it worked flawlessly FOR ME. If your stack is too big already it will handle it, also if the post blinds check box is unchecked it will recheck it. Also there is no check yet that you actually are over a poker table, so don't click F12 in another window or something strange might happen [img]/images/graemlins/wink.gif[/img] Enjoy! /beta |
|
#8
|
|||
|
|||
|
Is there a way to speed up OP's script?
For me it takes like nearly 1 second after clicking or "wheeling" until the amount shows up. This can be quite a time when you are heavy multitabling. In comparison the Party betpot-script works like a flash... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|