Good Book To Learn C# From?
I recently started learning C#, and besides using online tutorials does anyone know a book they can link me to? All the ones on MPGH seem to be about C++. Thanks! Also if anyone has a guide on how to make hacks for games, I would appreciate it.
Similar syntax.
Just say goodbye to all your premade .NET functions and get used to using pointers more.
Depends what you mean by 'hack'.
If you don't know, then I'm sure any of them will work for you.
Pure C++ would BE if I googled C++ tutorials. Also I mean hacking by making anti cheat bypasses.
__________ so what do you mean by anti-cheat.
All of them (?) can call Windows API's..so if that's all you need (ReadProcessMemory/Write, etc), then CLR is fine.
If you want to inject: injecting a 'normal c++ dll' is different (easier??) than injecting a '.net dll'
If you want to write in-line asm it might be different for each (?).
Not really sure what else you're talking about: you can pretty much do *whatever you want* in any of them, but it will be different complexity/length of code.
Do you have a guide that you would recommend?
Thanks for your help ^ I'll be sure to check that out.