• Visit Rebornbuddy
  • How Can I get the Pocess which Rebornbuddy attched?

    Discussion in 'Community Developer Forum' started by bigofsmall3, Oct 3, 2014.

    1. bigofsmall3

      bigofsmall3 New Member

      Joined:
      Sep 26, 2014
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      Hi guys:

      As I can open several FF14 client in my computer, and I want to post key message to these FF14 client in plugin, but I don't know the process correctly which Rebonbuddy attaching. Is there any function I can get it?
      Perhaps I can get process by follow code but I don't know which process Rebonbuddy attaching .
      Code:
      IntPtr hWnd;
      string processName = "ffxiv";
      Process[] processList = Process.GetProcesses();
      
      Thanks.
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      I haven't tried it but ff14bot.Core.Memory.Process should return System.Diagnostics.Process.
       
    3. bigofsmall3

      bigofsmall3 New Member

      Joined:
      Sep 26, 2014
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, it's working now.
       

    Share This Page