PDA

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



DigitalDJ
17.05.23, 22:39
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 3.4.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.4.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 OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release (http://jdk.java.net/15/)).
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 OpenJDK 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 15 or higher. (JDK GA Release (http://jdk.java.net/15/)). Note the path to the OpenJDK 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_OPENJDK_ARCHIVE" in the first command to the path to the OpenJDK archive from step 1.


OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
sudo tar -xzf "$OPENJDK_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
1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-15-jre and libjna-java.
NOTE: Some distros do not have an OpenJDK of version 9 or greater available. In which case, you will need to download and extract the tar.gz package supplied by OpenJDK (JDK GA Release (http://jdk.java.net/15/)).


sudo apt install openjdk-15-jre libjna-java

2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)).


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

3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
4. Run the installer, specifying app_java_home variable to your JRE folder. On Ubuntu, this is: /usr/lib/jvm/java-15-openjdk-amd64/


app_java_home="/usr/lib/jvm/java-15-openjdk-amd64/" ./BiglyBT_Installer.sh

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


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

6. 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

7. 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 15 or higher) (JDK GA Release (http://jdk.java.net/15/)]).
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!

deneme444
22.05.23, 06:32
Thanks for the new update.

If the previous version "v3.3.0.0 Beta" is installed, is it necessary to perform a fresh installation for the new version "v3.4.0.0 Beta" (uninstalling BiglyBT and removing all left overs), or is it suitable to follow the same steps again with the new Bigly BT setup file and Extreme Mod by SB-Innovation 3.4.0.0 Beta files?

If a clean installation is mandatory, is there an option to import the settings that were exported from the previous version?

Snitlev
24.05.23, 08:47
Gibt es Probleme mit den "Perfect Spoof"? Ich kann in dieser Version leider keinen "Clienten" mehr wechseln, was allerdings vorher noch möglich war.

Siehe Screen: 21530 und jetzt in der Version: 3.4.0.0 21531

Danke für Eure Antworten ;)

Snitti

anon
24.05.23, 20:44
That happens when ghostfucker_utils.jar can't be found or you haven't edited the java.vmoptions file (I think the latter is most likely).

Snitlev
24.05.23, 21:24
from @aaaaab:

i edited the 'java.vmoptions'
somehow it was resetted.
after adding the missing lines on step 8,
sadly BiglyBT do not start anymore.

:(

edit:

after removing "--patch-module=java.base=ghostfucker_utils.jar"
from 'java.vmoptions' it runs again.
is there somethink broken?


---------------------------------

So bei mir funktioniert jetzt wieder alles wie gehabt ;)

Snitti

aaaaab
25.05.23, 17:42
hi again, i'm mostly inactive, sry.

i put the string in the "BiglyBT.vmoptions"
and it works there.
maybe i have to review the settings of snitlev.
a clean install of BiglyBT on my pc do not shows this issues.

stay tuned. ;)

ok, i checked and found the problem:


Installation:

Windows

1. Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - 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) 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 OpenJDK 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:
Code:

--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!

you have the choice to put the strings in step 8 on 2 places.
1# %APPDATA%\BiglyBT\java.vmoptions
or
2# %installdir%\BiglyBT\BiglyBT.exe.vmoptions

the problem was double using.
the strings was in both files and BiglyBT.exe/jar or ghostfucker_utils.jar doesn't liked that.

it could have been my fault.
i put the strings in the "BiglyBT.exe.vmoptions" file
and sayed to Snitlev: "just extract the files in this directory"
i think at some point he will forgot that and started to put the stings in the "java.vmoptions"...
...maybe. we don't really know when it started getting bad.

it's yet an other experience: 'wired things that happens'

good n8 everyone,
and always,
i hope we learned something... :D

----

edit:

it would be nice, if we could remove point 8 from the tutorial list
and put a modified "BiglyBT.exe.vmoptions" in the zip file.
maybe add a point to backup the install folder, too.

seitan
25.05.23, 23:39
Im trying in Arch but i have this problem...

21533

Error: Offline ('boolean sun.net.www.http.HttpClient.parseHTTP(sun.net.www. MessageHeader, sun.net.www.protocol.http.HttpURLConnection)')

anon
26.05.23, 01:56
you have the choice to put the strings in step 8 on 2 places.
1# %APPDATA%\BiglyBT\java.vmoptions
or
2# %installdir%\BiglyBT\BiglyBT.exe.vmoptions

the problem was double using.
the strings was in both files and BiglyBT.exe/jar or ghostfucker_utils.jar doesn't liked that.

Nice catch, but this may be why the installation procedure tells you to edit only one of those :richter:

Bundling a preedited file is a good idea in principle, but we have no telling how its original contents will change between versions and/or platforms. And deferring this task to end users is not unreasonable considering using the actual mod requires more skill than editing a text file. Anyway, the approach I recommended to tester00 at 35452 does not rely on install4j or the .vmoptions file and is fully portable, so it's worth checking out if you keep having trouble.


Im trying in Arch but i have this problem...

21533

Error: Offline ('boolean sun.net.www.http.HttpClient.parseHTTP(sun.net.www. MessageHeader, sun.net.www.protocol.http.HttpURLConnection)')

Let's check a few things.

Did you follow all the installation steps correctly and under the account you'll be using the mod from? Remember file systems are usually case-sensitive under Linux.
What version of Java are you using? Running `which java && java -version' in a terminal will tell you.
Does this happen with the unmodified version?
As a last resort, you can try installing and running the mod as root and see if it makes a difference (while not recommended from a security perspective, it has historically helped with a few "impossible" errors).

Can anyone else running Linux confirm this problem?

DigitalDJ
26.05.23, 07:11
Can anyone else running Linux confirm this problem?

Must use JRE 20 or above now.

seitan
26.05.23, 19:21
Must use JRE 20 or above now.

Thats its... im upgrade to jre 20 and now its work like a charm.

Thanks!

aaaaab
26.05.23, 21:42
hi, (again :D )

little discovery with Snitlev config.
because spoof do not matter for me, at the moment.

there is a bug with
OpenJDK 20.0.1 General-Availability Release
21536
it says "connection error" (sun/net/ProgressMonitor)

i switched back to
OpenJDK 15.0.2 General-Availability Release
an now it works fine

your tutorial says "Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release)."

"or higher"
if you want to compatible with this statement, you should fix that problem,
or stay with the exact java version --> change the tutorial.

i tested a free torrent and a tracker torrent
free torrent do not care about the error,
the tracker do not load.

so maybe i think it's the "ghostfucker_utils.jar" module again...


thanks 4 reading. good n8.

anon
27.05.23, 22:57
Must use JRE 20 or above now.


Thats its... im upgrade to jre 20 and now its work like a charm.

Ahaha, I'd forgotten this build would be rebased. I actually haven't upgraded from 3.3.0.0 yet, so making a note to leap from Java 15 to 20 first.


there is a bug with
OpenJDK 20.0.1 General-Availability Release
21536
it says "connection error" (sun/net/ProgressMonitor)

This is exactly what happened with 3.3.0.0, but after reading post #6, may I suggest rechecking it with a proper config instead of a Snitlev one :weirdo:

Do agree that the Java version, package names and download links in the first post template should be updated.

aaaaab
28.05.23, 00:49
so, oracle commercial JRE 20+ is the next choice to test?

currently I'm only tested the OpenJDK GA versions...

anon
29.05.23, 01:18
BBTEM 3.4.0.0 with qBittorrent 4.5.2 spoof enabled, running under Java 20 (openjdk-20.0.1_windows-x64_bin) on an isolated VM that's never heard of BiglyBT before. Hopefully this proves that the mod works, nya?

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

aaaaab
29.05.23, 09:59
i did tested openjdk-20.0.1 and it works,
but than Snitlev comes again and crys araund. ;)
Snitlev runs at the moment with openjdk-15.0.2,
i hope he is quite.

i did had problems with openjdk-20.0.1, too.
so at the moment, i testing oracle jdk 20.0.1.

i know oracle jdk based on openjdk with some extras,
normaly there should not be any difference.

but the behavior of biglybt ist very inconsistent,
and sadly i'm not a programmer, i'm just a user
researching interactions of these programs.

I would say, that all the problems with BiglyBT
should be reported to the people at BiglyBT on the bug tracker.
but they works still with Java 14 !?

this is all too fragmented... XD

edit:
if you test torrents,
you should test free online and closed tracker torrents, too.
why? i do not know. they just behaved differently. ¯\_:frown:_/¯

anon
29.05.23, 20:39
I would say, that all the problems with BiglyBT
should be reported to the people at BiglyBT on the bug tracker.
but they works still with Java 14 !?

this is all too fragmented... XD

https://github.com/BiglySoftware/BiglyBT/wiki/Java-Versions

Needless to say, the official BiglyBT doesn't have certain extreme features that raise the minimum required Java version :gcreepy:

theroyal
05.06.23, 19:05
any solution?
21556

21557

Billy Wilder
07.06.23, 16:17
Hi.I am in a tracker that has two strict rules.
that has this rules:
All torrents require a minimum of 7 days (168 hours) seed time, regardless of ratio.
There is a 10% buffer before the minimum seeding requirements kick in. This means that torrents will not be considered a HnR if the amount you have downloaded is less than 10%.


I can finally seed for one or two days, not 7 days.I just want to download and watch my favorite movies, that is, only the files I need, not to raise the user rank or collect bonuses.Because of my super awful upload speed.
I don't want to get hit and run (because if I download only 10% of a torrent, I have to seed for 7 days or else I will get hit and run). That's why in order to reduce the risk a lot, I have to use a method that in That amount of my downloads should not be recorded in the tracker.
Is there a way that no information from me is recorded in the completed section of the torrents I have received in tracker? Even the download amount is zero.

thanks

illusive
16.06.23, 10:51
Thats its... im upgrade to jre 20 and now its work like a charm.

Thanks!

Confirmed on Windows 11 using JDK 17. JDK 20 usage solved it.

nero103
18.06.23, 18:44
why cant my friend download from a proleech torrent i sent him?
it doesn't connect to peers, but i can...

edit: tried to download with a different ip address and it cannot connect as well... what am I missing?

lil-fella
06.07.23, 12:20
in the peers list. is there a way to add to the columns setup
to show for each user if they are using ipv4 or ipv6

i cant see in the add list setup for peers anything for this. but didnt know if this could be added in some way

taki090
26.07.23, 07:31
I am receiving the following tracker error:

Error: Offline (sun/net/www/protocol/http/AuthenticatorKeys)

It happens with many different trackers but not with all of them.
I have no idea what it is, my best guess is that maybe it has to do with JDK?
I have tried versions 20, 21 and 22 on Windows 11 and they all behave the same.

Any help would be much appreciated.

anon
26.07.23, 22:25
Error: Offline (sun/net/www/protocol/http/AuthenticatorKeys)

It happens with many different trackers but not with all of them.

Can you give some examples of both groups? (Protocol, hostname and port of the announce URLs)

bigdwnldr2
28.08.23, 23:18
I have been using the SB-Innovation mods for quite some time. Just upgraded to 3.4.0.0 Beta and I'm unable to turn off seeding once download finishes. Have the following checked:

1. No upload
2. When download is completed (and all connections are fine) STOP the torrent (no seeding)
3. And remove it from the seeding list

Any ideas? Thank you for your help.

anon
29.08.23, 22:55
Try this.


found a fix, if you add ''Stop torrent after 0.01" all other options will work

20893

Unregistered
21.11.23, 06:31
Hi Im trying to install BigyBt on my Mac but I get this error. is there any solution for this?
Thanks

anon
22.11.23, 18:42
Try this.


funktioniert nicht.
Mac OS 13.3.1 M121514


Apparently that error message is a holdover from when Oracle wasn't yet building Java for M1 processors. If you grab and install the aarch64 version of JDK 19, the BiglyBT installer should be smart enough to detect it, and then you can proceed as usual.

https://thejavaguy.org/posts/014-how-to-install-jdk-19-on-macos/

By the way, version 3.5.0.0 of the mod is out. Note that its minimum required JRE version is now 21.