תוכן עניינים:
2025 מְחַבֵּר: John Day | [email protected]. שונה לאחרונה: 2025-01-13 06:57
שלום זו הוראת תכנות ואני אתן לך קוד כדי שתוכל ליצור מחדש את הסצנה בתחילת המטריצה שבה המחשב של ניאו נפרץ והמחשב אומר: תתעורר ניאו …
שלב 1: שלב 1: Vbs הראשון
פתח פנקס רשימות וזה אחד מארבעת הקבצים שאתה צריך ליצור אחרת זה לא יעבוד.
הכנס את הקוד הזה:
set 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"
'שימוש בסט הוא חובה הגדר objShell = כלום WScript. Quit
ושמור את הקובץ הזה matrix.vbs
שלב 2: שלב 2: קובץ שני
עכשיו פתח פנקס רשימות חדש וקרא לקובץ זה 2.vbs מכיוון שהוא לא יעבוד אם תקרא לו בשם הרצוי.
כעת העתק והדבק קוד זה הוא קובץ פנקס הרשימות השני.
set 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. שינה 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"
'שימוש בסט הוא חובה הגדר objShell = כלום WScript. Quit
שלב 3: שלב 3: Vbs שלישי
פתח קובץ פנקס אחר וקרא לקובץ זה 3.vbs.
הכנס את הקוד הזה לקובץ.
set 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"
'שימוש בסט הוא חובה הגדר objShell = כלום WScript. Quit
שלב 4: שלב 4: קובץ ה- Vbs האחרון
עכשיו תעשה את הקובץ האחרון ותקרא לו 4. vbs.
הכנס את הקוד הזה לקובץ.
set ghost = wscript. CreateObject ("WScript. Shell") ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "knock knock neo …" WScript. Quit
הקבצים חייבים להיות על שולחן העבודה כי זה לא יעבוד אם לא תעשה את זה