Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool

    Detours Version 1.5 (Build 46)

    Hello there
    I have been using Detours Version 1.5 (Build 46) for my hack.
    And after the latest patch, combat arms detects my hack when im using the detours.
    Does anyone know how i can fix this?

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  2. The Following 2 Users Say Thank You to ~Liberty~ For This Useful Post:

    fuckuser (12-20-2017),muumimamma (08-09-2010)

  3. #2
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Using gordon's hooking method

  4. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    muumimamma (08-09-2010)

  5. #3
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by Mr.Magicman View Post
    Using gordon's hooking method
    Or try making a bypass.
    -Rest in peace leechers-

    Your PM box is 100% full.

  6. The Following User Says Thank You to Zoom For This Useful Post:

    muumimamma (08-09-2010)

  7. #4
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool
    Quote Originally Posted by Mr.Magicman View Post
    Using gordon's hooking method
    What is gordons hooking method? Too lazy to search

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  8. The Following User Says Thank You to ~Liberty~ For This Useful Post:

    muumimamma (08-09-2010)

  9. #5
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    VMT Hooking

  10. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    muumimamma (08-09-2010)

  11. #6
    MissRandomSpam's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    @ Barbie's House
    Posts
    2,342
    Reputation
    50
    Thanks
    584
    doesnt this belongs to source code section?

  12. The Following User Says Thank You to MissRandomSpam For This Useful Post:

    muumimamma (08-09-2010)

  13. #7
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool
    Isn't the new rules like; Do not request and stuff?
    I did request help with the detours
    BTW Heres my old d3d hook
    [php]
    int D3D(void)
    {
    DWORD D3DBase, LibertyD3DBase, *vTable;

    D3DBase=0;do {
    D3DBase = (DWORD)GetModuleHandle("d3d9.dll");
    Sleep(10);
    }

    while(!D3DBase);
    LibertyD3DBase = ProcurePattern(D3DBase, 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x 00\x00\x89\x86", "xx????xx????xx");

    if (LibertyD3DBase) {
    memcpy(&vTable,(void *)(LibertyD3DBase+2),4);

    pBeginScene = (BeginScene_)DetourFunction((PBYTE)vTable[42],(PBYTE)nBeginScene);
    pReset = (Reset_t)DetourFunction((PBYTE)vTable[16],(PBYTE)nReset);
    }

    return 0;
    }

    [/php]

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  14. The Following User Says Thank You to ~Liberty~ For This Useful Post:

    muumimamma (08-09-2010)

  15. #8
    MissRandomSpam's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    @ Barbie's House
    Posts
    2,342
    Reputation
    50
    Thanks
    584
    i didnt request anything rofl

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

    muumimamma (08-09-2010)

  17. #9
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool
    Quote Originally Posted by MissRandomSpam View Post
    i didnt request anything rofl
    Didn't say u request something.
    you said this beling in the source section.
    But in the source section it's not allowed to request.

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  18. The Following User Says Thank You to ~Liberty~ For This Useful Post:

    muumimamma (08-09-2010)

  19. #10
    MissRandomSpam's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    @ Barbie's House
    Posts
    2,342
    Reputation
    50
    Thanks
    584
    Quote Originally Posted by ~Liberty~ View Post


    Didn't say u request something.
    you said this beling in the source section.
    But in the source section it's not allowed to request.
    oh my mistake sry

  20. The Following User Says Thank You to MissRandomSpam For This Useful Post:

    muumimamma (08-09-2010)

  21. #11
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    omg -.- detours is patched use VMT hookin -.-

  22. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    muumimamma (08-09-2010)

  23. #12
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by ~Liberty~ View Post


    What is gordons hooking method? Too lazy to search
    If you are too lazy to search you shouldnt code hacks.
    -Rest in peace leechers-

    Your PM box is 100% full.

  24. The Following User Says Thank You to Zoom For This Useful Post:

    muumimamma (08-09-2010)

  25. #13
    qddW$#%^jtyjtyj's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    721
    Reputation
    7
    Thanks
    148
    My Mood
    Mellow
    Quote Originally Posted by ~Liberty~ View Post


    What is gordons hooking method? Too lazy to search
    VMT .

    But guys, what about vtable hooking?

  26. The Following User Says Thank You to qddW$#%^jtyjtyj For This Useful Post:

    muumimamma (08-09-2010)

  27. #14
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool
    Quote Originally Posted by Zoom View Post


    If you are too lazy to search you shouldnt code hacks.
    I did search for it.
    Found it on UC

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  28. The Following User Says Thank You to ~Liberty~ For This Useful Post:

    muumimamma (08-09-2010)

  29. #15
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by ~Liberty~ View Post


    I did search for it.
    Found it on UC
    Well, gordons VMT hook doesnt work for eu

    Well you may get it to work if you update somethings

    We need more hooking methods for eu
    -Rest in peace leechers-

    Your PM box is 100% full.

  30. The Following User Says Thank You to Zoom For This Useful Post:

    muumimamma (08-09-2010)

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 8
    Last Post: 09-17-2011, 06:53 AM
  2. ThaMC Server - FREE BUILD - Working with ALL versions(Cracked, Premium)
    By corky12831 in forum Minecraft Server Advertising
    Replies: 8
    Last Post: 09-04-2011, 02:33 PM
  3. [Release] Fraps v3.4.3 Build 13411 Retail - FOSI Fully Registered Version
    By Jacket in forum Crossfire Videos & Montages
    Replies: 19
    Last Post: 08-12-2011, 01:21 PM
  4. Version.ini for Warrock
    By tomvernons in forum WarRock - International Hacks
    Replies: 6
    Last Post: 02-08-2006, 09:47 AM