Results 1 to 12 of 12
  1. #1
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool

    Angry SndDrv is Detected - Need Help..

    Hey All i dont know why it keeps giving me xtrap error .. thats my dllmain :
    Code:
    bool Ready2Hook()
    {
        if(GetModuleHandleA("CShell.dll")   != NULL
        && GetModuleHandleA("ClientFx.fxd") != NULL)
            return 1;
        return 0;
    }
    
    DWORD WINAPI Wait(LPVOID)
    {
        while(!Ready2Hook()) Sleep(200);
    	CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
        return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
        DisableThreadLibraryCalls(hDll);
        
        if ( dwReason == DLL_PROCESS_ATTACH )
        {
    
    	CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0,0);
        }
        return 1;
    }
    i Dont know Why its not working. Thanks For Anyone will help
    Last edited by -iFaDy..*; 03-16-2012 at 04:15 PM.
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  2. The Following User Says Thank You to -iFaDy..* For This Useful Post:

    Zvonimir Cro (03-16-2012)

  3. #2
    Zvonimir Cro's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Location
    VB coder
    Posts
    266
    Reputation
    11
    Thanks
    305
    My Mood
    Lonely
    aaaaa make that hack omg :P

  4. The Following User Says Thank You to Zvonimir Cro For This Useful Post:

    -iFaDy..* (03-16-2012)

  5. #3
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by Zvonimir Cro View Post
    aaaaa make that hack omg :P
    Omg .. i had Exams :'( Maybe Tomorrow i will Release It ..
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  6. #4
    BlackLite's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    547
    Reputation
    58
    Thanks
    1,035
    My Mood
    Aggressive
    LOL LOL LOL ?

    umadbro ?
    thats MDSN one + attach ';?????

  7. #5
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by BlackLite View Post
    LOL LOL LOL ?

    umadbro ?
    thats MDSN one + attach ';?????
    What are u Talking About ?!
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  8. #6
    Fabii's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    30
    Reputation
    11
    Thanks
    63
    My Mood
    Bored
    ok SndDrv.dll is patched with my hook it not work after xtrap patch!!! now you get error you need auto inject

  9. #7
    Zvonimir Cro's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Location
    VB coder
    Posts
    266
    Reputation
    11
    Thanks
    305
    My Mood
    Lonely
    Quote Originally Posted by -iFaDy..* View Post
    Omg .. i had Exams :'( Maybe Tomorrow i will Release It ..
    I made loader if u dont remember ? and im waiting for dlls :P

  10. The Following User Says Thank You to Zvonimir Cro For This Useful Post:

    -iFaDy..* (03-17-2012)

  11. #8
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Which error do you get? One by HGWC or XTrap?
    If it is a XTrap error, the reason is that XTrap detects something of your hack. Comment stuff out until XTrap doesn't longer appear.
    If it is a HGWC error, the reason could be that SndDrv.dll is detected.

  12. #9
    -iFaDy..*'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    C++/Mpgh.net/CF/devenv.exe
    Posts
    201
    Reputation
    22
    Thanks
    87
    My Mood
    Cool
    Quote Originally Posted by derh.acker View Post
    Which error do you get? One by HGWC or XTrap?
    If it is a XTrap error, the reason is that XTrap detects something of your hack. Comment stuff out until XTrap doesn't longer appear.
    If it is a HGWC error, the reason could be that SndDrv.dll is detected.
    its xtrap error , i will try to find out what part of the hack is detected .. Thanks.
    Need Any Help in C++/CrossFire? Just Pm me.

    My FB : Www.FaceBook.com/FaDiAtefAhlawy

    My Yahoo : Dodo_CrazyChat@yahoo.com

    My Hotmail : Dodo_CrazyChat@hotmail.com

  13. #10
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    that's not a hook

    its a part of SwiftDude base which shared on internet
    Try using differnet one's

  14. #11
    tinipic's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    22
    Your DllMain is detected, you will have to make a deviation in ASM for
    X-TRAP does not detect the Injection Hack

  15. #12
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by tinipic View Post
    Your DllMain is detected, you will have to make a deviation in ASM for
    X-TRAP does not detect the Injection Hack
    that's not the only way u can try changing the dllmain

  16. The Following User Says Thank You to DaRk For This Useful Post:

    Insane~* (03-19-2012)

Similar Threads

  1. [Help] I need help with Kernel Detective
    By samenamedame2 in forum WolfTeam General
    Replies: 0
    Last Post: 08-23-2011, 07:41 PM
  2. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM
  3. need help fixing A detected base
    By lakha in forum Combat Arms EU Hack Coding/Source Code
    Replies: 1
    Last Post: 09-13-2010, 11:17 AM
  4. error impure client detected invalid .IWD files referenced! need help
    By Topsnakebite in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 1
    Last Post: 04-26-2009, 12:59 PM
  5. Need Help, Why Is This Detected?
    By Jammy122333 in forum Visual Basic Programming
    Replies: 10
    Last Post: 01-02-2008, 01:46 AM