EvilZone
Programming and Scripting => Scripting Languages => : ManiK October 17, 2012, 05:31:43 PM
-
I found this code in my old stuff.Was interested in this sharing with evilzone.This is a code which virtually increases/decreases your disc or any source upto 4GB.One of my friend actually made some money by fooling people around(i dont recommend that >:( ).
@echo off
color 0A
title Memory Stick Size Increasing
Echo.
echo Drive Increaser
echo.
echo.
echo Running this will increase/decrease the size of a memory stick to 4GB.
echo Type what you want to call the USB stick.
set /p name=
cls
echo Type the Drive LETTER!
set /p letter=
cls
echo Type Drive Letter (again!) to start.
set /p Letter2=
If /I %letter% == %Letter2% goto starx
goto verification
:starx
cls
color 0C
mkdosfs -n %NAME% -v %letter%: 8386900
pause
cls
echo.
color 0A
echo Done!
echo Press any key to exit
pause>nul
goto exix
:verification
cls
echo.
echo You entered a different letter the second time.
Echo Press any key to exit.
Pause>nul
:exix
exit
P.S- This changes your disc virtually and not actually.It just show disc space 4gb while its actually not.It also formats your space source.Download,edit and re-post.
Scan the files before executing.
-
So, this is how those chinese vendors from ebay make the fake pen drives. Thanks for sharing!
-
So, this is how those chinese vendors from ebay make the fake pen drives. Thanks for sharing!
you are rite...!! At my place we deal with such shit everyday .. my friend has a code that reads the actual disc space..
-
Thanks for sharing. I put that into my library.
-
So, this is how those chinese vendors from ebay make the fake pen drives. Thanks for sharing!
uh huh, ancient Chinese secret, someones going to kill you!!
(http://1.bp.blogspot.com/-Cl5HesDebiA/T28vDhifTOI/AAAAAAAAAL4/Fw9qNY9osGs/s1600/im-watching-you-meme.gif)
-
uh huh, ancient Chinese secret, someones going to kill you!!
(http://1.bp.blogspot.com/-Cl5HesDebiA/T28vDhifTOI/AAAAAAAAAL4/Fw9qNY9osGs/s1600/im-watching-you-meme.gif)
^ that guy doesn't seem to be Chinese
-
P.S.
For those that don't know batch you can change the size on this line:
mkdosfs -n %NAME% -v %letter%: 8386900