Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic

    Combat Arms Kernel Patch - Class Reversing - Window Mode

    Atm i was going to reverse more of some pub classes, and i rember that there was 2 files that you could put in your CA folder and it would make it windows, well i tried them and it did not load CA. Next i could not find CA in the process list in Re-Class, and i remeber there was a .exe (program) you can run to patch CA to let you use Re-Class, and find it in the process list in Re-Class. if you can help me thanks. i need windowed mode, and a way to let CA show up in Re-Class. thanks

  2. #2
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    you need to unhook hs because it stops it from showing up on reclass
    (make a driver)

  3. #3
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    I don't know how to make one D:
    and there was one b4 public i cant find it

  4. #4
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Make your own Offset logger. That's what I did.

  5. #5
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    Yo CD whats up? What happend to IH, whats yours MSN?

  6. #6
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Does the PTC version not work for you?
    Dont ban me

  7. #7
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    Quote Originally Posted by markoj View Post
    Does the PTC version not work for you?
    what do you mean

  8. #8
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    did i miss where you mention a "kernel patch"? :/

    You might be able to hook CreateDevice() and call it with the same params Combat Arms does, but set windowed to true instead of false.
    Last edited by freedompeace; 06-21-2011 at 02:24 PM.

  9. #9
    Marko™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    s
    Posts
    24
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by pashak View Post
    what do you mean
    Theres a PTC that makes CA go into windowed mode

  10. #10
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by Marko™ View Post
    Theres a PTC that makes CA go into windowed mode
    No this ptc dont works...

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  11. #11
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    Quote Originally Posted by Ch40zz-C0d3r View Post
    No this ptc dont works...
    it works but not as what i think he wants... it's a sort of windowed the one with ptc....

  12. #12
    .::SCHiM::.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    733
    Reputation
    180
    Thanks
    880
    My Mood
    Twisted
    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.
    Last edited by .::SCHiM::.; 06-23-2011 at 03:47 AM.

    I'm SCHiM

    Morals derive from the instinct to survive. Moral behavior is survival behavior above the individual level.

    Polymorphic engine
    Interprocess callback class
    SIN
    Infinite-precision arithmetic
    Hooking dynamic linkage
    (sloppy)Kernel mode Disassembler!!!

    Semi debugger




  13. The Following User Says Thank You to .::SCHiM::. For This Useful Post:

    kibbles18 (07-02-2011)

  14. #13
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    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.
    Bad Post is Bad.
    Sorry but why would i crash engine if i was trying to reverse a class..

  15. #14
    .::SCHiM::.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    733
    Reputation
    180
    Thanks
    880
    My Mood
    Twisted
    Quote Originally Posted by DeadLinez View Post
    Bad Post is Bad.
    Sorry but why would i crash engine if i was trying to reverse a class..
    Crashing engine will make windows freeze engine and send you a message asking you if you want to debug the program. While debugging you can attach more tools (structbuild) and proceed with reversing classes.

    I'm SCHiM

    Morals derive from the instinct to survive. Moral behavior is survival behavior above the individual level.

    Polymorphic engine
    Interprocess callback class
    SIN
    Infinite-precision arithmetic
    Hooking dynamic linkage
    (sloppy)Kernel mode Disassembler!!!

    Semi debugger




  16. #15
    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 .::SCHiM::. View Post
    Crashing engine will make windows freeze engine and send you a message asking you if you want to debug the program. While debugging you can attach more tools (structbuild) and proceed with reversing classes.
    But none of the classes you want will be loaded...
    Last edited by mmbob; 06-24-2011 at 02:49 PM.

Page 1 of 2 12 LastLast