Çözüldü Can't find a thread with a WS Reborn unpacking script. SOLVED

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
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
Onaylı Üye
Katılım
11 Ocak 2021
Mesajlar
86
Tepki puanı
8
Ödüller
3
Yaş
126
5 HİZMET YILI
i mean i press 1 icon and i have it unpacked, launched and ready to click Load cheat...

1705685420605.png


i think mine is way better

also check my upgrade to the script

https://memoryhackers.org/konular/p...-ui-website-automatically.258296/post-6182839
 
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
i mean i press 1 icon and i have it unpacked, launched and ready to click Load cheat...

Ekli dosyayı görüntüle 100129

i think mine is way better

also check my upgrade to the script

https://memoryhackers.org/konular/p...-ui-website-automatically.258296/post-6182839
i got errors in powershell i use chatgpt change in to echo batch file this is working very well i do nt know its good or not:peepoCry:

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
 
Onaylı Üye
Katılım
11 Ocak 2021
Mesajlar
86
Tepki puanı
8
Ödüller
3
Yaş
126
5 HİZMET YILI
@thomasjb
bro chat gpt is dogshit, it's producing nonworking code, waste of time

what error do you have? have you read the whole post and applied the needed fixes?
 
Moderatörün son düzenlenenleri:
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst