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

09-29-2010 , 07:38 AM
Theduke211,517
greg nice, ftp table is a standard window and ahk gui is a standard window so device type is the same, all we need for PrintWindow function is memory buffer where print window to, it can be created once and get cleared with "ReleaseDC" function without being deleted then.
FTCash - free script for FullTilt cash players. Quote
09-29-2010 , 08:40 AM
gotcha, would that apply to all poker tables? i guess i'm asking, how could i tell if a poker client was not a 'standard window'?
FTCash - free script for FullTilt cash players. Quote
09-29-2010 , 09:45 AM
Greg, should be the same for all poker clients, you can read more about device contexts on msdn http://msdn.microsoft.com/en-us/libr...=VS.85%29.aspx
FTCash - free script for FullTilt cash players. Quote
09-29-2010 , 10:00 AM
cool. thanks
FTCash - free script for FullTilt cash players. Quote
09-29-2010 , 06:07 PM
First, i would like to say thank you, this script is awesome.

I do have a question, is there a function where i can simply hover the mouse above a table, and have any numbers i type go directly into the bet amount box?
FTCash - free script for FullTilt cash players. Quote
09-30-2010 , 04:46 PM
Long thread.

When waitlists pop up they get a green highlight table thingy... It doesnt leave the screen. The window closes and the highlight turns red and wont go away.
FTCash - free script for FullTilt cash players. Quote
09-30-2010 , 06:38 PM
Does this script not work on hu tables? at least pot bets seem to work on 6max tables but not hu...
FTCash - free script for FullTilt cash players. Quote
09-30-2010 , 06:47 PM
The Three Alls, there isn't such possibility atm.
Theduke211, ok, try this version http://depositfiles.com/files/shjqxtaux
yocrackattack, i haven't tested it on hu tables, Pot amount is placed differently there maybe, i'll check it out.
FTCash - free script for FullTilt cash players. Quote
09-30-2010 , 10:04 PM
Max1mums, i am apparently an idiot. All i had to was select the "Highlight bet amount box" setting, and it does exactly what i described!

Thanks again for the kick ass script.
FTCash - free script for FullTilt cash players. Quote
09-30-2010 , 11:42 PM
works great thanks
FTCash - free script for FullTilt cash players. Quote
10-01-2010 , 12:02 AM
i tried all sorts of combo's but with no luck

i play 10c/25c and i want my pfr to be $1 + 1bb for each limper. i set PRE to 100 and open to ssnl and i am not sure what those checkboxes mean but they are both selected.

any help would be great thanks!
FTCash - free script for FullTilt cash players. Quote
10-01-2010 , 08:51 AM
arashY1984, 100 pre and ssnl adjustment will give you 4bb+1 per limper open preflop raise. Card mod might cause wrong street detection, also try using "jump to click point" option in the slider menu of FT client. You can set debug:=1 at the script beginning and check what goes wrong there.
FTCash - free script for FullTilt cash players. Quote
10-01-2010 , 08:49 PM
hmmm it still goes to 90c pfr instead of $1 when i set it to 100 pre and ssnl
FTCash - free script for FullTilt cash players. Quote
10-01-2010 , 08:51 PM
nm i am dumb i was reading it wrong :x
FTCash - free script for FullTilt cash players. Quote
10-02-2010 , 08:48 AM
Highlighter doesnt work for me. Only shortly at the beginning.
What is wrong?

I started as Admin.
FTCash - free script for FullTilt cash players. Quote
10-04-2010 , 02:50 AM
betpot doesnt work for me (rush poker, racetrack), for the most part it just puts in 1 bigblind, sometimes the fullpot hotkey works postflop and the 120% pot preflop button makes it 2.5x pre, but a 3bet with that button is just a minreraise
postflop its erratic, but a minbet for the most part
FTCash - free script for FullTilt cash players. Quote
10-05-2010 , 07:31 AM
Quote:
Originally Posted by Holsch
Highlighter doesnt work for me. Only shortly at the beginning.
What is wrong?

I started as Admin.
Aha I have now seen that only the tables which are covered will be highlighted.
Is the a possibility to highlight really all tables at which I must press a button (call fold bet).
FTCash - free script for FullTilt cash players. Quote
10-07-2010 , 03:04 PM
Hey Max1mums,

Would you mind if I put this up on GitHub.com? That was we could track revisions, have a more consistent "most recent version" link, and I could help pick up some dev changes.

-Tom
FTCash - free script for FullTilt cash players. Quote
10-07-2010 , 04:04 PM
Holsch, "Highligh all tables with action on hero" option should highlight all the tables with fold button visible, you can try using different background if this doesn't happen.
fabsch, check if correct table view is chosen on the General tab, this could also happen cause of moded layout, pure black background could possibly cause that too.
Thisbetom, no problem, post the link here.
FTCash - free script for FullTilt cash players. Quote
10-08-2010 , 08:40 AM
It is working now I used the classiv view with the beach scene.

Now I use classiv view with plain and it is working.

Thank you.
FTCash - free script for FullTilt cash players. Quote
10-12-2010 , 09:14 PM
Good Evening max - still learning to love the script, it gets a little laggy on my machine after running for about an hour, but other than that it works fine with my controller.

One thing I would like to do is change the location of the highlighter so instead of highlighting the whole table it would highlight a box around my cards, or around the action buttons. I sometimes click the wrong button because I am looking at the wrong table and I think if the highlighter was around my cards or around the buttons I may do this less.

I poked around in the script but I didnt see an obvious easy fix (I am no programmer but I have wrote some "simple" scripts and "updated" a few to suit my needs.) So, let me know what needs to be changed and I should be able to do it.

Thanks,
Bill
FTCash - free script for FullTilt cash players. Quote
10-12-2010 , 09:52 PM
BillytheKidd, you can just reload the script from rightclick menu - reload if you feel it gets laggy. I've modified highlighter function a bit to draw a box around cards here, you can change its location manually by modifying xl,xr,yt,yb variables within the highlighter function http://depositfiles.com/files/qyi9ew8is
FTCash - free script for FullTilt cash players. Quote
10-12-2010 , 11:59 PM
Quote:
Originally Posted by Max1mums
BillytheKidd, you can just reload the script from rightclick menu - reload if you feel it gets laggy. I've modified highlighter function a bit to draw a box around cards here, you can change its location manually by modifying xl,xr,yt,yb variables within the highlighter function http://depositfiles.com/files/qyi9ew8is
I'm putting this version into GitHub tonight... I'll post a link soon after if you can modify the OP
FTCash - free script for FullTilt cash players. Quote
10-13-2010 , 11:28 PM
New issue during rush. It steals focus from screens. Basically Ill be trying to do something and a note will open and will keep stealing focus as I try and play while taking the note.
FTCash - free script for FullTilt cash players. Quote
10-14-2010 , 06:53 AM
Quote:
Originally Posted by Theduke211
New issue during rush. It steals focus from screens. Basically Ill be trying to do something and a note will open and will keep stealing focus as I try and play while taking the note.
I have this issue too, When I play rush poker and the note keeps opening up even I have closed it.
FTCash - free script for FullTilt cash players. Quote

      
m