What’s the best way to learn programming as someone who’s never touched a programming language before?
It’s generally recommended to start with a beginner-friendly language like Python in order to learn the basics: variables, loops, functions, data structures, etc.
Create small projects that interest you, using free resources you find online. Then you can branch out into a more complex language like C or C++ and explore low-level reverse engineering concepts that way, before you jump into things like game hacking.
Obviously, this doesn’t have to be exactly how you do it, and it’s extremely simplified, but its a solid way to start if you don’t have any experience. If you have any questions, let me know.
Just watch a few YT tutorials and when you get the Fondmetal’s I recommend reading documents on Programming languages you want to start with, Aswell looking/Reading into threads on forum sites.