Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed

    Again Why ??? xtrap

    Every Time I am getting an xtrap error why i think the way i am calling the thread or in the dll mian ????
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  2. #2
    hackerlovely's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    13
    i like you.can thay dectect c++ make

  3. #3
    DarkPladin's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    (◔̯◔)
    Posts
    365
    Reputation
    10
    Thanks
    610
    My Mood
    Devilish
    Memory Hook is getting hard that days , Detected Every TIME !

  4. #4
    hackerlovely's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    13
    how can fix xtrap ?

  5. #5
    DarkPladin's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    (◔̯◔)
    Posts
    365
    Reputation
    10
    Thanks
    610
    My Mood
    Devilish
    Quote Originally Posted by hackerlovely View Post
    how can fix xtrap ?
    IDK , but i am still trying to avoid it !!

  6. #6
    lucifereviluser's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    105
    Reputation
    19
    Thanks
    50
    Assembly Manifest

  7. #7
    Pingo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    687
    Reputation
    24
    Thanks
    865
    My Mood
    Blah
    I don't think it has anything todo with your dllmain.
    I was getting the same error too.

    Send me a copy of the dll xtrap detects. It doesn't ned to contain hacks or anything.
    I just wanna see if i get that error and i have a theory that might fix it.

  8. #8
    hackerlovely's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    13
    all only

    #include <Windows.h>

    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {


    if(dwReason == DLL_PROCESS_ATTACH)
    {

    }
    return true;
    }

    https://www.virustotal.com/file/d9dc...is/1359040856/
    https://virusscan.jotti.org/en/scanre...17554dd547b8df
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Biesi; 01-24-2013 at 08:21 AM.

  9. The Following User Says Thank You to hackerlovely For This Useful Post:

    bettty6 (01-30-2013)

  10. #9
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    that's what i am using i will try to delete the hooks and add a hotkey and a beep so i can see if i didn't get xtrap so the error is in the features !!!!
    i got this idea right now ?!!!
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  11. #10
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by sobasoba13 View Post
    that's what i am using i will try to delete the hooks and add a hotkey and a beep so i can see if i didn't get xtrap so the error is in the features !!!!
    i got this idea right now ?!!!
    Yes but xTrap probably going to detect you loading the CShell or returning your DllMain

  12. #11
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    API Check....



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  13. #12
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    Quote Originally Posted by BACKD00R View Post
    API Check....
    can explain more

    ---------- Post added at 05:42 PM ---------- Previous post was at 05:40 PM ----------

    Quote Originally Posted by Biesi View Post


    Yes but xTrap probably going to detect you loading the CShell or returning your DllMain
    i think the way loading cshell seriously coding is harder than i thought before i wont give up
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  14. #13
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Quote Originally Posted by Biesi View Post
    Yes but xTrap probably going to detect [...] returning your DllMain
    Lol!

    Quote Originally Posted by BACKD00R View Post
    API Check....
    They might scan your API imports. Delphi DLLs are detected as well, without containing any code.

  15. #14
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    My hacks still working. I will post a new version today!



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  16. #15
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by BACKD00R View Post
    My hacks still working. I will post a new version today!
    nice and great
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


Page 1 of 2 12 LastLast

Similar Threads

  1. [Info] Z8games Fails again , False Xtrap Bans...
    By HaxPro in forum CrossFire Discussions
    Replies: 13
    Last Post: 01-27-2012, 09:55 PM
  2. Sam22 banned (again) why??
    By jessehotmail in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 1
    Last Post: 06-02-2011, 09:53 AM
  3. Why was I banned again??
    By .::SCHiM::. in forum General
    Replies: 25
    Last Post: 09-09-2010, 01:48 AM
  4. Xtrap getting patch again!!
    By Osama_Farooq in forum CrossFire Discussions
    Replies: 6
    Last Post: 08-09-2010, 05:54 AM
  5. Replies: 8
    Last Post: 01-30-2009, 07:14 AM