Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

02-19-2010 , 01:37 PM
Quote:
Originally Posted by jukofyork
They get it from the poker client's memory using a number of different techniques (memory scanning, API hooking, packet deciphering, etc).

Juk
Is there some documentation somewhere that might explain this in detail?
Quick Questions & Answers Thread Quote
02-19-2010 , 06:11 PM
Quote:
Originally Posted by Dread Wings
For Stars I am trying to think of a way to automatically delete a players notes when I double click on them. I put a random note on shortstackers so I can color code them. I am often deleted notes when they are no longer a short stack.
Easiest way in ahk?
This is the best I could come up with.

mbutton::
{
click 2
mouseclickdrag ,l,38,519,15,464,0
Send {backspace}
}

Is there a better method?
Quick Questions & Answers Thread Quote
02-19-2010 , 06:57 PM
Quote:
Originally Posted by Cheech3398
Is there some documentation somewhere that might explain this in detail?
No, you just have to learn it the hard way via reverse engineering.

Juk
Quick Questions & Answers Thread Quote
02-19-2010 , 09:53 PM
hey. would be great if anyone please help me? i've been playing on stars for a long time now and i have been using AHK script, i really used to it and i used to play only using my keyboard. i play 2HU tables mostly. here's my hotkeys on that script (dont remember correct link to a thread where i download it):



now i'm trying to play on some new sites. PartyPoker is one of them, is there any script or a soft for a party where can i make exactly the same HotKeys like on that screenshot? very important for me is that numpad charachters must be autosent to a betbox. and also switching between tables by Space button and increase bet by some %. thanks if anyone will waste some time to help me.
Quick Questions & Answers Thread Quote
02-20-2010 , 12:16 AM
Quote:
Originally Posted by Dread Wings
This is the best I could come up with.
Code:
MButton::
  If Clicks > 0    
    Clicks++   
  Else
    {
    Clicks := 1
    SetTimer, ClearNotes, -400
    }
Return

ClearNotes:
  If Clicks = 2
    {
    Ctrl := "PokerStarsNoteEditorClass1"    
    MouseGetPos,,,id
    ControlSetText, %Ctrl%, , ahk_id %id%     
    }
  Clicks =   
Return

Nice changes to the forum guys

Last edited by HighSteaks; 02-20-2010 at 12:26 AM.
Quick Questions & Answers Thread Quote
02-20-2010 , 04:16 AM
I've just moved a new batch of threads so please be on the look out for ones I've moved into the wrong sub-forum (either post here or PM if you see any).

Juk
Quick Questions & Answers Thread Quote
02-20-2010 , 11:26 AM
Thank you HighSteaks!
Quick Questions & Answers Thread Quote
02-20-2010 , 12:14 PM
Quote:
Originally Posted by HighSteaks
Nice changes to the forum guys
I've got to disagree. I dislike the new format and think it's a pain in the ass I now have to browse three different sub-forums to keep on top of whats going on in software

edit: I can understand why it was done, and I think the moderators do a great job especially considering they're volunteers but would prefer have to kept all software threads together.

edit2: Is it somehow possible to create a forum where you can view all threads from the three software forums at once? Me thinks I doth ask too much
Quick Questions & Answers Thread Quote
02-20-2010 , 12:30 PM
Hey all

Does someone have any mod for this? I looked up old threads but the links posted are dead. Im looking for something simple.
Quick Questions & Answers Thread Quote
02-20-2010 , 01:01 PM
Quote:
Originally Posted by Neko
I've got to disagree. I dislike the new format and think it's a pain in the ass I now have to browse three different sub-forums to keep on top of whats going on in software

edit: I can understand why it was done, and I think the moderators do a great job especially considering they're volunteers but would prefer have to kept all software threads together.
The changes were instigated by the 2+2 "higher ups" so we're just trying to make the best of it... I can see the side that says it's 3 forums to check now, but on the flip side the lessening of the "random" threads is a big plus for us mods (and also for software authors trying to provide support via their threads). Since I've been a mod about 4/5th of my time used has involved moving these "random" threads about and as the Software forum, and 2+2 in general, continue to grow this problem was only going to get worse and worse.

Quote:
edit2: Is it somehow possible to create a forum where you can view all threads from the three software forums at once? Me thinks I doth ask too much
If anybody figures this out then please post how!

Juk
Quick Questions & Answers Thread Quote
02-20-2010 , 01:06 PM
Quote:
Originally Posted by MadMag
Hey all

