Results 1 to 13 of 13
  1. #1
    Nissan's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    71
    Reputation
    2
    Thanks
    15

    Injector Status Tester + Source Code

    Sup guys,

    This is clean base to test whether an injector gives you auto-ban or not (Note: some injectors make your account banned after 2nd login).

    Hotkeys: F2, Numpad 0, Insert, & F12 for closing crossfire.

    Source - if you wanna compile yourself:
    [Highlight=C++]#include <windows.h>

    bool Load()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return true;
    return false;
    }

    DWORD Dll()
    {
    while(1)
    {
    while(!Load()) Sleep(200);

    if(GetAsyncKeyState(VK_F2)&1) MessageBox(0, "F2 Pressed", "Test", 0);
    if(GetAsyncKeyState(VK_NUMPAD0)&1) MessageBox(0, "NUMPAD 0 Pressed", "Test", 0);
    if(GetAsyncKeyState(VK_INSERT)&1) MessageBox(0, "Insert Pressed", "Test", 0);
    if(GetAsyncKeyState(VK_F12)&1) ExitProcess(0);

    Sleep(100);
    }
    return 0;
    }

    BOOL __stdcall DllMain(HMODULE module, DWORD reason, LPVOID reserved)
    {
    if(reason == DLL_PROCESS_ATTACH)
    {
    MessageBox(NULL, "bottom", "top", MB_OK);
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Dll, 0,0,0);
    }
    return TRUE;
    }[/Highlight]

    VirusTotal - Free Online Virus, Malware and URL Scanner
    Injector Test.rar MD5:da192f95c3765ad32aafdba9a55dc29c - VirSCAN.org 5% Scanner(s) (2/37) found malware!

    Hope this helps you to find undetected one.

  2. The Following 10 Users Say Thank You to Nissan For This Useful Post:

    agusti544 (07-09-2011),ahmedofhell (07-08-2011),GerWladi (07-03-2011),kzzenix (07-12-2011),mazenehab16 (10-19-2012),michal2612 (07-12-2011),Petro92 (07-02-2011),Seelenficker[x3] (07-08-2011),shelbex (07-05-2011),SnakeE (07-02-2011)

  3. #2
    EvoSpider's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    /
    Posts
    706
    Reputation
    9
    Thanks
    34
    This looks cool and interesting

    /req_approve

    @Liz
    @Shane
    @Pepsi
    @Thunder
    @Haze
    @xXModz


  4. #3
    Hughesy's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    1,434
    Reputation
    15
    Thanks
    148
    My Mood
    Tired
    Nice release.

  5. #4
    qwe4455's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    i dont understand how it works ?

  6. #5
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    This is C++
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  7. #6
    xXR3ap3RXx's Avatar
    Join Date
    May 2006
    Gender
    male
    Location
    Joćo Pessoa
    Posts
    92
    Reputation
    10
    Thanks
    7
    My Mood
    Cynical
    Thanks man!!!

    Death is nothing...

  8. #7
    novarista12's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Behind YOU
    Posts
    28
    Reputation
    10
    Thanks
    3
    My Mood
    Amused
    can someone explain to me how this will work? i would appreciate that

  9. #8
    Gunis's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    UK, London Posts: 7853
    Posts
    55
    Reputation
    10
    Thanks
    5
    My Mood
    Twisted
    Quote Originally Posted by novarista12 View Post
    can someone explain to me how this will work? i would appreciate that
    Inject with an injector with a process name off crossfire.exe and USE hotkeys to navigate whether the injector is Detected or not in order to find out if it bann's you either first or second log in.

    Hope it helped and correct me if i am wrong please
    __________________________________

    RAGE!!! :-)


    __________________________________

  10. #9
    mr_tom's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Hungover
    any injector doesn't banned 2nd log in? I get banned all

  11. #10
    Cookiee4lyf's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    under ground bunker
    Posts
    34
    Reputation
    10
    Thanks
    2
    smhh is pre x detected cuz im boutta use this test thing nd dnt wnna do it an mess up

  12. #11
    manju's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    i dont understand how it works

  13. #12
    alex_91's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    My Mood
    Drunk
    inject with hak ?

  14. #13
    videos153's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    ola alguien me indica como descargar hak xk n puedo

    nse soy principiante
    Last edited by videos153; 08-11-2011 at 06:13 PM.

Tags for this Thread