PowerShell script to extract MemoryUI and open the ui website automatically

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Being Agood Friend is blessing :D
Ultra Üye
Katılım
2 Nis 2022
Mesajlar
1,506
Tepki puanı
38
Ödüller
2
Yaş
27
4 HİZMET YILI
Oh man, you are awesome
I want to give it a go
Thanks, my friend
 
ölmedim geri döndüm kaldığımız yerden devam
Süper Üye
Katılım
6 Eki 2019
Mesajlar
744
Çözümler
19
Tepki puanı
155
Ödüller
6
Sosyal
6 HİZMET YILI
thanks for the shortcut man thats exactly what i was looking for.
 
ERROR PROBLEM FIXER
Support
Katılım
25 Eyl 2018
Mesajlar
5,366
Çözümler
1,450
Tepki puanı
2,351
Ödüller
20
Sosyal
7 HİZMET YILI
This script will automate the painful task of entering the password, extracting the MemoryUI and opening the website https://ui.memoryhackers.org/

I made this script by myself so if you got any error tell me

To use is kinda simple
1 - Download 7zip!! this script will use 7zip to extract the MemoryUI
Bağlantıları görmek için lütfen Giriş Yap

2 - Add the 7zip to your environment path if he doesn't did this during the installation process
3 - Create a folder anywhere with any name you want and put inside her the script and the MemoryUI zip file
4 - Run this command on powershell as ADMIN and select option A to enable execution of powershell scripts: Set-ExecutionPolicy Unrestricted -Scope CurrentUser
5 - Run the script

After this no more pain of doing all this steps manually after using the cheat

DOWNLOAD:
Bağlantıları görmek için lütfen Giriş Yap
VIRUSTOTAL:
Bağlantıları görmek için lütfen Giriş Yap

Some errors solutions:
if you got any errors with the 7zip environment path follow this steps:
To add 7zip to the environment variables in Windows 10:

  1. Right-click the Start button and select "System."
  2. Click on "Advanced system settings."
  3. In the System Properties window, click on the "Environment Variables" button.
  4. Under "System Variables," scroll down and find the "Path" variable, then click "Edit."
  5. Click "New" and add the path to the 7zip executable file, typically something like "C:\Program Files\7-Zip".
  6. Click OK on all windows to save the changes.
if you got any errors installing or doesn't know how to install 7zip follow this steps:
To install 7zip on your computer:

  1. Download the 7zip installation file from the official website (
    Bağlantıları görmek için lütfen Giriş Yap
    ).
  2. Run the installation file.
  3. Follow the on-screen instructions to install 7zip on your computer.
  4. Once the installation is complete, you can access 7zip through the Start menu or by double-clicking a 7zip archive file.
Greetings from Brazil
dose its good in echo ? bat

Batch:
@echo off
cls

:: Check for the presence of the MemoryUI zip file
for %%F in (*.zip) do set "memoryUi_zip=%%F"

if not exist "%memoryUi_zip%" (
    echo The MemoryUI zip file was not found!^
    Download the file and add it to this folder
    pause
    start "" "https://memorydownloader.net/"
    exit /b
)

:: Check if there's more than one zip file
set "zipCount=0"
for %%F in (*.zip) do set /a "zipCount+=1"

if %zipCount% gtr 1 (
    echo This folder should only have the .zip MemoryUI compressed file!^
    pause
    exit /b
)

:: Extract the contents of the zip file using 7-Zip
7z x -pmh -y %memoryUi_zip%

:: Check if 7-Zip is installed
where 7z.exe >nul 2>nul
if %errorlevel% neq 0 (
    echo Check if you installed 7zip and added it to your environment path correctly^
    pause
    start "" "https://www.7-zip.org/download.html"
    exit /b
)

:: Find the MemoryUI executable
for %%F in (*.exe) do set "memoryUi=%%F"
if not defined memoryUi (
    echo The MemoryUI executable was not found^
    pause
    exit /b
)

:: Start the MemoryUI executable
start "" "%memoryUi%"

:: Open the MemoryUI website
start "" "https://memoryhackers.org/cheats/lol-script-dword-wsreborn-2024.27/"

exit /b
 
NaekuhN
Onaylı Üye
Katılım
10 Ocak 2024
Mesajlar
79
Tepki puanı
7
Ödüller
1
Yaş
23
2 HİZMET YILI
Thank you my angel I had forgotten to save your post previously to do this.:winkwink::peepoNice:
 
Onaylı Üye
Katılım
21 Şub 2024
Mesajlar
50
Tepki puanı
3
Yaş
25
2 HİZMET YILI
You have to install win 11 and change your windows , just this
 
Üye
Katılım
31 Ara 2021
Mesajlar
43
Tepki puanı
2
Ödüller
5
Yaş
26
4 HİZMET YILI
I do not understand what is required. Please make a video for us
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst