Is it possible to code an internal hack for C#?
My reasoning is that since the SDK is coded in c++, it would be really difficult but somehow possible, but it would be more efficient to just code it in C++.
Originally Posted by KappaMang
Is it possible to code an internal hack for C#?
My reasoning is that since the SDK is coded in c++, it would be really difficult but somehow possible, but it would be more efficient to just code it in C++.
In my experience yes you can but its kinda complicated.
If I understand you correctly,if u really dont want the SDK then dont use it. U can perfectly code cheats internally without the SDK.
Originally Posted by gauthier08
If I understand you correctly,if u really dont want the SDK then dont use it. U can perfectly code cheats internally without the SDK.
Really? What about calling in-game functions? I mean, some of the SDK needs to be there right?
Originally Posted by KappaMang
Really? What about calling in-game functions? I mean, some of the SDK needs to be there right?
Well for shit like hooking functions yeah. But if you don't want to use it u can perfectly make a cheat internally. But it's gonna almost be the same as an external cheat. So imo kinda pointless. The best to do is get a base with SDK and learn how to use it. I started with markHC. Learnt using the sdk quite fast. Also, i dont really recommend doing c#. I fully advice to try to learn c++.
Good luck!
Originally Posted by gauthier08
Well for shit like hooking functions yeah. But if you don't want to use it u can perfectly make a cheat internally. But it's gonna almost be the same as an external cheat. So imo kinda pointless. The best to do is get a base with SDK and learn how to use it. I started with markHC. Learnt using the sdk quite fast. Also, i dont really recommend doing c#. I fully advice to try to learn c++.
Good luck!
The only reason I prefer C# is the ease of menu making. Is there a way to code the menu in C# and the actual hack in C++?
Originally Posted by KappaMang
The only reason I prefer C# is the ease of menu making. Is there a way to code the menu in C# and the actual hack in C++?
C# to C++ converter??? (kappa)
Originally Posted by KappaMang
The only reason I prefer C# is the ease of menu making. Is there a way to code the menu in C# and the actual hack in C++?
well just for menu making id still go to c++. But I'll leave it up to you. Gl.
Been over a week since last update/bump after answers, assuming solved.