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

Thread: BiglyBT Extreme Mod by SB-Innovation 3.7.0.0 Rev 1 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 3.7.0.0 Rev 1 Beta

      Version: 3.7.0.0 Rev 1 Beta, by (Coder) DigitalDJ is offline

      Developer Last Online: Jan 2025 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 588
      Released: 24.10.24 Last Update: Never Installs: 3
      • Supported
      • Re-useable Code
      • Free for all
      • Translations

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 3.7.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.7.0.0



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

      Windows

      1. Download the latest Eclipse Temurin Java ZIP. It must be Java version 23.0.1 or higher. (Eclipse Temurin Releases).
      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 Eclipse Temurin 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 23.0.1 or higher. (Eclipse Temurin Releases). Note the path to the Eclipse Temurin 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_JDK_ARCHIVE" in the first command to the path to the Eclipse Temurin archive from step 1.
      Code:
      JDK_ARCHIVE="PATH_TO_JDK_ARCHIVE"
      sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
      sudo tar -xzf "$JDK_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 23.0.1 or higher. (Eclipse Temurin Releases).
      NOTE: You need to replace "URL_TO_JDK_ARCHIVE" in the first command to the path to the Eclipse Temurin archive URL.
      Code:
      wget -O jre.tar.gz URL_TO_JDK_ARCHIVE
      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 23.0.1 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:

    Acen (22.12.24) , Rufillo28 (20.12.24) , hemingway (09.12.24) , Lucas Kane (15.11.24) , dede607 (14.11.24) , dissonator (11.11.24) , joe1982 (03.11.24) , pimphead07 (02.11.24) , eMuLeecheR (02.11.24) , Paranormal (01.11.24) , qUeLo (01.11.24) , anon (28.10.24) , lehacguo (26.10.24) , mmmmm (25.10.24) , illusive (24.10.24) , astarta (24.10.24)


  1. #17
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    40,008
    Activity Longevity
    13/20 19/20
    Today Posts
    5/5 ssss40008
    Try this, it seems to solve that for everyone else.

    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

  2. #18
    Unregistered
    Quote Originally Posted by anon View Post
    Try this, it seems to solve that for everyone else.
    I little poking around I think I might have found a bug. When setting those options I don't see the following when I run the "set" command to see all the configs:

    Not found in set configs:
    ConfigView.label.noupafterdl=When download is completed (and all the conditions are fine) STOP the torrent (no seeding)
    ConfigView.label.noupafterdlremove=And remove it from the seeding list
    ConfigView.label.noupafterdlremovetorrent=Also delete .torrent file

    Found in set configs:
    ConfigView.label.stopafterxhours=Stop torrent after
    ConfigView.label.stopafterxhourstxt=hours even if the conditions aren't met (2 decimals max)
    ConfigView.label.keeptorrentxhours=Keep torrent at least
    ConfigView.label.keeptorrentxhourstxt=hours

    Wonder if there is a bug in the where those settings are not actually being set properly. I could be completely wrong here.
    Reply With QuoteReply With Quote

  3. #19
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    40,008
    Activity Longevity
    13/20 19/20
    Today Posts
    5/5 ssss40008
    Quote Originally Posted by Unregistered View Post
    Not found in set configs:
    ConfigView.label.noupafterdl=When download is completed (and all the conditions are fine) STOP the torrent (no seeding)
    ConfigView.label.noupafterdlremove=And remove it from the seeding list
    ConfigView.label.noupafterdlremovetorrent=Also delete .torrent file
    What about these?

    Code:
    ctadl
    ctadlremove
    ctadlremovetorrent
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #20
    Unregistered
    Quote Originally Posted by anon View Post
    What about these?

    Code:
    ctadl
    ctadlremove
    ctadlremovetorrent

    Code:
    > ctadl: 1 [int]
    > ctadlremove: 0 [int]
    > ctadlremovetorrent: 0 [int]
    Reply With QuoteReply With Quote

  5. #21
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    40,008
    Activity Longevity
    13/20 19/20
    Today Posts
    5/5 ssss40008
    Okay, those three match the options I quoted in that same order, so if you set them to 1 your torrents should behave accordingly (keeping in mind the 0.01 hours workaround).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #22
    MarkH748's Avatar
    Join Date
    22.02.09
    Location
    Ireland
    P2P Client
    Vuze Extreme Mod
    Posts
    28
    Activity Longevity
    2/20 18/20
    Today Posts
    0/5 sssssss28
    Quote Originally Posted by anon View Post
    Well, newly-added torrents copy the settings under Tools -> Options -> Extreme Mod...
    Thanks. I've been doing that but I seem to have an issue where the running torrents will suddenly start using the global settings. For example, if I add 5 torrents while the global setting is "Show as seed" and fake uploading. Then I change the global setting to ghostleech for new torrents I want to download. Occasionally (not always) some of the fake uploading torrents (not all of them) will suddenly go to 0% done and start using the new ghostleech settings. This is dangerous since I'm going from 100% done and fake uploading to 0% done on the tracker.

    I'm not sure if this is something I'm doing but it seems to happen randomly and might be a bug.
    Reply With QuoteReply With Quote
    Thanks

  7. #23
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    40,008
    Activity Longevity
    13/20 19/20
    Today Posts
    5/5 ssss40008
    Quote Originally Posted by MarkH748 View Post
    if I add 5 torrents while the global setting is "Show as seed" and fake uploading. Then I change the global setting to ghostleech for new torrents I want to download. Occasionally (not always) some of the fake uploading torrents (not all of them) will suddenly go to 0% done and start using the new ghostleech settings.
    This is absolutely not the expected behavior, changes to global settings other than the Perfect Spoof should never affect existing torrents. Are you able to consistently reproduce this problem with a clean install?
    "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
  •