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

11-17-2013 , 11:15 AM
Quote:
Originally Posted by Husker
I might have to take you up on this offer. I've tried a few different things, re-installing auto hot keys and downloading the latest version of the script, running the script normally or as administrator, moving my hud so the time button isn't covered but I'm not having any success unfortunately.
Same here. Would be nice, if you could write down the solution. Thanks

Where do i find the sizes/place of the time bank button in the script?
FTCash - free script for FullTilt cash players. Quote
11-17-2013 , 02:39 PM
Quote:
Originally Posted by Max1mums
Husker, PM me the teamviewer id and session pass, my contacts are on my profile page alternatively.
PM sent
FTCash - free script for FullTilt cash players. Quote
11-17-2013 , 03:17 PM
Butcher1848, try using both 1.27 and 1.27a versions http://code.google.com/p/ftcash/, Timebank function is the only difference there, one of them should work fine for you, don't forget to run the script as admin.
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 08:12 AM
Quote:
Originally Posted by Max1mums
Butcher1848, try using both 1.27 and 1.27a versions http://code.google.com/p/ftcash/, Timebank function is the only difference there, one of them should work fine for you, don't forget to run the script as admin.
Cool, thx. The 1.27 is working.
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 09:43 AM
I just wanna a script to only Auto Click Time bank for MTTs on Full Tilt, can i use this for it?

thx
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 09:50 AM
VinnyCout, why not, all the functions are optional.
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 10:00 AM
Quote:
Originally Posted by Max1mums
VinnyCout, why not, all the functions are optional.
sounds good, i will try, i never used script before, just only table ninja for PS, but doesnt works for FTP.

Have any chance of TN and script cause any conflit?

and you can post any link for a tuto that how install and configure the script? sry im noob

thx bro

Last edited by VinnyCout; 11-18-2013 at 10:09 AM.
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 10:18 AM
VinnyCout, install the Autohotkey program http://www.autohotkey.com/download/A...05_Install.exe, if you have Vista/W7: rightclick the script - compile, run .exe file you get as admin. Check the functions you need and uncheck those you don't need in the GUI.
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 10:36 AM
Quote:
Originally Posted by Max1mums
VinnyCout, install the Autohotkey program http://www.autohotkey.com/download/A...05_Install.exe, if you have Vista/W7: rightclick the script - compile, run .exe file you get as admin. Check the functions you need and uncheck those you don't need in the GUI.
I do it, thx man, seems working but will try test more, u know if works on MAC?

what the script to use for pokerstars, cant use the same right?

what your account on PS for donation?
FTCash - free script for FullTilt cash players. Quote
11-18-2013 , 10:41 AM
VinnyCout, the same script for stars is StarsCash http://code.google.com/p/starscash/, or this if you need timebank only http://starscash.googlecode.com/file...stars1.02b.ahk. I'm Max1mums on stars.
FTCash - free script for FullTilt cash players. Quote
11-29-2013 , 09:34 AM
hi, great program, but autohotkey for allin is not working for me, it just simply raise.
I also set it to different buttons
any idea?
FTCash - free script for FullTilt cash players. Quote
11-29-2013 , 01:06 PM
Quote:
Originally Posted by bushi ur
hi, great program, but autohotkey for allin is not working for me, it just simply raise.
I also set it to different buttons
any idea?
I mean I have tried
FTCash - free script for FullTilt cash players. Quote
11-29-2013 , 02:30 PM
bushi ur, the script clicks at the supposed "Max" button location (rightmost by default).
FTCash - free script for FullTilt cash players. Quote
11-30-2013 , 07:28 AM
Quote:
Originally Posted by Max1mums
bushi ur, the script clicks at the supposed "Max" button location (rightmost by default).
okay, but how to solve the problem?
what should I do?
FTCash - free script for FullTilt cash players. Quote
11-30-2013 , 12:02 PM
Quote:
Originally Posted by bushi ur
okay, but how to solve the problem?
what should I do?
got fixed

