Skip to content

Instantly share code, notes, and snippets.

@Raltyro
Created June 29, 2022 02:57
Show Gist options
  • Select an option

  • Save Raltyro/1736dca2a4cd600d9a80a5078aa74890 to your computer and use it in GitHub Desktop.

Select an option

Save Raltyro/1736dca2a4cd600d9a80a5078aa74890 to your computer and use it in GitHub Desktop.
Just for yall who still fucking scared of B3Lock files having in ur pc like cmon man
@echo off
color 03
echo WAIT!!! this will clear all of your b3 savedata!!
echo If you wish to continue, press enter, or else, exit this program
pause
setlocal enableDelayedExpansion
rmdir /s /q "%ProgramData%\nothingtoseehere"
rmdir /s /q "%LOCALAPPDATA%\nothingtoseehere"
rmdir /s /q "%APPDATA%\nothingtoseehere"
rmdir /s /q "%APPDATA%\ShadowMario\B3EXEmixed"
rmdir /s /q "%APPDATA%\StudioBreakbeat\B3EXEmixed"
echo DONE!! it's now safe to exit this program
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment