Thread: What do i do

Results 1 to 9 of 9
  1. #1
    legokiller45's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    C:\Nexon\Engine.exe
    Posts
    495
    Reputation
    -9
    Thanks
    21
    My Mood
    Amused

    What do i do

    0x485F90 what do i do with codes like this

  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    First, you learn C++.
    Then you download a base and see if you can manage to make it fit in.
    Then you update the detours.

    Overall, making a hack for CA isn't worth it unless you have basic C++ knowledge.
    No I do not make game hacks anymore, please stop asking.

  3. #3
    legokiller45's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    C:\Nexon\Engine.exe
    Posts
    495
    Reputation
    -9
    Thanks
    21
    My Mood
    Amused
    im working on learning C++ but for now i just want to know how to use codes like that to make hacks

  4. #4
    dragonslop's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    254
    Reputation
    10
    Thanks
    25
    My Mood
    Confused
    thats just dum. you cant just start trying to do something, and not know what anything means.

  5. #5
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Ask alesandro and deadlinez
    Dont ban me

  6. #6
    OBrozz's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    819
    Reputation
    65
    Thanks
    813
    Quote Originally Posted by markoj View Post
    Ask alesandro and deadlinez
    They will trolol his ass.




    They are addies keeping that certain hack undetected. Not much more i can tell.

  7. #7
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    Quote Originally Posted by legokiller45 View Post
    0x485F90 what do i do with codes like this
    That specific address looks to me like it came from the engine.exe, so therefore it is probably a d3d device pointer, or a alternative console command method. If it is a D3D device pointer it is used to allow your hack to write pixels (D3D) to combat arms. If it is a console command method it is used with a function (usually ASM) to basically show your hack where to Push the strings to in combat arms. When I say "strings" i mean console commands such as "SkelModelStencil -1", "Prediction 0", etc. Since i did not develop a hack for combat arms in awhile, I'm not exactly sure what/which Console methods or patched or not. a quick search in the source code section reveal this by topblast. I know its a little wordy, sorry if your confused, but i hope i helped.

  8. #8
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    It is an address, ask your self: what do you want to do with it? If you don't know, then you still need to do some work before you can start writing hacks.





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  9. #9
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    you should know what it does if you plan on hacking with it. you're spitting in the wind if you're not sure of what it does and/or if you lack knowledge of how you will interface with it.