สารบัญ:
- ขั้นตอนที่ 1: ขั้นตอนที่ 1: Vbs แรก
- ขั้นตอนที่ 2: ขั้นตอนที่ 2: ไฟล์ที่สอง
- ขั้นตอนที่ 3: ขั้นตอนที่ 3: Vbs ที่สาม
- ขั้นตอนที่ 4: ขั้นตอนที่ 4: ไฟล์ Vbs ล่าสุด
วีดีโอ: Martix Scene Wake Up Neo Vbs: 4 ขั้นตอน
2024 ผู้เขียน: John Day | [email protected]. แก้ไขล่าสุด: 2024-01-30 13:04
สวัสดี นี่คือคำแนะนำในการเขียนโปรแกรม และฉันจะให้รหัสแก่คุณ เพื่อให้คุณสามารถสร้างฉากขึ้นใหม่ได้ในช่วงเริ่มต้นของเมทริกซ์ที่คอมพิวเตอร์ของนีโอถูกแฮ็กและคอมพิวเตอร์บอกว่า: ปลุก neo…
ขั้นตอนที่ 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"
' การใช้ Set เป็นข้อบังคับ Set objShell = Nothing 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 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 = Nothing 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"
' การใช้ Set เป็นข้อบังคับ Set objShell = Nothing WScript. Quit
ขั้นตอนที่ 4: ขั้นตอนที่ 4: ไฟล์ Vbs ล่าสุด
ตอนนี้คุณจะสร้างไฟล์สุดท้ายและเรียกมันว่า 4.vbs
ใส่รหัสนี้ในไฟล์.
set ghost = wscript. CreateObject("WScript. Shell") ghost.run "cmd" wscript.sleep 100 ghost.sendkeys "น็อค น็อค นีโอ…" WScript. Quit
ไฟล์จะต้องอยู่บนเดสก์ท็อปเพราะจะไม่ทำงานหากไม่ทำเช่นนั้น
แนะนำ:
ใช้ซ้ำ Philips Wake Up Light HF3550 + Ipod Touch ครั้งที่ 4: 5 ขั้นตอน
ใช้ซ้ำ Philips Wake Up Light HF3550 + Ipod Touch 4: แก้ไข 2019/10/28 ฉันได้อัปโหลดไฟล์ IPA ที่แตกใหม่แล้ว (ขอบคุณ irastignac) และอัปเดตลิงก์ไฟล์ที่ไม่ระบุตัวตน ควรป้องกันช่วงเวลาที่ระบบขอให้คุณป้อน apple ID ของฉัน แก้ไข 2019/10/22 ดูเหมือนว่าไฟล์ philips IPA จะเซ็นชื่อกับ apple ของฉัน
Wake on LAN คอมพิวเตอร์ทุกเครื่องผ่านเครือข่ายไร้สาย: 3 ขั้นตอน
Wake on LAN คอมพิวเตอร์ทุกเครื่องผ่านเครือข่ายไร้สาย: บทช่วยสอนนี้ไม่เป็นปัจจุบันอีกต่อไปเนื่องจากการเปลี่ยนแปลงในอิมเมจ Raspbpian โปรดปฏิบัติตามบทช่วยสอนที่อัปเดตที่นี่: https://www.instructables.com/id/Raspberry-Pi-As-Wake-on-LAN-ServerWOL มีอยู่ในพอร์ต Ethernet เกือบทั้งหมดในปัจจุบัน นี่ไม่ใช่
Wake Up !!!: 5 ขั้นตอน
Wake Up !!!: โครงการนี้เพื่อปลุกคน มีคนจำนวนมากที่ไม่สามารถตื่นจากการปลุกได้ ดังนั้น โครงการนี้จึงเพื่อช่วยให้คนเหล่านั้นตื่นได้ง่ายและรวดเร็ว โปรเจ็กต์นี้ใช้เซอร์โวมอเตอร์และโฟโตรีซีสเตอร์เมื่อไฟบนโฟโตรีซีสเตอร์ส
Easy Wake-Up: ไฟปลุกอัจฉริยะที่สร้างด้วย Raspberry Pi: 6 ขั้นตอน
Easy Wake-Up: ไฟปลุกอัจฉริยะที่สร้างด้วย Raspberry Pi: บทนำสำหรับหลักสูตร Project1 ฉันต้องทำอะไรบางอย่าง ฉันรู้สึกทึ่งอยู่เสมอว่าแสงปลุกจะเป็นประโยชน์ต่อการตื่นนอนเหมือนแสงจากฟิลิปส์อย่างไร ฉันจึงตัดสินใจสร้างไฟปลุก ฉันสร้างไฟปลุกด้วย Raspberr
Systematic Buzz Phrase Generator.vbs: 6 ขั้นตอน
Systematic Buzz Phrase Generator.vbs: บทนำ คุณเคยต้องการวลีที่ติดหูเพื่อแสดงความคิดที่จะดึงดูดผู้ชมของคุณเข้าสู่รายงานหรือการนำเสนอหรือไม่? คุณไม่ต้องการให้ Buzz Phrase Generator ให้วลีนั้นกับคุณอย่างรวดเร็วหรือไม่ อ่านต่อเพื่อรับประสบการณ์เพิ่มเติม