Search:

Type: Posts; User: meokhung1980

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,290

    Yes, i continued write bot in that game. But i...

    Yes, i continued write bot in that game.
    But i think, here is the forum about programing, i dont make virus or keylog to steel something,
    I just need help about programing at you see

    Well i dont...
  2. Replies
    6
    Views
    3,290

    Iam sorry about ruler :( i dont know it Anh now...

    Iam sorry about ruler :( i dont know it
    Anh now if you want to know:

    This is the program I write to auto in my game
    At you see
    static DWORD WINAPI Run(LPCVOID lpParam)

    is the function i use...
  3. Replies
    6
    Views
    3,290

    Inject code to another process

    I use Borland C++ Builder 6.0
    I got problem when try inject my code to process, the process will crash
    Here is my code:

    static DWORD WINAPI Run(LPCVOID lpParam)
    {
    DWORD *Param = (DWORD*)...
  4. Replies
    0
    Views
    1,609

    Proplem with keyStroke (ALT-x)

    I try to use this code:


    AnsiString strWindowName = "Element Client";
    HWND windowHandle = FindWindow(0, strWindowName.c_str());
    if (windowHandle)
    {
    SendMessage(windowHandle,...
  5. Replies
    11
    Views
    19,668

    Thank your of ur "advisory ", but if you play...

    Thank your of ur "advisory ", but if you play that game, you will understand its possession attractive force..
    When I say game run underground mean that it run "hidden ", during Post/SendMessage...
  6. Replies
    11
    Views
    19,668

    I cant use SendInput because my game run...

    I cant use SendInput because my game run underground ( because my boss check alway when i working, i cant play game ^^) and SendInput must be actvive window and focus it (or i wrong?)

    Now my app...
  7. Replies
    11
    Views
    19,668

    Iam write auto pot for the game The Perfect World...

    Iam write auto pot for the game The Perfect World at add: www.thegioihoanmy.vn (my country server)

    In game have function can controler with Alt - 2 to 5 send command attack to Pet to kill monster....
  8. Replies
    11
    Views
    19,668

    I try with your code but my destination program...

    I try with your code but my destination program got crash :( something worng, can you check it pls
    By the way

    Can you tell me, how can found this value >>>0x20000033
    ex: if I want send another...
  9. Replies
    11
    Views
    19,668

    Help me with PostMessage to send ALT+Key

    I have try many way but nothing happen, look some of my code below:

    PostMessage (windowHandle, WM_SYSKEYDOWN , VK_MENU, 1);
    PostMessage (windowHandle, WM_KEYDOWN, 0x33, 0 );
    PostMessage...
Results 1 to 9 of 9