The Matrix
Hey, ive been to these sites.. though im not really interested in hacking…
I want to make a matrix-like program in DOS (batch files)..
Also i want my text to appear as like it is being written to the screen instead of the full text all at once!
So in a way, i want it to look like there's someone talking to me… Or like the console is talking to me..
Example: (upon clickin .bat) The matrix has you…
- wait 4 seconds - Follow the white rabbit
- wait 4 seconds - Knock, knock, Neo
Don't know if this will help(haven't tried them) But I browsed the submitted code and found these: http://www.hellboundhackers.org/code/readcode.php?id=1072 http://www.hellboundhackers.org/code/readcode.php?id=321 http://www.hellboundhackers.org/code/readcode.php?id=414 http://www.hellboundhackers.org/code/readcode.php?id=1069
Hope it does help:) SaMTHG
Im using dos (.bat) … if i am not mistaking it's not the same as C++
EDIT:
SLEEP needs to be capital, ps..
http://www.hellboundhackers.org/code/readcode.php?id=321
this really helped thanks!
@echo off cls echo The Matrix has you sleep 4 REM or sleep -m 4000 echo. REM newline echo Follow the white rabbit sleep 4 echo. echo Knock knock Neo PAUSE > nul however, sleep does not work for Vista Try this http://209.85.165.104/search?q=cache:G0xqgtu87MwJ:phaq.phunsites.net/2007/05/05/no-sleep-command-for-batch-files-make-it-a-choice/+batch+sleep&hl=en&ct=clnk&cd=4&gl=us&client=firefox-a
Idk.. why not just use C++? So much easier than a batch file… maybe google it? open a cmd window and type sleep(5).. if it waits 5 seconds then everything works…
look here maybe? http://malektips.com/xp_dos_0002.html
http://malektips.com/xp_dos_0002.html
EDIT: cough hellboundhackersok is a loser cough :p
GreyFox wrote: http://malektips.com/xp_dos_0002.html
Lol I posted 1 minute before you did ;) :o:p
the resource kit works fine for me THANKS!!! :D
Right now it works besides the "typing look a like" thingy.. But i will use this code:
http://www.hellboundhackers.org/code/readcode.php?id=321
This is my current code… Feel free to mess around with it. Thanks guys, you where all a great help.
cls
color A
echo The matrix has you...
sleep 3
echo Follow the white rabbit
sleep 3
echo Knock, knock, Neo
PAUSE > nul
exit```
hellboundhackersok wrote: [quote]GreyFox wrote: http://malektips.com/xp_dos_0002.html
Lol I posted 1 minute before you did ;) :o:p[/quote]
rofl