Upload Hasher Files

pull/1/head
Matthew Clark 2 years ago committed by GitHub
parent 033365f82b
commit 4b87bfd853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

@ -0,0 +1,6 @@
Algorithm Hash
--------- ----
SHA1 EF13910A43C1AE9D04A86B2853F11E44CF7AE193

@ -0,0 +1,6 @@
Algorithm Hash
--------- ----
SHA1 6106453EA19646A889864328758886C3726C96F2

@ -0,0 +1,6 @@
Algorithm Hash
--------- ----
SHA1 69A5C48BDBA8FE7AE33B9D251813230F2868D731

@ -0,0 +1,6 @@
Algorithm Hash
--------- ----
SHA1 BA7D0AA2F55BC9C96BAD3D47F762D1DD324FC021

@ -0,0 +1,6 @@
Algorithm Hash
--------- ----
SHA1 543803780E5FC6A0F3DE05791B1B48D371D23215

@ -0,0 +1,6 @@
Algorithm Hash
--------- ----
SHA1 DE48D627BC9BAAFF7646357E87F4A6CD7F6BB450

@ -0,0 +1,108 @@
::[Bat To Exe Converter]
::
::YAwzoRdxOk+EWAjk
::fBw5plQjdCmDJHSB8EszKQ9oZCWxFE6IOpgZ7OHY7v64i0MOQOMzdIrJlL2NL4A=
::YAwzuBVtJxjWCl3EqQJgSA==
::ZR4luwNxJguZRRnk
::Yhs/ulQjdF+5
::cxAkpRVqdFKZSDk=
::cBs/ulQjdF+5
::ZR41oxFsdFKZSTk=
::eBoioBt6dFKZSDk=
::cRo6pxp7LAbNWATEpCI=
::egkzugNsPRvcWATEpCI=
::dAsiuh18IRvcCxnZtBJQ
::cRYluBh/LU+EWAnk
::YxY4rhs+aU+JeA==
::cxY6rQJ7JhzQF1fEqQJQ
::ZQ05rAF9IBncCkqN+0xwdVs0
::ZQ05rAF9IAHYFVzEqQJQ
::eg0/rx1wNQPfEVWB+kM9LVsJDGQ=
::fBEirQZwNQPfEVWB+kM9LVsJDGQ=
::cRolqwZ3JBvQF1fEqQJQ
::dhA7uBVwLU+EWDk=
::YQ03rBFzNR3SWATElA==
::dhAmsQZ3MwfNWATElA==
::ZQ0/vhVqMQ3MEVWAtB9wSA==
::Zg8zqx1/OA3MEVWAtB9wSA==
::dhA7pRFwIByZRRnk
::Zh4grVQjdCmDJHSB8EszKQ9oZCWxFE6IOpMV8O3poe+fpy0=
::YB416Ek+ZG8=
::
::
::978f952a14a936cc963da21a135fa983
@echo off & pushd %~dp0
mode con:cols=80 lines=40
title GOOGLE DRIVE FILE NAME FIXER - MON5TERMATT#9999
echo.This Program will ask you for the medicat files.
echo.when asked please select one file to be renamed.
echo.go one by one selecting all six files.
echo.as always feel free to ask for help in the discord.
pause
:start
cls
powershell -c "Invoke-WebRequest -Uri 'http://cdn.medicatusb.xyz/files/hasher/hashes.bat' -OutFile './hashes.bat'"
call hashes.bat
del hashes.bat /Q
REM -- OPENS A FILE BOX
set dialog="about:<input type=file id=FILE><script>FILE.click();new ActiveXObject
set dialog=%dialog%('Scripting.FileSystemObject').GetStandardStream(1).WriteLine(FILE.value);
set dialog=%dialog%close();resizeTo(0,0);</script>"
for /f "tokens=* delims=" %%p in ('mshta.exe %dialog%') do set "FILE=%%p"
REM -- FIND THE HASH
powershell -c "Get-FileHash %FILE% -Algorithm SHA1" > hash
:1
fc /b file1 hash > nul
if errorlevel 1 (goto 2) else (echo Its 001 && set ext=001 && goto renamer)
:2
fc /b file2 hash > nul
if errorlevel 1 (goto 3) else (echo Its 002 && set ext=002 && goto renamer)
:3
fc /b file3 hash > nul
if errorlevel 1 (goto 4) else (echo Its 003 && set ext=003 && goto renamer)
:4
fc /b file4 hash > nul
if errorlevel 1 (goto 5) else (echo Its 004 && set ext=004 && goto renamer)
:5
fc /b file5 hash > nul
if errorlevel 1 (goto 6) else (echo Its 005 && set ext=005 && goto renamer)
:6
fc /b file6 hash > nul
if errorlevel 1 (goto nf) else (echo Its 006 && set ext=006 && goto renamer)
:NF
echo.the sha1 hash did not match any on record.
echo.Please redownload the files.
pause
goto goodbye
REM -- THIS IS WHEN IT RENAMES THE FILES
:renamer
set /p ver= < ver
echo.would you like to rename this file now? (Y/N)
choice /C:yn /N /M ""
if errorlevel 2 goto more
if errorlevel 1 goto rename2
:rename2
REN %file% MediCat.USB.v%ver%.zip.%ext%
:more
echo.do you need to rename more files? (Y/N)
choice /C:yn /N /M ""
if errorlevel 2 goto goodbye
if errorlevel 1 goto start
:goodbye
echo.Goodbye!
del file1 /Q
del file2 /Q
del file3 /Q
del file4 /Q
del file5 /Q
del file6 /Q
del ver /Q
timeout 2 > NUL
exit

