Results 1 to 14 of 14
  1. #1
    vexx123's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    What Language Do I Need To Make Hacks

    Help !!!!!!!!!!!!!!!!!!!!!!!!!!!!

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    You can Use a Multitude of languages to make a game hack.

    However you will NEVER make a game hack (unless you just take others source) without learning a language first.

    With that said, You asked the question in a C++ section, I assume you have some idea where to start


     


     


     



    The Most complete application MPGH will ever offer - 68%




  3. The Following User Says Thank You to NextGen1 For This Useful Post:

    Hassan (02-25-2012)

  4. #3
    Null::Void's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    47
    Reputation
    6
    Thanks
    7
    My Mood
    Relaxed
    Well TBH i would learn asembler if you truly want to make hacks, then once you have mastered (or at least got a good grounding of ASM) its not that hard to make hacks in C++ with this fundimental understanding of how programs work. (Sorry if that made a little less sence than it should i am pretty tired and sick atm)

  5. The Following User Says Thank You to Null::Void For This Useful Post:

    Hassan (02-26-2012)

  6. #4
    FileCorrupt's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    658
    Reputation
    -2
    Thanks
    30
    My Mood
    Amazed
    Quote Originally Posted by Null::Void View Post
    Well TBH i would learn asembler if you truly want to make hacks, then once you have mastered (or at least got a good grounding of ASM) its not that hard to make hacks in C++ with this fundimental understanding of how programs work. (Sorry if that made a little less sence than it should i am pretty tired and sick atm)
    I disagree. ASM is not a good language to start with since it is more conceptual. It would help to just learn C++ and program flow first and then get more basic.
    Last edited by FileCorrupt; 02-26-2012 at 04:57 PM.

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

    Jason (02-26-2012)

  8. #5
    Null::Void's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    47
    Reputation
    6
    Thanks
    7
    My Mood
    Relaxed
    Quote Originally Posted by FileCorrupt View Post
    I disagree. ASM is not a good language to start with since it is more conceptual. It would help to just learn C++ and program flow first and then get more basic.
    Well to make trainers and stuff ofcourse a top level language like C++ is alot better but to actually "Make hacks" like learning to map the memory of a game and i guess what i mean is descover hacks ASM is the only way to go IMO

  9. The Following User Says Thank You to Null::Void For This Useful Post:

    258456 (02-27-2012)

  10. #6
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    @Null::Void is correct. You don't need to code in asm, you just must understand asm and how it corresponds to the program flow and other stuff that you don't see in c++ like the epilogue(push ebp, MOV ebp, esp) and such. By understanding asm you will understand how programs work when analysing them in olly.

  11. #7
    Zyixc's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Geneva
    Posts
    359
    Reputation
    13
    Thanks
    225
    My Mood
    Yeehaw
    First learn the concept of programming. You must choose a language with good Error-catching like Java.
    Any "popular" object orientated language will do the trick.


    [IMG]https://www.mpgh.net/forum/members/560509-zyixc-albums-d/picture2910-******.png[/IMG]


    The stars that once lit my way have dimmed, the sky turned gray.
    The path, once so clear, faded away.

  12. #8
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by Zyixc View Post
    First learn the concept of programming. You must choose a language with good Error-catching like Java.
    Any "popular" object orientated language will do the trick.
    Java.... for gamehacking? O_o What kind of drugs are you on sir?
    Ah we-a blaze the fyah, make it bun dem!

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

    t7ancients (03-08-2012)

  14. #9
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted
    As far as I'm aware, Java is STILL a horrible choice for gamehacking. Theoretically, it COULD work in java, but take a look at what is practical and not theoretical. Most hacks are written in C/C++ and Assembly. There will be more source code, examples, articles, tutorials, etc. for those languages. .NET is rapidly gaining popularity as well, because you can just P/Invoke all the shit you need to make hacks. I don't mess with Java, but I've always heard that it's native interface sucks balls. Also, all the cool kids are doing C/C++/C#. Having a "C" in the name makes a language that much better.

  15. #10
    -Raz0r-'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia
    Posts
    117
    Reputation
    15
    Thanks
    38
    My Mood
    Lurking
    He wasn't suggesting Java for hacks. He was suggesting Java for learning how to program.
    Languages: C, C++, x86 ASM, PHP, Lua

  16. #11
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted
    I'm aware of that, but it would make more sense to go with C/C++ and Assembly from the start. I'm probably biased, I don't like Java.
    If he went with Java, he wouldn't learn much if anything about low-level programming. However with C and C++ he would have the OO and low-level all in one, and it would be easy to incorporate assembly into that. Java would teach him program flow and all that mumbo jumbo, but it would take him longer to reach his goal. It would take more time to learn about Java and THEN pursue your hacking goal, when he could do C/C++ and Assembly and at the same time get a better understanding of how it all works together than if he spread it out. Learning more than one language at a time forces you to remember the differences, therefore forcing you to remember what's what in each language. I would just stay away from Java though. Most consumer pc's run Windows, and C# is much better for Windows programs than Java. C# also plays nicely with C/C++ which play nicely with Assembly. Just my opinion, really, and I'm not really that knowledgeable or experienced. I've just seen a lot more meaningful stuff come from C/C++ and .NET than I have Java. You may also notice the little shit-bit Java section is almost dead. If you must learn a high-level language to grasp the concepts, learn C#. Or maybe Nemerle, which is basically the same thing with some pretty fucked up looking syntax. Actually, fuck Nemerle. Stick with C# lol.
    Last edited by t7ancients; 03-08-2012 at 07:09 AM.

  17. #12
    Zyixc's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Geneva
    Posts
    359
    Reputation
    13
    Thanks
    225
    My Mood
    Yeehaw
    Remember is also mentioned that any other Object-orientated programming language will do the trick. For example c++ or objective-c.
    If you start with the language C it will take you much longer to learn the concept of programming, because you can program real "dirty" in C.


    [IMG]https://www.mpgh.net/forum/members/560509-zyixc-albums-d/picture2910-******.png[/IMG]


    The stars that once lit my way have dimmed, the sky turned gray.
    The path, once so clear, faded away.

  18. #13
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted
    To be honest I think it would be easier for a beginner to start with C mainly because of it's lack of OO concepts. "The concept of programming" - You refer to it as though object oriented programming is what it means, when really that's only one paradigm.

  19. #14
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211

Similar Threads

  1. [Discussion] What are the software needed to make a cheat/hack??
    By SkynetVirus in forum Mission Against Terror Discussions
    Replies: 16
    Last Post: 07-18-2011, 08:35 AM
  2. [Help] what software do i need to make a hack?
    By scar-l in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 03-10-2010, 06:13 PM
  3. What programing Language do i use to make hacks?
    By jpnfl77 in forum Combat Arms Help
    Replies: 6
    Last Post: 10-06-2009, 08:41 PM
  4. What tools do you need to make hacks?
    By gunman353 in forum C++/C Programming
    Replies: 2
    Last Post: 02-21-2009, 08:46 PM
  5. Whut Language do hackers use when makeing hacks??
    By jeremywilms in forum Programming
    Replies: 23
    Last Post: 07-04-2006, 12:14 PM