View difference between Paste ID: FgNYfrqz and HKpNjSBG
SHOW: | | - or go back to the newest paste.
1
@echo off
2
runtime\bin\python\python_mcp runtime\recompile.py %* REM //** Runs the recompile python script */
3
runtime\bin\python\python_mcp runtime\reobfuscate.py %* REM //** Runs the reobf python script */
4
pause REM //** Pauses AKA Press any key to continue */
5
%SystemRoot%\explorer.exe "reobf\minecraft" REM //** Opens the folder where files are reobfuscated */
6
%SystemRoot%\explorer.exe "%appdata%\.minecraft\bin" REM //** Opens the minecraft BIN folder where your jar is located */
7
pause REM //** Pauses AKA Press any key to continue */
8
echo Thanks kaleb you're a G Unit buddy boy REM //** Thanks Kaleb the big-boy G-Unit. */
9
pause REM //** Pauses AKA Press any key to continue */
10
exit REM //** Closes the thingy even though this line is useless I like to add it anywayz*/