Open Side Menu Go to the Top
Register
FTCash - free script for FullTilt cash players. FTCash - free script for FullTilt cash players.

09-15-2010 , 10:13 AM
variatsioon, custom mod is the problem maybe, i don't see any function you are using that could cause that problem, could you try using the script with some of default themes for a while to check if it is the case?
FTCash - free script for FullTilt cash players. Quote
09-15-2010 , 02:49 PM
Quote:
Originally Posted by Max1mums
variatsioon, are you using the latest version? Try disabling autobuyin function maybe.
udbrky, you should type in "F1" or "F12", here is the list of available hotkeys http://www.autohotkey.com/docs/KeyList.htm, there are alot of code changes to be made in your case, you can PM me your layout maybe and i'll try to help.
Furrrr, why not, add
Code:
MButton::
Send {Click,right}
return
to the end of FTCash code (don't forget to unbind mbutton hotkey on BetPot tab), or you can use ^Rbutton (ctrl+rbutton) hotkey instead for that purpose.
TY, I did. When I use the one for auto deal in, I get a popup saying it's on or off, but nothing happens in the client.

Also, when I bring up a table and I'm trying to get seated and buy in, and I have action on another table, it auto acts with the minbet automatically.
FTCash - free script for FullTilt cash players. Quote
09-15-2010 , 03:16 PM
variatsioon,udbrky so you guys don't use autobuyin and autotake seat functions and still get minraises? You can try using this version http://depositfiles.com/files/ue2zb3lji
Quote:
When I use the one for auto deal in, I get a popup saying it's on or off, but nothing happens in the client.
It turns on or off timer for dealmein function, you should try changing background to more or less monotone if dealmein function doesn't work for you at all.
FTCash - free script for FullTilt cash players. Quote
09-15-2010 , 09:09 PM
I still don't get any function for sitting out. It could be my table mod

FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 06:15 AM
udbrky, of course it is your tables mod, you have all buttons moved from default location, how can script work correctly?
Let me describe how the script works guys, it checks for some button visibility at default button location and sends click to default button location because there is no way i can guess where your buttons are placed in moded layouts.
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 12:12 PM
priviet max, lol
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 12:50 PM
greg nice, drunk? )
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 01:07 PM
no sir, just feeling your pain
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 03:21 PM
Yeah, that's what I was wondering - can I tell the code where the new buttons are? I looked at it, but the numbering is in decimals, which is different than ftp's - so I wasn't sure how to change them.
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 03:33 PM
You can use this little script to get them, ctrl+f1 will copy current coordinates to clipboard.
Code:
DetectHiddenWindows, On
DetectHiddenText, On
Settitlematchmode, 2

settimer,getcoord,50
return

^f1::
getcoord(1)
return

getcoord:
getcoord(0)
return

getcoord(clip=0)
{
MouseGetPos,x1,y1,id
WinGetPos, Xwin, Ywin, W, H,ahk_id%id%
SysGet,xbord, 32
SysGet,ybord, 33
SysGet,cap, 4
x2:=x1/w
y2:=y1/h
x := x1 - xbord
y := y1 - ybord - cap
wcalc := w - (2*xbord)
hcalc := h - (2*ybord) - cap
x3:=Round(x/wcalc,4)
y3:=Round(y/hcalc,4)
ToolTip,x%x3% y%y3% 
if clip=1
clipboard=x=%x3% y=%y3%
sleep,50 
}
return
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 03:47 PM
Quote:
Originally Posted by Max1mums
variatsioon,udbrky so you guys don't use autobuyin and autotake seat functions and still get minraises? You can try using this version http://depositfiles.com/files/ue2zb3lji

It turns on or off timer for dealmein function, you should try changing background to more or less monotone if dealmein function doesn't work for you at all.
the newst version works now.. dont know why.. mybe it was auto buy in..
FTCash - free script for FullTilt cash players. Quote
09-16-2010 , 05:07 PM
Quote:
Originally Posted by Max1mums
You can use this little script to get them, ctrl+f1 will copy current coordinates to clipboard.
Code:
DetectHiddenWindows, On
DetectHiddenText, On
Settitlematchmode, 2

settimer,getcoord,50
return

^f1::
getcoord(1)
return

getcoord:
getcoord(0)
return

