PDA

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



DigitalDJ
26.04.21, 17:27
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 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 2.7.0.2



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!

czullo
26.04.21, 18:40
After a long long time i come back to BiglyBT and got few questions;

1. What settings are recommended these days on private trackers(screnshoot me settings please)
2. Upload Kicker is safe option?
3. Ghostleech is safe option?

Any tips and tricks welcome :)

Have a great week guys.

illusive
26.04.21, 21:11
Tested. JDK (Oracle/OpenJDK builds) 16. Bugs reported before are gone now. Will keep testing and report back anything I notice.

Hell of a thanks @DigitalDJ. Hell of good work.

---------- Post Merged at 21:11 ---------- Previous Post was at 21:07 ----------


After a long long time i come back to BiglyBT and got few questions;

1. What settings are recommended these days on private trackers(screnshoot me settings please)
2. Upload Kicker is safe option?
3. Ghostleech is safe option?

Any tips and tricks welcome :)

Have a great week guys.

1- Depending on each tracker. Leeching then connecting on many peers trackers reporting 0% and stop after x seconds should be the safest though. Option name is (Ghostleech). But if staff inspects your account it would look very suspecious.
2- There are multiple options to 'kick' the upload as multiplier of size/download/upload. If I get you right, again, it depends on the tracker and even on the torrent used in this case.
3- Answered in number 1.

There is thread for each tracker. Search and learn, there are too many information in this damn forum.

usernom
28.04.21, 07:59
The remote/web interface worked fine in 2.6.x and earlier but has been broken for me in both 2.7.x builds. I'm using the lastest, stable, OpenJDK 16 build.

It connects just fine both locally as well as via remote.biglybt.com
I can even successfully add new torrents via the web interface.

But it now stays completely blank and doesn't show any downloads, active or otherwise. No matter what filters have been chosen. No trace of them in the web code as well, so I don't think it's a browser issue (Chrome latest).

The really weird thing: Shutting down the client makes the downloads show up just when the connection shuts down. Something inside the current version of the Mod is interfering with the web interface now.

DigitalDJ
28.04.21, 08:38
Does it happen in a stock BiglyBT 2.7.0.2?

tonyqc
28.04.21, 14:25
If you had a previous version installed.

1) uninstall BiglyBT by ''Add and remove programes''. The uninstaller will ask if you want to keep your configurations, keep it.

2) Delete BiglyBT folder in Program Files.

3) start the installation

If you don't do it BiglyBT.exe.vmoptions will conflic with java. vmoptions

usernom
28.04.21, 15:36
If you don't do it BiglyBT.exe.vmoptions will conflic with java. vmoptions
Thanks, that was indeed the problem. An old and modified, BiglyBT.exe.vmoptions must have slipped into the install folder somehow (which was, as always, into a clean folder) - it's working fine and as expected now.

anon
02.05.21, 10:58
After a long long time i come back to BiglyBT and got few questions;

1. other than not using any cheating features, a one-size-fits-all configuration that works everywhere has never existed. Someone who joined this place a few days before myself should know that :happy: If you need a refresher, see 13781 and 19749. The tutorial hasn't been updated for 2.0.0.0 and above, but will still tell you 100% of what you need to know.
2. answered by #1; this is basically a semi-sophisticated flash upload feature, and flashing doesn't really work anywhere anymore.
3. complex question. Ghostleeching itself is fairly safe and underrated; after all, it's hard for a tracker to notice a report you don't send. However, there is a risk of detection if used on small swarms, or abused too much.

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

I found this alleged staff toolbox screenshot some years ago. The third column is supposed to show the ratio of torrents that were merely started vs. those actually finished. While I have no means of validating the authenticity of the image, the fact is such a feature is easy to code, and the stock NexusPHP source already includes something similar.

Now, if you can somehow procure the info_hash of your desired torrent(s) and a list of active IPs and ports, it's possible to add it/them as a magnet link and inject those peers to start the download. As long as your IP and port and other activity on the tracker (e.g. bookmarks, search history, torrent comments and forum posts) can't be correlated, this is 100% undetectable. While this scenario is fairly infrequent, it's the reason I ported Peer Injector to this mod. (Don't hate me, tracker staff, you're the ones who chose a protocol where private sites are an afterthought and peers are not authenticated in any way.)

