Search:

Type: Posts; User: justintcs

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    974

    [Help] Disk Cleanup, delete all the .erl files in...

    Disk Cleanup, delete all the .erl files in gameguard folder, Problem fixed!
  2. Replies
    1
    Views
    547

    [Help] Terminate a thread

    How can I terminate a thread that is created by the application with using DLL. Is this possible???
  3. Replies
    5
    Views
    976

    [Help] Thx alot bro! ---------- Post added at 05:00...

    Thx alot bro!

    ---------- Post added at 05:00 PM ---------- Previous post was at 04:38 PM ----------

    Errm how can I terminate other thread?? thread that is not created by me but the application
  4. Replies
    5
    Views
    976

    [Help] What I mean is... there's two DLLS DLL A and...

    What I mean is...
    there's two DLLS
    DLL A and DLL B
    I want to inject DLL A in game , then after that when I hit the key, then only inject DLL B
    But the problem is, when I inject DLL A , the game...
  5. Replies
    5
    Views
    976

    [Help] Injecting another DLL with injected DLL

    Hey guys, I need someone to help me fix this code
    The "while(1)" freeze the application when I injected the dll , any idea??


    void Inject()
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_DELETE))...
Results 1 to 5 of 5