You will be more passionate about Technology if you know these notepad tricks below. These tips will bring you knowledge, fun with friends! These tricks are very simple and extremely easy. Just follow the instructions below of AnonyViet
Join the channel Telegram belong to AnonyViet ? Link ? |
- 100% sure you can do it!
- NotePad (Windows built-in editing tool) is the only tool you need to do this!
Instruct
Just copy the code below into NotePad and Save with optional extension of each code below is okay.
#1 Antivirus Testing With NotePad
This way you will know the program Is your AntiVirus working properly?
X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
Bạn lưu nó lại với đuôi .exe và chạy thử.
Nếu chương trình Antivirus phát hiện được thì chứng tỏ nó đang hoạt động tốt. Code này không gây hại cho máy tính của bạn
#2 Tạo nhật ký cá nhân với NotePad
Sao chép mã dưới đây và lưu với đuôi .txt
.LOG
Bây giờ mỗi khi bạn mở tệp nhật kí này bạn sẽ thấy các chi tiết nhật kí ngày và giờ ngay bên dưới ghi chú mới của bạn.
#3 Tạo hộp thoại lời nhắn lặp lại tuần hoàn
@ECHO off :Begin msg * Hi msg * Are you having fun? msg * I am! msg * Lets have fun together! msg * Because you have been o-w-n-e-d GOTO BEGIN
Phía sau msg * bạn có thể sửa thành lời nhắn của bạn.
Lưu lại với đuôi .bat
#4 Auto mở ổ đĩa CD của máy tính
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 End If wscript.sleep 5000 loop
Cho dù đối phương cố gắng đóng ổ đĩa lại thì nó vẫn sẽ bật trở ra !
Cái này thú vị khi dùng đi troll bạn bè. Lưu lại với đuôi .vbs
#5 Hiện một tin nhắn và tắt máy tính
@echo off msg * Hey how are you shutdown -c “Error! You are really a stupid!” -s
Phía sau msg * bạn có thể đổi thành tin nhắn theo ý bạn.
Lưu lại với đuôi .bat
#6 Giảm tốc độ gõ phím trên máy tính
WScript.Sleep 180000 WScript.Sleep 10000 Set WshShell = WScript.CreateObject (“WScript.Shell”) WshShell.Run “notepad” WScript.Sleep 100 WshShell.AppActivate Notepad“” WScript.Sleep 500 WshShell.SendKeys “Hel” WScript.Sleep 500 WshShell.SendKeys “lo ” WScript.Sleep 500 WshShell.SendKeys “, ho” WScript.Sleep 500 WshShell.SendKeys “w a” WScript.Sleep 500 WshShell.SendKeys “re ” WScript.Sleep 500 WshShell.SendKeys “you” WScript.Sleep 500 WshShell.SendKeys “? ” WScript.Sleep 500 WshShell.SendKeys “I a” WScript.Sleep 500 WshShell.SendKeys “m g” WScript.Sleep 500 WshShell.SendKeys “ood” WScript.Sleep 500 WshShell.SendKeys ” th” WScript.Sleep 500 WshShell.SendKeys “ank” WScript.Sleep 500 WshShell.SendKeys “s! “
Bạn lưu lại với đuôi .vbs
#7 Hiệu ứng ma trận (Maxtric)
@echo off color 02 :start echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% goto start
Lưu lại với đuôi .bat
#8 Chuyển Đổi Văn Bản Sang Âm Thanh
Dim message, sapi message=InputBox(“Text”,”Text”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message
Thay đổi chữ Text thành văn bản của bạn. Lưu lại với đuôi .vbs
#9 Mẹo của Notepad In cây gốc
{print tree root} C:windowssystem {print C:windowssystemwinlog 4*43″[email protected][455] 3hr4~
This trick is one of the Best Notepad Trick that will print the original tree on your screen. Just copy below code, paste it in notepad and save it as teekids in C: windows system.
#10 Crazy Your Capslock Button
Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop
You can switch keys Capslock of the keyboard by typing the code in Notepad. Save with .vbs
#11 Spoofing the Error Dialog
Simply open notepad paste the code and save the file with .vbs . extension
You can edit the content to your liking in the “Put…. “
Now when you open the saved file you will see an error message.
X=Msgbox(“Put your Message Here”,0+16,”Put Title Here”)
#12 LED Dance of the Keyboard
Simply open Notepad and enter the following code and save with .vbs
Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” wshshell.sendkeys “{NUMLOCK}” wshshell.sendkeys “{SCROLLLOCK}” loop
Once you open the saved file you will see all three LEDs of the keyboard will start flashing continuously
#13 Open NotePad constantly
This is the perfect prank to annoy your friend.
You can send it to your friends and make them angry!!
@ECHO OFF :TOP START %SYSTEMROOT%\SYSTEM32\NOTEPAD.EXE GOTO TOP
Save with .bat
#14 Simulate commercial attack
The flight number of the plane that crashed into the World Trade Center on 9/11 is Q33NY. Yes, you can call this coincidence, but it will shock you.
Step 1 Open Notepad and type Q33N
Step 2 Now increase the font size 72 and change the font to Wingding
You will be shocked to find out the visual graphics. Did you believe that flight was a flight of death???
AnonyViet – Better And Better