What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Request] Add getWindowsHandleClient to API

Status
Not open for further replies.

thanhson

New Member
Joined
Oct 20, 2014
Messages
3
Reaction score
0
first thank you for great buddy bot,i need change Client title same character name for easy manager many gameclients on same pc, i'll easy handle it if this API can return a window handle of clients, additional, i suggest add option on plugin manager, almost i usually use only one plugin, if you put list plugins to dropdownlist and show all game clients as list is better, user just select a plugin from dropdownlist and click play button to play it
 
Last edited:
Code:
using System.Runtime.InteropServices;

[DllImport("user32.dll")]
static extern int SetWindowText(IntPtr hWnd, string text);


public void PluginRun()
{     
    SetWindowText(GetGameClientHandle(), "My Test");
}

Доступно в последнем апдейте
 
it has been added in the latest update today, quickly, thank you
 
Status
Not open for further replies.
Back
Top