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

11-16-2010 , 05:44 PM
Quote:
Originally Posted by Max1mums
tiltn'noob, "Installer for AutoHotkey Basic" is the only file needed from http://www.autohotkey.com/download/, delete FTCash ini file if it was created already.
Max,
Thanks for your help, your support is better than many large software companies.
Unfortunately, FTCash has never seemed to work for me (new pc running Win7). I tried it many months ago without success, and tried it again this past week. I can use keys to navigate between tables at the Play Money tables, but not at the Cash tables (wtf?). Also, BetPot has never worked for me (I did change the compatibility options in the FullTilt.exe). Very odd. Anyway, thanks again for your support, I will watch this thread for updates.
FTCash - free script for FullTilt cash players. Quote
11-16-2010 , 07:59 PM
tiltn'noob, i guess you tried running FTCash as admin? I can try helping you through teamviewer if you want, my contacts can be found on the profile page.
FTCash - free script for FullTilt cash players. Quote
11-17-2010 , 03:18 AM
FTP timebank bug fixed jet?
FTCash - free script for FullTilt cash players. Quote
11-17-2010 , 05:02 AM
Quote:
Originally Posted by Max1mums
marceALB, quickfold hotkey was designed for Rush tables, it is not supposed to work correctly on regular tables, Fold hotkey will press check/fold checkbox there, use "Send actions to table under mouse" option on the General tab to avoid missclicks (hotkey will work for table under mouse no matter if it is active or not).
Timebank button will be pressed with specified delay, not immedeately.
I don't really understand, do you want to sit out if timebank runs out or just sit in if you sit out? Dealmein function on the Time tab is "Never sit-out option"
Ok, I will use fold key with "Send actions to table under mouse" option and I think that this will be solved.

I just wanted to know why delay timebank is used. What happend if we increase this delay? Would it be useful?

Never sit-out: I want sit in when timebank runs out in order to continue in the table. "Deal me in" function has a problem: when I open and table and I'm waiting blinds this option activate "Deal me" button and the software ask me all the time if I want post blinds.
FTCash - free script for FullTilt cash players. Quote
11-17-2010 , 07:35 AM
variatsioon, i don't know what bug you are talking about, Timebank function seems to work fine for everyone in v1.24.
marceALB, it can save some timebank seconds for you, isn't it obvious?
So you actually want "Never sit-out" function to press deal me in button in some cases and to do nothing in other cases? That's too tricky.
FTCash - free script for FullTilt cash players. Quote
11-17-2010 , 10:10 AM
Quote:
Originally Posted by Max1mums
marceALB, it can save some timebank seconds for you, isn't it obvious?
So you actually want "Never sit-out" function to press deal me in button in some cases and to do nothing in other cases? That's too tricky.
But when you click on timebank button it doesn't begin until normal time finish. Timebank button appears when this normal time is finishing, you click on it and time bank will be activated after. My question is what is the difference clicking after 2,3,4 seconds when it will be activated anyway.

Table Ninja has a "Never sit-out" option that works like this and I thought that could be possible doing in your script.

Thank you for the support (and please excuse my limited English).
FTCash - free script for FullTilt cash players. Quote
11-17-2010 , 08:54 PM
marceALB, you can press Time button immedeately and you can do it in 5 secs after it appears, this will give you additional 5 seconds to think on your decision (time to think=pre Time button time+timebank function delay+timebank time), more of that there is a big chance that you will act within those 5 seconds so that Timebank won't be used at all, it will save you some Timebank seconds.
Quote:
Table Ninja has a "Never sit-out" option that works like this
How does it work exactly? Does it press deal me in button on some tables and it doesn't on other tables with the only difference of Timebank time left?
FTCash - free script for FullTilt cash players. Quote
11-18-2010 , 06:48 AM
Quote:
Originally Posted by Max1mums
marceALB, you can press Time button immedeately and you can do it in 5 secs after it appears, this will give you additional 5 seconds to think on your decision (time to think=pre Time button time+timebank function delay+timebank time), more of that there is a big chance that you will act within those 5 seconds so that Timebank won't be used at all, it will save you some Timebank seconds.

How does it work exactly? Does it press deal me in button on some tables and it doesn't on other tables with the only difference of Timebank time left?
Thank you!, I didn't know this about timebank.

I don't know exactly how works, but I think that Table Ninja take into consideration if you are playing the hand (case A, when you are waiting to posting blinds) or when timebank left (case B, you wants deal me in).
FTCash - free script for FullTilt cash players. Quote
11-18-2010 , 06:12 PM
Other thing. Could you fix hightlighter square, please?. It is above HM pop-up HUD and I can't see stats sometimes.
FTCash - free script for FullTilt cash players. Quote
11-21-2010 , 11:56 PM
Hey Max1mums

I was doing some edits to get the timebank clicker working (tables are 16:9 and not very standard)
Quote:
clicktime()
{
global tablequeue,hdc_buffer
time=0x161616
;time=0x926c00
v:=25
time_x:=0.9725
time_y:=0.7269

;time_x:=0.9000
;time_y:=0.7200
winget,listft,list,Logged In ahk_class QWidget,,Full Tilt
loop %listft%
{
id:=listft%A_index%
t:=PixelColorA(0,0,0,time_y,time_x,id,hdc_buffer,1 ,5,5)
;FileAppend, %t%`n`n, test.txt
stringsplit,col,t,#
found:=0
Loop, Parse, col2, -,
{
col1:=A_loopfield
SetFormat, IntegerFast, hex
col1 += 0
col1 .= ""
SetFormat, IntegerFast, d
if comparecolors(col1,time,v)=1
{
found:=1
break
}
}
if found
{
if !InStr(tablequeue,id)
movetolist(id,A_TickCount)
}
else
if InStr(tablequeue,id)
removefromlist(id)
}
}
return


