+ Reply to Thread
Results 1 to 8 of 8

Thread: BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Rev1 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Rev1 Beta

      Version: 2.7.0.2 Rev1, by (Coder) DigitalDJ is offline

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 413
      Released: 23.04.21 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 2.7.0.2 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 2.7.0.2



      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!

      ---------- Post Merged at 00:48 ---------- Previous Post was at 00:46 ----------

      Please note the additional changes to java.vmoptions for JRE 16+ compatibility

      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:

    Daniel0815 (20.06.21) , DocHydra (27.04.21) , impuce (27.04.21) , RaMa (25.04.21) , qUeLo (25.04.21) , illusive (24.04.21) , mmmmm (24.04.21) , anon (24.04.21) , sigduwksnsksis9283 (24.04.21)


  1. #2
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    505
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss505
    Super cool. Testing now

    Edit:

    OK working fine with oracle jdk / openjdk 16. Persisting settings issue is no longer happening. However, the reported bug still there

    Quote Originally Posted by illusive View Post
    Great work so far. I'll be testing. However, My previously reported bug (mentioned in the below quote) has changed a bit. Now the (SpeedBetween __ and __) is not enabled unless I tick the option "Use the swarm's average speed as fake upload speed". So the trigger option has changed a bit, that's it.

    Quote Originally Posted by illusive View Post
    OK so far so good, will get back after some testing.

    Update: OK the main cheating option for me is a bit weird. (speed mode++ > SpeedBetween __ and __) is not enabled unless I tick the option "Stop faking when swarm speed is zero".

    image
    Last edited by illusive; 24.04.21 at 12:34.
    Reply With QuoteReply With Quote
    Thanks

  2. #3
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    1/5 ssssss633
    I missed that. But also, I haven't used that option in years and the code is a cluster fuck.

    If I understand correctly --- after reading the code.

    When "Stop faking when the following ratio is reached" is enabled, the line directly below should be enabled, and the line after that ("Speed: Between...") should be disabled. They should be mutually exclusive.

    The "Use the swarm's average speed as fake upload speed" should have no effect on disabling other controls.

    Do you agree, or are you expecting something else?
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    sigduwksnsksis9283 (26.04.21) , illusive (25.04.21)

  4. #4
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    505
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss505
    Quote Originally Posted by DigitalDJ View Post
    I missed that. But also, I haven't used that option in years and the code is a cluster fuck.

    If I understand correctly --- after reading the code.

    When "Stop faking when the following ratio is reached" is enabled, the line directly below should be enabled, and the line after that ("Speed: Between...") should be disabled. They should be mutually exclusive.

    The "Use the swarm's average speed as fake upload speed" should have no effect on disabling other controls.

    Do you agree, or are you expecting something else?
    Extremely close

    Quote Originally Posted by DigitalDJ View Post
    When "Stop faking when the following ratio is reached" is enabled, the line directly below should be enabled
    Agreed & correct.

    Quote Originally Posted by DigitalDJ View Post
    and the line after that ("Speed: Between...") should be disabled. They should be mutually exclusive.
    No, it should be enabled too. Justification: It controls the speeds until the ratio limit specified in the previous line is reached.

    Quote Originally Posted by DigitalDJ View Post
    The "Use the swarm's average speed as fake upload speed" should have no effect on disabling other controls.
    Agreed.

    NOTE: Checking ("Use the swarm's average speed as fake upload speed") should disable the second line. Justification: It takes out the responsibility of controlling the speeds.
    Reply With QuoteReply With Quote
    Thanks

  5. #5
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    1/5 ssssss633
    Hmm ok. I think you are right.

    Only thing is apparently "Use the swarm's average speed as fake upload speed" should disable the minimum speed value of the ratio reached speed and non-ratio based speed value. The maximum speed, in both cases is used to cap the average swarm speed.
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    illusive (25.04.21)

  7. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Hah! Rev2 came out while I was in the process of testing this. Nonetheless, here are the notes I took. Firstly, the mod now runs correctly under Windows and Java 16 after following the additions to installation process step 8. To anyone else using a launch script like myself: since such a setup ignores the .vmoptions file, you must pass the new parameters directly to java/javaw.exe.

    Quote Originally Posted by illusive View Post
    "Stop faking when the following ratio is reached" option is checked but the ratio inputs is disabled when I open the settings after saving it for the first time. I must uncheck then recheck it to edit the values.
    This still occurs on 2.7.0.2 Rev1*. Fortunately, decimal places in numeric values are now remembered correctly. Also, 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. Since I have no defaults set, I only noticed this inconsistency now, but it may have existed for some time. (* = should be rechecked on 2.7.0.2 Rev2)

    As for mutually exclusive settings, they should operate like this (comments from me are in red).

    Quote Originally Posted by DigitalDJ View Post
    When "Stop faking when the following ratio is reached" is enabled, the line directly below should be enabled

    Obviously correct, as it allows setting the actual ratio that must be reached, as well as a new speed range for when that goal is met (which in line with the function's name, is 0~0 by default).
    Quote Originally Posted by illusive View Post
    ["Speed: Between 'x' KB/s per torrent and 'y' KB/s per torrent"] should be enabled too. Justification: It controls the speeds until the ratio limit specified in the previous line is reached.

    To be more specific, the on/off status of "Stop faking when..." must have no effect on "Speed: Between...", which should always be fully available as long as Speed mode++ itself is enabled. The only (and partial) exception is as below.
    Quote Originally Posted by DigitalDJ View Post
    "Use the swarm's average speed as fake upload speed" should disable the minimum speed value of the ratio reached speed and non-ratio based speed value. The maximum speed, in both cases is used to cap the average swarm speed.

    Indeed, the setting that controls non-ratio-reached speeds is labeled "max value when using swarm speed". Without that logic, the only way to prevent a very fast swarm speed from blowing things out of proportion would be using "Safe Fake Upload".
    And for the sake of completeness, "stop faking when swarm speed is zero" should never affect any of the others, as it merely sets an additional condition (if SwarmSpeed = 0 then stop, else follow the other rules).

    That's a big salad mix, but I'm confident everything should be covered.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    illusive (04.05.21)

  9. #7
    How to get 32 bit JDK? i am using Windows 7 32 bit,
    i am getting errors.

    i download latest 16 version 64 bit jdk and followed same steps, as mentioned in 1st post.

    i am getting this error.

    Click image for larger version. 

Name:	error.PNG 
Views:	193 
Size:	43.9 KB 
ID:	21065
    Last edited by JohnWick; 02.07.21 at 11:17.
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by JohnWick View Post
    How to get 32 bit JDK?
    Oracle stopped offering those three years ago. Third-party x86 builds of OpenJDK may exist, but I'm not aware of any updated ones.

    As for the screenshot, it goes without saying that a 64-bit JDK is never going to work on a 32-bit system in any capacity. If you can solve the above situation somehow and still encounter the error, a quick forum search will tell you what to try.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    JohnWick (04.07.21)

+ Reply to Thread

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
  •