Author Topic: Fun stuff.  (Read 960 times)

Well, I was messing with CMD. Prompt and I wanna learn some cool stuff to do with a computer. Im not skilled with a compter so I was wondering if anyone knew anything cool. There is also a code for getting passed the schools site blocker, anyone know what it is?


There are tons of different site blockers out there, but I bet somewhere there's a list of default passwords for most of them. It would be easier to find if you could find out the name of the restriction software they use.

Ok, i think its something to do with Adobe, not sure. I was messing with it today trying to get it to work.

What the freak is CMD

I ate too many cookiez  :cookie:  :cookieMonster:


Holy hell, if you want to get past a school blocker, use the incredibly obvious and easy tool known as a proxy.

Im no good with computers, I have no idea what you just said.


Code: [Select]
@echo off
:1
for %%a in (A B C D E F 0 1 2 3 4 5 6 7 8 9) do (
for %%b in (A B C D E F 0 1 2 3 4 5 6 7 8 9) do (
color %%a%%b
)
)
goto :1

do that in a bat file.

Code: [Select]
@echo off
:1
for %%a in (A B C D E F 0 1 2 3 4 5 6 7 8 9) do (
for %%b in (A B C D E F 0 1 2 3 4 5 6 7 8 9) do (
color %%a%%b
)
)
goto :1

do that in a bat file.
instant rave window

This will sound so stupid..whats a bat file. -_-

type in   "ipconfig"and your get all you want

This will sound so stupid..whats a bat file. -_-
In Notepad, when you save it, instead of using the regular .txt extension, use .bat instead.
To run it, just double-click it like an executable.