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

06-20-2010 , 04:46 PM
Hey there are quite a few features not working for me including bet pot, auto close table on exit, and the table limit. I am using windows 7 classic theme
FTCash - free script for FullTilt cash players. Quote
06-20-2010 , 04:59 PM
Try running script as admin and/or using basic theme.
FTCash - free script for FullTilt cash players. Quote
06-20-2010 , 06:44 PM
Quote:
Originally Posted by Max1mums
Try running script as admin and/or using basic theme.
I can't get this to work in Vista. How do you make an ahk script run as administrator?

thx
FTCash - free script for FullTilt cash players. Quote
06-20-2010 , 07:09 PM
There are few ways, you can compile ahk file to exe with all programs-autohotkey-compile ahk to exe and run it as admin.
FTCash - free script for FullTilt cash players. Quote
06-20-2010 , 10:34 PM
Quote:
Originally Posted by Max1mums
This could probably happen if you were trying to buyin over maximum or below minimum allowed. Anyway i couldn't reproduce that problem so you should give more details on it, screenshot of that popup maybe.
It's not "close windows by just pressing ok button" but "close windows with just ok button" function, still working fine for me yet i'm not playing on FT regularly so i could miss some of those windows and each of them has to be processed individually. Tell me which "ok" window isn't being closed and i'll add it to list.
The popup I mentioned was a one time thing.

The problem I have is the autobuyin function sits me in then insta takes me off the table. It happens too fast, I don't know why it happens. I am able to see that the buyin amount is correct though, so that's not the issue.

I'm currently using an older version of the script in which I close a table and the confirmation dialog is automatically clicked ok. Same if I close the FT client, all my active tables are closed without having to confirm one by one. With the latest script this does not happen, I have to confirm each table one by one.
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 12:16 AM
There is same problem discussed in TableNinjaFT thread i think, it should be fixed in next FT client update if i got it correctly, i've changed the code a bit here which may fix it but i'm not sure because i couldn't reproduce this problem myself under both W7 and XP http://depositfiles.com/files/9wfm7h7a0
There are two different functions: "close OK windows" and "leaving table confirmation", leaving table dialogs have 2 buttons so it is second function which handles them, maybe you just didn't turn it on?
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 09:37 AM
Max1mums, I'm having a little problem with the bet pot. I use the arrow keys on my laptop as hotkeys to adjust the bet size. When the slider get towards the right hand side it starts flikering and that makes it really hard to see and select my bet amount. Is there a way to fix this? I am running Vista with dual core and with Aero off. I tried changing the bet slider settings in the Full Tilt client and I tried toggling 'set affinity to cpu1' but this didn't help. Any suggestions?
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 11:43 AM
Hmmm, I can't seem to get the find table needing action function to work.
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 01:34 PM
Downloaded this this morning, liking it so far
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 02:56 PM
AKingdom, flicker options on General tab should be used if your whole table flickers.
FT betbox isn't a window control so it has to be handled with ctrl+a, ctrl+c, ctrl+v what creates BetBox flicker effect.
You can remove alter amount hotkeys from BetPot tab to use built-in FT scrolling, set mouse wheel action to increase/decrease by bb/sb in Slider menu, up and down arrows will do the job for you then. Or you can map keyboard keys to mouse wheel, eg add this to the end of FTCash code
Code:
left::
send {wheeldown}
return
right::
send {wheelup}
return
left and right hotkeys should be removed from Gui first.
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 03:05 PM
Dread Wings, i guess it is a background problem (it should be more or less monotone). Try turning "highlight table with action on hero" option on, if table gets highlighted without action pending then background should definitely be the case, for example script should work fine with midnight and plain skins for classic view but not for the rest of them.
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 06:32 PM
Alright thanks.

Just curious, what part of the background is the script detecting pixels?
FTCash - free script for FullTilt cash players. Quote
06-21-2010 , 10:12 PM
Quote:
Originally Posted by Max1mums
AKingdom, flicker options on General tab should be used if your whole table flickers.
FT betbox isn't a window control so it has to be handled with ctrl+a, ctrl+c, ctrl+v what creates BetBox flicker effect.
You can remove alter amount hotkeys from BetPot tab to use built-in FT scrolling, set mouse wheel action to increase/decrease by bb/sb in Slider menu, up and down arrows will do the job for you then. Or you can map keyboard keys to mouse wheel, eg add this to the end of FTCash code
Code:
left::
send {wheeldown}
return
right::
send {wheelup}
return
left and right hotkeys should be removed from Gui first.
Ty for your time.

