Thread: Bypass

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48
  1. #31
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by Gordon` View Post
    what you do with tons of addresses do I with 1 i dont see why make it so complicated

    and this doesnt bypass ca's scanfunction, so good luck with it. any modification in engine.exe and cshell.dll will be detected
    It works only with Direct3D hooks.

    DIP
    ES
    Present
    etc..
    Last edited by Synns; 04-27-2010 at 08:00 AM.

  2. #32
    .Tempest's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by why06 View Post
    Hmmmm... can I guess? This looks like he's turning a conditional jump into a non-conditional jmp so that it always returns good. ;l ... So you just find the function that returns bad instead and nop it or something... idk(just a guess). I still need to dump EHSVC.dll. Just being lazy lately. Well that and Im swamped with school work. xD

    @Tempest: If you decompiled sourcecode before injecting it I can see how you got an error.
    My bad, it was a typo. It was really late and I was tired. D: Thanks for pointing that out to me. :3

  3. #33
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by Gordon` View Post
    and this doesnt bypass ca's scanfunction, so good luck with it. any modification in engine.exe and cshell.dll will be detected
    Is the scan function still

    ( int, int, int, int )

    ?
    Last edited by Synns; 04-27-2010 at 01:45 PM.

  4. #34
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    why not just use a different detour instead of DETOUR_TYPE_JMP on gellins base.

  5. #35
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by scimmyboy View Post
    why not just use a different detour instead of DETOUR_TYPE_JMP on gellins base.
    What are you talking about? I don't use gellin's base or the detours used in his CA base.

  6. #36
    scimmyboy's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Location
    https://mpgh.net MPGHCash: $442,596,199
    Posts
    5,645
    Reputation
    26
    Thanks
    896
    My Mood
    Happy
    Quote Originally Posted by Longevity View Post
    What are you talking about? I don't use gellin's base or the detours used in his CA base.
    well. what i was thinking was that i add a new header file called Bypass.h, including the code you provided which i revised up a bit.

    then i inserted the thread into the DLLMAIN function of base.cpp and included bypass.h in base.cpp.

    even with this bypass, combat arms still refuses to start up.

  7. #37
    GrimReaper™'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    24
    Reputation
    16
    Thanks
    8
    lmfao this thing is a fail, the menu hack i made, even with this fails, soo idk whats wrong with it xD
    and acid burn if u read this please add me on msn, as i could help u alittle as u could help me aswell
    kuber.marwaha@live.com

  8. #38
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by GrimReaper™ View Post
    lmfao this thing is a fail, the menu hack i made, even with this fails, soo idk whats wrong with it xD
    and acid burn if u read this please add me on msn, as i could help u alittle as u could help me aswell
    kuber.marwaha@live.com
    Are you using;

    CDetour
    DetourXS

    ?

    Get new detours.

  9. #39
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by Longevity View Post
    Are you using;

    CDetour
    DetourXS

    ?

    Get new detours.
    Don't mean to sound like a complete leecher but I'm having the same problem as above, I see my text while it's loading then I DC before I get to the login screen. I'm not using any detours, no special API for this. I'm just saving the old function then write my own function over the original.

    [php]
    HRESULT (__stdcall* RealEndScene)(IDirect3DDevice9*);
    ////////////////////////////////////////////////////////////////
    HRESULT __stdcall MyEndScene(IDirect3DDevice9* pDevice)
    {
    //Render text
    return RealEndScene(pDevice);
    }
    ////////////////////////////////////////////////////////////////
    void Hook()
    {
    *(unsigned long*)&RealEndScene = EndSceneAddress;
    *EndSceneAddress = (unsigned long)MyEndScene;
    }
    [/php]

    Of course I'm not going to write up the full code now but I'm sure you get the point.

    I'm curious what method of hooking you're using.

  10. #40
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    EDIT:

    Hmmm... I don't think this shit is working. =/

    Also used ur inf for loop thing and all it does is lag the hell out of the game, doesn't help. =/

    Meh... I'll look into it more later, exams. >_>...
    Last edited by why06; 04-27-2010 at 07:16 PM.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  11. #41
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by why06 View Post
    This does not bypass the endscene hook guys... just use present instead of endscene. =/
    Jesus.. seriously? That's odd, allows hooking DIP and Present but not EndScene?

    Now wondering if I could hook SetStreamSource...

  12. #42
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Edited my post. I tried this and I think something weirds up, because this doesn't work for me... also I don't see why it should only work for only 1 type of detour. And the inf loop doesn't make sense either...

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  13. #43
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by Void View Post
    Don't mean to sound like a complete leecher but I'm having the same problem as above, I see my text while it's loading then I DC before I get to the login screen. I'm not using any detours, no special API for this. I'm just saving the old function then write my own function over the original.

    [php]
    HRESULT (__stdcall* RealEndScene)(IDirect3DDevice9*);
    ////////////////////////////////////////////////////////////////
    HRESULT __stdcall MyEndScene(IDirect3DDevice9* pDevice)
    {
    //Render text
    return RealEndScene(pDevice);
    }
    ////////////////////////////////////////////////////////////////
    void Hook()
    {
    *(unsigned long*)&RealEndScene = EndSceneAddress;
    *EndSceneAddress = (unsigned long)MyEndScene;
    }
    [/php]

    Of course I'm not going to write up the full code now but I'm sure you get the point.

    I'm curious what method of hooking you're using.
    Instead of ES, use Present.

    Disable DEP for Engine.exe and try again. I'm using Gordon`'s pattern, nothing special. I had the same problem as you, the loading screen wouldn't even come up, I disabled DEP for Engine.exe and it worked perfectly. I just tried using this and I could play a game / load up CA just fine.
    Last edited by Synns; 04-27-2010 at 08:44 PM.

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

    Void (04-27-2010)

  15. #44
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    Yea, No this isn't working for me either..

    But what do i know..

    I don't get the Infinite Loop though..

    Idk i'm done with it..

    Gl

  16. #45
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    HackShield updated, someone already released a hack using the source. No one received proper credits = no more public code posting.

    Fuck you frantic.

    Requesting close, still works for EU. NA's HS updated.
    Last edited by Synns; 04-28-2010 at 01:30 PM.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Gunz Bypass
    By Paolo1993 in forum Gunz Hacks
    Replies: 52
    Last Post: 04-18-2009, 04:47 AM
  2. Warrock Game Guard Bypass
    By Dave84311 in forum WarRock - International Hacks
    Replies: 206
    Last Post: 02-21-2006, 06:30 PM
  3. Bypassing School Filters
    By Mortifix in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 01-11-2006, 12:01 PM
  4. Replies: 0
    Last Post: 01-04-2006, 05:45 AM
  5. Gunbound CE bypass
    By Brunogol in forum General Game Hacking
    Replies: 0
    Last Post: 12-30-2005, 10:00 AM