Cause of Party Lag (not related to HM, but can solve your performance problems)
Results 1 to 5 of 5
  1. #1

    Default Cause of Party Lag (not related to HM, but can solve your performance problems)

    ok so for all of you that play party and have bought HM to solve performance issues, the solution with kudos to a real genius, jukofyork
    he probably also roams these forums

    http://forumserver.twoplustwo.com/sh...ad.php?t=65991

    version 3 of his script (AHK) gets rid of the square box at the bottom right of
    the lobby

    first install autohotkey, simply copy the code into a .ahk file and run

    Code:
    ; PartyBets scrolling-spam killer v3
    ; ==================================
    ; Simply run this app to kill the CPU hogging PartyBets scrolling-spam bar.
    ; - CPU usage on my machine goes from 5%-25% spikes right down to constant 0%-1%!
    
    #SingleInstance force
    DetectHiddenWindows On
    
    SetTitleMatchMode 1
    
    ; Kill when we open the script (ie: "kill on run" mode).
    KillSpam()
    
    WinWait, PartyAccount Login
    WinWaitClose
    
    ; ### You might have to increase this value if it fails sometimes. ###
    Sleep, 1000
    
    ; Kill when we open the party client (ie: "kill on open" mode).
    KillSpam()
    
    WinWaitClose, Status
    Reload
    
    ; Use this function to kill the PartyBets spam window.
    ; NOTE: Tries lots of differnt IDs which all work.
    KillSpam()
    {
    
    ; We send a WM_COMMAND (0x111) along with one of the IDs that kill the window.
    PostMessage, 0x111 , 2126, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 2127, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 2300, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 3610, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 3611, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 6041, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 6042, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 6043, 0, Internet Explorer_Server3, PartyPoker.com:
    PostMessage, 0x111 , 6044, 0, Internet Explorer_Server3, PartyPoker.com:
    
    ; IDs of 3612 to 3644 also work.
    loop, 33
    {
    ID:=a_index+3611
    PostMessage, 0x111 , %ID%, 0, Internet Explorer_Server3, PartyPoker.com:
    }
    
    }
    Last edited by starf; 09-02-2008 at 09:32 AM.
    simply not american

  2. #2
    [Former] HM Support fabio's Avatar
    Join Date
    Jul 2008
    Posts
    2,067

    Default

    Correct me if I'm wrong, but isn't the script obsolete now? I think party fixed this

  3. #3

    Default

    i just tested this for half an hour and the performance gain is enormous, going to test it again now
    simply not american

  4. #4

    Default

    so i tested it again, what i did was open 6 tiled tables with hud and everything running

    first time i ran it WITH the script and average "partygaming" cpu usage was 4-5%
    then i restarted pp without the script and got an average "partygaming" cpu usage of 20-21%
    restarted pp, opened the script and it was 4-5% again

    i'd post screenshots but i don't have to
    so happy i can play without lag now
    simply not american

  5. #5
    [Former] HM Support fabio's Avatar
    Join Date
    Jul 2008
    Posts
    2,067

    Default

    Nice

Similar Threads

  1. Can't detect HH on Party
    By ibombonato in forum Manager General
    Replies: 2
    Last Post: 09-11-2008, 05:06 AM
  2. Performance issue - pics included...
    By fret in forum Manager General
    Replies: 1
    Last Post: 08-27-2008, 01:47 AM
  3. Party + FreePHG
    By PatInTheHat in forum Manager General
    Replies: 2
    Last Post: 08-05-2008, 09:04 PM
  4. HH bug on party poker
    By mattdudley79 in forum Manager General
    Replies: 1
    Last Post: 07-20-2008, 08:26 AM
  5. Massive performance problems when multitabling partypoker
    By GIEFDORRARS in forum Manager General
    Replies: 4
    Last Post: 07-18-2008, 10:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •