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.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Asia81 committed Oct 28, 2016
1 parent 06fcabd commit dea7b4e
Show file tree
Hide file tree
Showing 38 changed files with 2,503 additions and 0 deletions.
Binary file added PackHackFrV5.5/3DSBuilder.exe
Binary file not shown.
Binary file added PackHackFrV5.5/3dstool.exe
Binary file not shown.
48 changes: 48 additions & 0 deletions PackHackFrV5.5/CleanTool.bat
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit dea7b4e

Please sign in to comment.