Results 1 to 4 of 4
  1. #1
    samisosa's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    What should I learn for hack games? C++

    Hi!

    I just want to know what I should learn next ... I have programmed for about 2 years and I know a lot about the language. I always wanted to learn to create my own tricks or feats, but I never knew how to do it. Just to make it clear, I know the following about the c ++ language:
    I know how to handle inputs and outputs, mathematical expressions, conditional structures, repetitive structures, vectors and matrices, strings, sorting methods in c ++, search in an array, structures, functions, pointers, stacks, queues, lists, trees, work with files , OOP classes and objects, OOP derived classes, genericity (templates), analysis and efficiency of algorithms, recursive algorithms and finally I know how to use the standard STL template library

  2. #2
    Ōru Maito's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    67
    I think you should visit some of the website that offer you premium lessons and support for cheap prices

  3. #3
    DIA4A's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    102
    Reputation
    19
    Thanks
    162
    Quote Originally Posted by samisosa View Post
    Hi!

    I just want to know what I should learn next ... I have programmed for about 2 years and I know a lot about the language. I always wanted to learn to create my own tricks or feats, but I never knew how to do it. Just to make it clear, I know the following about the c ++ language:
    I know how to handle inputs and outputs, mathematical expressions, conditional structures, repetitive structures, vectors and matrices, strings, sorting methods in c ++, search in an array, structures, functions, pointers, stacks, queues, lists, trees, work with files , OOP classes and objects, OOP derived classes, genericity (templates), analysis and efficiency of algorithms, recursive algorithms and finally I know how to use the standard STL template library
    Something you will generally need if you want to hack games with any language really is a bit of knowledge in reverse engineering as to be able to find offsets and other such things needed in a hack. If you want to make hacks I suggest first trying going with an external and learning more about RPM/WPM and using offsets or other finds within the games code (using cheatengine and some soloplayer game is a good starting point). Also bypassing anti-cheats is a whole another topic that varies from game to game so you should also try look out for that

  4. #4
    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
    If you understand C++, start learning the internals of how applications are loaded are in memory, how dynamically allocated memory works, how loading libraries work, how library injection works, how memory manipulation works...





    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

Similar Threads

  1. [Help] What language should I learn for game hacking?
    By voziak in forum Counter-Strike 2 Coding & Resources
    Replies: 6
    Last Post: 04-16-2015, 03:39 PM
  2. What programming language should I learn for...
    By Ravin' Rabbid in forum Coders Lounge
    Replies: 4
    Last Post: 05-22-2014, 04:18 AM
  3. [Request] what should i do for next bs hack
    By vincent_lin46 in forum Blackshot Hacks & Cheats
    Replies: 2
    Last Post: 07-31-2012, 10:35 AM
  4. What kind of tutorials should i learn for gfx?
    By melias54 in forum General
    Replies: 11
    Last Post: 08-28-2010, 06:58 PM
  5. What kind of tutorials should i learn for gfx?
    By melias54 in forum Art & Graphic Design
    Replies: 3
    Last Post: 08-28-2010, 01:20 PM