Inhaltsverzeichnis:
- Schritt 1: Schritt 1: Erste Vbs
- Schritt 2: Schritt 2: Zweite Datei
- Schritt 3: Schritt 3: Dritte Vbs
- Schritt 4: Schritt 4: Letzte Vbs-Datei
Video: Martix Scene Wake Up Neo Vbs - Gunook
2024 Autor: John Day | [email protected]. Zuletzt bearbeitet: 2024-01-30 07:18
Hallo, das ist eine Programmieranleitung und ich gebe dir einen Code, damit du die Szene am Anfang der Matrix neu erstellen kannst, in der Neos Computer gehackt wird und der Computer sagt: Neo aufwachen…
Schritt 1: Schritt 1: Erste Vbs
Öffnen Sie Notepad und dies ist eine der vier Dateien, die Sie erstellen müssen, sonst funktioniert es nicht.
Geben Sie diesen Code ein:
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"
' Die Verwendung von Set ist obligatorisch Set objShell = Nothing WScript. Quit
und speichern Sie diese Datei als matrix.vbs
Schritt 2: Schritt 2: Zweite Datei
Öffnen Sie nun einen neuen Notizblock und nennen Sie diese Datei 2.vbs, da es nicht funktioniert, wenn Sie sie mit dem gewünschten Namen benennen.
Jetzt kopieren und einfügen diesen Code ist die zweite Notepad-Datei.
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. 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 Set objShell = Wscript. CreateObject("WScript. Shell")
objShell. Run "3.vbs"
' Die Verwendung von Set ist obligatorisch Set objShell = Nothing WScript. Quit
Schritt 3: Schritt 3: Dritte Vbs
Öffnen Sie eine andere Notepad-Datei und nennen Sie diese Datei 3.vbs.
füge diesen Code in die Datei ein.
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. sleep 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 Set objShell = Wscript. CreateObject("WScript. Shell")
objShell. Run "4.vbs"
' Die Verwendung von Set ist obligatorisch Set objShell = Nothing WScript. Quit
Schritt 4: Schritt 4: Letzte Vbs-Datei
Jetzt erstellen Sie die letzte Datei und nennen sie 4.vbs.
füge diesen Code in die Datei ein.
set ghost = wscript. CreateObject("WScript. Shell") ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "klopf klopf neo…" WScript. Quit
die Dateien müssen auf dem Desktop sein, da es sonst nicht funktioniert
Empfohlen:
VBS-Tutorial - Grundlagen: 5 Schritte
VBS-Tutorial - Grundlagen: Ok, einige Leute haben mich gefragt, woher ich meine vbs gelernt habe es von Websites, du wirst es von mir lernen =DS