• Visit Rebornbuddy
  • Getting Wow process id with HB?

    Discussion in 'Archives' started by cowdude, Mar 18, 2010.

    1. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Hey,

      I need to grab a screenshot of the Wow window for my monitoring plugin. I currently find the game's PID using Blackmagic library, which gives me one or more results if you're running multiple wow.exe at once.... Is there any way to find out which one is linked to HonorBuddy?

      Thanks for your support
       
    2. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      If you look in the log for the HB folder you're checking on you can see which pid hb attached to.

      Code:
      [2:21:01 PM:22] Authorization Success!
      [2:21:34 PM:984] Honorbuddy 1.249 started.
      [2:21:34 PM:984] Using wow with process id:3356
      
      You can view the log in realtime to see the pid.
       
      Last edited: Mar 18, 2010
    3. Frymy

      Frymy New Member

      Joined:
      Jan 15, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Do you only take a ScreenShot or are you doing more?

      My monitoring tool takes a screenshot and reads a few offsets.

      Because i don't bot with my Main Acc i have a switch for not monitoring my battle.net Account.
      Most of my used patterns are public available on mmowned before i come home after work (EU Server ;-) ), so the work for an update is around 15 minutes or so.


      edit: I don't think that Bossland or Hawker or Nesox will provide you with information on how they "mark" the attached process.
       
    4. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      Try MMOwned.com, if I remember correctly, then there is a few guides there :D
       
    5. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Well, all I need is something like Global.Honorbuddy.WowPID... that'd be wonderful ("just keep dreaming", I know).

      Frymy, Mess: I'm coding an HB plugin => no memory offsets and awful low-level stuff to mess with. :) I'm only taking a screenshot with system DLL that need the window PID.

      I'll try to parse the debug log as you suggest, ski. Thanks!
       

    Share This Page