Advertisement
Guest User

GM9 Autorun Script Stage 2

a guest
Sep 23rd, 2017
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # 3ds.guide's Finalizing Setup Cleanup Script Custom
  2. # last changed: 20170923
  3. # author: Some1CP
  4.  
  5. set SUCCESSMSG "Cleanup completed successfully"
  6. set ERRORMSG "Cleanup failed"
  7.  
  8. # Move hbl back into place
  9. mv -w 0:/hbl.3dsx 0:/boot.3dsx
  10.  
  11. # Replace gm9-step2 standalone script with Luma3DS
  12. mv -w 0:/luma.firm 0:/boot.firm
  13.  
  14. # remove existing files
  15. rm -o -s 0:/boot9strap
  16. rm -o -s 0:/cias
  17.  
  18. rm -o -s $[GM9OUT]
  19.  
  20. # Shutdown
  21. poweroff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement