Jump to content

Passworded Program


Recommended Posts

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]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...