Author Topic: [Batch]Virtually change your disc space to 4GB  (Read 1958 times)

0 Members and 6 Guests are viewing this topic.

Offline ManiK

  • /dev/null
  • *
  • Posts: 18
  • Cookies: 5
  • cout<<"Be your-self <<endl;
    • View Profile
[Batch]Virtually change your disc space to 4GB
« on: 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 >:( ).


Code: [Select]
@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.

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: [Batch]Virtually change your disc space to 4GB
« Reply #1 on: October 17, 2012, 05:43:19 pm »
So, this is how those chinese vendors from ebay make the fake pen drives. Thanks for sharing!
« Last Edit: October 17, 2012, 05:43:45 pm by Snayler »

Offline ManiK

  • /dev/null
  • *
  • Posts: 18
  • Cookies: 5
  • cout<<"Be your-self <<endl;
    • View Profile
Re: [Batch]Virtually change your disc space to 4GB
« Reply #2 on: October 17, 2012, 06:20:06 pm »
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..
« Last Edit: October 18, 2012, 06:57:42 am by ManiK »

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: [Batch]Virtually change your disc space to 4GB
« Reply #3 on: October 20, 2012, 03:26:56 pm »
Thanks for sharing. I put that into my library.

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: [Batch]Virtually change your disc space to 4GB
« Reply #4 on: October 20, 2012, 11:30:37 pm »
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!!

[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline ManiK

  • /dev/null
  • *
  • Posts: 18
  • Cookies: 5
  • cout<<"Be your-self <<endl;
    • View Profile
Re: [Batch]Virtually change your disc space to 4GB
« Reply #5 on: October 21, 2012, 06:58:48 am »
uh huh, ancient Chinese secret, someones going to kill you!!




^ that guy doesn't seem to be Chinese

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: [Batch]Virtually change your disc space to 4GB
« Reply #6 on: October 21, 2012, 09:40:27 pm »
P.S.

For those that don't know batch you can change the size on this line:

mkdosfs -n %NAME% -v %letter%: 8386900
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry