Results 1 to 5 of 5
  1. #1
    TheLegitKz01's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    2
    My Mood
    Amused

    COMBAT ARMS HACK CODING HELP

    Okay look i have been through this whole Combat Arms Hack Coding/Source Code sub-fourm and found shitty ass tutorials that dont make sense on how to code hacks for combat arms. they only desent one i could find is this one https://www.mpgh.net/forum/207-combat...arms-hack.html

    So i need someone to post a CLEAR thread on combat arms hacking not this half-assed stuff. and dont come saying "well learn c++" "Well learn d3d" cuz ikeep getting that and i already know c++ so all i need you to do is make a thread on combat arms hacking please take your time and thank you for the help

  2. #2
    Drake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Belgium,Oost-Vlaanderen
    Posts
    12,680
    Reputation
    1801
    Thanks
    4,929
    Don't post shitty Learn c++ comments , he says he already know c++ .
    He wants know how to get started with hacking combat arms .

  3. #3
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    So, I dont have much time now, but what yo uneed to do:
    You need to hook directx to draw your shit over (in the game)
    Then you need classes and addresses (to initialize the classes)
    You can use them to iritate through the players, and what you wanna do, as example draw his health.

    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

  4. The Following User Says Thank You to Ch40zz-C0d3r For This Useful Post:

    AznNicholas1314 (06-29-2012)

  5. #4
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    The first thing you are going to need to do is hook one of the internal game functions if you want to render over it. When I say hook, I mean intercept a function and insert a jump to your own function, and execute that. Once you have hooked a function such as Present(), you will be able to draw over the game. You need to use tools such as cheat engine and ollydbg to find different memory addresses which accomplish different things, such as the value for ammunition in memory. Hacking simply consists of modifying these memory locations.

    Oh no! Vortex is gay!

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

    AznNicholas1314 (06-29-2012)

  7. #5
    AznNicholas1314's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    445
    Reputation
    20
    Thanks
    672
    Uh I haven't started hacking CA yet but there are almost always 2 ways to hack a game like this.
    1. d3d hook which lets you draw like the other 2 have said.
    2. engine sdk use which you have access to the engines classes and can either read or write to it and do many crazy stuff.

    I don't know if PushToConsole is a 3.

Similar Threads

  1. [Help Request] Help with starting Combat arms hacking
    By TheLegitKz01 in forum Combat Arms Help
    Replies: 2
    Last Post: 06-27-2012, 08:54 AM
  2. Combat Arms Hack. Need help
    By lmfaolala in forum Combat Arms Help
    Replies: 4
    Last Post: 07-31-2010, 05:01 AM
  3. Combat arms error codes/ Help Here!!!
    By IHelper in forum Combat Arms Help
    Replies: 5
    Last Post: 09-21-2009, 12:06 AM
  4. [Help] Combat arms hacks help
    By lildawg32 in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 10-26-2008, 04:03 AM
  5. Combat Arms Hacks Help
    By Clear Insanity in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 09-08-2008, 01:37 PM