+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 15 of 41

Thread: BiglyBT Extreme Mod by SB-Innovation 3.0.0.0 Beta

    1. BiglyBT Extreme Mod by SB-Innovation 3.0.0.0 Beta Details »»

      BiglyBT Extreme Mod by SB-Innovation 3.0.0.0 Beta

      Version: 3.0.0.0, by (Coder) DigitalDJ is offline

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1397
      Released: 26.02.22 Last Update: Never Installs: 1
      • Supported
      • Re-useable Code
      • Free for all
      • Translations
      • External Content
      • Beta Stage

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 3.0.0.0 Beta



      ╔═══════════════════════════╗
      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.0.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      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.ClassTailor.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). 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).
      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:
      Code:
      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:
      Code:
      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.
      Code:
      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.ClassTailor.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).
      Code:
      sudo apt install openjdk-15-jre libjna-java
      2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download).
      Code:
      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/
      Code:
      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)
      Code:
      unzip -o BiglyBT_*.zip -d ~/biglybt
      6. Append the following VM options:
      Code:
      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.ClassTailor.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]).
      2. You have uninstalled BiglyBT using the uninstaller.
      3. You have removed the BiglyBT Application folder:
      Code:
      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
      Code:
      %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.
      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.


      Enjoy!

      Download Now


      Supporters / CoAuthors


      Show Your Support

        -->
      • If you like this modification support the author by donating.
      • For saying thanks to the author, please click here.
      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Who Said Thanks:

    kelly (08.06.22) , deadgoa7 (20.04.22) , alisiktan (14.04.22) , coolio256 (08.04.22) , Sazzy (29.03.22) , Paranormal (29.03.22) , nero103 (11.03.22) , RaMa (03.03.22) , yuckfou (02.03.22) , Snitlev (02.03.22) , qUeLo (01.03.22) , Lucas Kane (01.03.22) , thisis (28.02.22) , lyric (28.02.22) , illusive (27.02.22) , anon (26.02.22) , BrianBosworth (26.02.22) , mmmmm (26.02.22)


  1. #2

    Join Date
    19.04.18
    Posts
    2
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss2
    Having issues opening biglybt after a clean install and following instructions. Every time I 0open the program I get this error:
    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)
    I'm not sure what to do. Tried to do a clean install a few times and it didn't help. Also tried to use older and newer versions of jdk and it didn't help either.

    edit: Never mind. Solved by installing the latest jre.
    Last edited by yuckfou; 02.03.22 at 19:59.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    anon (30.05.22)

  3. #3

    Join Date
    25.09.20
    Posts
    2
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss2
    First of all, thank you for the awesome job. I was using "Save Path v1.2.2" plugin before but I'm getting java error now. I wonder if it is solvable or it isn't compatible anymore? Thank you.

    java.lang.NoClassDefFoundError: org/gudy/azureus2/plugins/Plugin
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java :1012)
    at java.base/java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:150)
    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader .java:524)
    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java: 427)
    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java: 421)
    at java.base/java.security.AccessController.doPrivileged(Access Controller.java:712)
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.j ava:420)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 87)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 20)
    at com.biglybt.platform.win32.PlatformManagerImpl.loa dClass(PlatformManagerImpl.java:2246)
    at com.biglybt.pifimpl.local.PluginInitializer.loadPl uginFromDir(PluginInitializer.java:1312)
    at com.biglybt.pifimpl.local.PluginInitializer.loadPl uginsFromDir(PluginInitializer.java:962)
    at com.biglybt.pifimpl.local.PluginInitializer.loadPl ugins(PluginInitializer.java:742)
    at com.biglybt.core.impl.CoreImpl$5.run(CoreImpl.java :1020)
    at com.biglybt.core.impl.CoreImpl.start(CoreImpl.java :1030)
    at com.biglybt.ui.swt.Initializer.run(Initializer.jav a:617)
    at com.biglybt.ui.swt.mainwindow.SWTThread$6.runSuppo rt(SWTThread.java:389)
    at com.biglybt.core.util.AERunnable.run(AERunnable.ja va:36)
    at java.base/java.lang.Thread.run(Thread.java:833)
    Caused by: java.lang.ClassNotFoundException: org.gudy.azureus2.plugins.Plugin
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.j ava:445)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 87)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 20)
    ... 20 more

    Never mind. I should have been using the "Category Destinations" plugin in the first place. My bad. Thank you anyway.
    Last edited by anon; 02.03.22 at 21:42. Reason: Please use the Edit button when available
    Reply With QuoteReply With Quote
    Thanks

  4. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by mercuryf View Post
    I was using "Save Path v1.2.2" plugin before but I'm getting java error now. I wonder if it is solvable or it isn't compatible anymore? Thank you.

    java.lang.NoClassDefFoundError: org/gudy/azureus2/plugins/Plugin
    Plugins compiled for the old Azureus or Vuze rarely run under BiglyBT due to differing class names (and in a few cases, feature deprecations in Java). If you can correct that and recompile, they'll usually work again.

    https://www.sb-innovation.de/showthread.php?p=355919
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    mercuryf (06.03.22)

  6. #5

    Join Date
    02.04.22
    Posts
    2
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss2
    Quote Originally Posted by yuckfou View Post
    Having issues opening biglybt after a clean install and following instructions. Every time I 0open the program I get this error:


    I'm not sure what to do. Tried to do a clean install a few times and it didn't help. Also tried to use older and newer versions of jdk and it didn't help either.

    edit: Never mind. Solved by installing the latest jre.
    i face the same issue
    not sure how to install the latest jre? hope if you can help
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    anon (30.05.22)

  8. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    I'm sure that by now, if you search Google for "has been compiled by a more recent version of the Java Runtime", SB-I will be among the top 10 results.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. #7

    Join Date
    02.04.22
    Posts
    2
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss2
    unfortunately this option doesn't work correctly
    Options->Extreme Mod: When download is completed (and all the conditions are fine) STOP the torrent (no seeding)
    it doesn't stop torrent after done downloading
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Check this out.

    Quote Originally Posted by anon View Post
    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 (Credits to tonyqc for discovering that)



    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.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. #9

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    and would still kill for a all in one self contained portable my bro, this still dont allow BiglyBt to run ....runs without it but thats not the proper solution >

    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


    thats how my java. vmoptions currently looks and wont work as said only once i completely remove all entrys in that file itll run, running absolute latest java 19 openjdk as jre folder btw
    Last edited by yumzion90; 23.04.22 at 04:49.
    Reply With QuoteReply With Quote
    Thanks

  12. #10
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Okay. I followed the install procedure (choosing JDK 18 since 19 is still early-access) inside an offline virtual machine with no Java present, produced the contents of this archive, wiped the VM clean, then extracted it and tried to run the mod. Everything worked fine out of the box.

    Code:
    https://bayfiles.com/z4K8tdZdx5/BiglyBT_zip
    If for some reason it's still broken for you, create a batch file with the following contents in the same directory as BiglyBT.jar and run it. This ignores install4j and passes the options from step 8 directly to Java, so it has to work (and will be 100% portable, unlike running BiglyBT.exe which stores settings under %AppData%).

    Code:
    @echo off
    cd /d "%~dp0"
    echo Starting BiglyBT Extreme Mod...
    start "" "%CD%\jre\bin\javaw.exe" -classpath "%CD%\BiglyBT.jar;%CD%\swt.jar" -Djava.library.path="%CD%" -Dazureus.portable.enable=true -Dazureus.config.path="%CD%" -Duser.dir="%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.ClassTailor.noOptimize=true com.biglybt.ui.Main
    The downside is that the program will run under javaw.exe, so you'll have to set up firewall rules accordingly and will see no fancy process name and icon in the task manager. Personally, no skin off my back, and it potentially allows reusing the same runtime for any other Java application you run like this.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    yumzion90 (27.04.22)

  14. #11

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    well ...your batch did the trick!!!! fucking finally!!!! chefs kiss...

    thanks man ...


    p.s > java openjdk 19 works without issues....
    Last edited by yumzion90; 24.04.22 at 06:59.
    Reply With QuoteReply With Quote
    Thanks

  15. #12
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Nice! This will keep working for future versions with the caveat that if the lines in step 8 change, you'll need to edit the script accordingly. The .vmoptions file is ignored unless you add -include-options to ask otherwise (but that's beyond the scope of this conversation).

    I have been running the mod like this for years; same with jDownloader for identical reasons.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. Who Said Thanks:

    yumzion90 (27.04.22)

  17. #13

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    right on man .....right on
    Reply With QuoteReply With Quote
    Thanks

  18. #14

    Join Date
    12.11.12
    P2P Client
    BiglyBT
    Posts
    6
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 ssssssss6
    macOS 12.3.1 M1 - does not work.
    Please help
    Reply With QuoteReply With Quote
    Thanks

  19. #15
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Why not? Did you follow all the instructions in the first post? What's failing exactly?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 3 123 LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •