Well it’s a Notepad tricks which will Hits Backspace Simultaneously
Steps :
1. Open Notepad
2. Type:
MsgBox "LWTHacker"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
3. Save it as Virus.bat
4. Remember format should be .vbs, else it will not execute.
5. Then just double click this file to execute.
###### You can Change "{bs}" with "~(enter)" . then it will press Enter simultaneously
Note : To Stop It, open Task Manager and then End The Process wscript.exe
0 comments :
Post a Comment