Is it possible to map the keyboard keys to my mouse wheel even if the mouse is not plugged in, will it work?

I tried the code but when I press left or right, nothing happens.

Also, as far I know the up and down arrows dont alter the bet amount on Full Tilt, only the mouse wheel.

Last edited by AKingdom; 06-21-2010 at 10:24 PM.
FTCash - free script for FullTilt cash players. Quote
06-22-2010 , 12:53 AM
Quote:
Originally Posted by Max1mums
There are two different functions: "close OK windows" and "leaving table confirmation", leaving table dialogs have 2 buttons so it is second function which handles them, maybe you just didn't turn it on?
Both 'Auto leaving table confirmation' and 'Close FullTilt windows with just OK button' are set. Today it is working for me, with the latest script you posted today. Also, opening a new table from the lobby and autograbbing an open seat works fine.

But when joining in from a waiting list I get kicked out and a popup every time like so (I'm off the table already):


I'm manually accepting the waiting list seat, I have unticked 'Take seat (from waiting list)', if that is any help.
FTCash - free script for FullTilt cash players. Quote
06-22-2010 , 01:12 AM
Quote:
Is it possible to map the keyboard keys to my mouse wheel even if the mouse is not plugged in, will it work?

I tried the code but when I press left or right, nothing happens.

Also, as far I know the up and down arrows dont alter the bet amount on Full Tilt, only the mouse wheel.
Yes, it should be possible to map the keyboard keys to the mouse wheel with or without mouse plugged in.
Go to the table options-slider menu, change Mouse Wheel Action to increase/decrease by sb/bb, remove all entries of "left" and "right" hotkeys from FTCash gui (they are used for table navigation on Global hotkeys tab by default), remove wheeldown/wheelup hotkeys from betpot tab.
Up and down arrows alter the bet amount are working for me without any script running.
FTCash - free script for FullTilt cash players. Quote
06-22-2010 , 03:28 AM
mr_tricks, check if this version will work fine for you http://depositfiles.com/files/xmoupptv1
FTCash - free script for FullTilt cash players. Quote
06-25-2010 , 11:59 PM
can somebody help me here please? shouldn't this be defaulting to 0.17 or 0.18 instead of 0.24? all of my default bets are coming too large and i can't figure out why.

max1mums great script thank you for this. if i can get this to work it should do everything i have been using TNFT for and i will transfer you some $.

FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:13 AM
Script uses "min" button for calculating "Call" amount so the problem is "Pot" button at the supposed "min" button location. I don't really know which tables have it or in which cases, maybe i can do something about it if someone tells me. Maybe it is somehow configurable through FT client options?
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:21 AM
Quote:
Originally Posted by Max1mums
Script uses "min" button for calculating "Call" amount so the problem is "Pot" button at the supposed "min" button location. I don't really know which tables have it or in which cases, maybe i can do something about it if someone tells me. Maybe it is somehow configurable through FT client options?
It has something to do with the table size... smaller sizes dont have the min btn...
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:26 AM
crap yes that is the problem. if i make the table bigger the "min" button appears and the pot size is correct. i need my small tables to tile on my laptop so maybe this just won't work for me. thx for quick responses.
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:33 AM
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.
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:42 AM
i am not opposed to using jump to click point on the slider.

what change to i need to make to the script? i assume something in here?

clipboard =
PostStarsClick(707, 418, id) ;hit min
PostStarsClick(707, 418, id) ;hit min
PostStarsClick(707, 418, id) ;hit min
PostStarsClick(767, 440, id)
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:50 AM
I've made needed modifications already, give it a try http://depositfiles.com/files/3dpv1v433
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 12:58 AM
i am getting 4BB instead of 3.5 no matter what i do with the round function, but i think i can tweak that with the percentages. i am heading to bed but will mess with it more over the weekend. will report back here.

thanks very much.
FTCash - free script for FullTilt cash players. Quote
06-26-2010 , 01:05 AM
yeah it's not pulling up exactly what i would expect based on what i put in the settings, but i think it should be plenty good for what i need. easy enough to quick adjust with the mouse wheel.

will use it to play this weekend.

thanks again.
FTCash - free script for FullTilt cash players. Quote

      
m