Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

can someone prrof read my batch command for me?


ghost's Avatar
0 0

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." ```

rockbll4's Avatar
[TheN00bHacker]
0 0

uhhh u spelled attempting wrong… :P


ghost's Avatar
0 0

lol ty rock…guess that wouldnt be to believable if windows is misspelling sht :angry:


ghost's Avatar
0 0

meh, I hate batch file programming. But whatever I didn't do it. I'll look at it more at school and see if anything is wrong. Your sig is creepy :right:


Uber0n's Avatar
Member
0 0

No offense, but why would anyone who recieved this file keep on reading and not just shut it down instead? :right:


mido's Avatar
Member
0 0

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? :)


spyware's Avatar
Banned
0 0

Keeping a computer hostage is done by disabling remote input. Switch off keyboards, mouses, add your virus to boot protocols, registry adds, that kind of stuff.

This is never going to work. Switch to a better language (C++/Python)


ghost's Avatar
0 0

lol close the dos window to stop itQ? and thats not a virus cos it doesnt multiply on the system, or infect anything. its a batch file, one of the most useless things ever :P


mido's Avatar
Member
0 0

I didn't know that was a virus :D I regard this as a "bothering tool", not malicious unless if modified in harmful way (editing registery, destroy executables, keylogger!, etc…).


ghost's Avatar
0 0

even with all that extra stuff its useless. Try using word macros. theyre fun to pwn people with.


ghost's Avatar
0 0

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


ghost's Avatar
0 0

could just net print a pron document while he goes to collect it and if you had admin modify print order so it comes out first so theyre waiting by the printer and it comes out lol

<3 lemonparty pranks :P


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

@spyware:

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?