Hacking Simulation

by NotePro in Craft > Digital Graphics

100 Views, 3 Favorites, 0 Comments

Hacking Simulation

FYEG0SAKVNTND3I.png

In this project, you will create a simulation of you hacking into a account. (Not real though)

Supplies

also delet this.PNG

You will need notepad, the complex knowledge of knowing how to copy and paste, and tolerance for my jokes.

of 101

Open notepad. If you don't know how to do this, go to this site HERE (note, loading should be very quick! :)

Ok so now that you have notepad open, copy and paste the code inside the stars****

**********

@echo off


:Start2

cls

goto Start

:Start

title Password/PIN Generator

echo I will make you a new password.

echo Please write the password down somewhere in case you forget it.

echo ----------------------------------------¬-----------------------

echo 1) 1 Random Password

echo 2) 5 Random Passwords

echo 3) 10 Random Passwords

echo 4) hack into password

echo Input your choice

set input=

set /p input= Choice:

if %input%==1 goto A if NOT goto Start2

if %input%==2 goto B if NOT goto Start2

if %input%==3 goto C if NOT goto Start2

if %input%==4 goto D if NOT goto Start2

if %input%==5 goto email if NOT goto Start2


:A

cls

echo Your password/PIN is %random%

echo Now choose what you want to do.

echo 1) Go back to the beginning

echo 2) Exit

set input=

set /p input= Choice:

if %input%==1 goto Start2 if NOT goto Start 2

if %input%==2 goto Exit if NOT goto Start 2

:Exit

exit


:B

cls

echo Your 5 passwords are %random%, %random%, %random%, %random%, %random%.

echo Now choose what you want to do.

echo 1) Go back to the beginning

echo 2) Exit

set input=

set /p input= Choice:

if %input%==1 goto Start2 if NOT goto Start 2

if %input%==2 goto Exit if NOT goto Start 2


:C

cls

echo Your 10 Passwords are %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%, %random%

echo Now choose what you want to do.

echo 1) Go back to the beginning

echo 2) Exit

set input=

set /p input= Choice:

if %input%==1 goto Start2 if NOT goto Start 2

if %input%==2 goto Exit if NOT goto Start 2

cls


:D

echo their password is #########.

echo Now choose what you want to do.

echo 1) Reveal Password

echo 2) Exit

set input=

set /p input= Choice:

if %input%==1 goto matrix if NOT goto Start 2

if %input%==2 goto Exit if NOT goto Start 2

set /a matrixnum=0

:matrix

color 02

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

set /a matrixnum=%matrixnum% +1

if %matrixnum% == 3500 goto next

goto matrix

:next

cls

color 02

echo Firewall Detected.

color 02

title Firewall Breaker Support

set /a guessnum=0

set /a answer=%random%+1000000000

set variable1=hack101

echo -------------------------------------------------

echo Welcome to Firewall Breaker 

echo.

echo Guess Numbers to Break the Firewall

echo -------------------------------------------------

echo You only have 10 tries

:top

echo.

set /p guess=

echo.

if %guess% GTR %answer% ECHO Lower!

if %guess% LSS %answer% ECHO Higher!

if %guess%==%answer% GOTO EQUAL

set /a guessnum=%guessnum% +1

if %guess%==%variable1% goto equal

if %guessnum%== 10 goto Exit

goto top

:equal

echo.

echo Congratulations, Firewall Destroyed.

echo.

echo It took you %guessnum% guesses.

echo.

pause 

goto email

:email

echo.

echo password decrypted...

echo email accessed. do you want to read it?

echo y) yes

echo n) quit

set input=

set /p input= Choice:

if %input%==y goto read if NOT goto exit

:read

echo.

echo EMAIL-- Remember to make sure the bombs are in place. We wil explode them in... {ENCRYPTED}

pause 

goto shutdown

:shutdown

cls

echo.

echo you have been detected!

goto finnish

:finnish

echo.

echo Removing evidence and shutting down...

pause 

goto hiwarn

:hiwarn

echo.

echo (warning, ACTUAL WARNING) pressing any key will SHUT DOWN the computter.

echo This action is IRRIVERSABLE and you will have to log in again. 

echo MAKE SURE EVERYTHING YOU HAVE OPEN IS SAVED

echo is you are ok with this, press any key if NOT, close this program!!

pause 

goto hi

:hi

shutdown@exe -s -t 30 -c "Computer will shut down in 30 seconds"

**********

replace @ with . to make it shut your computer down when you finish. otherwise leave it as it is

You can also remove the warning if you want to prank someone with this and unknowingly surprise them with a full shutdown.

In addition. You can change the words in the parentheses to create whatever error message you want!

Launch the program and see the results!

of 101

delete this.PNG

Now that you put a virus on your computer... give me 100 dollars and I will tell you how to remove it.


JK THIS IS NOT A VIRUS. DO NOT TRY TO SEND ME MONEY IN ANY WAY SHAPE OR FORM.


Feel free to change the code and personalize the experience.

This program can also be used to get a random password or pin.


To see my longest (Maybe not longest anymore) completed project, go to https://www.instructables.com/A-Maze-That-Barely-Works/

(Remember to add the file extension .bat)