Open Side Menu Go to the Top
Register
NEW AHK: Stars Buddy List (for new client) NEW AHK: Stars Buddy List (for new client)

04-09-2013 , 12:39 PM
Quote:
Originally Posted by rubbishaka80
You are correct.


Hmm, works for me, but only with the classic lobby theme.
Ah, right. Im using the Black Theme.

Crap.
NEW AHK: Stars Buddy List (for new client) Quote
04-20-2013 , 11:01 AM
With the classic theme, and removing that line, it works great!

Thanks Dave.

FTP tho???

#greedy
NEW AHK: Stars Buddy List (for new client) Quote
07-02-2013 , 02:41 PM
Playing around with AHK lately so i tried to debug Dave's script to work with black theme but no luck.
However i came up with another script, maybe not that elegant but it seems to work with black theme. Search is done from tray menu or by pressing F1.

Code:
Menu, Tray, Add, Find Buddies, find
F1::gosub find
return

find:
Loop, read, buddies.txt
{
    Loop, parse, A_LoopReadLine, %A_Tab%
	{
        IfWinExist PokerStars Lobby
			{
				WinActivate
				Send ^f
				Send %A_LoopField%
				Send {Enter}
				Sleep, 750  
			}
    }
	IfWinExist Find a Player
	{
	Send {Esc}
	}
}
return
NEW AHK: Stars Buddy List (for new client) Quote
03-05-2015 , 12:12 AM
Any update to this with new stars version?
NEW AHK: Stars Buddy List (for new client) Quote
10-03-2015 , 02:25 PM
self-bump? any help?
NEW AHK: Stars Buddy List (for new client) Quote
02-17-2020 , 03:43 PM
bump
NEW AHK: Stars Buddy List (for new client) Quote
02-19-2020 , 05:52 AM
Long dead unfortunately, can't be repaired.
NEW AHK: Stars Buddy List (for new client) Quote
03-19-2023 , 05:52 PM
Unable to download this script,Send a link again
NEW AHK: Stars Buddy List (for new client) Quote

      
m