Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    kevin3211's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Question What language is the best/most common ?

    Hey guys, so im about to learn how to write hacks for games. already learned AHK. so now i dont now which is the best or most common language for writting game Hacks? i heared a lot of C++ and C# but i dont know which one i should take

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,317
    depends on what u wanna do

  3. #3
    r00flr00fl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    same question, I have learned C at the university and now I am faced with the decision to delve into C++ or C#

    depends on what u wanna do
    mostly I'd like to develop hacks for multiplayer games

    from what I've read so far C++ seems to have less boundaries and should therefore be the preferred choice I guess?
    Last edited by r00flr00fl; 02-27-2019 at 08:36 AM.

  4. #4
    dosfilth's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    19
    Reputation
    21
    Thanks
    1
    i have used quite a few languages but so far the best in my opinion is python just because of the endless options. there is always a library that can do exact what you need

  5. #5
    poor2rich's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    3
    My Mood
    Breezy
    python, java, javascript. Pick

  6. #6
    Vox's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    USA
    Posts
    60
    Reputation
    10
    Thanks
    52
    My Mood
    Innocent
    I have practiced C/C++/C#, Java, JavaScript, Python, and done a little bit with web languages (HTML/CSS/PHP etc.).

    I have built and maintained a few "chat-room" bots using C#, Python, and Javascript.

    In terms of game hacking, I have primarily gravitated towards python for MOST projects.

    With Python:
    • Surface level image processing (screenshots)
    • Macros
    • Low-level memory manipulation with ctypes library

    IMO python is probably the worst (out of C languages, Java, and Python) to do real quality hacks.

    Mainly I built bots for games with python, i.e. monitor the game by taking screenshots on an interval, and then processing the image, pulling data from it, then running some macros based on the data extracted from it.

    This is because actually reading the raw data from memory of the game and having it in a format you can actually execute logical calls on is very... well, difficult.
    Not only that, you have to "hijack" C (which python is built on top of) in order to do this by, again, using the ctypes module, so why not just use C in the first place?

    Now, you may be wondering "if python is so bad, why use it?", well, it's fast, really really easy, and it's so f*cking light-weight. All you need is NP++ and windows explorer open side by side and boom, you have a fully interactive, high-speed python IDE.
    C/C++/C# all require very heavy IDE's, in comparison, and take awhile inbetween compiling a new version of your program.

    TL;DR im lazy, so i use python.
    --- Hack to learn, don't learn to hack.



  7. #7
    mnwd's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Location
    Germany
    Posts
    104
    Reputation
    18
    Thanks
    13
    Python is very intuitive, its fun to write the code cauz u got a lot of packages you can get from pip and the code looks very clean

  8. #8
    Warside's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    In my mom's basement
    Posts
    183
    Reputation
    10
    Thanks
    208
    My Mood
    Tired
    I recommend starting with c++

  9. #9
    JuneDuff's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    I hope, the computer one and smiles.

  10. #10
    Burrumballa's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    C++ is the best choice for starting, it's one of the most common for sure

  11. #11
    Fazz_cris's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    593
    Reputation
    42
    Thanks
    131
    My Mood
    Amazed
    C++ , JAVA , PHYTON they are the best

  12. #12
    kr_nekdo's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    360
    Reputation
    22
    Thanks
    26
    My Mood
    Angelic
    Quote Originally Posted by dosfilth View Post
    i have used quite a few languages but so far the best in my opinion is python just because of the endless options. there is always a library that can do exact what you need
    that's true, you can install anaconda and have many scientific, graphic etc. libraries and there are countless others ...

    - - - Updated - - -

    Quote Originally Posted by kr_nekdo View Post
    that's true, you can install anaconda and have many scientific, graphic etc. libraries and there are countless others ...
    although if you would like to develop end user programs, you should usually go away from python due to its slowness

  13. #13
    nanomike's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    C++ is quite portable. The new big language for developing in Windows is C++, designed to operate well with Windows.

  14. #14
    ChetoPUBG's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Yeah C++ is probably the way to go here.

  15. #15
    tokoyo2468's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    10
    I would love to indulge in coding can someone help

Page 1 of 2 12 LastLast

Similar Threads

  1. What Weapon is the "best"?
    By C.C. in forum CrossFire Discussions
    Replies: 10
    Last Post: 12-17-2010, 03:41 AM
  2. What'd be the best API to learn?
    By Auxilium in forum C++/C Programming
    Replies: 22
    Last Post: 08-10-2010, 09:48 PM
  3. What would be the best emulator?
    By Polo™ in forum General
    Replies: 19
    Last Post: 08-09-2010, 07:55 PM
  4. What injectors are the best i should use?
    By BrownBoy12 in forum Combat Arms Help
    Replies: 1
    Last Post: 06-11-2010, 05:28 AM
  5. What's is the best bypass right now?
    By Dillonz in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 09-19-2009, 12:12 AM