Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #11  
Old 07-06-2006, 08:36 PM
kurosh kurosh is offline
Senior Member
 
Join Date: Aug 2004
Location: mackin the bitches, smackin the hoes
Posts: 5,963
Default Re: Ability to \'delete\' higher limits from your PP screen?

Yeah, there's no way on PP or UB.
Reply With Quote
  #12  
Old 07-06-2006, 09:05 PM
sdunsmb sdunsmb is offline
Senior Member
 
Join Date: Dec 2005
Location: Newcastle/Hudds, UK
Posts: 897
Default Re: Ability to \'delete\' higher limits from your PP screen?

I wanted to do the same with MTTs, so I dont get tempted to play a stupid "Super" every night, but you cant do it.
Reply With Quote
  #13  
Old 07-06-2006, 09:13 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Ability to \'delete\' higher limits from your PP screen?

[ QUOTE ]
OK, fellas. This will let you know how I am runnin'/playin'.

Is there any way to delete the 50-100 and 100-200 games from PP, so when I log on the highest I can access is 30-60?

TSP

[/ QUOTE ]

Hi TSP,

I'm not too sure if the OP is a jopke or not, but on the off-chance it is a serious request, here you go...

Currently there is no way to actually remove the limits from the treeview in the main lobby window, but this solution I think will be just as effective. Any attempt to open a table at the (user-specified) "banned limits" is prevented - the table is forcibly closed before you can even think of sitting down [img]/images/graemlins/smile.gif[/img] If you do manage to sit down within the 1/5 of a second between checks, the whole party client will probably be closed down (I am not sure, I couldn't manage to do it during my quick tests). This works for Empire also.


Even if the OP is a bit of a jopke, maybe someone will see it and manage to save some of their bankroll during a mega-tilt -> move-up-to-win-it-back -> post about busto in BBV session...

This is an AHK script, you will need to have AutoHotkey installed. If you have no idea what AHK is, read about it here

I suggest to make a shortcut to this script in your "Start Menu -> Programs -> Startup" Folder, so it auto-runs whenever you turn on the computer. Unless of course you can be sure you will start it before the urge to move up kicks in lol.


Copy/Paste the below code into a new AutoHotkey script "Right click -> New -> AutoHotkey Script". Then "Right click -> Edit Script" (open with Notepad)

Edit the line "banned_limits", depending on what you want. In the example below, I "ban" $100/$200 & $50/$100 limit, $1000 & $2000 NL - if I sit down at one of these limits in the near future, it will be my whole bankroll on the table lol.


File -> Save, close the Notepad, and double click the script to run (but preferably make an auto-start shortcut for the future)


do_not_move_up_to_win_it_back.ahk
-------------------------------------------------------------------
<font color="blue">
;____ Set your "Never Again" limits below (comma seperated list, no spaces)
;____ This sample covers 100/200 &amp; 50/100 limit, 1K &amp; 2K NL
;____ Just pick the unique $$$ amount from your nemesis limit titlebar

banned_limits = $100/$200,$50/$100,$1000,$2000

;____ Set how often to check for banned_tables (in milliseconds)

timer_ticks = 200

;____ The command below hides the script, so it is a bit harder to
;____ get around during a tilt session [img]/images/graemlins/smile.gif[/img]

#NoTrayIcon



;____ Code Below - DO NOT EDIT (unless you know what to do)

Loop
{
SetTitleMatchMode, 2
idList := 0
WinGet, idList, List, Good Luck ahk_class #32770

if (idList &lt; 1)
{
Sleep, %timer_ticks%
continue
}

Loop, %idList%
{
id := idList%a_index%
WinGetTitle, title, ahk_id%id%
If title contains %banned_limits%
{
WinKill, ahk_id%id%
}
sleep, %timer_ticks%
}
}

</font>
-----------------------------------------------------------

Even if this was a jopke, it was kind of interesting to make - I am new to learning AHK, so any practice is worthwhile [img]/images/graemlins/smile.gif[/img]


Enjoy,

dave.
Reply With Quote
  #14  
Old 07-06-2006, 10:07 PM
sharp63 sharp63 is offline
Senior Member
 
Join Date: May 2005
Posts: 255
Default Re: Ability to \'delete\' higher limits from your PP screen?

You can edit limits out of the TabConfig.txt file.
Reply With Quote
  #15  
Old 07-06-2006, 10:42 PM
livinitup0 livinitup0 is offline
Senior Member
 
Join Date: Dec 2004
Location: Go ahead....run
Posts: 1,698
Default Re: Ability to \'delete\' higher limits from your PP screen?

[ QUOTE ]
[ QUOTE ]
this is really funny, and then after a minute its kinda sad [img]/images/graemlins/frown.gif[/img]

[/ QUOTE ]

And then after three minutes it's funny again.

If you don't have the self control to play the limits you can afford or the self control to not play with money you can't afford to lose then I don't see how you can possibly not suck at poker.

[/ QUOTE ]


Its called taking a shot...getting hit by varience....but still knowing that you are +ev in the game....even though you cant afford it. Taking shots like this is what seperates good players from great players.

OP:
GL man, you'll be back up there soon!
Reply With Quote
  #16  
Old 07-07-2006, 09:58 AM
Girchuck Girchuck is offline
Senior Member
 
Join Date: Apr 2003
Posts: 925
Default Re: Ability to \'delete\' higher limits from your PP screen?

Dom't leave enough bankroll on the site to be able to sit at 50-100 table
Reply With Quote
  #17  
Old 07-07-2006, 02:15 PM
Tater10 Tater10 is offline
Senior Member
 
Join Date: Feb 2004
Location: 42.3827 -87.94149
Posts: 247
Default Re: Ability to \'delete\' higher limits from your PP screen?

alt + F4
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:50 PM.


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