Open Side Menu Go to the Top
Register
Stars News Popup Closer? Stars News Popup Closer?

04-03-2011 , 11:17 AM
Since nothing is being done or answered in the stars software improvement thread regarding this, and taking into account the merciless spamming of the Isildur1 Showdown games lately, I'm exploring ways to deal with the annoying "News" window popping up at random when mass-grinding.

Having searched the forums, I've only found scripts that automatically close SNG/tournament lobby windows and "OK" message boxes, but not for the News Popup. Are there any existing scripts for this? Links would be superb then.

Anyway, I was thinking of something like this (not working script yet):

Code:
Loop
{
CloseNewsPopupIfExists()
Sleep 100
}

CloseNewsPopupIfExists()
{
SetTitleMatchMode 2
IfWinExist, News
WinClose
}
Could this work? (I'm not into AHK scripting at all)
Eventually, a working program could be written and named "Pokerstars News Popup Closer" and requested to be put on their allowed software list.

But perhaps scripts are not required to be reviewed by Stars?

I'm a newbie when it comes to scripting so please bear with me.. I've just had enough of the News Spamming of stuff i don't give a **** about when 24-tabling.
Stars News Popup Closer? Quote
04-03-2011 , 11:37 AM
Loop
{
Process ,Wait,PokerStars.exe
PsPid:=Errorlevel
WinWait,News Ahk_Pid %PsPid%
WinClose
}
Stars News Popup Closer? Quote
04-03-2011 , 12:45 PM
Gotta love people just leaving a code snippet.

Are you using that? Are others using that? Does it work? Implications/Allowed? etc ec
Stars News Popup Closer? Quote
04-04-2011 , 08:10 AM
10$ trough stars my roll is 0$ there , will do it in 10mins
Stars News Popup Closer? Quote
04-04-2011 , 09:52 AM
Quote:
Originally Posted by msim
10$ trough stars my roll is 0$ there , will do it in 10mins
what?
Stars News Popup Closer? Quote
04-04-2011 , 10:14 AM
Anyway, I'm wondering: Is this script allowed? Or are many of you using AHK scripts and just hope/assume they are allowed?

Last edited by randomuser1; 04-04-2011 at 10:26 AM.
Stars News Popup Closer? Quote
04-04-2011 , 11:34 AM
randomuser1, I've written/used alot of ahk scripts, any soft that automates things you can do yourself is permitted, any soft that gives you advice on your play/makes decisions for you in real time is prohibited.
Stars News Popup Closer? Quote
04-05-2011 , 10:44 AM
Quote:
Originally Posted by Max1mums
randomuser1, I've written/used alot of ahk scripts, any soft that automates things you can do yourself is permitted, any soft that gives you advice on your play/makes decisions for you in real time is prohibited.
Okay, makes sense. But how do Stars differentiate good from bad scripts?
If I were them, I would simply check for any running scripts, analyze them (or even copy), and go from there (in order to get some sort of control).

Anyone knows?
Stars News Popup Closer? Quote
04-05-2011 , 06:51 PM
Better send them a mail on support and ask them
Stars News Popup Closer? Quote
04-14-2011 , 12:58 PM
Quote:
Originally Posted by MaxThread
Loop
{
Process ,Wait,PokerStars.exe
PsPid:=Errorlevel
WinWait,News Ahk_Pid %PsPid%
WinClose
}
Does anyone use this (or similar) ?

Quote:
Originally Posted by randomuser1
Okay, makes sense. But how do Stars differentiate good from bad scripts?
If I were them, I would simply check for any running scripts, analyze them (or even copy), and go from there (in order to get some sort of control).

Anyone knows?
bump
Stars News Popup Closer? Quote
04-20-2011 , 07:55 AM
anyone?!
no reason to withhold this info now 8)
Stars News Popup Closer? Quote
02-06-2012 , 06:50 PM
Those darn News Popups are still ruining my sessions =\
Anyone know a workaround?
Stars News Popup Closer? Quote
02-07-2012 , 04:31 AM
Quote:
Loop
{
CloseNewsPopupIfExists()
Sleep 100
}

CloseNewsPopupIfExists()
{
SetTitleMatchMode 2
IfWinExist, News
WinClose

IfWinexist, My News
Winclose
}
there is also My News
Stars News Popup Closer? Quote

      
m