├── goodbyedpi-0.2.3rc3-2.rar ├── update-HEX ├── update-HEX.bat └── README.md /goodbyedpi-0.2.3rc3-2.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyfunnysad/goodbyedpi-0.2.3rc3-2-FIX/HEAD/goodbyedpi-0.2.3rc3-2.rar -------------------------------------------------------------------------------- /update-HEX: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal enabledelayedexpansion 3 | 4 | :: Generate random bytes and convert them to a lowercase hex string using PowerShell 5 | for /f "delims=" %%i in ('powershell -command "[byte[]]$bytes = 1..58 | ForEach-Object { Get-Random -Minimum 0 -Maximum 256 }; [BitConverter]::ToString($bytes).ToLower() -replace '-', ''"') do set "hexString=%%i" 6 | 7 | :: Form the full command 8 | set "fullCommand=start """" goodbyedpi.exe -9 -e1 -q --fake-gen 29 --fake-from-hex %hexString% --blacklist ..\russia-blacklist.txt --blacklist ..\russia-youtube.txt" 9 | 10 | :: Output the command to the console (for verification) 11 | echo %fullCommand% 12 | 13 | :: Copy the command to the clipboard using PowerShell 14 | powershell -command "$fullCommand = '%fullCommand%'; Set-Clipboard -Value $fullCommand" 15 | 16 | echo The command has been copied to the clipboard. 17 | 18 | pause 19 | -------------------------------------------------------------------------------- /update-HEX.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal enabledelayedexpansion 3 | 4 | :: Generate random bytes and convert them to a lowercase hex string using PowerShell 5 | for /f "delims=" %%i in ('powershell -command "[byte[]]$bytes = 1..58 | ForEach-Object { Get-Random -Minimum 0 -Maximum 256 }; [BitConverter]::ToString($bytes).ToLower() -replace '-', ''"') do set "hexString=%%i" 6 | 7 | :: Form the full command 8 | set "fullCommand=start """" goodbyedpi.exe -9 -e1 -q --fake-gen 29 --fake-from-hex %hexString% --blacklist ..\russia-blacklist.txt --blacklist ..\russia-youtube.txt" 9 | 10 | :: Output the command to the console (for verification) 11 | echo %fullCommand% 12 | 13 | :: Copy the command to the clipboard using PowerShell 14 | powershell -command "$fullCommand = '%fullCommand%'; Set-Clipboard -Value $fullCommand" 15 | 16 | echo The command has been copied to the clipboard. 17 | 18 | pause 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GoodbyeDPI Инструкция по установке 2 | 3 | ## Готовая сборка 4 | [Скачать готовую сборку GoodbyeDPI](https://github.com/Happyfunnysad/goodbyedpi-0.2.3rc3-2-FIX/raw/refs/heads/main/goodbyedpi-0.2.3rc3-2.rar) 5 | 6 | ## Оригинал GoodbyeDPI 7 | [Скачать оригинал GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI/releases/download/0.2.3rc3/goodbyedpi-0.2.3rc3-2.zip) 8 | Поблагодарить за старания можно 9 | USDT (trc20) TZDzNwP3vPxxQaG7pte596hncUTKUZuESf 10 | ## Инструкция по установке 11 | 12 | 1. Запустите `service_remove` от имени администратора, если GoodbyeDPI был установлен ранее. 13 | 2. Выберите все, затем выполните `service_install` и нажмите `Enter`, затем `Пробел`. 14 | 3. Запустите `0_russia_update_blacklist_file`. Если обновление не происходит, перейдите по [ссылке](https://p.thenewone.lol/domains-export.txt) и скопируйте все содержимое в файл `russia-blacklist`. 15 | 4. Запустите `update-HEX.bat`. Скопируйте строку в буфер обмена. 16 | 5. Откройте `1_russia_blacklist_YOUTUBE` с помощью Notepad++ и замените строку, как показано на изображении: 17 | ![Изображение](https://github.com/user-attachments/assets/4b89e9e1-f73d-445e-8191-5fed6904ef98) 18 | на ту, что выдал скрипт. 19 | 6. Сохраните изменения и закройте файл. 20 | 7. Запустите GoodbyeDPI и наслаждайтесь работой YouTube! 21 | 22 | ## Оригинальная статья 23 | [Читать оригинальную статью на Habr](https://habr.com/ru/articles/845114/) 24 | 25 | # Поблагодарить за старания можно 26 | ## USDT (trc20) TZDzNwP3vPxxQaG7pte596hncUTKUZuESf 27 | ## TON (trc20) UQCFMTv6oyLJz5k1iYPvFUIEH-7V00Jk6ICDh7KqlIzlfdiV 28 | ## BTC 15ZBu87SCGhbWzbLj1qMbJ1qeU9FpbEMi6 29 | --------------------------------------------------------------------------------