+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 50

Thread: BiglyBT Extreme Mod by SB-Innovation 3.5.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 3.5.0.0 Beta

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

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 3.5.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.5.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      Installation:

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 21 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 21 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, 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). When prompted, install your distro's default JRE.
      Code:
      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 21 or higher. (JDK GA Release).
      Code:
      wget -O jre.tar.gz https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_linux-x64_bin.tar.gz
      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)
      Code:
      unzip -o BiglyBT_*.zip -d ~/biglybt
      5. 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
      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 21 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:

    DominePT (21.04.24) , Datendiebstahl (09.04.24) , dede607 (12.03.24) , pp000 (25.01.24) , sigduwksnsksis9283 (13.01.24) , cloud99 (30.12.23) , BrianBosworth (20.12.23) , illusive (12.12.23) , eragooo (03.12.23) , deneme444 (02.12.23) , Paranormal (01.12.23) , JohnWick (27.11.23) , romper (21.11.23) , ArthurMorgan122 (19.11.23) , lil-fella (19.11.23) , Lucas Kane (14.11.23) , qUeLo (12.11.23) , anon (12.11.23)


  1. #32
    Quote Originally Posted by anon View Post
    No, and if such an option was added, the Perfect Spoof code and client files would need to be updated to account for it first.

    As for the "fatal flaw", it would be more accurate to say it's a detection vector when emulating certain clients under specific circumstances. Hashfails are pretty rare to begin with (especially on private trackers where torrents are extremely unlikely to be poisoned by copyright agencies), and you can minimize them by disabling UDP connections and aggressively banning peers that send bad data.
    Thank you. There doesn't seem to be a better way.
    Reply With QuoteReply With Quote
    Thanks

  2. #33

    Join Date
    30.05.22
    P2P Client
    transmission
    Posts
    4
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss4
    Report a bug: Activate "Fake report to tracker systems," set the stop peers "20," and select speed mod ++; when I change the stop peers to higher than "20"(the first time set), the speed mod++ got the error, it didn't fake any upload speeds if I deactivate the "Fake report to tracker systems" and activate again, the fake speed will go 10Gb/s
    Reply With QuoteReply With Quote
    Thanks

  3. #34
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Can you post a complete screenshot of your settings?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #35

    Join Date
    30.05.22
    P2P Client
    transmission
    Posts
    4
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss4
    https://ice.frostsky.com/2024/03/19/25fef0430fe23372b3951f049b631eba.png
    https://ice.frostsky.com/2024/03/19/37c9f6120f2c7a556ed7390a5ebcc475.png
    https://ice.frostsky.com/2024/03/19/47ebed492a6c6029f1564f0d5eccca70.png
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    anon (19.03.24)

  6. #36
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Got it, thanks. I suggest using only one of "Stop increasing..." and the swarm speed kill switch, but this shouldn't happen in any case. Will check it when I can; testing and confirmation from others is welcome, and remember you can use "safe fake upload" as a protective measure.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #37

    Join Date
    30.05.22
    P2P Client
    transmission
    Posts
    4
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss4
    Roger that, I will try to appear the situation again. Thks!
    Reply With QuoteReply With Quote
    Thanks

  8. #38
    why not make it to portable ?
    Reply With QuoteReply With Quote
    Thanks

  9. #39
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    510
    Activity Longevity
    2/20 16/20
    Today Posts
    1/5 ssssss510
    Quote Originally Posted by Kakashi View Post
    why not make it to portable ?
    Why would the dev do that ? You do realize that this is a mod (enhancement, modification, additions...etc.) for an original client, do you ? If this is a suggestion then I would recommend the focus on the mod functionality itself rather than enhancing deployment or run of the original client as a whole. This might be a good try though to take the initiative and share your portably version of biglybt. Maybe even post a tutorial how to make it though with all its tips and tricks.
    Coming soon
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    cloud99 (02.04.24)

  11. #40
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Making a portable version of the mod has been possible since the Azureus days. We used to provide a custom launcher with a configuration file, but now you're expected to set it up on your own. The link in the first post is KOed, though - see https://web.archive.org/web/20230319.../Portable_Vuze for the last archived copy, or https://github.com/BiglySoftware/Big...d-Line-Options for its closest equivalent in the BiglyBT wiki.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. #41
    Hello, what am I doing wrong? When I download a torrent file, the ratio decreases.
    Reply With QuoteReply With Quote
    Thanks

  13. #42
    Quote Originally Posted by ATi1907 View Post
    Hello, what am I doing wrong? When I download a torrent file, the ratio decreases.
    That's suppose to happen as you are downloading the file. When you upload or fake upload together with downloading then the ratio of the torrent is less, equal or more than downloaded amount. It sounds as if you're not using the cheating features correctly.

    Read this guide to better understand how to use the mod. https://www.sb-innovation.de/showthr...ings-explained
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    anon (20.04.24)

  15. #43
    Quote Originally Posted by cloud99 View Post
    That's suppose to happen as you are downloading the file. When you upload or fake upload together with downloading then the ratio of the torrent is less, equal or more than downloaded amount. It sounds as if you're not using the cheating features correctly.

    Read this guide to better understand how to use the mod. https://www.sb-innovation.de/showthr...ings-explained
    Thx I will read now
    Reply With QuoteReply With Quote
    Thanks

  16. #44
    Quote Originally Posted by cloud99 View Post
    That's suppose to happen as you are downloading the file. When you upload or fake upload together with downloading then the ratio of the torrent is less, equal or more than downloaded amount. It sounds as if you're not using the cheating features correctly.

    Read this guide to better understand how to use the mod. https://www.sb-innovation.de/showthr...ings-explained
    I couldn?t figure it out unfortunately, it is too complicated for me
    Reply With QuoteReply With Quote
    Thanks

  17. #45
    Quote Originally Posted by ATi1907 View Post
    I couldn?t figure it out unfortunately, it is too complicated for me
    Then perhaps you should try out other mods.
    Reply With QuoteReply With Quote
    Thanks

  18. #46
    Quote Originally Posted by cloud99 View Post
    Then perhaps you should try out other mods.
    Actually, I need some client that works with latest osx version Sonoma

    I had used Transmission but now it doesn?t work
    Last edited by ATi1907; 11.04.24 at 14:52.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 of 4 FirstFirst 1234 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
  •