Developing A Cheat/Hack In CSGO (C#)
Hi. So I've been learning C# for over a year now, and I'm decently experienced. Wouldn't say ik everything, but I do know my way around quite a bit. I want to get into making a cheat, but just don't really know where to start. Never done anything like this b4 I should say, so got any ideas? Ik it's better to do it in C++, but I would prefer to stick with C#, and not have to learn a new language.
I'd suggest you to learn C++ instead of using C#, since you are pretty much limited to externals. There isn't that much of a difference between the 2 language.
You can easily learn it in 1 week, since you already know a C language well.
You have to learn how to use the header files and the c++ equivalents of List, Dictionary and other data structures, which shouldn't be that hard + there are some syntax differences between OOP, which is 3 mins to learn overall.
Also you'll have to learn about pointers, and memory management for game hacking (which you should know if you are making ur hack with C# too).