20 posts / 0 new
Last post
eQuadro's picture
Made the script, which hides FTP balance in 3 ways (PS Script Here Too)

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

RyPac13's picture
Thanks for helping out,

Thanks for helping out, people have been asking about this for awhile.

Barrin's picture
[x] In before; small update,

[x] In before; small update, computer crashed. ^_^

Hi.

thisisparta's picture
links not working :|

links not working :|

eQuadro's picture
made an instruction

made an instruction

mapto's picture
thanks for this dude, much

thanks for this dude, much appreciated!

BlomadahL's picture
Very nice work.Is there a

Very nice work.Is there a script like this for Stars aswell? 

eQuadro's picture
I will do it when I'm gonna

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]

RyPac13's picture
Here is the PS script:

Here is the PS script: http://forumserver.twoplustwo.com/showpost.php?p=36294957&postcount=57
Adding it to the OP too

thisisparta's picture
Looked for this for ages,

Looked for this for ages, thanks eQuadro kudos !!

metonezajima's picture
thanks guys for posting this

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? 

metonezajima's picture
it started to work somehow 

it started to work somehow 

RyPac13's picture
Update to Stars one?
TheCleaner01's picture
Is this somehow possible on a

Is this somehow possible on a MAC ?

Go forth and CRUSH !

Happy Harvest's picture
Its not working (

Is it still working and im doing something wrong or its incorrecting?

upd. its all about run as administrator =) Thank You.

Barrin's picture
Why would anyone wanna

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.

cdon3822's picture
- Easier to stay indifferent

- 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

RyPac13's picture
A decent amount of mid and

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.

Barrin's picture
Or in short; they refuse to

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.

lusia845's picture
Hi   Can someone upgrade this

Hi

 

Can someone upgrade this script to new pokerstars 7  ?