baconecdz مدير المنتدى : خالد khaled الجنس : هوايتي : الرياضة مسآهمآتے : 11463 التقييم : 368 | موضوع: كيفية حماية الاسطوانة بـ باسوورد AutoPlay Media Studio V8.0.7.0 السبت 21 يونيو 2014 - 17:55 | |
| .. | الدرس الثالثـ عشر | .. كيفية حماية الاسطوانة بـ باسوورد AutoPlay Media Studio V8.0.7.0نذهب الى خصائص الصفحه نتابع ... 1-نذهب الى Script 2-ثم نذهب الى On show 3-نضع الكود في المربع 4-نضغط Ok - الكود:
-
--assume the user enters a bad password correct_password = false; -- the 'correct' password real_passwords = {"password", "password2", "3rdPassword"}; -- prompt the user to enter a password user_password = Dialog.PasswordInput("Password", "Please enter the password: ", MB_ICONQUESTION); -- compare the user's password to the 'correct' password. for j in real_passwords do if real_passwords[j] == user_password then correct_password = true; end end --if the password was bad, exit if not correct_password then Application.Exit(); end ... النتيجه لن يتم فتح الاسطوانه الا بوضع كلمه السر ... الان للوضع كلمه سر اولأ الكود الذي وضعته لكم هوا لفتح الاسطوانه باكثر من كلمه سر تستطيع تغييرهم ... تابع من السطر الثالث من الكود real_passwords = {" password", " password2", " 3rdPassword"}; فقط قم بتغييرهم وطبق نفس الشرح ... انتهى الدرس.. | لتحميل صور الدرس | .. بسم الله - اضغط هنا للتحميل -SadMan |
| |