Here is the PS script: (Updated) http://forumserver.twoplustwo.com/185/heads-up-sng/stars-auto-register-s...
Old PS script thread: http://forumserver.twoplustwo.com/showpost.php?p=36294957&postcount=57
FTP Script (below)
Hey guys
I made an AHK script to hide FTP balance.
It hides your balance in:
1. Cashier
2. Register in tournament
3. Rematch window
1. Create .txt file
2. Copy this code below in it [start from the '; Hides the available balance | FTP']
3. Rename your .txt file to .ahk
4. Download AHK program - http://www.autohotkey.com/
5. Double click on your .ahk script
6. Welldone, you are cool hacker! :)
_________________________________
; Hides the available balance | FTP
; by eQuadro @ twoplustwo forums | eQuadro @ husng.com
#NoEnv
#Persistent
#SingleInstance force
registrationRegion := "0-0 728-0 728-312 0-312 0-0 560-160 680-160 680-180 560-180 560-160"
rematchRegion := "0-0 382-0 382-381 0-381 0-00 45-220 150-220 150-280 45-280 45-220"
cashierRegion := "0-0 550-0 550-557 0-557 0-0 285-135 526-135 526-227 285-227 285-135"
SetTimer, ClipAvailableBalance, 150
return
ClipAvailableBalance:
if (hwnd := WinExist("Tournament Buy-in"))
{
WinSet, Region, %registrationRegion%, ahk_id %hwnd%
}
if (hwnd := WinExist("Heads-Up Sit & Go Rematch"))
{
WinSet, Region, %rematchRegion%, ahk_id %hwnd%
}
if (hwnd := WinExist("Cashier"))
{
WinSet, Region, %cashierRegion%, ahk_id %hwnd%
}
return
Thanks for helping out, people have been asking about this for awhile.
[x] In before; small update, computer crashed. ^_^
Hi.
links not working :|
made an instruction
thanks for this dude, much appreciated!
Very nice work.Is there a script like this for Stars aswell?
I will do it when I'm gonna play on stars @HUSNG HT $60 (~2 month)
but I saw PS script on 2+2 forum [search it]
Here is the PS script: http://forumserver.twoplustwo.com/showpost.php?p=36294957&postcount=57
Adding it to the OP too
Looked for this for ages, thanks eQuadro kudos !!
thanks guys for posting this but all of the scripts show the clear area like one line above my roll so I still see it. Any ideas?
it started to work somehow
Update to Stars one? http://www.husng.com/content/software-tha-will-block-view-your-bankroll#...
Is this somehow possible on a MAC ?
Go forth and CRUSH !
Is it still working and im doing something wrong or its incorrecting?
upd. its all about run as administrator =) Thank You.
Why would anyone wanna install / use this tool at all?
I understand that video producer might not wanna show their BR, but for anyone else?
Hi.
- Easier to stay indifferent to swings in your balance if you don't know what it is
- Allows people to focus on what matters - playing well
=> A lot of people would find this beneficial for avoiding going on tilt when they run bad
A decent amount of mid and even some high stakes regs use this stuff.
It's a quick answer/easy solution to anxiety/emotional issues when it comes to feelig like your roll is short or you've lost a lot lately. Out of sight, out of mind.
Or in short; they refuse to growth mental strength? It has been my undestanding the mentaly weak players, always would be aware if they 'down' or 'up' and if they were not sure, they would asume that they are more likely to be down and therefore go on auto-tilt anyways?
Hi.
Hi
Can someone upgrade this script to new pokerstars 7 ?