Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-04-2007, 03:29 PM
boohaa12 boohaa12 is offline
Senior Member
 
Join Date: Aug 2006
Location: UCSB 07\"
Posts: 440
Default Need help with 1 click SNg register + 1 button close all lobby AHK $$

Can someone help me setup AHK so i can click register and then it clicks the ammount and ok all in 1 action, and also so i can just press a button and all my lobbys close. (FOR POKERSTARS)
Will ship 10-15$ depending on if you can help me or not.

please aim PokeHERgaucho or respond with instruction.
PS: im not the greatest with computers so break it down step by step please. Starting from downloding AHK.
Reply With Quote
  #2  
Old 11-04-2007, 05:23 PM
boohaa12 boohaa12 is offline
Senior Member
 
Join Date: Aug 2006
Location: UCSB 07\"
Posts: 440
Default Re: Need help with 1 click SNg register + 1 button close all lobby AHK $$

im running vista now and not XP, maybe thats why m y old functions dont work? please help. gimmie some love.
Reply With Quote
  #3  
Old 11-09-2007, 12:34 AM
boohaa12 boohaa12 is offline
Senior Member
 
Join Date: Aug 2006
Location: UCSB 07\"
Posts: 440
Default Re: Need help with 1 click SNg register + 1 button close all lobby AHK $$

was talking about for sngs... bump?
Reply With Quote
  #4  
Old 11-09-2007, 02:41 AM
KungFuManchu KungFuManchu is offline
Senior Member
 
Join Date: Nov 2006
Location: Local Pimp Laureate
Posts: 352
Default Re: Need help with 1 click SNg register + 1 button close all lobby AHK

Id like to get something like this as well, for POkerstars
Reply With Quote
  #5  
Old 11-09-2007, 07:41 AM
Vandalar Vandalar is offline
Junior Member
 
Join Date: Jun 2007
Location: Estonia
Posts: 16
Default Re: Need help with 1 click SNg register + 1 button close all lobby AHK

I made this script for myself to register into SNG-s.
It is very basic and not guaranteed to work 100% of the time
You have to manually choose(highlight) the SNG you want to register with and then press the up arrow button on keyboard.
You can close the lobbies with F12 and it automatically closes any popups.
<font class="small">Code:</font><hr /><pre><font color="green">;RegStarsSNG by Vandalar
;Highlight the SNG manually and then use UP arrow key to automatically register
;Not a perfect script, might not work perfectly every time. Use F12 to close

;tournament lobbies
SetTimer, KillPopUps, 100

;InstaMouse
SetDefaultMouseSpeed, 0
UP::
MouseClick, left, 686, 523
sleep, 1500
MouseClick, left, 43, 91
MouseClick, left, 55, 177
sleep, 2900
MouseClick, left, 117, 103
return





;KillPopups addon function**************

KillPopUps:
SetTitleMatchMode, 2

WinGet, id, id, PokerStars Lobby
WinGet, ps_pid, PID, ahk_id%id%

IfWinExist, PokerStars ahk_class #32770 ahk_pid%ps_pid%
{
WinGet, idlist, list, PokerStars ahk_class #32770 ahk_pid%ps_pid%, , Lobby
Loop, %idlist%
{
id := idlist%A_Index%
WinGet, clist, ControlList, ahk_id%id%
if (InStr(clist, "Button2"))
{
continue
}
else
{
;WinGetText, wintxt, ahk_id%id%
;MsgBox, %wintxt%
Loop, 20
{
;MsgBox, hhdjsak
;WinActivate, ahk_id%id%
ControlFocus, Button1, ahk_id%id%
ControlSend, Button1, {SPACE}, ahk_id%id%
Sleep, 100
IfWinNotExist, ahk_id%id%
{
;ControlClick, Button1, ahk_id%id%
break
}
}
Sleep, 20
}
}
}
return

;Close tournament lobbies
F12::
CloseTournamentLobby()
return


CloseTournamentLobby()
{
Loop {
SetTitleMatchMode 2
IfWinExist, Lobby,, PokerStars Lobby
WinClose
else
break
}
} </font> </pre><hr />
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:35 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.