I am going to be learning C# and I was thinking about trying to make my own hacks for the CoD series, for my own personal use. I have read that CodeHook is coded in Delphi and or C++. Although, is it possible to code hacks in C#? Thanks :)
Printable View
I am going to be learning C# and I was thinking about trying to make my own hacks for the CoD series, for my own personal use. I have read that CodeHook is coded in Delphi and or C++. Although, is it possible to code hacks in C#? Thanks :)
I'm sure that Game-Hacks are coded in C++.
You should learn C++
Yeah, most of them are coded in C++/C, because you need to inject into the game and modify / use the game resources
Learning C++ need some years. .
Hope you know it , just buy a book or read online tutorials.
Codehook's not coded in Delphi lol..
Yes, it's possible to write hacks in C# due to the unsafe keyword, but you'd be using unmanaged external methods to do it anyway, so there's really not much point.