Results 1 to 4 of 4
  1. #1
    Fps_Wasabi's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    narnia
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed

    Getting Start to the Hacking world

    What would i need to learn in order to start hacking? Such as Making wall or aimbot for Combat Arms or even Counter strike. Does all the same principle from combat arm and counterstrike the same? i mean, would the code be different for combat arm then Counter strike if i want to make walls?

    What are the language that i "HAVE" to learn in order to start hacking.
    As far as i know, you need
    -C++
    -D3D

    Is there more?

    And what would it approximately how long would it take to learn a good amount?

  2. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    yeah those languages
    and around 2 year to learn a language pretty good
    I love it when people keep their agreements /sarcasm ftw

  3. #3
    jrbearden's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    On the move
    Posts
    25
    Reputation
    17
    Thanks
    2
    My Mood
    Tired
    C++ is a great entry level language; however, D3D isn't a language. It's just a developement kit of an already existing set of tools.

    Once you get the basics of C++ down, it'll be easy to move onto other lanauges such as C, C#, and Java. Java was the easiest for me to learn after learning C++, because Java is class based (so is C#).

    Overall, once you learn to think in a logical order, make some psuedo programs, you'll be on your way learning a real language in no time.

  4. The Following User Says Thank You to jrbearden For This Useful Post:

    Hell_Demon (04-22-2011)

  5. #4
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by jrbearden View Post
    C++ is a great entry level language; however, D3D isn't a language. It's just a developement kit of an already existing set of tools.

    Once you get the basics of C++ down, it'll be easy to move onto other lanauges such as C, C#, and Java. Java was the easiest for me to learn after learning C++, because Java is class based (so is C#).

    Overall, once you learn to think in a logical order, make some psuedo programs, you'll be on your way learning a real language in no time.
    Good Job explaining.

    @OP - cplusplus.com - The C++ Resources Network