1. Качаем
2. В процессе установки в этом окошке тыкаем "Да"
3. Комируем
PS_TEXT_SIZE := 3 ; PokerStars Client -> View -> Text Size
; 5 = Largest
; 4 = Larger
; 3 = Medium (default)
; 2 = Smaller
; 1 = Smallest
;################################################# ###########
; Hides the available balance from tournament registration & rematch windows.
; by Weegs @ twoplustwo forums
; v2.0
#NoEnv#Persistent#SingleInstance force
SetBatchLines, -1
GroupAdd, ClipThese, Tournament Registration ahk_class #32770
GroupAdd, ClipThese, Tournament Rematch ahk_class #32770
; visible area clipped rect
registration1 := "0-0 1000-0 1000-1000 0-1000 0-0 0-176 1000-176 1000-192 0-192 0-176"
registration2 := "0-0 1000-0 1000-1000 0-1000 0-0 0-178 1000-178 1000-195 0-195 0-178"
registration3 := "0-0 1000-0 1000-1000 0-1000 0-0 0-189 1000-189 1000-205 0-205 0-189"
registration4 := "0-0 1000-0 1000-1000 0-1000 0-0 0-230 1000-230 1000-253 0-253 0-230"
registration5 := "0-0 1000-0 1000-1000 0-1000 0-0 0-265 1000-265 1000-290 0-290 0-265"
rematch1 := "0-0 1000-0 1000-1000 0-1000 0-0 158-154 1000-154 1000-190 158-190 158-154"
rematch2 := "0-0 1000-0 1000-1000 0-1000 0-0 175-158 1000-158 1000-195 175-195 175-158"
rematch3 := "0-0 1000-0 1000-1000 0-1000 0-0 193-167 1000-167 1000-217 193-217 193-167"
rematch4 := "0-0 1000-0 1000-1000 0-1000 0-0 227-200 1000-200 1000-249 227-249 227-200"
rematch5 := "0-0 1000-0 1000-1000 0-1000 0-0 255-226 1000-226 1000-283 255-283 255-226"
registrationRegion := registration%PS_TEXT_SIZE%
rematchRegion := rematch%PS_TEXT_SIZE%
Loop
{
WinWait, ahk_group ClipThese
{
if (hwnd := WinExist("Tournament Registration ahk_class #32770"))
WinSet, Region, %registrationRegion%, ahk_id %hwnd%
WinGet, hwndList, List, Tournament Rematch ahk_class #32770
Loop, % hwndList
{
hwnd := hwndList%A_Index%
WinSet, Region, %rematchRegion%, ahk_id %hwnd%
}
}
Sleep, 100
}
return
по дефолту он в моих документах.
4. Вставляем его в автозагрузку