How do you plan to make a game without programming the game logic? Telling the computer what to draw where? Telling the computer how your game works? Or just open a single level? Which level should it open?
Is your game an rts? side scroller? top-down?
You will not find any premade tools where you get everything you want.
Learning programming is not hard. You can learn the basics and start using an engine. For example Unreal Engine 4, is a very good toolset you can get used to it in a week or so.
You have many options to detect code injection but you have many options to inject a code into an application as well. You have to monitor the memory and runnig processes.
Also if you are asking where to start i am sure you will not succeed to make any kind of libary like that.
The first reason is you can not secure an application 100%. The number one rule is: If someone wants to crack a software he will crack it up sooner or later it will be cracked. All you can do is to make it harder. Also if you are creating a game you probably keep it updated with new content and new features. People won't play an outdated game also why would anyone crack your game? The only thing you can do is to change core elements from time to time.
Even companies has no perfect anti cheat software or software that protects their software against beign cracked.
I got this email too.. Sooo shall i just ignore this?
Hey!
How do you plan to make a game without programming the game logic? Telling the computer what to draw where? Telling the computer how your game works? Or just open a single level? Which level should it open?
Is your game an rts? side scroller? top-down?
You will not find any premade tools where you get everything you want.
Learning programming is not hard. You can learn the basics and start using an engine. For example Unreal Engine 4, is a very good toolset you can get used to it in a week or so.
Hey,
You have many options to detect code injection but you have many options to inject a code into an application as well. You have to monitor the memory and runnig processes.
Also if you are asking where to start i am sure you will not succeed to make any kind of libary like that.
The first reason is you can not secure an application 100%. The number one rule is: If someone wants to crack a software he will crack it up sooner or later it will be cracked. All you can do is to make it harder. Also if you are creating a game you probably keep it updated with new content and new features. People won't play an outdated game also why would anyone crack your game? The only thing you can do is to change core elements from time to time.
Even companies has no perfect anti cheat software or software that protects their software against beign cracked.
Hope it helps!
And sorry for my english ;)