SHARING
SOME
OLD
TRICKS!!
NOTE:
This virus is harmless and can only shutdown their PC if they type "NO" when the program asks them.
Wanna Prank someone You love?
In this video I have made a simple virus using notepad.
Just Open Notepad in your PC
And type the following codes.
After typing, Save the file as Love.bat
Now give this file to the person you want through pendrive or as an attachment and convince them to execute this file....
WARNING :But I will not be responsible for anything if anything Goes wrong with their PC
FEEDBACK!

SOME
OLD
TRICKS!!
NOTE:
This virus is harmless and can only shutdown their PC if they type "NO" when the program asks them.
Wanna Prank someone You love?
In this video I have made a simple virus using notepad.
Just Open Notepad in your PC
And type the following codes.
Code:
@echo[/USER] off
color 57
echo Hey, do you love me (only answer in yes or no)
set /p love=
if %love%==yes goto love
if %love%==no goto hate
:love
echo I love you too...
echo Meet you soon :)
pause
exit
:hate
echo But I love you....hehehehehe
echo You are häçked...
echo Your PC will crash in 10 seconds
timeout 10
shutdown -s -t 100
After typing, Save the file as Love.bat
Now give this file to the person you want through pendrive or as an attachment and convince them to execute this file....
WARNING :But I will not be responsible for anything if anything Goes wrong with their PC

FEEDBACK!

