Results 1 to 12 of 12
  1. #1
    richardtreier's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ya basement
    Posts
    223
    Reputation
    9
    Thanks
    285
    My Mood
    Cheerful

    Current Injectors

    What is it: mth postet a bypass tutorial a long while ago, and i made it and i want to test it

    What do i want:
    anybody knows a currently working injector? bc all injector links in the info thread are dead, and it seems like jays doesnt have an autoinject feature, perx's link is dead too, and i dun want to download an old version

    What i know:
    I am 100%ly sure its d/c, but its worth a try...


    What you need to know b4 spamming... I need only 1 Virusscan for the dll, because it isn't an executable...
    Virustotal


    Edit: Cant upload a dll... dll is in the archive, but the vs is of the dll

    My code...
    Code:
    #include <Windows.h>
    
    HINSTANCE hInst; 
    DWORD DLLFunc; 
    HWND hFlyff;
    HWND hWnd;
    
    
    __declspec(naked) BOOL WINAPI __stdcall myPostMessageA(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
    {
       __asm
       {
          mov  edi, edi
          push ebp
          mov  ebp, esp
          jmp [DLLFunc]
       }
    }
    
    BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpvReason*/)
    {
        switch (dwReason)
        {
            
            case DLL_PROCESS_ATTACH:
            {
                   if (DLLFunc == NULL) {
                    hInst = LoadLibrary(L"user32.dll");
                    DLLFunc = (DWORD)GetProcAddress(hInst, "PostMessageA") + 5; 
                    }
                   if (hFlyff == NULL) {
                    hFlyff = ::FindWindow(NULL, L"A.V.A");
                    }
            }
            break;
    
            case DLL_THREAD_ATTACH:
                {
                   if (DLLFunc == NULL) {
                    hInst = LoadLibrary(L"user32.dll");
                    DLLFunc = (DWORD)GetProcAddress(hInst, "PostMessageA") + 5; 
                    }
                   if (hFlyff == NULL) {
                    hFlyff = ::FindWindow(NULL, L"A.V.A");
                    }
                }
            break;
            case DLL_THREAD_DETACH:
                {
                    if (hInst != NULL) {
                   // Un-Load DLL 
                   ::FreeLibrary(hInst);
                   hInst = NULL;
                } 
                }
            break;
            case DLL_PROCESS_DETACH:
            {
                    if (hInst != NULL) {
                   // Un-Load DLL
                   ::FreeLibrary(hInst);
                   hInst = NULL;
                } 
            }
            break;
        }
        return TRUE;
    }
    
    //int main (int argc, const char ** argv){
    //	;
    //}
    Last edited by richardtreier; 08-15-2010 at 07:45 AM.
    My working areas: Python26, HTML, JS, CSS, PHP, QT C++, VC++ ( XNA Framework, D3D10 ), AcTool, WP7

    Any public third-party programs of mine running atm: none
    "Fraps-technology based Xhair Overlay": fked by ijji Kinda sad... pwnt before I could release it
    Acc generator ijji/trashmail.de up and running - not released

    If ijji just had as many devs for the ut3 engine as nprotect for their gameguard, I wouldnt have fps-drops to 28 every 4 games, although my PC passes all requirements.



  2. The Following 19 Users Say Thank You to richardtreier For This Useful Post:

    anokiller (08-25-2012),avahacker97 (09-10-2012),chon30 (06-05-2012),davy995 (08-23-2012),Fallenspartan (04-24-2012),fengzi008 (06-23-2011),Hotsausex (09-11-2012),Hubert2 (10-09-2012),iBroStep (09-30-2012),jiangquang (05-08-2012),keveasy7x (08-15-2010),morenito (07-17-2012),mttgwood23 (07-19-2012),MxMoshi (09-22-2012),Picosotoso (10-05-2012),shikatta (07-28-2012),spli (09-18-2012),stanvdb2 (09-25-2012),~Foursomeman~ (02-01-2011)

  3. #2
    Lasanhaxxx's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Hi ^^

    Did u allready try this one --» https://www.mpgh.net/forum/201-ava-ha...-injector.html ??

  4. #3
    o-improvise-o's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    12
    My Mood
    Confused
    Why would you want an injector for A.V.A if there ain't any hacks? :S

  5. #4
    Lasanhaxxx's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by o-improvise-o View Post
    Why would you want an injector for A.V.A if there ain't any hacks? :S
    There are some A.V.A hacks out there... They just need it to be discover... lols ^^

  6. #5
    Toshie's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In a dark place
    Posts
    6,271
    Reputation
    48
    Thanks
    393
    lul, really theres no point of me updating...

  7. #6
    kevez's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    It does not download.

    ks1qaz@naver.com

    mail me please

  8. #7
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    richard you need to know that most of injectors are made in VB not C++. thanks for sharing!

    i will move that to TUT section.

  9. #8
    richardtreier's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ya basement
    Posts
    223
    Reputation
    9
    Thanks
    285
    My Mood
    Cheerful
    but vb is kinda "strage"... i prefer languages styles like c++, php, **********, python...

    not something with "dim" and so on...

    Why would you want an injector for A.V.A if there ain't any hacks? :S
    because i want to WRITE a hack


    So nobody knows a working injector? bc i dun want a keylogger - i am tired of reinstalling windows, bc i never got an antivirus
    Last edited by richardtreier; 08-15-2010 at 06:37 PM.
    My working areas: Python26, HTML, JS, CSS, PHP, QT C++, VC++ ( XNA Framework, D3D10 ), AcTool, WP7

    Any public third-party programs of mine running atm: none
    "Fraps-technology based Xhair Overlay": fked by ijji Kinda sad... pwnt before I could release it
    Acc generator ijji/trashmail.de up and running - not released

    If ijji just had as many devs for the ut3 engine as nprotect for their gameguard, I wouldnt have fps-drops to 28 every 4 games, although my PC passes all requirements.



  10. #9
    morenito's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    what do ia hae to do with th D3D now

  11. #10
    eurekarem's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by morenito View Post
    what do ia hae to do with th D3D now
    Hello, I would like to know too please... TY!

  12. #11
    Prepix's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    5,961
    Reputation
    117
    Thanks
    1,386
    Quote Originally Posted by eurekarem View Post
    Hello, I would like to know too please... TY!
    It's for coders, for the answer find it on google

  13. #12
    Lehsyrus's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Jersey
    Posts
    10,893
    Reputation
    1281
    Thanks
    3,130
    Unstuck and closed as it is not a tutorial and is quite outdated.

Similar Threads

  1. [Release] Advanced Injector! Works with all current dLLs!
    By ppl2pass in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 06-16-2010, 09:23 AM
  2. Current
    By jadedfrog in forum Art & Graphic Design
    Replies: 12
    Last Post: 07-29-2006, 05:39 AM
  3. Current Music
    By Chronologix in forum Entertainment
    Replies: 15
    Last Post: 02-07-2006, 08:02 PM