(11-18-2017 - 08:28 PM)Endgame Wrote: How much knowledge would you say is required in C# for coding simple pc game hacks?
It's not too much.
I managed to pick up C# from developing plugins for a game I play.
Once you get into that, if it's a unity game, you can just modify the Assembly-CSharp.dll
If the game has an anti-cheat you'll need to know how to bypass it before you make an attempt at modifying the dll.