Guest User

GodMode9 Cleanup Script for Plailect's Guide

a guest
Aug 13th, 2017
5,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.33 KB | None | 0 0
  1. # 3ds.guide's "Finalizing Setup" Cleanup Script
  2. # last changed: 20170813
  3. # author: Some1CP
  4.  
  5. set SUCCESSMSG "Cleanup completed successfully"
  6. set ERRORMSG "Cleanup failed"
  7.  
  8. ask "This will clean the final setup files from your SD.\n\nContinue?"
  9.  
  10. allow -a 0:/
  11.  
  12. # remove existing files
  13.  
  14. #2xrsa
  15. rm -o -s 0:/arm9.bin
  16. rm -o -s 0:/arm11.bin
  17.  
  18. #Cubic Ninja
  19. rm -o -s 0:/ntr.bin
  20.  
  21. #Soundhax
  22. rm -o -s 0:/soundhax-usa-o3ds.m4a
  23. rm -o -s 0:/soundhax-usa-n3ds.m4a
  24. rm -o -s 0:/soundhax-eur-o3ds.m4a
  25. rm -o -s 0:/soundhax-eur-n3ds.m4a
  26. rm -o -s 0:/soundhax-jpn-o3ds.m4a
  27. rm -o -s 0:/soundhax-jpn-n3ds.m4a
  28. rm -o -s 0:/soundhax-kor-o3ds.m4a
  29. rm -o -s 0:/soundhax-kor-n3ds.m4a
  30. rm -o -s 0:/otherapp.bin
  31. rm -o -s 0:/3ds/safehax.3dsx
  32. rm -o -s 0:/3ds/udsploit.3dsx
  33. rm -o -s 0:/safehaxpayload.bin
  34.  
  35. #DSiWareHax
  36. rm -o -s 0:/public.sav
  37. rm -o -s 0:/boot.nds
  38. rm -o -s 0:/savedata
  39. rm -o -s 0:/sudoku_v0.app
  40. rm -o -s 0:/4swords.app
  41.  
  42. #ntrboot_flasher
  43. rm -o -s 0:/luma/payloads/ntrboot_flasher.firm
  44. rm -o -s 0:/ntrboot
  45. rm -o -s 0:/ntrboot.firm
  46.  
  47. #Common files
  48. rm -o -s 0:/boot9strap
  49. rm -o -s 0:/cias
  50. rm -o -s 0:/gm9/scripts/setup_ctrnand_luma3ds.gm9
  51. rm -o -s "0:/gm9/scripts/Clean Setup Files.gm9"
  52.  
  53. set ERRORMSG "Cleanup completed successfully"
  54.  
  55. ask "Do you want to delete GM9's out folder, including\nyour NAND backups, from your SD?"
  56. rm -o -s 0:/gm9/out
Advertisement
Add Comment
Please, Sign In to add comment