allin(id)
{
global Instant
PostClickFT(0.9727,0.7534,id)
if Instant
raiseFT(id)
}
return

numbers were incorrect
thanks for the software anyway

Last edited by bushi ur; 11-30-2013 at 12:09 PM.
FTCash - free script for FullTilt cash players. Quote
11-30-2013 , 12:19 PM
bushi ur, they are correct for me, i'm glad it is working fine for you anyway.
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 01:27 PM
In debug mode when I press hotkeys for betpot it cant recognize position, call and hero_bet in tooltip window. What can be the reason, Maximus?
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 02:16 PM
Sorry for the noob question in here, just back on FTP since BF and couldn't find anything with a quick search.

I stack and have FTP popup the table needing action but it does not take focus. Is this standard FTP behavior or am I missing some setting? I want it to popup and take focus.

TIA
--Max
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 02:24 PM
naTpuk85, not sure, the pot function clicks the "Min" button and the "-" in the betbox to get the minraise amount, make sure you either have the "Min" button at the default position or "jump to click point" slider option used. You can also check (and modify if needed) if these coordinates are correct for you:
"Min"
Code:
PostLeftClickFT(0.8847,0.76512
"-"
Code:
PostLeftClickFT(0.8705,0.83721
using this script:
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:=x/wcalc
y3:=y/hcalc
col:=PixelColor(x3,y3)
x3:=Round(x/wcalc,5)
y3:=Round(y/hcalc,5)
ToolTip,%col% x%x3% y%y3% 
if clip=1
clipboard=col=%col% x=%x3% y=%y3%
sleep,50 
}
return

PixelColor(colx,coly)
{
WinGetPos, X, Y, W, H, A
SysGet, xbord, 32
SysGet, ybord, 33
SysGet, cap, 4
w := w - (2*xbord)
h := h - (2*ybord) - cap
Transform, X, Floor, W*colx
Transform, Y, Floor, H*coly
x := x + xbord
y := y + ybord + cap
PixelGetColor, col, %X%, %Y%
return col
} 
;-----------------------------------------------------------------------------------------------------
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 04:05 PM
I have modified coordinates in the script but it still doesn't work for me. On the flop it always makes it 2o play chips no matter what button I use(

Thans for helping me out
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 04:09 PM
I looks like it always makes it min + click to the right amount
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 04:20 PM
I changed font size in the client but it read the pot size correctly, so I dont think thats the reason. Maybe my client's settings are oncorrect regarding bet slider?
FTCash - free script for FullTilt cash players. Quote
12-03-2013 , 04:50 PM
naTpuk85, so what is wrong now? Does it detect the street correctly? You can PM me a screenshot of this situation with the debug popup visible.
FTCash - free script for FullTilt cash players. Quote
12-04-2013 , 11:46 AM
I'm having troubles running this program simultaneously along with TableDroid and BossMediaHelper. I'm using the same hotkeys for all hotkey programs.

FTCash: http://oi42.tinypic.com/2e6ec68.jpg
BossMediaHelper: http://oi39.tinypic.com/k2lcw1.jpg
TableDroid: http://oi39.tinypic.com/29beryf.jpg

None of the hotkeys work when I'm running FTCash, but the two other programs work together very well. When I'm right-clicking a table when running FTCash simultaneously all three programs, nothing happens. But when I go in the right-corner and see the green-white FTCash icon, it changes like it knows im right-clicking, but nothing works.

Help please!
FTCash - free script for FullTilt cash players. Quote
12-04-2013 , 11:55 AM
greatwhiteshark_, run the script as admin, try using ~ prefix before the hotkeys in FTCash and/or using "Send actions to active table" option on the General tab. Mbutton and Xbuttons are the default BetPot hotkeys, don't forget to remove them there.
FTCash - free script for FullTilt cash players. Quote

      
m