Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

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

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 10-28-2010, 04:12 PM   #121
adept
 
Zrebna's Avatar
 
Join Date: May 2008
Posts: 873
Re: New Donationware Software: Entraction helper script

Update: Now it finally works everything ^^
Zrebna is online now   Reply With Quote
Old 10-30-2010, 11:34 PM   #122
adept
 
Zrebna's Avatar
 
Join Date: May 2008
Posts: 873
Re: New Donationware Software: Entraction helper script

One question @all:
Don`t you guys have the problem that by using the RightButton to fold, often a hand on another table goes unwilling in the muck?
Zrebna is online now   Reply With Quote
Old 11-08-2010, 07:18 AM   #123
enthusiast
 
Join Date: Nov 2009
Posts: 79
Re: New Donationware Software: Entraction helper script

anyone figured out a way that active tables stay ontop ?
Donkered is offline   Reply With Quote
Old 11-23-2010, 05:35 PM   #124
stranger
 
Join Date: Sep 2010
Posts: 14
Re: New Donationware Software: Entraction helper script

I cant get this to work when i have HM importing, it will work fine with out it, any ideas?
theimprover is offline   Reply With Quote
Old 12-01-2010, 09:57 AM   #125
newbie
 
Join Date: Jul 2009
Posts: 27
Re: New Donationware Software: Entraction helper script

Is there any possibility of implementing a hotkey, which places you in a waiting list?
crafty is offline   Reply With Quote
Old 12-02-2010, 08:22 AM   #126
newbie
 
Join Date: Jul 2008
Posts: 33
Re: New Donationware Software: Entraction helper script

Quote:
Originally Posted by theimprover View Post
I cant get this to work when i have HM importing, it will work fine with out it, any ideas?
That doesn't work for me either.
svint0 is offline   Reply With Quote
Old 12-02-2010, 04:15 PM   #127
enthusiast
 
Join Date: Aug 2009
Location: in a perpendicular universe
Posts: 84
Re: New Donationware Software: Entraction helper script

Quote:
Originally Posted by crafty View Post
Is there any possibility of implementing a hotkey, which places you in a waiting list?
Hi.

I don't plan on adding new features. It does almost all that I wanted, the only thing that I couldn't resolve is the issue with tables popping up when you have a decision to take at the active table.

If someone wants to add other features, feel free. The latest version's source of the script is in this thread, and anyone can improve it and post their modifications here.
OSRichard is offline   Reply With Quote
Old 12-02-2010, 04:19 PM   #128
enthusiast
 
Join Date: Aug 2009
Location: in a perpendicular universe
Posts: 84
Re: New Donationware Software: Entraction helper script

Quote:
Originally Posted by theimprover View Post
I cant get this to work when i have HM importing, it will work fine with out it, any ideas?
Maybe you have the HUD for one of the players covering the area where the script tries to click (action buttons, pot percentage buttons, bet amount) ? Try changing the positioning a bit, see if that helps.
OSRichard is offline   Reply With Quote
Old 12-16-2010, 10:58 PM   #129
enthusiast
 
Join Date: Nov 2010
Posts: 84
Re: New Donationware Software: Entraction helper script

is there a way to buy in for 20BB and to autorebuy only up to 20BB
MarcoA is offline   Reply With Quote
Old 12-18-2010, 10:29 PM   #130
newbie
 
Join Date: Dec 2009
Posts: 20
Re: New Donationware Software: Entraction helper script

Is there no way to solve the popup problem? I guess i am not the only one who would pay some $ for that

This+the Tableskinner would make the software actually pretty good
KingFresh is offline   Reply With Quote
Old 12-21-2010, 06:58 AM   #131
journeyman
 
Join Date: Aug 2008
Posts: 204
Re: New Donationware Software: Entraction helper script

I've been using this which helps a little with the popups and is great for writing notes as even if a table activates it goes straight back to the window under the mouse so you can continue writing HEM notes (if you don't want to run the keyboard redirect script).

The script is very sensitive so can be annoying but it's paused easy enough by right clicking it's icon in the taskbar if it's interfering with something you are trying to do.

It needs to be run as a seperate script so save code in notepad as nameyouchoose.ahk

Code:
;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win9x/NT
; Author:         A.N.Other <myemail@nowhere.com>
;
; Script Function: Hover Activate
;


#persistent
setTimer, activator, 100
return

activator:
MouseGetPos, , , id, control
IfWinActive, ahk_id%id%
{
  return
}
else
{
  WinActivate, ahk_id %id%
}
return
Rhibee is online now   Reply With Quote
Old 01-03-2011, 04:48 AM   #132
adept
 
Zrebna's Avatar
 
Join Date: May 2008
Posts: 873
Re: New Donationware Software: Entraction helper script

Quote:
Originally Posted by Rhibee View Post
I've been using this which helps a little with the popups and is great for writing notes as even if a table activates it goes straight back to the window under the mouse so you can continue writing HEM notes (if you don't want to run the keyboard redirect script).

The script is very sensitive so can be annoying but it's paused easy enough by right clicking it's icon in the taskbar if it's interfering with something you are trying to do.

It needs to be run as a seperate script so save code in notepad as nameyouchoose.ahk

Code:
;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win9x/NT
; Author:         A.N.Other <myemail@nowhere.com>
;
; Script Function: Hover Activate
;


#persistent
setTimer, activator, 100
return

activator:
MouseGetPos, , , id, control
IfWinActive, ahk_id%id%
{
  return
}
else
{
  WinActivate, ahk_id %id%
}
return
Isn`t this just the known Keyboard-Redirect-script which holds the focus on the active table?
Zrebna is online now   Reply With Quote
Old 01-03-2011, 04:56 PM   #133
veteran
 
d0nk3y's Avatar
 
Join Date: Jan 2008
Location: Tripmining with 42o
Posts: 2,775
Re: New Donationware Software: Entraction helper script

Very nice script but having a problem - it does autoclose the window but only buy-in for 50bb instead of the max. (using the script from post #87)


Quote:
Originally Posted by MarcoA View Post
is there a way to buy in for 20BB and to autorebuy only up to 20BB
d0nk3y is offline   Reply With Quote
Old 01-04-2011, 12:51 PM   #134
9AM
centurion
 
9AM's Avatar
 
Join Date: Jun 2009
Posts: 175
Re: New Donationware Software: Entraction helper script

good way to take notes is to open notepad and write the note in there and copy/paste into HEM note window, couse it doesnt take focus out of notepad even if its your turn to act
9AM is offline   Reply With Quote
Old 01-18-2011, 08:06 PM   #135
journeyman
 
Join Date: Sep 2008
Location: UK
Posts: 396
Re: New Donationware Software: Entraction helper script

could anybody make this script auto buy in for 100bb, rebuy in for 100bb once you get stacked and if you want to top up whilst you still have chips back upto 100bb?

if anybody could do this i would pay some dollars.
reddev 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 03:46 PM.


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