- Dec 11, 2013
- 572
- 494
- 163
Hi again CC! In this form im going to be explaining how to make a Fake Console ID generator that you can use to troll your friends!
(I DO NOT TAKE ANY RESPONSIBILITY FOR YOU GETTING YOUR ASS KICKED OR YOU GETTING BOOTED OFFLINE 2543523523 TIMES BY SCAMMING AND CONNING PEOPLE!!!)
This Console ID generator is a .bat file that creates a .txt file in a specified directory that you can define on your own. It creates randomly generated legitimate looking Console ID's and will do so until you close the program. Being as though it is a .bat file it also can be very fun to play around and tinker with! You can make it a plain, regular old program or spice it up a little with strobing colors, creative and witty text, or some kind of prank for your friends or even some random people you've never met. The possibilities are endless!
THINGS YOU WILL NEED
- A brain
- Pretty much zero coding skill being as though i'm gonna provide the code
- Note Pad or some variant of the sort (sublime text, Note Pad++ for example)
SETTING EVERYTHING UP
- start up whatever text editting program your using
- name it as "Insert Random Name Here".bat
Now when inside the .bat past this code:
:n
@echo off
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
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
After you do this save it and test it out! (make sure to save it as a .bat file)
NOTE: If you did everything correctly when you run the program it should create a text file called "CidGenDump"
CONCLUSION
This is just he base code for the cid generator, you can change and expirement with it to make something even better!
You can even be a massive troll and make this generator open an infinite amount of tabs of ************ links
Do a little bit of research about batch coding and you can do anything with it!
Heres some links for some cool batch codes you can add to your new program!
http://riggiregatuso.hubpages.com/hub/Fun-Batch-File-Codes
http://terminal22.blogspot.com/p/fun-batch-file-codes.html
https://forums.alliedmods.net/showthread.php?t=131654
http://antichristcomputer.webs.com/randombatfilecodes.htm
ALSO This tool has the probability of creating a working Console ID, but its so low that I just label it as fake.
Have fun and happy creating!