Does someone have any mod for this? I looked up old threads but the links posted are dead. Im looking for something simple.
If you search for "party mods" then these three threads come up (amongst others):

http://forumserver.twoplustwo.com/45...n-mods-309964/
http://forumserver.twoplustwo.com/45...y-mods-104099/
http://forumserver.twoplustwo.com/45...update-400128/

Juk
Quick Questions & Answers Thread Quote
02-20-2010 , 01:22 PM
Thanks! Sorry, i used google first and it came with some old 2008 threads about party here on 2+2. Right after my post, i saw the new ones
Quick Questions & Answers Thread Quote
02-20-2010 , 09:57 PM
Quote:
Originally Posted by jukofyork
Since I've been a mod about 4/5th of my time used has involved moving these "random" threads about and as the Software forum, and 2+2 in general, continue to grow this problem was only going to get worse and worse.
Quick Questions & Answers Thread Quote
02-21-2010 , 07:41 AM
Quote:
Originally Posted by HighSteaks


Well so far under the new system we've only had 3 "random" threads and all 3 were by peeps with less than 30 posts so it does appear to be working!

(countdown to "random" thread armageddon now that I've said that...)

Juk
Quick Questions & Answers Thread Quote
02-21-2010 , 09:24 AM
Luckily for you I don't have much ambition on a Sunday morning or I would make 5 new gimmicks just for this.
Quick Questions & Answers Thread Quote
02-21-2010 , 01:16 PM
Just installed Tableninja again and is really slowing down my computer. I have frames disabled is there anything else in the software that slows down the pc?
Quick Questions & Answers Thread Quote
02-21-2010 , 02:06 PM
Two quick PT3 questions. I'm running the Mac version.

1. I'm playing on stars, ftp and ap. When I play 10/20 hu lhe on stars and ftp the hands get imported and grouped together as $10/$20 (2 max) but the hands I play on ap get a separate entry labeled $10.00/$20.00 (2 max). Quick fix?

2. I have "donk turn" and "donk river" in my hud, but I can't find a "donk flop" stat. Where is it, or why isn't it there?
Quick Questions & Answers Thread Quote
02-21-2010 , 04:49 PM
I've learned a bit about memory scanning in the past few days, but I've been unable to locate the addresses of active hand flop/turn/river values. I'm looking for someone to give me a push in the right direction. PM me if you prefer.

Thanks!
Quick Questions & Answers Thread Quote
02-21-2010 , 05:35 PM
Quote:
Originally Posted by Wolfram
1. I'm playing on stars, ftp and ap. When I play 10/20 hu lhe on stars and ftp the hands get imported and grouped together as $10/$20 (2 max) but the hands I play on ap get a separate entry labeled $10.00/$20.00 (2 max). Quick fix?
This is a bug. You can fix them session-by-session by using the Adjust Limits dialog (Database -> Database Management -> Adjust Limits) but we'd love you to submit one or two of those hand histories so that we can fix the import bug. (https://www.pokertracker.com/support...php?cat_id=168)

Quote:
Originally Posted by Wolfram
2. I have "donk turn" and "donk river" in my hud, but I can't find a "donk flop" stat. Where is it, or why isn't it there?
It is in the PT3 Statistics Repository. Just search for "donk flop".
Quick Questions & Answers Thread Quote
02-21-2010 , 07:57 PM
Quote:
Originally Posted by Cheech3398
I've learned a bit about memory scanning in the past few days, but I've been unable to locate the addresses of active hand flop/turn/river values. I'm looking for someone to give me a push in the right direction. PM me if you prefer.

Thanks!
Make a thread detailing what you've learnt / methods so far please, I'd be fascinated to read for one Not that I'd likely be able to give any help but some posters may...
Quick Questions & Answers Thread Quote
02-22-2010 , 03:40 PM
_dave_

Thanks for the push. I've started a new thread, though I wonder if those with the knowledge to help me would be inclined to share given the exclusivity of the topic..?

cheech3398
Quick Questions & Answers Thread Quote
02-22-2010 , 10:40 PM
can someone please tell me whats wrong with my FTP...

for the past couple days the little blue options on the top of the table and the black options on top of the chat box arent showing text... when i make the table really small everything shows up but not at default size. ive tried uninstalling and reinstalling but it didnt work. grrrr:

Quick Questions & Answers Thread Quote
02-22-2010 , 11:27 PM
Quote:
Originally Posted by fozzy71
i tried that and i tried taking it off of HEM completely but its still not working.
Quick Questions & Answers Thread Quote

      
m