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

01-17-2011 , 10:40 PM
Though this might be useful to someone or maybe you might tidy it up and include it.



I was getting pissed clicking this all the time so

Code:
settimer,omgclickokjoinwaitlist,1021

omgclickokjoinwaitlist:
IfWinExist, Waiting List ahk_class QWidget ;clcik ok join waitlist

	if activatetableundermouse
		{
			MouseGetPos, xx, yy 
			settimer,activateundermouse, off
			WinActivate, Waiting List ahk_class QWidget
			MouseClick , Left, 95, 165, 1, 0
			Mousemove, %xx%, %yy%, 0
			settimer,activateundermouse, on
			return
		}
	else
		{
			MouseGetPos, xx, yy 
			WinActivate, Waiting List ahk_class QWidget
			MouseClick , Left, 95, 165, 1, 0
			Mousemove, %xx%, %yy%, 0
			return
		}
		
return
I'm sure I make a hash of it but it does the trick.

Also would a

Code:
settimer,activateundermouse, off
settimer,activateundermouse, on
In autobuy: help or sending a mouseclick rather than {enter} be better? I have had a few misclicks when I have activateundermouse on. (It is v1.24)
FTCash - free script for FullTilt cash players. Quote
01-18-2011 , 08:29 PM
what could be the cause of these problems...

time bank not auto clicking (i have the option selected for 1second and tried 2 as well)

when clicking fold/call/raise before action is on me, boxes do not get selected.
FTCash - free script for FullTilt cash players. Quote
01-18-2011 , 08:38 PM
ThisGameIsEasy, never happened to me, there is "SingleInstance, Force" option enabled in FTCash.
Arseface, it will work for default colored Time button only. The things you can try: run FTCash as admin, use different table background.
FTCash - free script for FullTilt cash players. Quote
01-19-2011 , 12:18 AM
The advanced action middle radio button (e.g. check) works, but the left radio button (e.g. check/fold) doesn't work. Is there a reason for this? (I am using the Check/Call and Fold hotkeys respectively, as defined in the Table Hotkeys tab.)
FTCash - free script for FullTilt cash players. Quote
01-20-2011 , 03:53 AM
Quote:
Originally Posted by NameOnTheCake
Hi Max -

Is there a step by step walk through for dummies available anywhere? I've got ahk installed as well as ftCash, but none of the functions work. Obv I'm doing something very wrong. operating system is XP
I'm in the same boat. I've been searching everywhere but can't find a step by step walk through. Does anyone know off one?

edit - I've got everything installed and set up as best i can yet none of the functions are working except for activate table under mouse. I've got "f" entered in for quick fold in rush yet it doesn't work

Last edited by Heineken23; 01-20-2011 at 04:01 AM.
FTCash - free script for FullTilt cash players. Quote
01-21-2011 , 08:38 PM
Hey Max thanks for the script.

I do have an issue where the bet pot sets to zero when the action needed beep sounds from the Full Tilt client. If I notice then I just mouse off and back on (I use table under mouse for actions) but if I don't notice I minbet. Any ideas?
FTCash - free script for FullTilt cash players. Quote
01-23-2011 , 06:00 AM
Hi Max,

I've downloaded the latest version .25. I really only want to use it for highlighting the table waiting for action. I've messed around for ages with the settings and the highlight doesn't appear.

If I click a table where I have cards showing - the red highlight will appear.

BTW I have the cardrunners table mod installed in 'Classic table view. I also tried the standard FT table layout and same problem.

The script is totally standard - I haven't tried to tweak it.

Is there something obvious I should be doing? Here's a pic showing the settings with 2 tables waiting for action and no highlight.

Thanks

[IMG][IMG=http://img405.imageshack.us/img405/6748/ftcash.jpg][/IMG] Uploaded with ImageShack.us[/IMG]




Thanks
FTCash - free script for FullTilt cash players. Quote
01-23-2011 , 12:49 PM
How do I know which version of FTcash im using?

(nevermind I was using an old version..)
thanks for the program it works great and is free <3 russians and their coding
FTCash - free script for FullTilt cash players. Quote
01-27-2011 , 04:52 AM
Yo'es

downloaded this today, but the main screen (General) is screwed up. With screwed up i mean sentences and checkboxes are lying on top of each other, impossible to read wich checkbox does what. Everything else looks normal (Global hotkeys, betpot, buy in, etc)

Common problem?
FTCash - free script for FullTilt cash players. Quote
01-27-2011 , 11:31 AM
Have you changed your dpi setting or changed the font size to medium or large? If so, you can change it to 96 dpi or 'smaller' and then put it back after configuring the script.
FTCash - free script for FullTilt cash players. Quote
01-27-2011 , 12:23 PM
Does anybody know why in tournaments and sng betpot is not working properly. It bets 10 times more then it is supposed to bet
FTCash - free script for FullTilt cash players. Quote
01-28-2011 , 08:12 PM
Recently I switched to a new notebook with Windows 7 and I can't get FTCash working. Somehow it stops responding to hotkeys when I switch on HUD on Holdem Manager. When the HUD is inactive, everything seems to work. Any ideas how to fix it?
FTCash - free script for FullTilt cash players. Quote
01-28-2011 , 09:52 PM
Subman, i'll check it out.
Heineken23, do you use english FT client version? You can try running FTCash as admin (Vista/W7 OS).
Mr_Oog, autopot function will work if any of FT tables is active only so it won't work while switching from nonFT window, is it the case?
HMMOG, you can try using "Highlight all tables with action on hero" function, "Highlight table with action on hero" function will work if any of FT tables is active and none of other FT windows is on top (lobby, notes window, OK window etc).
naTpuk85, "Jump to click point" slider option in FT client should be used for small sized tables, i haven't really tested it in sngs though, i'll have a look.
fuczak, remember that many problems happening in Vista/W7 OS may be solved by running things as admin.
FTCash - free script for FullTilt cash players. Quote
01-29-2011 , 03:08 AM
Maximus,
Autopot works fine whether switching from FT or nonFT windows. However if the reminder timer goes off while I am still making my bet decision the autopot value will reset to 0.
I have only seen this on Rush tables by the way.
FTCash - free script for FullTilt cash players. Quote
01-29-2011 , 05:50 AM
Quote:
Originally Posted by Max1mums
fuczak, remember that many problems happening in Vista/W7 OS may be solved by running things as admin.
I tried running HM as administrator but it didn't work. I can't see that option for script though.
FTCash - free script for FullTilt cash players. Quote
01-29-2011 , 06:27 AM
Hello!

I use this script for RUSH tables, it is perfect!

Is it possible to set the "right click" in the table hotkeys to bet/raise?

Or the middle button, now i see, that the FT client blocked the right click for the backgrounds.

THX,
Andrew
FTCash - free script for FullTilt cash players. Quote
01-29-2011 , 12:38 PM
I sorted my issue out. I just had to switch my visual composition to "classic Windows" and now everything works just fine.
FTCash - free script for FullTilt cash players. Quote
01-30-2011 , 12:34 AM
Mr_Oog, try turning timebank function off then (or using different table background).

Quote:
Originally Posted by fuczak
I tried running HM as administrator but it didn't work. I can't see that option for script though.
fuczak, http://forumserver.twoplustwo.com/16...l#post24190231
FTCash - free script for FullTilt cash players. Quote
02-02-2011 , 03:31 AM
Is there a way to click the left action button only when it says "Quick Fold" but never when it says just "Fold" or "Check"?

I have not found a difference between using the quick fold hotkey and the fold hotkey. What is the difference between those?
Please let me know, if I'm missing something.

The problem is, that in Rush, if you stack tables and click Quick Fold, and the table below requires action and pops up at the same time, you will accidentally fold on that table and not the one where you wanted to quick fold.
FTCash - free script for FullTilt cash players. Quote
02-02-2011 , 05:03 PM
By the way, are timebank and "deal me in" pressed automatically even if the table is not visible?
If not, can this be done?
FTCash - free script for FullTilt cash players. Quote
02-03-2011 , 01:40 PM
Quote:
Originally Posted by DockDD
Have you changed your dpi setting or changed the font size to medium or large? If so, you can change it to 96 dpi or 'smaller' and then put it back after configuring the script.
thanks, and i dont remember, but its not impossible so im looking for those settings now

but is there a picture of ftcash (general tab) anywhere? if so i could read from that what the boxes mean

edit: found that setting and it fixed it. thanks

Last edited by State; 02-03-2011 at 02:03 PM.
FTCash - free script for FullTilt cash players. Quote
02-03-2011 , 11:35 PM
is there any way of auto click Timebank in the background table without sending it to the front? i'm stacking the tables so there is a chance of mis-clicking action on wrong table when it suddenly pops to the front. thanks.
FTCash - free script for FullTilt cash players. Quote
02-04-2011 , 01:19 AM
Quote:
Originally Posted by SG_Saint
is there any way of auto click Timebank in the background table without sending it to the front? i'm stacking the tables so there is a chance of mis-clicking action on wrong table when it suddenly pops to the front. thanks.
In FTCash's Time tab, make sure that Click Timebank automatically is checked. This should take care of all background tables as well.
FTCash - free script for FullTilt cash players. Quote
02-04-2011 , 10:37 AM
Quote:
Originally Posted by marceALB
Max1mus, I have a problem: when I uncheck "Display table on action" and FTCash auto take seat enabled, when a table is opened it is minimized. I have tried "Display table on action" because I had steal focus problems.
Any improve with this?
FTCash - free script for FullTilt cash players. Quote
02-04-2011 , 10:59 AM
Quote:
Originally Posted by SG_Saint
is there any way of auto click Timebank in the background table without sending it to the front? i'm stacking the tables so there is a chance of mis-clicking action on wrong table when it suddenly pops to the front. thanks.
is there a way to use a hotkey to send a table you need to think of out of the stack and back?
FTCash - free script for FullTilt cash players. Quote

      
m