Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by mmbob View Post


    But none of the classes you want will be loaded...
    Delay the crash?
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. #17
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by topblast View Post


    Delay the crash?
    Quote Originally Posted by .::SCHiM::. View Post
    Crash engine.exe before hackshield is fully loaded, that way you can even dbg it with olly and the like. Just inject a dll when Hs is loading that does something like:

    Code:
    Dllmain(){
    if( == Process_Attach){
    __ASM INT 1h
    }
    }
    Since no exception handlers have been set-up yet windows will freeze CA for you and you can debug it at will.
    You can't delay the @Crash.

  3. #18
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    Quote Originally Posted by mmbob View Post




    You can't delay the Crash.
    Guys. You can hook olly on Engine by..

    1) Open reclass or somethin and hooking engine.exe.
    2)Engine WILL close and detected it. Its ok.. just keep reclass opened and reopen combat arms.
    3) RIGHT when engine opens hit pause process.
    4)Open olly and hook engine.


    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  4. #19
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by CAFlames View Post


    Guys. You can hook olly on Engine by..

    1) Open reclass or somethin and hooking engine.exe.
    2)Engine WILL close and detected it. Its ok.. just keep reclass opened and reopen combat arms.
    3) RIGHT when engine opens hit pause process.
    4)Open olly and hook engine.


    Or just inject a msgbox before hs is loading and attach than olly.

  5. #20
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    or just make a driver

  6. #21
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    @whit @NOOB @NOOBJr @flameswor10 @Crash @mmbob

    CA Website Is back on

    Game will be on in 15minutes

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

Page 2 of 2 FirstFirst 12