PDA

View Full Version : [Multi OS] BiglyBT Extreme Mod by SB-Innovation 3.6.0.0 Beta



DigitalDJ
25.04.24, 11:44
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 3.6.0.0 Beta

https://www.sb-innovation.de/attachment.php?attachmentid=3630

╔═══════════════════════════╗
Coded by:
╚═══════════════════════════╝

>>>>>> DigitalDJ & ghostfucker <<<<<<


╔═══════════════════════════╗
Credits:
╚═══════════════════════════╝

>>>>>> Butcho <<<<<<
>>>>>> Rebound <<<<<<
>>>>>> hitman <<<<<<
>>>>>> Manas <<<<<<
>>>>>> eudora <<<<<<
>>>>>> ghostfucker <<<<<<
>>>>>> anon <<<<<<
>>>>>> Instab <<<<<<
>>>>>> cloud99 <<<<<<
>>>>>> illusive <<<<<<
>>>>>> molosse <<<<<<
>>>>>> --->HDBD<--- <<<<<<

╔═══════════════════════════╗
Supplied by:
╚═══════════════════════════╝

>>>>>> SB-Innovation <<<<<<

╔═══════════════════════════╗
Original Mod by:
╚═══════════════════════════╝

>>>>>> Shu <<<<<<


Change Log:

+ Fix PerfectSpoof sending User-Agent to tracker

+ Integrated Peer Injector 0.3 by anon

+ Perfect Spoof 2 by ghostfucker

+ uTorrent ID Generator

+ Modifiable Client Files

+ Ghostleech

+ LTEP Fixes

+ Multiple peerlist entries fixed

+ More No Report Options

+ (Fake Upload) Stop faking when swarm speed is zero

+ Upload Kicker

+ Ratio Tool

+ Synced with latest LegitBly Mod

+ (Upload Multiplier) Show as seeder

+ (SBI-Hack Torrentview) Scrollbars added

+ Fix Tracker Update Interval Divider

+ Use Swarm Peers fixed

+ Updated core to BiglyBT 3.6.0.0



