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

07-03-2010 , 06:44 AM
JStunna, set debug:=1 at the script beginning and check if numbers are being read correctly from screen.
FTCash - free script for FullTilt cash players. Quote
07-03-2010 , 06:51 AM
Got it to work again by deleting the config file & letting it be re-created.
FTCash - free script for FullTilt cash players. Quote
07-03-2010 , 08:11 PM
Can someone point me in the direction of a tutorial meant for a total hotkey newb? I'm very interested in using this but know nothing about it.
FTCash - free script for FullTilt cash players. Quote
07-03-2010 , 09:10 PM
Not sure if you mean ahk scripts entirely or just the hotkeys, but http://www.overcards.com/wiki/moin/AutoHotKey for ahk info & dl, then http://www.autohotkey.com/docs/KeyList.htm lists all possible hotkeys you can use. Hope that helps.
FTCash - free script for FullTilt cash players. Quote
07-03-2010 , 10:14 PM
Thanks very much! That is what I was looking for.
FTCash - free script for FullTilt cash players. Quote
07-03-2010 , 10:22 PM
If I'm running a few tables of Rush how do I set it up so that I can quick fold on a specific table?
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 01:22 AM
Table hotkeys tab -> set key for quick fold would be my guess. Haven't tried it though.

Last edited by JStunna; 07-04-2010 at 01:28 AM.
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 03:31 AM
Quote:
Originally Posted by Bumbaclat
If I'm running a few tables of Rush how do I set it up so that I can quick fold on a specific table?
Yeah, is it possible to do this? Like set F1 for fold for Table 1, F2 for table 2, etc...

Also, what does highlighter do? :S
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 06:45 AM
quickfold hotkey will work for active table (or table under mouse depending on settings chosen) in FTCash, that table can be highlighted by highlighter function.
You can find requested script here http://forumserver.twoplustwo.com/45...t-rush-762884/
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 03:19 PM
Quote:
Originally Posted by Max1mums
I guess "min" button effect can be produced by using FT "Jump to click point" slider option if using that option isn't a problem itself.
I'm having the same problem with small table sizes (min button not appearing). So the default bet amount is wrong.

If i understand correctly, i should set FT client to use the mouse click action: jump to click point (classic)?

Also, should i then use bet slider mode classic or lineair for this to work correctly?

current version with this change included seems to be 1.11? or does 1.13 also have this jump to click point change included?

thanks a lot for the great work! this is really great!
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 05:45 PM
Yes, 1.13 has this "jump to click point" change included, script should work correctly with any slider mode.
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 09:23 PM
Quote:
Originally Posted by Max1mums
FTCash v1.13

or from this link http://depositfiles.com/files/he0rml4ig
the time button error has reappeared for me

does the colour of the time button have to have some contrast to the background of the table? how does it work?

i've changed the background to things like vegas and jungle and those one work, but the plain and midnight backgrounds do not.

(plain is where i have my custom skin for ftp, where it is solid black table with grey table edge, and solid black background, and solid black time button with grey edge and white text.)

i also use holdem manager if that is an issue, but the hud does not cover up the time button. and it has worked with the changed backgrounds so shouldnt be a problem.

Last edited by Arseface; 07-04-2010 at 09:32 PM.
FTCash - free script for FullTilt cash players. Quote
07-04-2010 , 09:52 PM
Yes, time button should be contrast enough to the background.
FTCash - free script for FullTilt cash players. Quote
07-05-2010 , 12:19 PM
Quote:
Originally Posted by Max1mums
Yes, time button should be contrast enough to the background.
alls good now, the earth once again revoles around the sun .

but mind me asking for an explanation of how the code works? as in, why there needs to be a contrast in colour. something a novice programmer may understand?
FTCash - free script for FullTilt cash players. Quote
07-05-2010 , 01:35 PM
Script looks for difference between some pixel at supposed Time button location with pixel just below, difference should be greater than specified number of variations to give positive result.
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 04:22 AM
Best Script Ever. You should really let people pay for it. I like it more then TableNinja.
Thanks very much !!!
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 06:07 AM
Two UI issues for me:

Is there any way to deactivate the lobby from activating from under the mouse? For example, I tap the cashier button, but then to mouse over there, the lobby pops over it. Annoying but not critical.

I haven't checked in 1.13, but is there a way to get the script to disable it's hotkeys when it's over the notes (or any other window for that matter). It's annoying if I'm typing out an IM, the table pops up and I hit the hotkey associated with betting unintentionally. It also means whenever I type out notes, I have to use the global disable hotkey settings or else the keys I've assigned to the script don't work. Thanks a lot for your work.

Oh, one more UI thing, a place for your name and a place where we can send donations :-)
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 09:08 AM
Do you think this same script could be modified for UB ?
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 11:28 AM
crovax4444, i've added suspend all for chat/notes functon in the version posted below, lobby won't be activated if under mouse now. Hotkeys were supposed to work fine in nonFT applications already (table hotkeys, betpot hotkeys and some more),you can try using hotkeys with ~ prefix for other functions. My FT nickname is Max1mumz for donations.
piguanitore, isn't there any similiar program for AP/UB already? You can check these threads http://forumserver.twoplustwo.com/16...otkeys-656662/ http://forumserver.twoplustwo.com/45...reward-633885/

Last edited by Max1mums; 07-07-2010 at 11:52 AM.
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 11:38 AM
FTCash v1.14
  • added suspend all hotkeys for chat/notes area function
  • few minor fixes

http://depositfiles.com/files/jnx75scge

There was issue reported about being removed from table instantly while using autotake seat from waitlist+autobuyin functions (or even each one by itself), report me if you still run into this problem please.
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 12:47 PM
Quote:
Originally Posted by Max1mums
piguanitore, isn't there any similiar program for AP/UB already? You can check these threads http://forumserver.twoplustwo.com/16...otkeys-656662/ http://forumserver.twoplustwo.com/45...reward-633885/
These things don't work I tried it.
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 11:31 PM
Quote:
Originally Posted by JStunna
Tried this script for the first time yesterday and it worked pretty well, however, today, when I click any button to bet pot, it sets the amount to 0. Any idea what might have caused this?
I'm having the same problem.
FTCash - free script for FullTilt cash players. Quote
07-07-2010 , 11:33 PM
DaKorsh, so same solution may work for you as well (post 352).
FTCash - free script for FullTilt cash players. Quote
07-08-2010 , 12:02 AM
Quote:
Originally Posted by Max1mums
DaKorsh, so same solution may work for you as well (post 352).
I tried it and it didn't help.
FTCash - free script for FullTilt cash players. Quote
07-08-2010 , 12:10 AM
I can suggest just all the same things:run script as admin, check if correct table view is chosen on general tab, make sure that nothing covers pot amount, check if "display pot total" is turned on in FT client, notice that script won't work correctly with modified fonts.
FTCash - free script for FullTilt cash players. Quote

      
m