Search:

Type: Posts; User: boom342

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    602

    I think in other countries they do it like that...

    I think in other countries they do it like that but not 100% shere.
  2. Why not. typedef void(__cdecl*...

    Why not.



    typedef void(__cdecl* ChatOutputFunc)();
    ChatOutputFunc ChatOutput = (ChatOutputFunc)0x00401000;

    Then call it like this.
  3. If your on Vista do you have administrator rights...

    If your on Vista do you have administrator rights (Have you tried runing it with XP by going to properties->Comatibility->Comatibility mode->Windows XP) and are you runing the program when warrock...
  4. Replies
    24
    Views
    9,242

    Last time I check ( witch was a long time ago )...

    Last time I check ( witch was a long time ago ) Xtrap has no server side checks all you need to do is unload it and find all the checks in the client (easer said than done lol).
  5. Replies
    2
    Views
    1,805

    Hook TerminateProcess lol that would be my best...

    Hook TerminateProcess lol that would be my best guess with out debuging it.
  6. Replies
    2
    Views
    1,069

    Assuming your making a app not a DLL you will...

    Assuming your making a app not a DLL you will need to use WriteProcessMemory.
    For more Info : WriteProcessMemory

    also need the handle witch I would use OpenProcess
    Some old code I found to help...
  7. Are you runing Vista or XP and if Vista is it...

    Are you runing Vista or XP and if Vista is it 32bit or 64bit? People need a little more info if there going to be able to help you!
Results 1 to 7 of 7