جدول المحتويات:

مشهد Martix يستيقظ الجدد Vbs: 4 خطوات
مشهد Martix يستيقظ الجدد Vbs: 4 خطوات

فيديو: مشهد Martix يستيقظ الجدد Vbs: 4 خطوات

فيديو: مشهد Martix يستيقظ الجدد Vbs: 4 خطوات
فيديو: اجمل مقطع من فلم ماتركس 2024, يوليو
Anonim
مشهد Martix يستيقظ Neo… Vbs
مشهد Martix يستيقظ Neo… Vbs

مرحبًا ، هذه تعليمات برمجة وسأعطيك رمزًا حتى تتمكن من إعادة تشكيل المشهد في بداية المصفوفة حيث يتم اختراق كمبيوتر neo ويقول الكمبيوتر: استيقظ جديدًا …

الخطوة 1: الخطوة 1: أول Vbs

الخطوة 1: أول Vbs
الخطوة 1: أول Vbs

افتح المفكرة وهذا أحد الملفات الأربعة التي يجب عليك إجراؤها وإلا فلن يعمل.

أدخل هذا الرمز:

تعيين ghost = wscript. CreateObject ("WScript. Shell") ghost.run "cmd" wscript.sleep 3000 ghost.sendkeys "w" wscript.sleep 100 ghost.sendkeys "a" wscript.sleep 100 ghost.sendkeys "k" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys "" wscript.sleep 100 ghost.sendkeys "u" wscript.sleep 100 ghost.sendkeys "p" wscript.sleep 100 ghost.sendkeys "" wscript.sleep 100 ghost.sendkeys "n" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "." wscript.sleep 100 ghost.sendkeys "." wscript.sleep 100 ghost.sendkeys "." wscript.sleep 5000 Dim objShell Set objShell = Wscript. CreateObject ("WScript. Shell")

objShell. Run "2.vbs"

'استخدام Set إلزامي Set objShell = لا شيء WScript. Quit

وحفظ هذا الملف في matrix.vbs

الخطوة 2: الخطوة 2: الملف الثاني

افتح الآن مفكرة جديدة واستدع هذا الملف 2.vbs لأنه لن يعمل إذا سميته بالاسم الذي تريده.

الآن نسخ ولصق هذا الرمز هو ملف المفكرة الثاني.

تعيين ghost = wscript. CreateObject ("WScript. Shell") ghost.run "cmd" wscript.sleep 500 ghost.sendkeys "t" wscript.sleep 500 ghost.sendkeys "h" wscript.sleep 500 ghost.sendkeys "e" wscript.sleep 500 ghost.sendkeys "" wscript.sleep 500 ghost.sendkeys "m" wscript.sleep 500 ghost.sendkeys "a" wscript.sleep 500 ghost.sendkeys "t" wscript.sleep 500 ghost.sendkeys "r" wscript. sleep 500 ghost.sendkeys "i" wscript.sleep 500 ghost.sendkeys "x" wscript.sleep 500 ghost.sendkeys "" wscript.sleep 500 ghost.sendkeys "h" wscript.sleep 500 ghost.sendkeys "a" wscript.sleep 500 ghost.sendkeys "s" wscript.sleep 500 ghost.sendkeys "" wscript.sleep 100 ghost.sendkeys "y" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "u" wscript.sleep 40 ghost.sendkeys "." wscript.sleep 40 ghost.sendkeys "." wscript.sleep 40 ghost.sendkeys "." wscript.sleep 5000 اضبط objShell = Wscript. CreateObject ("WScript. Shell")

objShell. Run "3.vbs"

'استخدام Set إلزامي Set objShell = لا شيء WScript. Quit

الخطوة 3: الخطوة 3: الثالث Vbs

افتح ملف مفكرة آخر واستدع هذا الملف 3.vbs.

ضع هذا الرمز في الملف.

تعيين ghost = wscript. CreateObject ("WScript. Shell") ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "f" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "l" wscript.sleep 100 ghost.sendkeys "l" wscript.sleep 100 ghost.sendkeys "o" wscript.sleep 100 ghost.sendkeys "w" wscript.sleep 100 ghost.sendkeys "" wscript.sleep 100 ghost.sendkeys "t" wscript. النوم 100 ghost.sendkeys "h" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys "" wscript.sleep 100 ghost.sendkeys "w" wscript.sleep 100 ghost.sendkeys "h" wscript.sleep 100 ghost.sendkeys "i" wscript.sleep 100 ghost.sendkeys "t" wscript.sleep 100 ghost.sendkeys "e" wscript.sleep 100 ghost.sendkeys "" wscript.sleep 100 ghost.sendkeys "r" wscript.sleep 100 ghost.sendkeys "a" wscript.sleep 100 ghost.sendkeys "b" wscript.sleep 100 ghost.sendkeys "b" wscript.sleep 100 ghost.sendkeys "i" wscript.sleep 100 ghost.sendkeys "t" wscript.sleep 500 ghost.sendkeys "." wscript.sleep 500 ghost.sendkeys "." wscript.sleep 500 ghost.sendkeys "." wscript.sleep 5000 اضبط objShell = Wscript. CreateObject ("WScript. Shell")

objShell. Run "4.vbs"

'استخدام Set إلزامي Set objShell = لا شيء WScript. Quit

الخطوة 4: الخطوة 4: ملف Vbs الأخير

الآن ستقوم بإنشاء الملف الأخير وتسميته 4.vbs.

ضع هذا الرمز في الملف.

تعيين ghost = wscript. CreateObject ("WScript. Shell") ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "knock knock neo…" WScript. Quit

يجب أن تكون الملفات على سطح المكتب لأنها لن تعمل إذا لم تفعل ذلك

موصى به: