Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
New Version
  • Loading branch information
TheAvacad0 authored Oct 28, 2022
1 parent 9c5db84 commit 3943af3
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 22 deletions.
7 changes: 4 additions & 3 deletions installer/HackDeez Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ color
if exist C:\Data\Verify goto :Alr
cls
:Real
echo Welcome to the HackDeez installer v1.6
echo Welcome to the HackDeez installer v1.7
echo This installer will install HACKDEEZ Data and Springroll
echo Press any key to continue
pause >nul
Expand All @@ -30,8 +30,9 @@ Echo file deployment complete Press any key to install SpringRoll
pause >nul
xcopy /i /d /f /s "C:\install\Springroll" "C:\Users\%UsernameAC%\Windata\HACKDEEZ\SpringRoll"
cls
echo Call "C:\Users\%UsernameAC%\Windata\HACKDEEZ\Springroll\Main.bat">C:\Users\%UsernameAC%\Pictures\Springroll-Launcher.cmd
echo exit >>C:\Users\%UsernameAC%\Pictures\Springroll-Launcher.cmd
MD C:\Users\%ActualUserName%\General
echo Call "C:\Users\%UsernameAC%\Windata\HACKDEEZ\Springroll\Main.bat">C:\Users\%UsernameAC%\General\Springroll-Launcher.cmd
echo exit >>C:\Users\%UsernameAC%\General\Springroll-Launcher.cmd
cls
echo Installation Complete! Check the 'Pictures' Directory
pause >nul
Expand Down
92 changes: 92 additions & 0 deletions src/Springroll/Springroll.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
@echo off
color 2d
:Load
If Exist C:\Data\Verify goto :Setup
cls
Echo A Valid key couldn't be found...Please Use the HACKDEEZ Installer
pause >nul
exit

:Setup
Title Springroll Setup
cls
color f2
IF Exist C:\Data\Global_Config.cmd goto :BootMenu
cls
echo Let's get SpringRoll Setup!
pause
cls
Echo First, What is your Windows Username
set /p "UNE=Username: "
cls
Echo Next, What Nickname do you want?
set /p "ANV=Name: "
:Brodcast
cls
Echo Okay, Let's get this ready for you!
echo set "ActualUserName=%UNE%">>C:\Data\Global_Config.cmd
echo set "PersonName=%ANV%">>C:\Data\Global_Config.cmd
cls
md C:\users\UNE\Windata\HACKDEEZ\exports
Echo Configuration Created!
pause
goto :BootMenu

:BootMenu
call C:\Data\Global_Config.cmd
copy "C:\Users\%ActualUserName%\Windata\HACKDEEZ\Springroll\resources\BootHax.bat" "C:\Users\%ActualUserName%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" /y
cls
color 0e
Title Springroll v1.6.1
echo ---------------------Springroll CLA-----------------------
echo.
echo (A) The Springroll Launcher
echo (B) Info
echo (C) Exit
echo (D) Appstore
echo.
CHOICE /C:ABCD /N /T:300 /D:B >nul
if "%errorlevel%"=="1" (goto :LaunchLauncher)
if "%errorlevel%"=="2" (goto :Info)
if "%errorlevel%"=="3" (exit)
if "%errorlevel%"=="4" (call C:\Users\%ActualUserName%\Windata\HACKDEEZ\Springroll\resources\Appstore.cmd)

goto :BootMenu

:LaunchLauncher
cls
cd apps
call "C:\Users\%ActualUserName%\Windata\HACKDEEZ\Springroll\apps\setlaunch.bat"
goto :BootMenu

:Info
Title SPRNGL Info
cls
color 0a
call C:\Data\Global_Config.cmd
echo ----Configuration----
echo Usernamme (PC): %ActualUserName%
echo Name: %PersonName%
echo Running v1.6.1
echo ---------------------
echo Changelog:
echo ---------------------
echo Added Executable
echo =====================
pause >nul
goto :BootMenu















Binary file added src/Springroll/Springroll.exe
Binary file not shown.
40 changes: 21 additions & 19 deletions src/Springroll/apps/setlaunch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ cls
color 3f
Echo Welcome!
cls
Echo --------------------Apps---------------------
Echo --------------------Apps-----------------------
dir /a:d /b
echo =============================
echo ===============================================
echo Back - Return to Springroll
echo Tools - Built-in Tools
echo -----------------------------------------------
set /p "launchreq=App: "

Expand Down Expand Up @@ -60,22 +61,7 @@ goto :launch
:Launchapp
:glaunch
cls
echo launching \
echo launching {
echo launching /
echo launching -
echo launching \
echo launching }
echo launching
echo launching -
echo launching \
echo launching {
echo launching /
echo launching -
echo launching \
echo launching }
echo launching /
echo launching -
echo launching...
cls
color 0a
:green
Expand All @@ -87,8 +73,24 @@ pause >nul
goto :Launch

:NFound
if ["%launchreq%"] == ["Back"] (Call "C:\Users\%ActualUserName%\Windata\HACKDEEZ\Springroll\Main.bat")
if ["%launchreq%"] == ["Back"] (Call "C:\Users\%ActualUserName%\Windata\HACKDEEZ\Springroll\Main.exe")
if ["%launchreq%"] == ["Tools"] (Goto :Tools)
cls
echo We Coudn't find that app...
pause
goto :Launch

:Tools
cls
Title Extra tools
color f0
echo ---------------Tools-----------------
echo (1) - Delete Springroll
echo (2) - Go back
echo.
CHOICE /C:12 /N /T:300 /D:3 >nul
if "%errorlevel%"=="1" (call "C:\Users\%ActualUserName%\Windata\HACKDEEZ\Springroll\Resources\tools\deleter.exe")
if "%errorlevel%"=="2" (goto :Launch)
if "%errorlevel%"=="" (goto :Tools)


Binary file added src/Springroll/resources/tools/deleter.exe
Binary file not shown.

0 comments on commit 3943af3

Please sign in to comment.