• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Recent content by Hannx

  1. Hannx

    TrinityCore Insert character

    Hello I'm in charge of small server and instead of creating test realm i would like to insert specific characters to database for account database and after tests delete it. Can you give me a hint which entries are mandatory and which i can skip ?
  2. Hannx

    [c#] How to: Multiboxing

    1. Make new class: public static class MyButton { [DllImport("user32.dll")] public static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam); public static void Down(int k,List<IntPtr> ptrs) { const uint WM_KEYDOWN = 0x100; foreach (var ptr in...
Top