Results 1 to 8 of 8
  1. #1
    L33tHaxorCod3r's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    46
    My Mood
    Blah

    You guys probs don't wanna hear this

    I am learning c++ through an ebook and when I get good I am going to make combat arms hacks.I switched from java because it just isn't my thing and c++ is more appealing to me.

    The things I want to ask is...

    Are there any special things I need to do to get combat arms to be coded on?
    What is the best IDE you guys prefer it's best to use it on?
    And are there any tutorials like what stuff means? Because I was reading stuff saying you guys use id's which perform certain functions and i don't know how you guys know what all the ids mean.

  2. #2
    elcamu9878's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    258
    Reputation
    10
    Thanks
    253
    My Mood
    Blah
    Use Microsoft Visual C++ also best way to learn is from newboston youtube tutorials or learncpp.com also to make a menu you gotta learn Directx.

  3. #3
    L33tHaxorCod3r's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    73
    Reputation
    10
    Thanks
    46
    My Mood
    Blah
    Thanks for the help.It'll take a while to learn but I think I'll benefit from it.

  4. #4
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    1. Special things- not really, just C++, but the level of knowledge depends on what your doing
    2. Visuall C++ most use, though @Departure seems to be godly with Delphi
    3. Dont worry about ID's. they are for SendToServer hacks which most people do not include in their hacks, because they do not know how,
    some ACTUALly KNOW what they do, others just guess... cough cough
    Successful buys: 20
    Successful sells: 4
    Successful trades: 9
    Scammed: 4

     
    https://www.mpgh.net/forum/490-vouches/560562-vouches.html

    ^^^^^^^^^^^
    vouche for me?

  5. #5
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    Quote Originally Posted by -Bl00d- View Post
    1. Special things- not really, just C++, but the level of knowledge depends on what your doing
    2. Visuall C++ most use, though @Departure seems to be godly with Delphi
    3. Dont worry about ID's. they are for SendToServer hacks which most people do not include in their hacks, because they do not know how,
    some ACTUALly KNOW what they do, others just guess... cough cough
    Many people know how to message the server, it's just a choice if they want to add it in their hack or not.
    Currently coding applications in Java and C++.

    "It is change, continuing change, inevitable change, that is the dominant factor in society today. No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be." -Isaac Asimov

  6. #6
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,566
    Reputation
    5180
    Thanks
    14,176
    My Mood
    Inspired
    Quote Originally Posted by Shadow` View Post
    Many people know how to message the server, it's just a choice if they want to add it in their hack or not.
    Many people know how to do it, but many don't know how it works
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  7. The Following User Says Thank You to Flengo For This Useful Post:

    -Bl00d- (12-07-2012)

  8. #7
    Genesis's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Terra Australis
    Posts
    4,221
    Reputation
    1391
    Thanks
    2,528
    Quote Originally Posted by Flengo View Post


    Many people know how to do it, but many don't know how it works
    I know how to do it and how it works, i just can't be bothered to get off my lazy ass and make any modifications to my hack.

  9. #8
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed
    Well none of you seem to be answering his question, you're simply getting off topic and this is why we are running out of coders.

    To answer your question there is no definitive answer, So ill start with IDE's:
    There's no one IDE that's better than another it all comes down to choice, I personally prefer Visual Studio 2012(I code in more than c++ so i prefer a studio) But, Visual C++ '08 and Visual C++ '10 are just as good if not better, By far though '08 is the fastest of the three.

    Next is a answer based on your choice, if you wanna create a menu hack then you will need DirectX june 2010(see links below), Now after installing the SDK you will be required to set it up in your IDE to access the files:

    [IMG]https://i1091.photobucke*****m/albums/i400/ghosthuner78/Capture-3.png[/IMG]

    Goto your project properties->VC++ Directories->Set up include and Library Directories by navigating to the respective folders in the now installed Microsoft DirectX June 2010 SDK Folder.

    As far as things you will need to know to be a successful hacker:
    Memory Basics(NOP,JMP,Hex Strings, Pointers ,Etc.)
    Reversing(Basics: Retrieving Addies, Attaining Bytes(On and Off), Understanding the basics of how HS Works and how detours work. Advanced: Reversing Classes, Reversing Addies, Reversing D3d)
    DirectX(Hooking, Drawing, Rendering Font)
    C++ and a little ASM(Not 100% Necessary)

    Other Tips:
    Use XOR
    Start with a non protected game like Assault Cube for practice
    Study, Study, Study

    Links:
    https://go.microsof*****m/?linkid=9816758 Visual studio '12
    https://go.microsof*****m/?linkid=9709949 Visual studio '10
    https://download.microsof*****m/downlo...7e/vcsetup.exe Visual studio '08

    Download DirectX SDK - (June 2010) from Official Microsoft Download Center DirectX June 2010

    Other Helpful Tools:
    Download OllyDbg
    https://****************/downloads.php CheatEngine
    https://www.mpgh.net/forum/207-combat...-1-32-bit.html Ida
    Reclass(Can't link to it as its on a rival forum, Google it)

Similar Threads

  1. Don't give into all this shit you guys..
    By jeremy6996 in forum General
    Replies: 13
    Last Post: 03-13-2011, 10:03 AM
  2. You guys have to see this
    By Fairplay? in forum General
    Replies: 18
    Last Post: 01-06-2009, 08:48 AM
  3. you guys should play this game
    By i eat trees in forum General
    Replies: 5
    Last Post: 02-29-2008, 10:30 AM
  4. Why you guys play this?
    By Spoking in forum WarRock Korea Hacks
    Replies: 20
    Last Post: 05-13-2007, 01:23 PM