AntiCheat: Protect game against hackers?

MaMK

New member
Joined
Aug 30, 2009
Messages
2
Programming Experience
1-3
I just wonder if it was possible to make a program in vb.net that could protect a process against cheat engine and trainers. I know hackershield and Punkbuster do, and I want to do something simelar. It don't need to be so advance as Hackershield, but hopefulle be able to stop at least some of the hackers. I konw that I just could check if cheat engine is running and kill the process, but that does not help against the trainers. Lets say I have this simple program:
VB.NET:
Dim integer1 as integer = 100
Private sub btn_down() handless btn.down
integer1 = integer1 - 1
msgbox(integer1)
end sub
I have successfully changed it with cheat engine, how would i go protecting this? (Anti-Memory-Manipulation)
 
Back
Top