[Tutorial] Password protect crypt
Well its stupid if u make program for selling etc. Some fucking stupid noob crack it..
What i mean..
If password is mpgh don't write it like that
Code:
If password = "mpgh" Then
Same code can writed little harder, like that
Code:
converted = Chr(97) + Chr(115) + Chr(115) + Chr(105) + Chr(107)
If StrReverse(mpgh) = converted Then
Example
After that, you can't see password on sourcecode.
I make this but this is very normal..At internet u can find +100 tutorial for that..
But if you are very good cracker (use hex-editors etc) You can crack this shit.
