Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Added the 5.7 Version
Browse files Browse the repository at this point in the history
Added the 5.7 Version
  • Loading branch information
Asia81 committed Jan 11, 2017
1 parent 71e77e5 commit 366af86
Show file tree
Hide file tree
Showing 57 changed files with 3,365 additions and 0 deletions.
Binary file added BatchICOs/Clean.ico
Binary file not shown.
Binary file added BatchICOs/TeamOnodera.ico
Binary file not shown.
Binary file added PackHackFrV5.7/3DSBuilder.exe
Binary file not shown.
Binary file added PackHackFrV5.7/3dstool.exe
Binary file not shown.
48 changes: 48 additions & 0 deletions PackHackFrV5.7/CleanTool.bat
@@ -0,0 +1,48 @@
@echo off
title CleanTool par Asia81
color C
cls
echo.
echo !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !!
echo !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !!
echo.
echo Ce fichier va effacer les fichiers suivants de ce dossier :
echo.
echo - Tous les fichiers .xorpad
echo - Tous les fichiers .3ds
echo - Tous les fichiers .cci
echo - Tous les fichiers .cxi
echo - Tous les fichiers .cia
echo - Tous les fichiers .app
echo - Tous les fichiers .out
echo - Tous les fichiers .cfa
echo - Tous les fichiers .sav
echo - Tous les fichiers .tmd
echo - Tous les fichiers .cmd
echo - Tous les fichiers .bin
echo - Tous les dossiers "Extracted*"
echo.
echo !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !!
echo !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !! ATTENTION !!
echo.
pause
del *.xorpad >NUL 2>NUL
del *.3ds >NUL 2>NUL
del *.cci >NUL 2>NUL
del *.cxi >NUL 2>NUL
del *.app >NUL 2>NUL
del *.out >NUL 2>NUL
del *.cia >NUL 2>NUL
del *.sav >NUL 2>NUL
del *.tmd >NUL 2>NUL
del *.cmd >NUL 2>NUL
del *.cfa >NUL 2>NUL
del *.bin >NUL 2>NUL
del *.out >NUL 2>NUL
rmdir ExtractedExeFS /s /q >NUL 2>NUL
rmdir ExtractedRomFS /s /q >NUL 2>NUL
rmdir ExtractedBanner /s /q >NUL 2>NUL
rmdir ExtractedManual /s /q >NUL 2>NUL
rmdir ExtractedDownloadPlay /s /q >NUL 2>NUL
rmdir ExtractedO3DSUpdate /s /q >NUL 2>NUL
rmdir ExtractedN3DSUpdate /s /q >NUL 2>NUL

0 comments on commit 366af86

Please sign in to comment.