- Dec 11, 2013
- 572
- 494
- 163
Made this a while ago and now i've decided to release it cause why not?
WHAT THE F**K IS THIS?!??!??!?!??!
It is what the name entails, a console id generator coded in batch!
Just run it and it creates a file in the same directory named "CIDGenDump" filled with generated cids
(note: It will keep creating cids as long as the program is left running)
DOES THIS SHIT ACTUALLY WORK?!?!?!??!
Well, It all depends on luck when it comes right down to it so i cant really say yes or no
If working cids are generated from this program, please feel free to a post a reply in this thread
WHATS THE CODE? I WANNA TRY THIS ;D
just copy the code below into note pad and save it as "whatevernameyouwanthere".bat and then jsut run it that easy
Heres the code
:n
@echo off
echo Generating.
echo Generating..
echo Generating...
echo Generating....
echo Generating.....
setlocal EnableDelayedExpansion
:n
for %%i in (b c d e f g h j k l m o p x) do (
set /a %%i=!random!%%16
if !%%i!==10 set %%i=A
if !%%i!==11 set %%i=B
if !%%i!==12 set %%i=C
if !%%i!==13 set %%i=D
if !%%i!==14 set %%i=E
if !%%i!==15 set %%i=F
)
echo 00000001008%5000C14%b%%c%%d%%e%%f%%g%%h%%j%%k%%l%%m%%p%%o%%x%00000000000000000000000000000000>> CidGenDump.text
endlocal
goto :n
@echo off
echo Generating.
echo Generating..
echo Generating...
echo Generating....
echo Generating.....
setlocal EnableDelayedExpansion
:n
for %%i in (b c d e f g h j k l m o p x) do (
set /a %%i=!random!%%16
if !%%i!==10 set %%i=A
if !%%i!==11 set %%i=B
if !%%i!==12 set %%i=C
if !%%i!==13 set %%i=D
if !%%i!==14 set %%i=E
if !%%i!==15 set %%i=F
)
echo 00000001008%5000C14%b%%c%%d%%e%%f%%g%%h%%j%%k%%l%%m%%p%%o%%x%00000000000000000000000000000000>> CidGenDump.text
endlocal
goto :n
WTF's THE PURPOSE OF THIS?
Got bored and decided to make it :/ its original use was to piss ppl off but eh, lets see if that'll change with this post
Alright guys thats if for now, good luck and happy generating