can someone prrof read my batch command for me?
wouldn't want to try it out and end up looking like stupid:right:
title Hello...
echo msgbox"How is your day going?" >C:\1.vbs
C:\1.vbs
cls
pause
echo msgbox"Well, it is about to get a lot worse..." >C:\1.vbs
C:\1.vbs
cls
@echo You computer has been hacked by 8-bit.
pause
@echo The inevitable has happened.
pause
@echo I will install a virus on your computer now.
pause
@echo Hope you don't mind.
pause
@echo Expect a message box after the virus has uploaded.
pause
echo msgbox"Virus Detected! Attepting to delete virus." >C:\1.vbs
C:\1.vbs
cls
@echo There is only one way to stop me.
pause
echo msgbox"Enter the password to stop the virus." >C:\1.vbs
C:\1.vbs
cls
@set/p\/name=Password: dassfsagg
echo msgbox"Wrong answer...you have one more chance" >C:\1.vbs
C:\1.vbs
cls
@set/p\/name=Password: gsdgegedcx
echo msgbox"Nope...that’s not it." >C:\1.vbs
C:\1.vbs
cls
@echo All files are being corrupted by the virus now.
pause
@echo You will need to re-install your current OS the next time you boot.
pause
@echo Didn’t I tell you your day was about to get a lot worse?
pause
shutdown -s -t 15 -c "The system is performing a mandatory shutdown because of corrupted system files." ```
Batching is an unsuccessful thing! Any idiot would open it in notepad! Why not to embed that in a C++ project?
#include <iostream> #include <stdlib.h> #include <windows.h> using namespace std;
int main() { / This is not the whole code, I'll give you an example*/* setcolor(2); cout << "Virus detected!"; cout << "\a."; Sleep(15); cout << "\a."; Sleep(15); cout << "\a."; Sleep(15); system("cls"); cout << "You computer has been hacked by 8-bit"; // or 64-bit :p
*/*R E S T
O F
C O D E
add a "system("shutdown -p"); or system("shutdown -t <seconds>") etc…* */ }
That's an example, but if you already done that in .bat file? who (do you think) will open it? :)
C'mon, if you want to be hilarious you have to bother with people works! Scenario : computer lab, at school. Teacher asked your friend to print his essay. If you could intercept the printing request and make the printer print some porn, that would be a nice joke! Maybe some ARP poisoning would do it
but batch commands are just so…easy. i know, not one person has kept reading after they heard the word virus, obviously. but surprisingly enough everyone has been stupid enough to not know that .bat files arent videos :p batch is just something i started with a couple days ago and wanted to play around with a little.
lol@giant penis out of the printer:D
@mr.noob, i know it's not a virus ^_^ just thought it'd be funny. but yeah, guess i didn't think it out much.
rundll32 mouse,disable rundll32 keyboard,disable
Correct me if I'm wrong but that will disable the keyboard and mouse. I've heard though somewhere that this only works on win3.1 and win9x?