- Home
·
- Miscellaneous
·
- This is how to Sheild a program from someone trying to Decompile ir.
This is how to Sheild a program from someone trying to Decompile ir.
This is how to Sheild a program from someone trying to Decompile ir.
Rate This is how to Sheild a program from someone trying to Decompile ir.
(1(1 Vote))
'Stops people from decompiling your progs'
Dim i As Integer
a = "."
Open Text1.Text For Binary As #1
Seek #1, 25
Put #1, , a
Close #1
End Function
This is how to Sheild a program from someone trying to Decompile ir. Comments
No comments yet — be the first to post one!
Post a Comment