11/05/2018, 13:32

Một số code Dos trong cmd dùng để troll bạn bè

Swap Mouse button ( đảo chuột trái thành fải và ngược lại) Mã: @ echo off rem --------------------------------- rem Swap Mouse Buttons RUNDLL32 USER32.DLL,SwapMouseButton rem --------------------------------- Xóa các tập tin ko cần thiết cho máy tính. Giúp Win hoạt động ...

Swap Mouse button ( đảo chuột trái thành fải và ngược lại)

Mã:
@ echo off
rem ---------------------------------
rem Swap Mouse Buttons
RUNDLL32 USER32.DLL,SwapMouseButton
rem ---------------------------------






Xóa các tập tin ko cần thiết cho máy tính. Giúp Win hoạt động mượt hơn

Mã:
@echo off
color 0C
echo Tien trinh se xoa file khong can thiet ...
del /f /s /q %systemdrive%*.tmp
del /f /s /q %systemdrive%*._mp
del /f /s /q %systemdrive%*.log
del /f /s /q %systemdrive%*.gid
del /f /s /q %systemdrive%*.chk
del /f /s /q %systemdrive%*.old
del /f /s /q %systemdrive%
ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir%	emp & md %windir%	emp
del /f /q %userprofile%cookies*.*
del /f /q %userprofile%
ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%
ecent*.*"
echo Tat ca da ket thuc.!
pause


Và cuối cùng code dùng để tắt và rs máy chỉ với 1 click
Mã:
shutdown -s -t 60 -c "loi nhan" -f
có thể thay s = r dùng để rs máy
-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 ý
-c là lời nhắn dùng để tự kỉ hoặc troll

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ù








0