@ -0,0 +1,18 @@
@echo off &chcp 850 >nul &pushd "%~dp0"
@set "0=%~f0" &powershell -nop -c $f=[IO.File]::ReadAllText($env:0)-split':bat2file\:.*';iex($f[1]); X(1) &cls &exit/b
:bat2file: Compressed2TXT v6.5
$k='.,;{-}[+](/)_|^=?O123456789ABCDeFGHyIdJKLMoN0PQRSTYUWXVZabcfghijklmnpqrstuvwxz!@#$&~E<*`%\>'; Add-Type -Ty @'
using System.IO;public class BAT91{public static void Dec(ref string[] f,int x,string fo,string key){unchecked{int n=0,c=255,q=0
,v=91,z=f[x].Length; byte[]b91=new byte[256]; while(c>0) b91[c--]=91; while(c<91) b91[key[c]]=(byte)c++; using (FileStream o=new
FileStream(fo,FileMode.Create)){for(int i=0;i!=z;i++){c=b91[f[x][i]]; if(c==91)continue; if(v==91){v=c;}else{v+=c*91;q|=v<<n;if(
(v&8191)>88){n+=13;}else{n+=14;}v=91;do{o.WriteByte((byte)q);q>>=8;n-=8;}while(n>7);}}if(v!=91)o.WriteByte((byte)(q|v<<n));} }}}
'@; cd -Lit($env:__CD__); function X([int]$x=1){[BAT91]::Dec([ref]$f,$x+1,$x,$k); expand -R $x -F:* .; del $x -force}
:bat2file:[ file1
::AVEYO...Rng.......N=........z;].o;..Q5B-..a]..d,qGy+n;........Rntc+Of}MXcTgyT.*/..?#{.....^ZDpV5qGS1cW2;U`..Q5i.....|$Y[r.;P)vQD{(
::?#{.,P(-....>1NW^[?.#W[kju6)e...$4....`wFWc7k.Ne5xFD-PG,..!J;...Rntc(Of}MXcTgyV.3...0g)...;>WA2HA)$hEXB.j[25A1~h{QP.%w].2y};,P;.W5
::;.Nj;1MCrFFq*zp^c|$7&Yc(<.dapE%P=`W,9;....fy;.u}iDcHmd{)OqsOz9mmop=\5<H`*tn!onV)y,......`))P_xbxrTgG?$ek!`cj~%&$|Ke%nLG/+#9\[m5$?<
::&4}%t*$t9}=KR!z!P6uC@HK(wnSTv7}6sj}(wFryGUf0hEvK#|0HnaRS`TtcRZgs3YYbLUQE]#sy>zPWJYtJ4vu*}{%k)9(fw}bTjr#]i1yGkWJH_^@JdD.\TAcgv{_[*$
::G*&3lYeJ]^uS-8B?07>UN7wZ#V$$,|vYg?G5J|Gj0hp7GJiUB3;TwJ?whTR7[s.(q6y)q,
:bat2file:]
Loading…
Cancel
Save