Edits are in bold red dot on image is where new cords point to.

It works and clicks the timebank fine it's just the tables are constantly cycling which is pretty gross with overlap what did I miss?
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 03:05 AM
madlion, the problem is that 0x161616 is very close to the color of opponent's timebank/disconnect button (unless you modified them), try reading pixels a bit lower than you do now (starting with pixel colored 0x060606 for example) and setting v(variations) to 5, time to 0x060606. Click to the timebank button location is being sent by this funtion
Code:
clickdelay()
{
global tablequeue,interval1
time_x:=0.9300
time_y:=0.7200
Loop, Parse, tablequeue, `,
{
interval:=interval1*1000
stringsplit,tab,A_loopfield,-
if A_TickCount-tab2>interval
{
PostleftclickFT(time_x,time_y,tab1,0)
listDelItem(tablequeue, A_Loopfield) 
}
}
}
return

Last edited by Max1mums; 11-22-2010 at 03:30 AM.
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 04:17 AM
Max1mums is there any way to use the same hotkey (RButton) with FTPCash and StarsCash for folding at the same time?

I tried setting ~RButton but that messes up the FTPCash (doesn't work.) With "RButton" on FTPCash and ~RButton on StarsCash it doesn't always work (more often it doesn't.)

Any ideas?

I believe FTP is influencing the RButton action on the table (changing the layout.) Do you think that there is any way to change that (say it changes the table layout on xbutton for example)
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 06:26 AM
Furrrr, try using "send actions to table under mouse" option on the General tab, maybe it will work better this way.
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 07:23 AM
It's definitely better now v:=11 was the sweet spot.

It only brings the table to front to click the time bank now, In it's natural form should it do this in the background without needing to bring to front?
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 08:18 AM
madlion, it was working in background recently but it does bring table to top while pressing the Time button now, say thanks to FT.
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 08:29 AM
Quote:
Originally Posted by Max1mums
Furrrr, try using "send actions to table under mouse" option on the General tab, maybe it will work better this way.
Yes I have both of those options checked and it's still not working (properly.)
FTCash - free script for FullTilt cash players. Quote
11-22-2010 , 08:29 AM
TY FTP

Thanks Max1mums back in action
FTCash - free script for FullTilt cash players. Quote
11-24-2010 , 08:29 AM
Quote:
Originally Posted by Max1mums
variatsioon, i don't know what bug you are talking about, Timebank function seems to work fine for everyone in v1.24.
marceALB, it can save some timebank seconds for you, isn't it obvious?
So you actually want "Never sit-out" function to press deal me in button in some cases and to do nothing in other cases? That's too tricky.
It just dosent work for me.
or if it works then i cant move/resize tables.

any fixes?
FTCash - free script for FullTilt cash players. Quote
11-24-2010 , 08:45 AM
What about never sitout option? And the squares in front of pop-up hud?
FTCash - free script for FullTilt cash players. Quote
11-27-2010 , 12:00 AM
i downloaded the latest version and the timebank feature doesnt seem to be working for me. i've never used ftcash before today so it's my first time. any advice?
FTCash - free script for FullTilt cash players. Quote
11-27-2010 , 05:57 AM
I use FTCash when playing Rush. I've noticed that every now and then the fold button gets pressed in error.

I've disabled all hotkeys in a bid to track down the rogue keypress and now play only with fold with RButton - but it still occurs. I thought maybe a faulty mouse button, but it happens even when my mouse is not over the table. I have 'send action to table under mouse' selected.

It occurs rarely - maybe once in every few hundred hands. Anyone else seen this? Any ideas what could be causing it?

I also changed the coordinates for the 'fold' clicks so as not to select the pre-fold checkbox:

Code:
FoldFT(id)
{
  ;PostclickFT(0.6218,0.9241,id)
  ;PostclickFT(0.6834,0.9358,id)
  ;PostclickFT(0.6834,0.9358,id)
  PostclickFT(0.6218,0.9541,id)
  PostclickFT(0.6834,0.9758,id)
  PostclickFT(0.6834,0.9758,id)
}
return
As you can see I've moved the click point to the bottom of the button which successfully ignores the pre-select but hasn't resolved my phantom click problem.

BTW Max, I don't understand the reason for the multiple calls in these click functions or why the first click is offset? Can you clarify please?
FTCash - free script for FullTilt cash players. Quote
11-27-2010 , 06:25 AM
i like disco, try running FTCash as admin (Vista/W7), convert ahk to exe first. Timebank function will work for default FT Timebank button only.

SteveCut, which error exactly? First click will be sent to checkbox location, the rest will be sent to the Fold button. Two similiar messages were needed because FT soft was a bit unresponsive to Postmessage function, try commenting one of them.
FTCash - free script for FullTilt cash players. Quote
11-27-2010 , 02:35 PM
Max1mums any ideas on my situation?
FTCash - free script for FullTilt cash players. Quote
11-27-2010 , 03:55 PM
Furrrr, it is working fine for me with ~rbutton used in both scripts except that background menu pops up in FT client sometimes, you can try using xbutton1 or xbutton2 (side mouse buttons) instead.
FTCash - free script for FullTilt cash players. Quote
11-27-2010 , 05:33 PM
Quote:
Originally Posted by Max1mums
Furrrr, it is working fine for me with ~rbutton used in both scripts except that background menu pops up in FT client sometimes, you can try using xbutton1 or xbutton2 (side mouse buttons) instead.
Yea if I use ~RButton on both the background menu pops up (every time it should when I right click on the table cloth.)

That's what I'm trying to avoid. Using RButton on FTPCash and ~RButton on StarsCash sadly doens't have the expected behavior ...
FTCash - free script for FullTilt cash players. Quote

      
m