User Profile
Collapse
-
My application is running a game I want to use GUID so people cant hook hacks in the GUID i s representing a hash string I need it to prevent hooking hacks in I should be blocking other hashes.... -
yes I´m talking about GUID hope you can help me ( already thanks for replying )...Leave a comment:
-
I´m not sure if were talking about the same thing
each program got a unique hash
example google toolbars hash is xxxxxxx
I want my program to check if the hash is xxxxxx and not something else...Leave a comment:
-
I already got the hash code from the program but I don´t know how to calculate it whitin the program. I´ll try search on the link you gave me ( System.Security .Cryptography Namespace )
Would protecting the memory be effectfull so someone can't hook something in?Leave a comment:
-
I know you cant help¨me withouth code but after reading the link you gave me I got this question I want this to happen:
If hash key is 12345 continue
else stop.
Code:If (hashkey != 12345) MessageBox.Show("passed"); Continue() } else { MessageBox.Show("not passed"); Close() }Leave a comment:
-
Checking a hash?
Hey I'm trying to make a anti cheat that checks if the hash is the same (to check if someone hooked something in) But I got no clue how to this
So if key is 12345 it continue else it closes itself can anybody help me out whit this matter?
Thanks in advance.
btw this has to be in c#
No activity results to display
Show More
Leave a comment: