Guest User

Reobf 2.0

a guest
Apr 15th, 2012
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  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*/
Advertisement
Add Comment
Please, Sign In to add comment