diff --git a/CrepePackage/CrepePackage.zip b/CrepePackage/CrepePackage.zip deleted file mode 100644 index f57914f..0000000 Binary files a/CrepePackage/CrepePackage.zip and /dev/null differ diff --git a/CrepePackage/MITM.bat b/CrepePackage/MITM.bat deleted file mode 100644 index 88ccab7..0000000 --- a/CrepePackage/MITM.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd %cd%\py -@echo off -title CrepeSR mitmdump -timeout /t 3 -mitmdump -s proxy.py -k diff --git a/CrepePackage/Save b/CrepePackage/Save new file mode 100644 index 0000000..d50cb07 --- /dev/null +++ b/CrepePackage/Save @@ -0,0 +1 @@ +To disable the proxy, head to system settings - Network and internet - - proxy - up - a proxy server checked off - diff --git a/CrepePackage/inode.bat b/CrepePackage/inode.bat deleted file mode 100644 index 2f75f23..0000000 --- a/CrepePackage/inode.bat +++ /dev/null @@ -1,3 +0,0 @@ -npm install -timeout /t 3 -exit \ No newline at end of file diff --git a/CrepePackage/py/__pycache__/proxy.cpython-310.pyc b/CrepePackage/py/__pycache__/proxy.cpython-310.pyc index 633b7b6..33665ba 100644 Binary files a/CrepePackage/py/__pycache__/proxy.cpython-310.pyc and b/CrepePackage/py/__pycache__/proxy.cpython-310.pyc differ diff --git a/CrepePlusManager.bat b/CrepePlusManager.bat index 2777f6b..d270ece 100644 --- a/CrepePlusManager.bat +++ b/CrepePlusManager.bat @@ -1,67 +1,47 @@ @echo off - :menu -echo Welcome to the CrepePlus Manager +echo Welcome to CrepePlus 1.8 echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo 1) Start the CrepePlus server echo 2) Update CrepePlus -echo 3) Install/Update node modules +echo 3) Update/Install node modules echo 4) Exit -echo 5) Want to try CBT3? echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -echo Created by Midrooms +echo Created by Midrooms and rrryfoo echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -set /p op=Select:  +set /p op=Select: if "%op%"=="1" goto start if "%op%"=="2" goto update -if "%op%"=="3" goto NPM +if "%op%"=="3" goto npm if "%op%"=="4" exit -if "%op%"=="5" goto cbt3 cls goto menu :start -cd %cd%\CrepePackage -powershell -Command "Start-Process MITM.bat -WindowStyle Minimized" +start cmd /k "cd %cd%\CrepePackage\py && @echo off && title CrepePlus mitmdump && timeout /t 3 && mitmdump -s proxy.py -k" reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d http://127.0.0.1:8080 /f +cd %cd%\CrepePackage cls echo CrepePlus has enabled the proxy! Some internet functionality may not work. echo To disable the proxy, head to system settings - Network and internet -> Proxy -> Manual proxy -> Set up -> Use a proxy server checked off -> Save echo If you can't figure how to disable the proxy, simply restart your PC. + npm run start :update -@echo Updating CrepePlus... You will return to the menu once the update is completed. -@RD /S /Q "%CD%\CrepePackage" +@echo Updating CrepePlus... +@RD /S /Q "%cd%\CrepePackage" powershell -Command "Invoke-WebRequest https://github.com/CrepePlus/CrepePackages/raw/main/CrepePackage.zip -Outfile CrepePackage.zip" powershell -Command "Expand-Archive -Path CrepePackage.zip CrepePackage -Force" DEL CrepePackage.zip -cd %cd%\CrepePackage\ -powershell -Command "Start-Process inode.bat -WindowStyle Minimized" +start cmd /k "cd %cd%/CrepePackage && npm install" cls goto menu -:NPM -cd %CD%\CrepePackage -start inode.bat -cls -goto menu - -:cbt3 -echo Want to play CBT3? -echo Press any key to download the instructions and also included Fiddler Classic installer. -echo The files will be located in "/CrepePlus-beta" -echo If you don't want to download the files, close the manager and open it again. -pause -powershell -Command "Invoke-WebRequest https://github.com/CrepePlus/CrepePackages/raw/main/CrepePlus-beta.zip -Outfile CrepePlus-beta.zip" -powershell -Command "Expand-Archive -Path CrepePlus-beta.zip CrepePlus-beta -Force" -DEL CrepePlus-beta.zip -cls -echo The CrepePlus-beta folder is now located where you ran the manager. -echo Press any key to return to the menu. -pause +:npm +start cmd /k "cd %cd%/CrepePackage && npm install" cls goto menu \ No newline at end of file