Jump to content

.exe Locker


testingtest
 Share

Recommended Posts

To make everything more clear:

You choose your AU3 file, for example that file containts:

MsgBox(0,"Hi","Hello")
oÝ÷ Ù8^*.r(±ê'zíä×Mø¥zËajÖ«y«miÈ^u«,ºh§ØZ·*.v'yÛazkhÊ«r©º×«N¬~)^ríj)ìjëh×6
$Password = "test"
$Pass = InputBox("Locked"   ][ÝÔXÙH[[ÝÜÝÛÜÈÜ[È[I][ÝÈ   ][ÝÜÜÝÛÜgV÷C²ÂgV÷C²¢gV÷C²ÂSÂS¤bb33cµ72Òb33cµ77v÷&B¡¸(ììììì)±Í)5Í ½à À°ÅÕ½ÐìÅÕ½Ðì°ÅÕ½Ðí]ɽ¹ÁÍÍݽɹ½Üá¥Ñ¥¹¸¸")
Exit
EndIf
oÝ÷ Ù8^Ø^¦º ­©jÈjYrrw¬¶¦¶aÆ®¶­s`¤×6t&÷ÂgV÷C´gV÷C²ÂgV÷C´VÆÆògV÷C²¢b33cµ77v÷&BÒgV÷C·FW7BgVðì(ÀÌØíAÍÌô%¹ÁÕÑ    ½à ÅÕ½Ðí1½­ÅÕ½Ðì°ÅÕ½ÐíA±Í¹ÑÈå½ÕÈÁÍÍݲd to open this file" , "password" , "*" , 150 , 1

this was a quick script to stop my friend from messing with my compiled scripts good for usbs quick and dirty

Basic_Lock.txt

Basic____Log.txt

Basic___Log___Date.txt

Advance_GUI.txt

Edited by testingtest
Link to comment
Share on other sites

so it really works? it's just looping around asking which file to open?

and i think it can be shutted down from tray...

work it a bit more

Edited by c4nm7
Link to comment
Share on other sites

To make everything more clear:

You choose your AU3 file, for example that file containts:

MsgBox(0,"Hi","Hello")

Then you choose one of the TXT files that are attached (assuming that you downloaded them to your computer).

This file contains:

$Password = "test"

$Pass = InputBox("Locked" , "Please enter your password to open this file" , "password" , "*" , 150 , 150 , 0 , 0)

If $Pass = $Password Then

;;;;;

Else

MsgBox(0 , "" , "Wrong password now exiting...")

Exit

EndIf

Then the program basically combines them to this:

MsgBox(0,"Hi","Hello")

$Password = "test"

$Pass = InputBox("Locked" , "Please enter your password to open this file" , "password" , "*" , 150 , 150 , 0 , 0)

If $Pass = $Password Then

;;;;;

Else

MsgBox(0 , "" , "Wrong password now exiting...")

Exit

EndIf

It's just a very simple combiner that he called a locker. testingtest, feel free to add to the first post.

Hope I helped

~ Sven

Sorry for my English, I'm Dutch... =DMedia UDFINet Adv UDF
Link to comment
Share on other sites

To make everything more clear:

You choose your AU3 file, for example that file containts:

Then you choose one of the TXT files that are attached (assuming that you downloaded them to your computer).

This file contains:

Then the program basically combines them to this:

It's just a very simple combiner that he called a locker. testingtest, feel free to add to the first post.

Hope I helped

~ Sven

yes you did help thanks

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...