testingtest Posted June 19, 2007 Share Posted June 19, 2007 (edited) 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 dirtyBasic_Lock.txtBasic____Log.txtBasic___Log___Date.txtAdvance_GUI.txt Edited June 21, 2007 by testingtest Link to comment Share on other sites More sharing options...
Generator Posted June 20, 2007 Share Posted June 20, 2007 How do you use this actually? Link to comment Share on other sites More sharing options...
Gif Posted June 20, 2007 Share Posted June 20, 2007 (edited) 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 June 20, 2007 by c4nm7 Link to comment Share on other sites More sharing options...
svennie Posted June 21, 2007 Share Posted June 21, 2007 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;;;;;ElseMsgBox(0 , "" , "Wrong password now exiting...")ExitEndIfThen 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;;;;;ElseMsgBox(0 , "" , "Wrong password now exiting...")ExitEndIfIt'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 More sharing options...
testingtest Posted June 21, 2007 Author Share Posted June 21, 2007 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~ Svenyes you did help thanks Link to comment Share on other sites More sharing options...
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