Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software

Notices

Software Discussions about gambling-related and poker software.

Reply
 
Thread Tools Display Modes
Old 02-25-2010, 06:04 PM   #1
adept
 
Join Date: Apr 2007
Posts: 935
Script for PKR.com, cycle through (4) tables with mousewheel

Here's a little quick script I made for myself, it lets you cycle between tables easily using the mousewheel... You have to edit it a little bit if you play less than 4 tables...

Code:
#NoEnv
#Persistent
#SingleInstance, Force
Process, Priority,, High
SetTitleMatchMode, 2
#MaxHotkeysPerInterval 2000
SetWinDelay, -1
SetKeyDelay, -1
SetMouseDelay, -1
SendMode Input
Critical 0

TableSel := 1

WheelUp::
MouseGetPos,,,tableID
WinGetTitle, tableIDclass, ahk_id %tableID%
if tableIDclass = PKR - let's play!
	{
	TableSel := TableSel - 1
	if TableSel < 1
		{
		TableSel := 4
		}
	gosub pressfkey
	}
else
	{
	Send {WheelUp}
	}
return

WheelDown::
MouseGetPos,,,tableID
WinGetTitle, tableIDclass, ahk_id %tableID%
if tableIDclass = PKR - let's play!
	{
	TableSel := TableSel + 1
	if TableSel > 4
		{
		TableSel := 1
		}
	gosub pressfkey
	}
else
	{
	Send {WheelDown}
	}
return

pressfkey:
if TableSel = 1
	{
	Send {F1}
	}
else if TableSel = 2
	{
	Send {F2}
	}
else if TableSel = 3
	{
	Send {F3}
	}
else if TableSel = 4
	{
	Send {F4}
	}
return
Thois is offline   Reply With Quote
Old 03-01-2010, 02:56 PM   #2
journeyman
 
giraff1977's Avatar
 
Join Date: Feb 2010
Location: Amsterdam
Posts: 285
Re: Script for PKR.com, cycle through (4) tables with mousewheel

Hi Thois,

this sounds very nice I play at pkr but am a nono concerning scripts, were do start to run this? Just under prompt?
giraff1977 is offline   Reply With Quote
Old 03-01-2010, 07:33 PM   #3
old hand
 
madlion's Avatar
 
Join Date: Jan 2009
Location: Island in the Sun
Posts: 1,539
Re: Script for PKR.com, cycle through (4) tables with mousewheel

Cool Thois I was thinking of doing something for PKR but I get about a days play in there and the software makes me batty and I leave again, I think separate windows for each table would be the only thing to get me there but I can't see them doing that with a min spec type option but it would be cool.

Quote:
Originally Posted by giraff1977 View Post
Hi Thois,

this sounds very nice I play at pkr but am a nono concerning scripts, were do start to run this? Just under prompt?
Download Autohotkey install then copy the above text into notepad, save the file (as whatever but pkr for example) then rename pkr.txt to pkr.ahk

Then your good to go
madlion is offline   Reply With Quote
Old 03-02-2010, 12:03 PM   #4
journeyman
 
giraff1977's Avatar
 
Join Date: Feb 2010
Location: Amsterdam
Posts: 285
Re: Script for PKR.com, cycle through (4) tables with mousewheel

Great advise, as soon as I fished my work am gonna try this out
giraff1977 is offline   Reply With Quote
Old 04-01-2010, 11:27 PM   #5
newbie
 
Join Date: Jan 2010
Posts: 23
Re: Script for PKR.com, cycle through (4) tables with mousewheel

I get this error. Can anyone help me on this? Im an ahk dummy


Error: Requires ON/Off/blank

Specifically: 0

Line#
005: Process,Priority,,High
006: SetTitleMatchMode,2
008: SetWinDelay,-1
009: SetKeyDelay,-1
010: SetMouseDelay,-1
011: SendMode,Input
012: Critical,0
PocoHUguy is offline   Reply With Quote
Old 07-18-2012, 01:24 PM   #6
stranger
 
Join Date: Jul 2012
Posts: 2
Re: Script for PKR.com, cycle through (4) tables with mousewheel

Does anybody have an AHK script for an auto timebank click on PKR?
TripAces34 is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 01:45 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive