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 07-06-2006, 02:38 AM
cassolete cassolete is offline
Member
 
Join Date: Mar 2005
Location: Volgograd, Russia
Posts: 41
Default MouseClick script for SNG NL

Can't find any MouseClick script for SNG NL. There are joysticks everywhere [img]/images/graemlins/smile.gif[/img] I need 3 simple functions : check\fold, push all-in and bet [amount]. This one ( http://overcards.com/wiki/moin.cgi/MouseClicker ) has only one usefull for SNG function - check\fold. And i use multigrey pokermod and can't imagine what should i do with the table background to make that script work. What should i do? [img]/images/graemlins/smile.gif[/img]
Im sure such script must already exist, please, please, please, give me a link [img]/images/graemlins/smile.gif[/img]
Thanks and excuse my awful English.
Reply With Quote
  #2  
Old 07-06-2006, 03:22 AM
Dennisa Dennisa is offline
Senior Member
 
Join Date: Feb 2005
Posts: 1,268
Default Re: MouseClick script for SNG NL

Did you try the NL script? I have a multibutton mouse, so I just added a 4th button that enters 99999 to put me all in.

partypotwheel.ahk

Below are the mods I made for the above script. I also had to use Logitec's setpoint to redefine my forward and back buttons on my mouse.

^+K:: ;_______ Forward Mouse Key = bet 3/4 pot
WinGet,id,,A
pot := Pot(id, 3/4)
pot := Round(pot,0)
ControlSetText, Edit2, %pot%, %title%
Sleep -1
return

^+l:: ;_______ Back Button - All in Key
WinGet,id,,A
pot := 99999
; pot := Round(pot,0)
ControlSetText, Edit2, %pot%, %title%
Sleep -1

return
Reply With Quote
  #3  
Old 07-06-2006, 07:55 AM
cassolete cassolete is offline
Member
 
Join Date: Mar 2005
Location: Volgograd, Russia
Posts: 41
Default Re: MouseClick script for SNG NL

I can't find check\fold option [img]/images/graemlins/smile.gif[/img] And honestly, i don't know what to edit in your script, where to paste "MRIGHTBUTTON" and etc. It seems i am too dumb for such things [img]/images/graemlins/smile.gif[/img] But thanks anyway for trying to help! By the way, what should i do with my pokermod to make all this scripts work? Thanks.
Reply With Quote
  #4  
Old 07-07-2006, 07:36 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: MouseClick script for SNG NL

The next version of TableNavigator will be able to do this.
Reply With Quote
  #5  
Old 07-07-2006, 07:54 AM
cassolete cassolete is offline
Member
 
Join Date: Mar 2005
Location: Volgograd, Russia
Posts: 41
Default Re: MouseClick script for SNG NL

How soon will it release? [img]/images/graemlins/smile.gif[/img] Do u mean it will be able to check|fold, push and bet?
Reply With Quote
  #6  
Old 07-07-2006, 08:27 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: MouseClick script for SNG NL

[ QUOTE ]
How soon will it release?

[/ QUOTE ]

Soon.

[ QUOTE ]
Do u mean it will be able to check|fold, push and bet?


[/ QUOTE ]

Yep.
Reply With Quote
  #7  
Old 07-07-2006, 10:36 AM
cassolete cassolete is offline
Member
 
Join Date: Mar 2005
Location: Volgograd, Russia
Posts: 41
Default Re: MouseClick script for SNG NL

Thanks!!!
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 02:05 PM.


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