+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27

Thread: BiglyBT Extreme Mod by SB-Innovation 3.4.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 3.4.0.0 Beta

      Version: 3.4.0.0 Beta, by (Coder) DigitalDJ is offline

      Developer Last Online: Apr 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1551
      Released: 17.05.23 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.4.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.4.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!

      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:

    eMuLeecheR (20.07.23) , whyme (15.07.23) , Acen (21.06.23) , BrianBosworth (25.05.23) , Snitlev (23.05.23) , deneme444 (22.05.23) , lil-fella (21.05.23) , JohnWick (19.05.23) , Lucas Kane (18.05.23) , Paranormal (18.05.23) , qUeLo (18.05.23) , mmmmm (18.05.23) , DraconLord (18.05.23) , anon (18.05.23)


  1. #17
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Quote Originally Posted by aaaaab View Post
    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/Big.../Java-Versions

    Needless to say, the official BiglyBT doesn't have certain extreme features that raise the minimum required Java version
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #18

    Join Date
    05.06.23
    Posts
    1
    Activity Longevity
    0/20 1/20
    Today Posts
    0/5 ssssssss1
    any solution?
    Click image for larger version. 

Name:	Untitled.png 
Views:	102 
Size:	86.1 KB 
ID:	21556

    Click image for larger version. 

Name:	Untitled2.png 
Views:	80 
Size:	109.2 KB 
ID:	21557
    Reply With QuoteReply With Quote
    Thanks

  3. #19
    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
    Last edited by Billy Wilder; 08.06.23 at 08:47.
    Reply With QuoteReply With Quote
    Thanks

  4. #20
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    510
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss510
    Quote Originally Posted by seitan View Post
    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.
    Reply With QuoteReply With Quote
    Thanks

  5. #21

    Join Date
    13.02.22
    Location
    earth
    P2P Client
    qBittorrent
    Posts
    13
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 sssssss13
    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?
    Last edited by nero103; 18.06.23 at 19:07.
    Reply With QuoteReply With Quote
    Thanks

  6. #22

    Join Date
    14.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    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
    Reply With QuoteReply With Quote
    Thanks

  7. #23

    Join Date
    07.02.23
    P2P Client
    BiglyBT
    Posts
    1
    Activity Longevity
    2/20 2/20
    Today Posts
    0/5 ssssssss1
    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.
    Last edited by taki090; 26.07.23 at 07:34.
    Reply With QuoteReply With Quote
    Thanks

  8. #24
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Quote Originally Posted by taki090 View Post
    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)
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. #25
    bigdwnldr2

    Seeding - unable to turn off

    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.
    Reply With QuoteReply With Quote

  10. #26
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Try this.

    Quote Originally Posted by tonyqc View Post
    found a fix, if you add ''Stop torrent after 0.01" all other options will work

    Attachment 20893
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. #27
    Unregistered

    You need at least a 1.8.0_172 Java Virtual Machine to install BigyBt

    Hi Im trying to install BigyBt on my Mac but I get this error. is there any solution for this?
    Thanks
    Reply With QuoteReply With Quote

  12. #28
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Try this.

    Quote Originally Posted by luci9870 View Post
    funktioniert nicht.
    Mac OS 13.3.1 M1Attachment 21514
    Quote Originally Posted by anon View Post
    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...k-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.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 2 of 2 FirstFirst 12

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
  •