getcoord(clip=0)
{
MouseGetPos,x1,y1,id
WinGetPos, Xwin, Ywin, W, H,ahk_id%id%
SysGet,xbord, 32
SysGet,ybord, 33
SysGet,cap, 4
x2:=x1/w
y2:=y1/h
x := x1 - xbord
y := y1 - ybord - cap
wcalc := w - (2*xbord)
hcalc := h - (2*ybord) - cap
x3:=Round(x/wcalc,4)
y3:=Round(y/hcalc,4)
ToolTip,x%x3% y%y3% 
if clip=1
clipboard=x=%x3% y=%y3%
sleep,50 
}
return
Thank you. I am confused though as to where I put those coordinates - there's a few sets of #'s in the section. I use classic. So I went to the:

if racetrack . . .

else

(I assume classic table info goes here)
but what about the if bb<4 part - that's confusing me. I put it in both and it didn't work.
FTCash - free script for FullTilt cash players. Quote
09-20-2010 , 03:30 PM
Hi,
I compiled the script and added FtCash.exe to Startup folder.
After the startup FtCash window appeares. How can I hide it automatically?
Second question - maybe I can make it easier - to have script running after the startup?
Thanks,
Vladimir
FTCash - free script for FullTilt cash players. Quote
09-20-2010 , 04:19 PM
pushero, Gui window pops up automatically on the first run only (if ini file wasn't created yet), FTCash will start minimized to tray otherwise, Gui window can be opened again by doubleclicking script icon in the tray.
FTCash - free script for FullTilt cash players. Quote
09-21-2010 , 07:36 PM
Hi,

my preflop 'bet pot' use to work but now only works post-flop- any suggestions?

(edit) Actually, it seems to do a weird pot-min-raise on deep/ante tables is that helps you...

Last edited by yocrackattack; 09-21-2010 at 08:05 PM.
FTCash - free script for FullTilt cash players. Quote
09-21-2010 , 11:54 PM
Which post is for the latest version of this script?

Thanks!
FTCash - free script for FullTilt cash players. Quote
09-22-2010 , 02:47 AM
yocrackattack, try using "jump to click point" option in the FT client slider menu.
str8up, http://depositfiles.com/files/ue2zb3lji
FTCash - free script for FullTilt cash players. Quote
09-22-2010 , 11:53 PM
didnt work max...

dont know if it helps you, but it seems to click something then goes back to 0.

Anyway, thanx for trying
FTCash - free script for FullTilt cash players. Quote
09-23-2010 , 11:45 PM
Auto put bet into bet box doesn't work for me for some reason. I am using what's here: http://depositfiles.com/files/ue2zb3lji.

I don't have any custom themes or cards. The PF amount works but post flop doesn't. It blinks with the amount and then puts "0" into the bet box.
FTCash - free script for FullTilt cash players. Quote
09-24-2010 , 02:36 AM
Check if correct table view is chosen on the General tab.
FTCash - free script for FullTilt cash players. Quote
09-24-2010 , 12:04 PM
Ah, that was it! Спасибо!
FTCash - free script for FullTilt cash players. Quote
09-25-2010 , 04:45 PM
So this doesn't work on PS?
FTCash - free script for FullTilt cash players. Quote
09-25-2010 , 06:26 PM
Quote:
Originally Posted by winer76
So this doesn't work on PS?
StarsCash
FTCash - free script for FullTilt cash players. Quote
09-29-2010 , 01:22 AM
Max,

Code:
DllCall("dwmapi\DwmIsCompositionEnabled","int*",DwmIsEnabled)
if !DwmIsEnabled
{
Gui, 98: Show, w1 h1 x1 y1, PokerWindow
WinGet,PokerWindowID, id, PokerWindow
hdc_frame := DllCall( "GetDC", "UInt",PokerWindowID)
hdc_buffer := DllCall("gdi32.dll\CreateCompatibleDC","UInt",hdc_frame)
hbm_buffer := DllCall("gdi32.dll\CreateCompatibleBitmap", "UInt",hdc_frame, "Int",A_screenwidth,"Int",A_screenheight)
DllCall( "gdi32.dll\SelectObject", "UInt",hdc_buffer, "UInt",hbm_buffer)
Gui, 98: Show,hide, w1 h1 x1 y1, PokerWindow
}
it looks like you are just using an AHK GUI window to create your dc and compatible bitmap? and then later on, you are PrintWindow'ing to this. i was under the impression that you had to use the same window to create the dc and compatible bitmap. for example, if you were gonna PrintWindow a FTP table, then you'd need to GetDC, CreateCompatibleBItmap,etc using the same FTP table handle.
FTCash - free script for FullTilt cash players. Quote
09-29-2010 , 02:43 AM
Quote:
Originally Posted by str8up
Which post is for the latest version of this script?

Thanks!
This..... post # will work
FTCash - free script for FullTilt cash players. Quote

      
m