@@thinming7344 I still understand what the hell is he talking about if you say he means error, then what does he by error, the explanation is an error or it means the whole action is error or does he mean he( himself )is an error
井字遊戲如下 @echo off setlocal EnableDelayedExpansion set a1=1 set a2=2 set a3=3 set a4=4 set a5=5 set a6=6 set a7=7 set a8=8 set a9=9 set s1=A set s2=A set s3=A set s4=A set s5=A set s6=A set s7=A set s8=A set s9=A set attack=0 set cycle=0 set moves=0 :Start cls echo %a1%^|%a2%^|%a3% echo _____ echo %a4%^|%a5%^|%a6% echo _____ echo %a7%^|%a8%^|%a9% echo Enter a number: set /p input= if %input% EQU 1 goto d1 if %input% EQU 2 goto d2 if %input% EQU 3 goto d3 if %input% EQU 4 goto d4 if %input% EQU 5 goto d5 if %input% EQU 6 goto d6 if %input% EQU 7 goto d7 if %input% EQU 8 goto d8 if %input% EQU 9 goto d9 goto Start :d1 if %s1% EQU N goto Start set a1=X set s1=N set /a moves=%moves%+1 goto check :d2 if %s2% EQU N goto Start set a2=X set s2=N set /a moves=%moves%+1 goto check :d3 if %s3% EQU N goto Start set a3=X set s3=N set /a moves=%moves%+1 goto check :d4 if %s4% EQU N goto Start set a4=X set s4=N set /a moves=%moves%+1 goto check :d5 if %s5% EQU N goto Start set a5=X set s5=N set /a moves=%moves%+1 goto check :d6 if %s6% EQU N goto Start set a6=X set s6=N set /a moves=%moves%+1 goto check :d7 if %s7% EQU N goto Start set a7=X set s7=N set /a moves=%moves%+1 goto check :d8 if %s8% EQU N goto Start set a8=X set s8=N set /a moves=%moves%+1 goto check :d9 if %s9% EQU N goto Start set a9=X set s9=N set /a moves=%moves%+1 goto check :check ::Horizontal if %a1%+%a2%+%a3% EQU X+X+X goto win if %a4%+%a5%+%a6% EQU X+X+X goto win if %a7%+%a8%+%a9% EQU X+X+X goto win ::Vertical if %a1%+%a4%+%a7% EQU X+X+X goto win if %a2%+%a5%+%a8% EQU X+X+X goto win if %a3%+%a6%+%a9% EQU X+X+X goto win ::Diagonal if %a1%+%a5%+%a9% EQU X+X+X goto win if %a3%+%a5%+%a7% EQU X+X+X goto win if %moves% EQU 9 goto draw goto middle :middle if %s5% EQU N goto mon set a5=O set s5=N set /a moves=%moves%+1 goto moncheck :mon if %moves% GEQ 1 goto Offence if %moves% EQU 9 goto draw :Offence ::First Line Horizontal if %a1%+%a2%+%a3% EQU O+O+3 goto a3set if %a1%+%a2%+%a3% EQU 1+O+O goto a1set if %a1%+%a2%+%a3% EQU O+2+O goto a2set ::Second Line Horizontal if %a4%+%a5%+%a6% EQU O+O+6 goto a6set if %a4%+%a5%+%a6% EQU O+5+O goto a5set if %a4%+%a5%+%a6% EQU 4+O+O goto a4set ::Third Line Horizontal if %a7%+%a8%+%a9% EQU O+O+9 goto a9set if %a7%+%a8%+%a9% EQU 7+O+O goto a7set if %a7%+%a8%+%a9% EQU O+8+O goto a8set ::First Line Vertical if %a1%+%a4%+%a7% EQU 1+O+O goto a1set if %a1%+%a4%+%a7% EQU O+4+O goto a4set if %a1%+%a4%+%a7% EQU O+O+7 goto a7set ::Second Line Vertical if %a2%+%a5%+%a8% EQU 2+O+O goto a2set if %a2%+%a5%+%a8% EQU O+5+O goto a5set if %a2%+%a5%+%a8% EQU O+O+8 goto a8set ::Third Line Vertical if %a3%+%a6%+%a9% EQU O+O+9 goto a9set if %a3%+%a6%+%a9% EQU 3+O+O goto a3set if %a3%+%a6%+%a9% EQU O+6+O goto a6set ::Left to Right if %a1%+%a5%+%a9% EQU O+5+O goto a5set if %a1%+%a5%+%a9% EQU O+O+9 goto a9set if %a1%+%a5%+%a9% EQU 1+O+O goto a1set ::Right to Left if %a3%+%a5%+%a7% EQU O+O+7 goto a7set if %a3%+%a5%+%a7% EQU O+5+O goto a5set if %a3%+%a5%+%a7% EQU 3+O+O goto a3set goto Defence :Defence ::First Line Horizontal if %a1%+%a2%+%a3% EQU X+X+3 goto a3set if %a1%+%a2%+%a3% EQU 1+X+X goto a1set if %a1%+%a2%+%a3% EQU X+2+X goto a2set ::Second Line Horizontal if %a4%+%a5%+%a6% EQU X+X+6 goto a6set if %a4%+%a5%+%a6% EQU X+5+X goto a5set if %a4%+%a5%+%a6% EQU 4+X+X goto a4set ::Third Line Horizontal if %a7%+%a8%+%a9% EQU X+X+9 goto a9set if %a7%+%a8%+%a9% EQU 7+X+X goto a7set if %a7%+%a8%+%a9% EQU X+8+X goto a8set ::First Line Vertical if %a1%+%a4%+%a7% EQU 1+X+X goto a1set if %a1%+%a4%+%a7% EQU X+4+X goto a4set if %a1%+%a4%+%a7% EQU X+X+7 goto a7set ::Second Line Vertical if %a2%+%a5%+%a8% EQU 2+X+X goto a2set if %a2%+%a5%+%a8% EQU X+5+X goto a5set if %a2%+%a5%+%a8% EQU X+X+8 goto a8set ::Third Line Vertical if %a3%+%a6%+%a9% EQU X+X+9 goto a9set if %a3%+%a6%+%a9% EQU 3+X+X goto a3set if %a3%+%a6%+%a9% EQU X+6+X goto a6set ::Left to Right if %a1%+%a5%+%a9% EQU X+5+X goto a5set if %a1%+%a5%+%a9% EQU X+X+9 goto a9set if %a1%+%a5%+%a9% EQU 1+X+X goto a1set ::Right to Left if %a3%+%a5%+%a7% EQU X+X+7 goto a7set if %a3%+%a5%+%a7% EQU X+5+X goto a5set if %a3%+%a5%+%a7% EQU 3+X+X goto a3set goto Random :Random set /a attack=%Random% * 9 / 32768 +1 set /a cycle=%cycle%+1 if %cycle% LEQ 1 goto Random if %attack% EQU 1 goto a1set if %attack% EQU 2 goto a2set if %attack% EQU 3 goto a3set if %attack% EQU 4 goto a4set if %attack% EQU 5 goto a5set if %attack% EQU 6 goto a6set if %attack% EQU 7 goto a7set if %attack% EQU 8 goto a8set if %attack% EQU 9 goto a9set goto Random :a1set if %s1% EQU N goto Random set a1=O set s1=N set /a moves=%moves%+1 goto moncheck :a2set if %s2% EQU N goto Random set a2=O set s2=N set /a moves=%moves%+1 goto moncheck :a3set if %s3% EQU N goto Random set a3=O set s3=N set /a moves=%moves%+1 goto moncheck :a4set if %s4% EQU N goto Random set a4=O set s4=N set /a moves=%moves%+1 goto moncheck :a5set if %s5% EQU N goto Random set a5=O set s5=N set /a moves=%moves%+1 goto moncheck :a6set if %s6% EQU N goto Random set a6=O set s6=N set /a moves=%moves%+1 goto moncheck :a7set if %s7% EQU N goto Random set a7=O set s7=N set /a moves=%moves%+1 goto moncheck :a8set if %s8% EQU N goto Random set a8=O set s8=N set /a moves=%moves%+1 goto moncheck :a9set if %s9% EQU N goto Random set a9=O set s9=N set /a moves=%moves%+1 goto moncheck :moncheck ::Horizontal if %a1%+%a2%+%a3% EQU O+O+O goto lose if %a4%+%a5%+%a6% EQU O+O+O goto lose if %a7%+%a8%+%a9% EQU O+O+O goto lose ::Vertical if %a1%+%a4%+%a7% EQU O+O+O goto lose if %a2%+%a5%+%a8% EQU O+O+O goto lose if %a3%+%a6%+%a9% EQU O+O+O goto lose ::Diagonal if %a1%+%a5%+%a9% EQU O+O+O goto lose if %a3%+%a5%+%a7% EQU O+O+O goto lose if %moves% EQU 9 goto draw goto Start :win echo you win pause exit :lose echo you lost! pause exit :draw echo its a draw pause exit
3年後,我又被演算法推薦來了
+1
+1
+1
+1
+1
好像只要同題材,有看過的人就會氣pupu到失去邏輯,
這也是老問題了,留言真的能看出一個人的素質。
所以夾娃娃只能第一個人拍,其他人全部都抄襲?
同樣的玩具開箱也只能有一個人拍,其他人全部不准拍?
遊戲是不是也只有第一個人能玩?其他玩的人都是模仿?
很多人留言的意思大概就是這樣的令人傻眼...
正因為每個人呈現的方式不同,那這就是獨一無二屬於他的影片。
這些人不曉得什麼時候才會成長?
不過我們可以警惕自己不要成為這樣的人。
#腦袋是個好東西希望每個人都有
#有了之後還要學會思考
鬼鬼 所以%%%也只能……
酸民其實只是測試我們耐心的一種形式
鬼鬼加油!
想點子想出新題材也是youtuber的工作之一 你這樣不就省略一個步驟? 這也不像是遊戲 每個人都可以玩出自己不一樣的細節 你不過就只是做別人做過的是然後在旁邊講話而已 根本就是有錢賺的點子小偷
樓上7pupu 都看到文章了也不會想 外國那麼多人都拍一樣的病毒程式實驗 結果下方留言也沒說什麼 呵呵
這麼多人在偷別人點子 為甚麼只抓我 不公平啊!!! 是這樣的意思嗎?
對windows的batch file來說,%0代表的是目前執行的batch file
所以開始執行這個batch 文件
他就會產生兩個process
兩個process會各自在產生兩個process
以2的指數成長
最後塞爆你的memory和cpu使用
如果你的batch file名稱叫做123.bat
其實%0|%0也可以寫成123.bat|123.bat
直接在notepad寫兩行123.bat也有同樣的效果
另外,%0 代表當前檔案名稱,%1開始代表的是執行此batch帶入的參數
解釋
%=87
%0=想複製自己但不知道如何的87
%0|=懂得如何複製但又不知應和何的87
%0|%0=不停self-copy的87
87不斷出現,把空間用盡導致影片的情況
呂仲韜 ……我竟無言以對wwww
這樣的解釋我懂了
Carl ho 嗎?XD (沒惡意
湯鑫鑫 把他當會複製的細胞就好
豪show?XD (沒惡意
該是學校電腦上場的時候了
笑死XDDDDDDD
我試過~
在電腦課。馬上被罵翻
某某人 666
試過ww我們電腦老師說那是啥www(老師你電腦是體育老師教得啊
不錯欸 明天開學 我要試試看XD
*/字多 注意/*
想在這裡告訴鬼鬼 %0在cmd (命令提示字元)裡所代表的是自己本身的當案並非無用字串(包括完整路徑) 而|則是執行下一道命令並將前一道命令當成參數當然也不是複製功能
---------------
然而%0|%0照指令翻譯成白話的話就是:開啟本身檔案再去"重開一次新的"本身檔案(造就無限迴圈)
----------------
還有其實如果單打%0的話電腦會開啟本身檔案 然後立馬關閉 而%0|%0是因為開啟比關閉的速度快太多所以才會當機
-----------------
鬼鬼的電腦會有一段時間變得很順是因為系統判定無法正常執行系統所以會先"暫時"停止所有正在執行中的所有指令 先釋放記憶體(然而這時被暫停的程式就會全部跑完所以cpu會暫時的緩和)然後繼續執行程式
--------------(接下來這段話重要)
最後如果進入Cmd的無限迴圈的話能夠嘗試按下Ctrl+c 讓cmd停止指令好讓程式停止
---------------
還有如果是真的有心人士想要搞這招的話會先隱藏Cmd並寫一個開機登錄檔 一開機第一件事就是打開bat批次檔(而且是多數開啟) 最後導致整台電腦只能洗白硬碟才能恢復
*為何這麼清楚呢...學校電腦就是犧牲品*
//小提醒 %0|%0後加越多的|%0當機速度越快 1個%0後加上n個|%0就是n倍快的當機速度
//好孩子千萬不要這樣玩壞電腦喔 這樣惡操CPU會導致過熱或是電子零件加速老化 換句話說就是加速的讓電腦不能用
專業的
厲害
並非無用字串+1
我也是在學校試的XD
改天去學校打:%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|%0|
把副檔名隱藏後主檔名改成「4K高清片源大全Beta版本」然後丟在弟弟家的電腦裡試試
當學校申請到經費換新電腦
學生:
%0不是複製,是第0個參數,也就是執行檔本身
|是把執行結果輸出到後面的東西
後面又是%0
所以整個執行動作就是「把自己執行的結果輸出給自己執行」
執行一次會多執行兩次,而且因為動作還沒結束,所以一開始開的也還沒被關掉
暫用的記憶體是指數成長(詳細開啟量是1->3->7->15->31……)
要看執行動作的話可以把指令前面加一行ECHO ABC
這樣會一直印出ABC
錯誤❌
@@張洪銘-v2e 你在錯誤什麼......
@@張洪銘-v2e what
應該是想表示Error吧😂
@@thinming7344 I still understand what the hell is he talking about if you say he means error, then what does he by error, the explanation is an error or it means the whole action is error or does he mean he( himself )is an error
這讓我想起以前曾在學校電腦課寫過一個會一直重複不停打開記事本的程式,開太多電腦CPU 會負荷不了直到當機,之後就把那個程式放在學校電腦桌面上,並把檔名改成不要點我.........
你6欸
我用學校的電腦測試,
結果電腦當了,
被記了一支警告(笑
魔 魔 我沒事
我也幹過,但後來可以開機safe~
Virtual Machine
我們學校不會因為電腦當掉而記警告ㄟ(笑
@@緣分あ 我的也是,但學校把電腦的 cmd封鎖了
電腦好單純,跟他講五個字他就自殺了(′・ω・`)
血韻 Marcia wwwwww戳到我笑點wwww
笑死🤣🤣🤣🤣🤣🤣
linux裡還有一招叫rm -rf / --no-preserve-root 直接幫你把東西都刪光
李昶毅 然後各種符號打錯?
?什麼符號打錯
那檔案傳給朋友,打開就好笑了
然後就沒朋友了QQ
不對你沒朋友所以不能傳
好戰民族
Gray Lin 終於有人知道我的名字來原了
亞述 其實也難怪犽宿為什麼要叫犽宿(亞述(好戰 XDD
所以下一次的進階黑魔法可以用這段指令 在毀掉一次電(被打
1. 在指令方塊中輸入/execute @e[type=arrow] ~ ~ ~ summon arrow 開重複和永遠啟用
2. 做個連閃器,在發射器裡面放箭矢
3.啟動開關
4. 恭喜你電腦爆了!
5. -真的去試的不要怪我- 本人有試過
E5-2699 v4 就不知道了嘿嘿嘿
其實minecraft也可以做到類似效果喔,你用一個重複指令方塊打上execute @e[type=egg] ~ ~ ~ summon egg然後你丟出一顆雞蛋,1秒後就變成了1048576顆囉~假設一顆雞蛋消耗1kb的記憶體那一秒後就消耗1gb的記憶體了,在一秒便成1024tb,應該比%0|%0還要快
我試過用
execute @e[type=arrow] ~ ~ ~ summon skeleton
放一隻骷弓,然後切生存...
don't move 一定很慘XD
可是這樣做自己不就也會中招?
先用一個/clone ~~~ ~~~ ~~1~ 並設置成重複,保持開啟
於是這個該世界的存檔就廢了
\・ω・/YAAA! (X
鬼鬼看你影片這麼久我才知道你是光明會的
頭呆 對阿哈哈
天哪,電腦因為那5個符號變成馬賽克了!!
有些人會“惡作劇“把類似的程式碼放進去開機的資料夾執行檔
為什麼有一堆人覺得電腦壞了阿……
這種只要重開機就好了
電腦課一定要試試看
各位,我們被帶回來了~~
XDD
我現在只想明天上學時去把學校老師的電腦給搞當
小天 這好玩www
等等主任就來找你
空星辰幻 然後就可以當開學全校第一個被記過的乖小孩
小天 那個"乖"可以省略
大陆人与狗不准留言 會怎樣的
大陆人与狗不准留言 那要怎麼解開
這會因為處理器過熱而 減少壽命期限, 若果處理器的風扇過熱某些電腦先進的設計會幫你重啟電腦 或關閉電腦
鬼鬼的電腦太好了。我的電腦開不足一分鐘就藍屏死機了。
順便說一下,這個也可以代替
:a
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
goto a
就是重複開啟多個視窗
雖然以前自己亂按有用過了,但鬼鬼的影片就是要按讚
笨 笨 +1
我的電腦之前只要20s直接藍屏XD
其实我告诉你一个病毒
打开一个记事本
输入 shutdown -s -t 0
你必须储存为bat档案
然后把这个文档增加到开机自动开启栏位里
因为shutdown -s -t 0 的0是0秒
加上你添加到了开机自动开启来栏位里
所以他会不断关机
你开机
他做关机
我使用的是windows 10
我不知道其他版本能不能成功
我只能告訴你 那個狀況還蠻像我家舊電腦 它很神奇 不須要五個字 只要把google開啟就有相同的效果 然後 有大大能夠解釋 ddos防火牆 是如何運作的
這個是模擬電腦被駭客攻擊我用學校的電腦打過 它會不斷一直消耗你的CPU 記憶體 到最後你電腦會承受不住當機
其實重開機就會恢復正常
還有windows7當機的畫面它不會是AERO的效果 Microsoft 竟然放任邪惡的字符在作業系統遊蕩太邪惡了
自言自語好笑
欸 我以前就試過,3秒就當機(可想而知我的CPU QAQ)
這跟駭客一點關係也沒有
學校的破電腦三秒就死掉了
六年後,我成功地被演算法推薦來了
這個東西我只敢在電腦差不多沒電的時候試
有用的。。。
某屁孩:媽媽~買新電腦給我啦!
媽媽:不行!你現在的電腦不是還能用嗎?
屁孩不爽的打開電腦。這時,看到了鬼鬼的這個影片。。。
屁孩:嘿嘿~
(接下來請各位自行想象。。。)\(≧▽≦)/
媽媽!!!電腦爆炸了!!!~~~
接著爸爸回到家 拿出長棍子並鎖上門 從此那位屁孩在也不屁了
-最好那麼快啦!-
然後那個屁孩就消失了(我絕對沒有說他被打死了d(`・∀・)b
然後他就得到新的電腦了
(拿出打字機,編故事
屁孩:(照著鬼鬼的影片打 啟動程式
(此時,在電腦城
CPU:啃,那屁孩又在衝三小朋友
RAM(記憶體):阿!有人在大量的打我!! 我快痛死了! 工作管理員!你查一下誰在用我
工作管理員:是CMD? 他在複製什麼?
CMD:救我!我被Bat強迫複製%0!
Bat:是記事本逼我的!
記事本:是那屁孩在我身上打%0|%0!
(外面
屁孩:哈哈哈!我可以換新電腦啦!
作者:那先這樣,第三集等等出
第二集 完
幾樓為什麼要一直提不在場的youtuber阿?說得好像指令是他寫的一樣...
為什麼會弄壞電腦? 因為後面的bat會令系統覺得這是程式檔案,執行%0|%0的程式指令,不斷複製令到癱瘓電腦。
我之前也在電腦教室搞過,老師說要我們把桌面上的程式都開一遍,我耍小聰明用腳本把桌面上的檔案都開一次,結果我腳本也在桌面上,就變成影片裡的狀況了,不過老師竟然反而稱讚我,還要大家向我學習....
這好笑
李昶毅 has
笑死XD
在內存爆掉之前結束掉cmd.exe可以停掉。這5個字符的用處大概是無限複製空內容到記憶體裡
這讓我想到初音未來的消失(x
|是叫pipe 而且%0|%0 和DDos不同,它只是復製%0而已(|是復製的符號,後方的是目標,所以%0會產生另一個%0,最後1變2,2變4,4▶️8,8▶️16, 雖然一開始數量很少,但30次後就會倍增至1,073,741,824,不可小看哦)另外你的電腦已經很好了,一般5分鐘就當掉了
以後要打uhc的時候 衝去別的youtuber家 把他的電腦都打這個指令 冠軍就簡單多了
我试过了,唯一的解救办法就是快速关机,不然电脑暴废。
1:25 不是dat是bat才對吧
不想要電腦可以給我啊 不要毀了他
以成功找到讓學妹一直找我的辦法了😂😂😂
這只是批次檔的腳本而已喔,只是這樣的方式會讓程式一直雙重打開並執行自己而已
%0指的是這個檔案的名子
%0|%0 則是會打開兩個自己
所以記憶體用量就會以2的t次方的速度被佔用,所以才很快就會當機了
演算法把我帶回這裡
+1
+2
+10089
🤔🤔🤔🤔🤔🤔
你的電腦陪你多久了
4年以上了吧
它好可憐...
幫QQ
鬼鬼幹掉自己的電腦
王鼎睿 它沒死
鬼鬼哪~~為什麼要這麼對待自己的好夥伴阿QAQ
這開頭,我還真的以為手機壞惹! ヽ(´・д・`)ノ
今晚uhc加油~OuOb
電腦表示:我哪裡得罪你為什麼要殺死我(死
感覺被打擊了!鬼鬼說好卡的時候還是比我平常時候用的電腦順很多.
我們大學同學直接試,玩完後直接熟練的把電腦修好了
想學會修好電腦,歡迎來萬能科技大學資訊管理系
謝謝鬼鬼壯烈犧牲:D 我一定會想辦法把學校電腦都丟上這東東DER:D
(是說學校電腦重開機就會刪掉多餘檔案...
丟伺服器
所以輸入這個字符,電腦就完全救不回來了嗎!?
謝謝鬼鬼的電腦願意犧牲😭😭
雷歐 幻夜. 藍屏而已 強制關機重起就好
雷歐 幻夜. 還可以救ヾ(* ´∀`*)ノ
雷歐 幻夜. 關掉記事本就好了
其實當到後面連cmd也關閉不了
強制重開機就好,但是假如有東西忘記存檔就掰掰了
%0是指批次档本事,所以%0 |%0指的是不断的开新进程执行自己
看到視窗關閉不了 心裡超級不舒服的
試試Ctrl+Esc
沒記錯是CPU(內存)滿了電腦會一直刪除剛記錄沒多久個的東西,然後覆寫(rewrite)直至當機(機件無法負荷
太棒了
我要去學校的電腦這麼做
我絕對會被踢出校:)
弄壞學校的電腦就可以換新機了!😄
@@張洪銘-v2e 然後我本人也要被換掉了😄
Yt演算法把我帶到三年前教我如何弄壞電腦
我在學校試過 沒想到撐超過3分鐘
熊浣 哈哈
有種東西叫做強制重開
李昶毅 用用看跟老師說呢?哈哈
用過了....自己找一下我發的評論
這個香港的UA-camr也做過
兩個人都很好看😍
你是說卡爾?
然後這指令並不會對電腦硬體造成任何毀損狀況 所以電腦沒有RIP哦!
CPU溫度到60度還沒撞到溫度牆不會降頻
@M KT 你一定不懂電腦,這個指令根本不傷電腦,cpu溫度就算過高也頂多降頻而已根本不會有危害壽命的問題
其實我覺得不要教壞小朋友比較好而且最好還教一下解開的辦法比較好不然如果真的有人試的話就真的GG惹~
重開機就好了阿
看來以後要叫爸媽換電腦會很簡單呢!###(X
dos shell bug很多啊... 比如wildcard 的定義模糊(所以另外用findstr 來補之類的),另外... %包起來的是宣告變數的語法,通常帶0-9都是系統變數多... “| “
自從看了這個影片之後我的朋友的電腦就在也跑不動了
0:44幫羅技打廣告
超好笑!我執行%0|%0
大概意思應該是這樣
Cmd:%0|%0不是一個有效的程序
我這是直接開不了😑
到底是什麼鬼阿!
順帶一提我已經升到了windows10
一切都如常運作
他一定要應用程式才能
我估計開bat檔案也一樣沒用😐
根本只能無限生出cmd
我也檢查過字根本都沒錯誤
但是他就是無法執行...
只能講windows10很嚴格 通常不是一個命令都不會讓你執行
電腦根本沒事
11不夠規格沒得升🙄
我剛好最近換新電腦,可以來試試了!!!!!😂
我比較喜歡
DO
Dim oShell
Set oShell = WScript.CreateObject ("WScript.Shell")
oShell.run "cmd"
LOOP
打入記事本 改副檔名.vbs
港覺比較好玩
比較有被駭入的樣子
(不停開啟CMD 使電腦掛掉)
(之前自己試的 在電腦課前在同學電腦寫了 把icon 都改掉 嘿嘿XD)
你在bat寫
:1
start cmd
goto 1
也可以做到相同的效果
難怪我之前的電腦會壞掉XD
:a
Start
Start
Start
Start
Start
goto A
我國中的時候就把這個簡單的bat檔用內聯網傳去我同學電腦的啟動(startup)文件檔裡 沒想到一次就把他電腦cpu燒了
我那時是有12個start 還給他弄了個disco color和瘋狂重複他的名字 我想他到現在都不知道是誰弄他的
我在youtube看youtuber看youtubeA_A
我在youtube看者youtuber在看別的youtuber看者別的youtuber在看youtube
禁止無限套娃
@@涔奷CenQian 禁止禁止無限套娃
@@馬鈴薯燉肉航星者 "禁止"禁止禁止無限套娃
我們用電腦要小心一點
不小心打錯了東西也可以當掉電腦😰
8700k超頻到5.8G,沒有很當欸
其實也可以 用這樣
:A
start www.Google.com
goto A
這樣他會無限開啟瀏覽器
影片已經有說明不了解的話,不要嘗試
如果還是要嘗試的話,請自己負責後果喔喔喔
雖然你稍微懂電腦的話,會知道是需要開啟那個bat檔案才會運作
那當然只要強制重開機之後,一切就會回復正常了~
鬼鬼 可以教教看 訊息盒子 和電腦關機指令 xDD 雖然都是不好的東西就是了
鬼鬼可以在麥塊試這指令 /execute @e[type=arrow] ~~~ summon arrow ~~~
要射一支箭
這東西不是常識嗎
我連用都沒用就這樣了,有人有辦法解決嗎?
其實有個東西叫USB killer
插到有通電的東西上 例:電腦主機
USB killer會即刻釋放大量的電流使該產品直接"死掉"
有興趣的自己查查看
那個就是物理上的破壞了
為甚麼?
為甚麼是物理上的破壞
Terry76 电缆烧掉啦!
喔給
就醬而已??你要狠一點,我次學電腦的人,這個很好破解,只需要馬上關掉就好,我在教你們幾招
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup這個檔案位置是開機後就會啟動的程式
A.bat : %0|%0 or shutdown -s -t 1
B.bat : copy "C:\Users\USER\Desktop\A.bat" "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup"
這樣就會無限當機,但是要更狠一點的話可以寫入hosts檔案,可以騙新手,hosts可以代替DNS綁架,只要在hosts裡打上網址,就會讓那個網址給停掉,可以利用這些技巧騙新手,但是這些都還不算狠,要利用A.bat時開啟vbs檔案,然後在來使用html檔整玩家,至於vbs和html檔這些語言是你們要自己學才能整人,你們也可以利用cmd來製作黑客程式,但是可以做的東西很少,我目前只做了DNS綁架...等,但是說真的cmd很簡單,很多高手都會笑,我現在有點想要笑,因為cmd是每個人幾乎都會的東西,%0|%0這對高手來說只是個很想笑的東西,你們學到真正的語言時就會懂了,我也告訴你們我這還不夠狠,但是千萬不要弄我給的指令,因為你弄了你會後悔,除非你有備份和有還原卡.
運作內容:
1.開機後當機......以此類推
2.開機後關機......以此類推
如果有事情不要怪我!
我只是提供可以這樣做!但是這真的會被高手笑,我真的笑死了
資工,我說真的CMD很簡單,不會的人我真得會笑,一般人至少也應該要會
用CMD寫井字遊戲
對不起不可笑,因為cmd真的是有電腦的人一定要會的,有很多遊戲是有關cmd的或者是外掛
井字遊戲如下
@echo off
setlocal EnableDelayedExpansion
set a1=1
set a2=2
set a3=3
set a4=4
set a5=5
set a6=6
set a7=7
set a8=8
set a9=9
set s1=A
set s2=A
set s3=A
set s4=A
set s5=A
set s6=A
set s7=A
set s8=A
set s9=A
set attack=0
set cycle=0
set moves=0
:Start
cls
echo %a1%^|%a2%^|%a3%
echo _____
echo %a4%^|%a5%^|%a6%
echo _____
echo %a7%^|%a8%^|%a9%
echo Enter a number:
set /p input=
if %input% EQU 1 goto d1
if %input% EQU 2 goto d2
if %input% EQU 3 goto d3
if %input% EQU 4 goto d4
if %input% EQU 5 goto d5
if %input% EQU 6 goto d6
if %input% EQU 7 goto d7
if %input% EQU 8 goto d8
if %input% EQU 9 goto d9
goto Start
:d1
if %s1% EQU N goto Start
set a1=X
set s1=N
set /a moves=%moves%+1
goto check
:d2
if %s2% EQU N goto Start
set a2=X
set s2=N
set /a moves=%moves%+1
goto check
:d3
if %s3% EQU N goto Start
set a3=X
set s3=N
set /a moves=%moves%+1
goto check
:d4
if %s4% EQU N goto Start
set a4=X
set s4=N
set /a moves=%moves%+1
goto check
:d5
if %s5% EQU N goto Start
set a5=X
set s5=N
set /a moves=%moves%+1
goto check
:d6
if %s6% EQU N goto Start
set a6=X
set s6=N
set /a moves=%moves%+1
goto check
:d7
if %s7% EQU N goto Start
set a7=X
set s7=N
set /a moves=%moves%+1
goto check
:d8
if %s8% EQU N goto Start
set a8=X
set s8=N
set /a moves=%moves%+1
goto check
:d9
if %s9% EQU N goto Start
set a9=X
set s9=N
set /a moves=%moves%+1
goto check
:check
::Horizontal
if %a1%+%a2%+%a3% EQU X+X+X goto win
if %a4%+%a5%+%a6% EQU X+X+X goto win
if %a7%+%a8%+%a9% EQU X+X+X goto win
::Vertical
if %a1%+%a4%+%a7% EQU X+X+X goto win
if %a2%+%a5%+%a8% EQU X+X+X goto win
if %a3%+%a6%+%a9% EQU X+X+X goto win
::Diagonal
if %a1%+%a5%+%a9% EQU X+X+X goto win
if %a3%+%a5%+%a7% EQU X+X+X goto win
if %moves% EQU 9 goto draw
goto middle
:middle
if %s5% EQU N goto mon
set a5=O
set s5=N
set /a moves=%moves%+1
goto moncheck
:mon
if %moves% GEQ 1 goto Offence
if %moves% EQU 9 goto draw
:Offence
::First Line Horizontal
if %a1%+%a2%+%a3% EQU O+O+3 goto a3set
if %a1%+%a2%+%a3% EQU 1+O+O goto a1set
if %a1%+%a2%+%a3% EQU O+2+O goto a2set
::Second Line Horizontal
if %a4%+%a5%+%a6% EQU O+O+6 goto a6set
if %a4%+%a5%+%a6% EQU O+5+O goto a5set
if %a4%+%a5%+%a6% EQU 4+O+O goto a4set
::Third Line Horizontal
if %a7%+%a8%+%a9% EQU O+O+9 goto a9set
if %a7%+%a8%+%a9% EQU 7+O+O goto a7set
if %a7%+%a8%+%a9% EQU O+8+O goto a8set
::First Line Vertical
if %a1%+%a4%+%a7% EQU 1+O+O goto a1set
if %a1%+%a4%+%a7% EQU O+4+O goto a4set
if %a1%+%a4%+%a7% EQU O+O+7 goto a7set
::Second Line Vertical
if %a2%+%a5%+%a8% EQU 2+O+O goto a2set
if %a2%+%a5%+%a8% EQU O+5+O goto a5set
if %a2%+%a5%+%a8% EQU O+O+8 goto a8set
::Third Line Vertical
if %a3%+%a6%+%a9% EQU O+O+9 goto a9set
if %a3%+%a6%+%a9% EQU 3+O+O goto a3set
if %a3%+%a6%+%a9% EQU O+6+O goto a6set
::Left to Right
if %a1%+%a5%+%a9% EQU O+5+O goto a5set
if %a1%+%a5%+%a9% EQU O+O+9 goto a9set
if %a1%+%a5%+%a9% EQU 1+O+O goto a1set
::Right to Left
if %a3%+%a5%+%a7% EQU O+O+7 goto a7set
if %a3%+%a5%+%a7% EQU O+5+O goto a5set
if %a3%+%a5%+%a7% EQU 3+O+O goto a3set
goto Defence
:Defence
::First Line Horizontal
if %a1%+%a2%+%a3% EQU X+X+3 goto a3set
if %a1%+%a2%+%a3% EQU 1+X+X goto a1set
if %a1%+%a2%+%a3% EQU X+2+X goto a2set
::Second Line Horizontal
if %a4%+%a5%+%a6% EQU X+X+6 goto a6set
if %a4%+%a5%+%a6% EQU X+5+X goto a5set
if %a4%+%a5%+%a6% EQU 4+X+X goto a4set
::Third Line Horizontal
if %a7%+%a8%+%a9% EQU X+X+9 goto a9set
if %a7%+%a8%+%a9% EQU 7+X+X goto a7set
if %a7%+%a8%+%a9% EQU X+8+X goto a8set
::First Line Vertical
if %a1%+%a4%+%a7% EQU 1+X+X goto a1set
if %a1%+%a4%+%a7% EQU X+4+X goto a4set
if %a1%+%a4%+%a7% EQU X+X+7 goto a7set
::Second Line Vertical
if %a2%+%a5%+%a8% EQU 2+X+X goto a2set
if %a2%+%a5%+%a8% EQU X+5+X goto a5set
if %a2%+%a5%+%a8% EQU X+X+8 goto a8set
::Third Line Vertical
if %a3%+%a6%+%a9% EQU X+X+9 goto a9set
if %a3%+%a6%+%a9% EQU 3+X+X goto a3set
if %a3%+%a6%+%a9% EQU X+6+X goto a6set
::Left to Right
if %a1%+%a5%+%a9% EQU X+5+X goto a5set
if %a1%+%a5%+%a9% EQU X+X+9 goto a9set
if %a1%+%a5%+%a9% EQU 1+X+X goto a1set
::Right to Left
if %a3%+%a5%+%a7% EQU X+X+7 goto a7set
if %a3%+%a5%+%a7% EQU X+5+X goto a5set
if %a3%+%a5%+%a7% EQU 3+X+X goto a3set
goto Random
:Random
set /a attack=%Random% * 9 / 32768 +1
set /a cycle=%cycle%+1
if %cycle% LEQ 1 goto Random
if %attack% EQU 1 goto a1set
if %attack% EQU 2 goto a2set
if %attack% EQU 3 goto a3set
if %attack% EQU 4 goto a4set
if %attack% EQU 5 goto a5set
if %attack% EQU 6 goto a6set
if %attack% EQU 7 goto a7set
if %attack% EQU 8 goto a8set
if %attack% EQU 9 goto a9set
goto Random
:a1set
if %s1% EQU N goto Random
set a1=O
set s1=N
set /a moves=%moves%+1
goto moncheck
:a2set
if %s2% EQU N goto Random
set a2=O
set s2=N
set /a moves=%moves%+1
goto moncheck
:a3set
if %s3% EQU N goto Random
set a3=O
set s3=N
set /a moves=%moves%+1
goto moncheck
:a4set
if %s4% EQU N goto Random
set a4=O
set s4=N
set /a moves=%moves%+1
goto moncheck
:a5set
if %s5% EQU N goto Random
set a5=O
set s5=N
set /a moves=%moves%+1
goto moncheck
:a6set
if %s6% EQU N goto Random
set a6=O
set s6=N
set /a moves=%moves%+1
goto moncheck
:a7set
if %s7% EQU N goto Random
set a7=O
set s7=N
set /a moves=%moves%+1
goto moncheck
:a8set
if %s8% EQU N goto Random
set a8=O
set s8=N
set /a moves=%moves%+1
goto moncheck
:a9set
if %s9% EQU N goto Random
set a9=O
set s9=N
set /a moves=%moves%+1
goto moncheck
:moncheck
::Horizontal
if %a1%+%a2%+%a3% EQU O+O+O goto lose
if %a4%+%a5%+%a6% EQU O+O+O goto lose
if %a7%+%a8%+%a9% EQU O+O+O goto lose
::Vertical
if %a1%+%a4%+%a7% EQU O+O+O goto lose
if %a2%+%a5%+%a8% EQU O+O+O goto lose
if %a3%+%a6%+%a9% EQU O+O+O goto lose
::Diagonal
if %a1%+%a5%+%a9% EQU O+O+O goto lose
if %a3%+%a5%+%a7% EQU O+O+O goto lose
if %moves% EQU 9 goto draw
goto Start
:win
echo you win
pause
exit
:lose
echo you lost!
pause
exit
:draw
echo its a draw
pause
exit
劉寶人 你花了多久打出那個東西
還是複製貼上
我是自已寫好得 ,然後再貼上,如過還要用打的話,我就要再花1個小時了
鬼鬼加個年齡限制吧!我怕年紀小的觀眾會嚐試,搞壞自家電腦,鬼鬼應該不希望自家觀眾被罵吧?(明明就有叫你別試了!)
自家電腦已經被自家小弟用壞了。(就這方式……QAQ
電腦掛惹
桌面好像是一個人
鬼鬼XD
柴 柴 ( ̄∇ ̄)
鬼鬼想換電腦還有題材可以拍真會利用(X
😂😂
重新開機就行
寫程式的時候,迴圈沒有指定盡頭就行了 (類似效果,只是死的不是電腦而是app或編譯器)
/execute @e[type=snowball] ~~~ summon snowball 超卡
@陈维亮 啊這
dirt(或者minecraft:dirt)不是實體
所以執行失敗
/execute @e[type=tnt] ~ ~ ~ summon tnt
不斷重複
@陈维亮 是[name=dirt]
RIP,鬼鬼的電腦
根本就是測試你RAM大小的代碼~
題外話
早期的作業系統只要任何數字除0就會當機
我記得Win95還有這個bug
鬼鬼要轉行當駭客了嗎XD
ina T 自爆駭客?
wwww
這重開機就能解決了
教你一個 能關掉別人電腦的方法 先在想關機的電腦 打開cmd 輸入ipconfig會跑出網路IP 記下IPv4的那串數字 回到自己的電腦 開啟cmd 輸入shutdown -i 會跳出一個視窗 新增>打上IPv4後面的那串數字>確定
對方電腦就會被關掉了 比較適用在於學校 整朋友(你沒有朋友~
cmd其實不能做太多事情,除非你自己又寫了指令,但是指令很難寫就對了而且你說的遠端關機,是要有電腦權限,如果不用權限,那每個人不都可以關掉別人的電腦?要不然你繞過電腦的防火牆好了,但是通常都會被拒絕除非你是駭客
我也想要用學校的電腦試看看,可是不知道怎麼復原
重開就好了
不知道能不能用在手機上呢?XD
寧靜 不能@@
我平常的電腦就跟你剛開始用這招差不多當...
我也知道一個密碼可以讓腦袋當機
+%Z%
.... . .-.. .-.. --- -..- -..
摩斯密碼XD
HELLO XD
-.-- --- ..- -.-. .- -. - ... . . -- .
在原版minecraft情況也做得出類似的東西OuO
/execute @e[type=xp_orb] ~ ~ ~ summon minecraft:xp_orb(貼到重覆指令方塊)
我曾經用這指令把朋友的伺服器轟到強制關閉www
鬼鬼你的電腦陪你多久了?
我覺得它好可憐喔!(>﹏
他的CPU 是伺服器等級的 intel xeon e3
3年後,你只要進影印選項就辦的到同樣的事了
鬼鬼應該是看別人的影片吧? 所以想要分享ʕ•ٹ•ʔ
在Windows 2000跑100個bat文件都不成問題(還可以很順暢的使用)
總算轉職成黑魔法了XD
鬼鬼這麼勇敢直接用電腦就喔,用虛擬機會比較安全