adik2dmax666 Posted April 19, 2010 Posted April 19, 2010 Is there anyway on how to make my autoit compiled scripts password protected? What i've thought of is to make a link online containing the password so that i can change it. Local $hDownload = InetGet("http://adik2dmax.110mb.com/pass.txt", @TempDir & "\pass.dat", 1, 1) $pass = FileReadLine(@TempDir & "\pass.dat", 1) $pass2 = GUICtrlRead($Password_box) If StringCompare($pass, $pass2) = 0 then call("_start") else call("_end") Endif First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
ForsakenGod Posted April 19, 2010 Posted April 19, 2010 (edited) Why downloading it ? Just read it or ? $hDownload = BinaryToString(InetRead("http://adik2dmax.110mb.com/pass.txt", 1), 4) Edited April 19, 2010 by ForsakenGod
adik2dmax666 Posted April 19, 2010 Author Posted April 19, 2010 Much better, Im currently searching for encryption UDF that I can incorporate to my script.. First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now