Unregistered
07.05.21, 20:01
i would like to try this tool in portable mode, but looks like there isn't portable version right?

anon
09.05.21, 12:56
i would like to try this tool in portable mode, but looks like there isn't portable version right?

See 360407. Note you must either have Java in your PATH or set JAVA_HOME accordingly and rewrite the `start' line.

anon
09.05.21, 12:57
Just wanted to say I rechecked all bug reports on Rev2, and the following issue is the only one still standing. Everything else is fixed :top:


Changes to the default cheating settings for new torrents (Tools -> Options -> Extreme Mod) don't become effective without a restart, even if the Save button is pressed. If you modify anything there then add torrents without restarting, they will keep taking on the previous values, whereas the expected behavior is for such changes to apply immediately.

MarkH748
20.05.21, 16:54
I keep getting this error when running BiglyBT after a fresh install and it?s driving me insane after around 8 attempts!


java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)


The only strange thing I noticed compared to older versions is that when I install the latest version of BiglyBT there is no ?jre? folder in ?C:\Program Files\BiglyBT?. There was when using previous versions. Instead I create a new ?jre? folder and add the contents of the ?jdk-16? folder to it. I follow all the steps and when I launch I get this error.

I don't fully understand java but I used the latest version "jdk-16" and the java on my PC says it's up to date.

Any ideas?

Advanced thanks

edit: Found found this post by searching but I have no clue what I;m supposed to do. I don't even have a pref_jre.cfg file...

Could someone recommend a mod for a more modern torrent client that will allow me to ghostleech? I'm looking at Ratio Ghost for qbittorrent currently.

anon
22.05.21, 00:16
Could someone recommend a mod for a more modern torrent client that will allow me to ghostleech?

When it comes to mods for modern torrent clients and ghostleeching, this is the absolute finest available, so I suggest trying your best at making it work.

That error message gets posted fairly often; it means you have an old Java runtime somewhere and it's taking precedence over the correct one.

MarkH748
22.05.21, 10:22
I have no idea how to clean up old Java runtimes. I've uninstalled Java and used the "Java Uninstall Tool" which does not find any additional versions.

You have referred to this post in the past but I don't find it very helpful.

https://www.sb-innovation.de/showthread.php?34594-BiglyBT-Extreme-Mod-by-SB-Innovation-2-4-0-0-Beta/page2&p=357181#post357181

It seems to refer to a "portable" java app so I don't now if that's relevant?

It mentions going to HKEY_CURRENT_USER\Software\ej-technologies but doesn't say exactly what to do here? Here is mine:

https://i.imgur.com/cNP8nMK.png

I deleted the whole "ej-technologies" folder (since he said to "cleanup", whatever that means) from registry. Didn't change anything.

It mentions a "pref_jre.cfg" file but I don't have a file of that name anywhere on my system.

Is there another post that details how to remove this error? Because I have searched the forum and I can't find another one.

I've also tried changing the path in the "inst_jre.cfg" to just "jre". Same error.

Unregistered
04.06.21, 09:54
Doesn't work anymore on torrentleech.
Is there any good alternative?

anon
06.06.21, 01:36
Doesn't work anymore on torrentleech.

Why not?

Unregistered
07.06.21, 03:59
Can u please help as when i try to run the code for step 4 in downloading for linx
4-Run the installer, specifying app_java_home variable to your JRE folder.
the terminal denies the access to it
any recommendations

anon
12.06.21, 04:46
the terminal denies the access to it

What's the exact error message?

push3r
01.07.21, 21:24
Hi,

I have a weird issue with this Biglybt 2.7 version on Fedora 34. Previously, I used Biglybt 1.8 with Fedora 33 and everything was working fine. Since I upgraded to Fedora 34, before I upgraded Biglybt to 2.7, when I launched Biglybt 1.8, only the basic UI showed but a few seconds later it crashed. I upgraded to 2.7 but same thing occurred.

Now, I have the latest openjdk and requirements. What I noticed when I installed Biglybt 2.7 was that on the console, there was an errror/warning "Gtk-Message: 22:26:41.336: Failed to load module "pk-gtk-module" but it installed ok. However, when I launched the app it partially loaded the UI but then crashed just as above.

One interesting I found was that if I changed to root user then Biglybt 2.7 opened just fine without crashing. Another thing (sort of workaround) that I tried was that I lauched Biglybt 2.7 from the console with "./biglybt -ui console", and after it opened without any issue, then I entered "ui swt" and the GUI launched fine without crashing but the application is not 100% functional even though I could still download torrents, cheat, etc.

So, it seems like there is some kind of weird permission going that doesn't allow the "user" account on Fedora 34 to open Biglybt without the GUI crashing, but the "root" account didn't have any issue.

Also, I'm suspecting the permission issues (or something) are with gtk or swt. I don't know Fedora well enough to troubleshoot this sort of thing. Additionally, it didn't matter if I used Wayland or XORG in Fedora 34, the Biglybt app still crashed.

BTW, when I removed Biglybt 2.7 and installed 1.8, it stilled crashed. So this has something to do with Fedora 34. Maybe selinux is involved somewhere that's related to permission?

Other errors I saw when launching Biglybt 2.7 were:

(BiglyBT:9636): GLib-GObject-WARNING **: 20:13:05.720: cannot register existing type 'GtkWidget'

(BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(BiglyBT:9636): GLib-GObject-WARNING **: 20:13:05.720: cannot register existing type 'GtkBuildable'

(BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed

(BiglyBT:9636): GLib-CRITICAL **: 20:13:05.720: g_once_init_leave: assertion 'result != 0' failed

(BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_register_static: assertion 'parent_type > 0' failed



Please help. Thank you!

anon
04.07.21, 05:18
https://github.com/BiglySoftware/BiglyBT/issues/2112

While inadvisable from a security perspective, it seems you'll have to settle for running as root for now, as no one has found or posted a(nother) solution yet.

push3r
05.07.21, 02:40
https://github.com/BiglySoftware/BiglyBT/issues/2112

While inadvisable from a security perspective, it seems you'll have to settle for running as root for now, as no one has found or posted a(nother) solution yet.

Thanks Anon! I'd already been to that page. So yeh, I'll just sudo launch the biglybt for now.

push3r
09.07.21, 01:25
https://github.com/BiglySoftware/BiglyBT/issues/2112

While inadvisable from a security perspective, it seems you'll have to settle for running as root for now, as no one has found or posted a(nother) solution yet.

I found a solution. Turned out my java installation was not 100% correct which I have no idea what. But I used sdkman to install java which was quite easy as I don't even have to set the JAVA_HOME in the path manually. Sdkman can be used to install several versions of Java or other dev softwares and then switch to whatever version you want to use as default.

After that, I was able to launch Biglybt by going into the biglybt dir and run ./biglybt as my own user (without root) and it opened and worked perfectly fine.

anon
09.07.21, 09:56
Nice! You should post that on GitHub.

PoopShute
09.07.21, 16:56
[[quote]]BIGLYBT CHANGELOG
-----------------

2021.07.09 | BiglyBT 2.8.0.0[/[quote]]

Updated today 😊

luci9870
02.10.21, 17:18
Hab mehrere Installationen durchgeführt (Java GA 17) -ohne Erfolg.
BiglyBT Meldung: "You need at least a 1.8.0_172 Java VM to install BiglyBT."
Bitte um die Hilfe.

anon
02.10.21, 19:19
https://github.com/BiglySoftware/BiglyBT/issues/1460 suggests editing the pref_jre.cfg file to point to the updated Java, which also matches other members' experience getting the "real" runtime to be found under Windows. If you are not able to install the base client at all, then this is better off reported on the GitHub issue tracker.

MegaMan1122
15.11.21, 02:46
Hello, I've configured the mod as per the screenshot, any idea why it's still seeding? It should stop seeding and be removed from the list?

Thanks

21156

illusive
15.11.21, 07:24
Hello, I've configured the mod as per the screenshot, any idea why it's still seeding? It should stop seeding and be removed from the list?

Thanks

21156

I never used that option before. If I have to guess, the key is "and all the conditions are fine". Maybe there are some other options you set below the one in the screenshot ?

anon
15.11.21, 08:37
If you want torrents to stop immediately upon completion, you need to configure the mod like this. The 0.01 value ensures they're actually stopped, instead of triggering a heisenbug that makes the feature do nothing :weirdo: (Credits to tonyqc for discovering that)

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

Oh, and remember changes in the global settings panel you posted don't apply retroactively. For existing torrents, you'll need to double-click them and make adjustments there.

MegaMan1122
15.11.21, 20:49
Thanks very much, that did the trick!