mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-11-13 03:45:13 +01:00
6.1.1 Changelog:
Wilbrand exploit is now built properly even for those with Windows date settings not in mm/dd/yyyy format.
This commit is contained in:
parent
b9b58d6c4a
commit
412ea90801
@ -9,7 +9,7 @@ if not exist support cd..
|
||||
::::PUSHD "%~dp0"
|
||||
::POPD
|
||||
|
||||
set currentversion=6.1.0
|
||||
set currentversion=6.1.1
|
||||
set currentversioncopy=%currentversion%
|
||||
set agreedversion=
|
||||
|
||||
@ -2119,7 +2119,7 @@ echo.
|
||||
echo.
|
||||
echo Enter the paypal email address you used to send your ModMii donation.
|
||||
echo.
|
||||
echo Note: it pay take up to a few hours after donating before your email
|
||||
echo Note: it may take up to a few hours after donating before your email
|
||||
echo address can be validated.
|
||||
echo.
|
||||
set /p warning= Enter Selection Here:
|
||||
@ -20987,23 +20987,16 @@ echo.
|
||||
|
||||
::get yesterday's date
|
||||
|
||||
Set Day=
|
||||
Set Month=
|
||||
Set Num=
|
||||
Set Year=
|
||||
set CurDate=
|
||||
|
||||
@For /F "tokens=1,2,3,4 delims=/ " %%A in ('DATE /t') do @(
|
||||
set Day=%%A
|
||||
set Month=%%B
|
||||
set Num=%%C
|
||||
set Year=%%D
|
||||
)
|
||||
if exist date.vbs del /f /q date.vbs
|
||||
>date.vbs echo wscript.echo Right(String(2,"0") ^& Month(date), 2) ^& "/" ^& Right(String(2,"0") ^& Day(date), 2) ^& "/" ^& Year(date)
|
||||
for /f "tokens=*" %%a in ('cscript//nologo date.vbs') do set CurDate=%%a
|
||||
if exist date.vbs del /f /q date.vbs
|
||||
|
||||
if not "%Year%"=="" goto:nofix
|
||||
set Year=%Num%
|
||||
set Num=%Month%
|
||||
::set Month=%Day%
|
||||
:nofix
|
||||
Set Day=%CurDate:~3,2%
|
||||
Set Month=%CurDate:~0,2%
|
||||
Set Year=%CurDate:~-4%
|
||||
|
||||
if /i "%day%" NEQ "01" (set /a day=%day%-1) & (goto:yesterday)
|
||||
|
||||
@ -21033,12 +21026,11 @@ if /i "%month%" EQU "11" set day=30
|
||||
::echo mm/dd/yyyy
|
||||
::echo %Month%/%day%/%year%
|
||||
|
||||
|
||||
if exist temp\temp.txt del temp\temp.txt>nul
|
||||
|
||||
temp\wilbrand.exe %macaddress% %Month%/%day%/%year% 4.3%REGION% "%Drive%">temp\temp.txt
|
||||
|
||||
|
||||
|
||||
findStr /I /C:"Wrote to:" "temp\temp.txt" >nul
|
||||
IF not ERRORLEVEL 1 (echo "echo %name% - 4.3%REGION% - MAC:%macaddress%: Valid">>temp\ModMii_Log.bat) & (echo.) & (support\sfk echo [Green]Download Successful) & (echo.) & (goto:NEXT)
|
||||
|
||||
|
@ -31,7 +31,7 @@ Exit
|
||||
|
||||
::----------------------------------------------------------
|
||||
|
||||
set currentversion=6.1.0
|
||||
set currentversion=6.1.1
|
||||
set currentversioncopy=%currentversion%
|
||||
set agreedversion=
|
||||
|
||||
@ -214,7 +214,7 @@ if /i "%waoutput%" NEQ "skipscam" goto:miniskip
|
||||
|
||||
set waoutput=
|
||||
|
||||
set watext=Enter the paypal email address you used to send your ModMii donation.~~Note: it pay take up to a few hours after donating before your email address can be validated.~~Also note that an internet connection is required to validate your email address.
|
||||
set watext=Enter the paypal email address you used to send your ModMii donation.~~Note: it may take up to a few hours after donating before your email address can be validated.~~Also note that an internet connection is required to validate your email address.
|
||||
|
||||
start /w support\wizapp NOBACK EB
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user