BiglyBT Change Log:
BiglyBT Change Log (https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt)
Vuze Change Log (https://svn.vuze.com/public/client/trunk/azureus2/src/ChangeLog.txt)

Installation:

Windows

1. Download the latest Eclipse Temurin Java ZIP. It must be Java version 22 or higher. (Eclipse Temurin Releases (https://adoptium.net/temurin/releases/?package=jdk&version=22&os=windows)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/download/)). Do not open BiglyBT after installation.
3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
4. Extract the hack files using 7-Zip (7-Zip Download (http://www.7-zip.org/download.html)) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.
5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
6. Open the Eclipse Temurin archive downloaded in step 1 and extract the "jdk-XX" folder to the BiglyBT folder %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
7. Rename the extracted "jdk-XX" folder to "jre".
8. Run Notepad and open %APPDATA%\BiglyBT\java.vmoptions (C:\Users\%USERNAME%\AppData\Roaming\BiglyBT\java. vmoptions), append the following lines:


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true

9. Run BiglyBT and Enjoy!


macOS
1. Download and install the latest Java. It must be Java version 22 or higher. (Eclipse Temurin Releases (https://adoptium.net/temurin/releases/?package=jdk&version=22&os=mac)). Note the path to the Eclipse Temurin archive downloaded. You will need it for step 5.
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/download/)).
3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

NOTE: To see the folder in Finder, you may need to perform the following steps:
4a. Open Terminal
4b. Run the following command:


defaults write com.apple.finder AppleShowAllFiles YES

4c. Hold the "Option/Alt" key, then right click on the Finder icon in the dock and click Relaunch
4d. Once you have copied the files, you can revert to hiding folders with:


defaults write com.apple.finder AppleShowAllFiles NO


5. Open up a Terminal and run the following commands. NOTE: You need to replace "PATH_TO_JDK_ARCHIVE" in the first command to the path to the Eclipse Temurin archive from step 1.


JDK_ARCHIVE="PATH_TO_JDK_ARCHIVE"
sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
sudo tar -xzf "$JDK_ARCHIVE" -C "/Applications/BiglyBT/.install4j/"
sudo mv "/Applications/BiglyBT/.install4j/jdk-"* "/Applications/BiglyBT/.install4j/jre.bundle"
echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-opens=java.base/java.net=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"

6. Run BiglyBT and Enjoy!

Linux
NOTE: Based on Ubuntu 20.04, assumes default install location
1. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
2. Download and install the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)). When prompted, install your distro's default JRE.


wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
chmod +x BiglyBT_Installer.sh
./BiglyBT_Installer.sh

3. Download and install the latest Java. It must be Java version 22 or higher. (Eclipse Temurin Releases (https://adoptium.net/temurin/releases/?package=jdk&version=22&os=linux)).
NOTE: You need to replace "URL_TO_JDK_ARCHIVE" in the first command to the path to the Eclipse Temurin archive URL.


wget -O jre.tar.gz URL_TO_JDK_ARCHIVE
mkdir -p ~/biglybt/jre
tar -xzvf jre.tar.gz --strip-components 1 -C ~/biglybt/jre
sed -i -e '/^AUTOUPDATE_SCRIPT/ s/^.*/AUTOUPDATE_SCRIPT=0/' \
-e '/^JAVA_PROGRAM_DIR/ s/^.*/JAVA_PROGRAM_DIR="${HOME}\/biglybt\/jre\/bin\/"/' ~/biglybt/biglybt

4. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)


unzip -o BiglyBT_*.zip -d ~/biglybt

5. Append the following VM options:


echo "--patch-module=java.base=ghostfucker_utils.jar" >> ~/.biglybt/java.vmoptions
echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-opens=java.base/java.net=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true" >> ~/.biglybt/java.vmoptions

6. Run BiglyBT and Enjoy!

Troubleshooting:
Before posting problems please make sure:
1. You have updated Java in the "jre" folder to the latest version (must be Java 22 or higher) (JDK GA Release (https://adoptium.net/temurin/releases/?package=jdk&version=22)]).
2. You have uninstalled BiglyBT using the uninstaller.
3. You have removed the BiglyBT Application folder:


C:\Program Files\BiglyBT (Windows x64)
C:\Program Files (x86)\BiglyBT (Windows x86)
/Applications/BiglyBT (macOS)
~/biglybt / /home/<username>/biglybt (Linux)

4. You have removed the BiglyBT Settings folder:
NOTE: THIS WILL RESET ALL BIGLYBT SETTINGS AND TORRENT LISTS


%APPDATA%\BiglyBT / C:\Documents and Settings\<username>\Application Data\BiglyBT (Windows XP - Application Data may be Hidden)
%APPDATA%\BiglyBT / C:\Users\<username>\AppData\Roaming\BiglyBT (Windows Vista - AppData may be Hidden)
/Users/<username>/Library/Application Support/BiglyBT (macOS)
~/.biglybt / /home/<username>/.biglybt (Linux)

5. Reinstalled BiglyBT using the package from BiglyBT - Download (https://www.biglybt.com/download/).
6. Re-applied the hack by following the installation instructions above.

Portable Mode:
Portable mode is now built into BiglyBT / Vuze. See wiki article: Portable Vuze (https://wiki.vuze.com/w/Portable_Vuze).



Enjoy!

Abhazia
03.05.24, 06:17
Installed:
- BiglyBT 3.6.0.0.0.
- OpenJDK22U-jdk_x64_windows_hotspot_22.0.1_8.zip
- BiglyBT_3.6.0.0.0_20240425.zip
- fixed the file with an empty line
And still client can't connect to http and https trackers.
21734
At the same time your client "uTorrent -Serenity- 2.2.1 Build 25302" works without any problems, but because of the old version it does not work properly and crashes on memory, that's why I decided to try something more modern BiglyBT.....
21735

anon
04.05.24, 03:07
OK, please try this. Create a .bat file containing the lines below in the same directory as BiglyBT.jar and then run it.


@echo off
cd /d "%~dp0"
echo Starting BiglyBT Extreme Mod...
start "" "%CD%\jre\bin\javaw.exe" -cp "BiglyBT.jar;swt.jar" -Djava.library.path="%CD%" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED -Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true com.biglybt.ui.Main
rem ...


If torrents now start correctly, you have some outdated Java runtime taking precedence over OpenJDK22U and that's why the mod is broken. Solving this requires correcting the path inside .install4j\pref_jre.cfg in the installation directory (it must point to the "jre" you created on step #7, without a backslash at the end, and with a final newline too) and cleaning any registry leftovers in key HKEY_CURRENT_USER\Software\ej-technologies.

In the meantime, opening the mod through the batch file should work and store settings normally, but you'll need to allow javaw.exe in your firewall, and .torrent file and magnet link associations as well as parameters exclusive to the EXE (e.g. -shutdown to close an existing instance) will be non-functional.

anon
04.05.24, 21:16
After a busy week, I upgraded my install today and noticed the following. BiglyBT won't list explicit VM parameters if the vendor string doesn't match what it expects, as is the case with the Adoptium JDK.

http://www.sb-innovation.de/attachment.php?attachmentid=21748

So somewhat ironically, if the lines appended to the .vmoptions file show up at Options -> Startup & Shutdown, it means the correct Java install is not being used and therefore the mod won't work :gshifty: Since that's what was visible in a previous screenshot you posted, we can now be sure you're dealing with an outdated runtime.

DominePT
05.05.24, 12:09
Sorry for asking this, but i am having this error:

21749

Can someone help ? Tnks

anon
06.05.24, 02:34
The advice in post #3 will also help here.