+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: BiglyBT Extreme Mod by SB-Innovation 3.1.0.0 Beta

  1. #1
    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

    BiglyBT Extreme Mod by SB-Innovation 3.1.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 3.1.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.1.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!
    Attached Files Attached Files
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Datendiebstahl (09.10.22) , Nobody (08.10.22) , thekidsalacia (02.10.22) , wwwww (28.09.22) , Rupel89yt (05.09.22) , Renk (01.09.22) , hemingway (28.08.22) , BrianBosworth (06.08.22) , joe1982 (05.08.22) , oscdat (21.07.22) , Paranormal (19.07.22) , dede607 (15.07.22) , JohnareyouOK (14.07.22) , Snitlev (10.07.22) , tonyqc (10.07.22) , qUeLo (09.07.22) , sigduwksnsksis9283 (09.07.22) , anon (08.07.22)

  3. #2

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    you need to use jre 17 not 18 to work properly
    https://jdk.java.net/java-se-ri/17
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    mammamia11 (09.07.22)

  5. #3

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    sorry I was wrong this also work use the Standard Edition to work
    https://jdk.java.net/java-se-ri/18
    Last edited by tonyqc; 10.07.22 at 04:45.
    Reply With QuoteReply With Quote
    Thanks

  6. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Hah. While I haven't upgraded yet, I was going to ask if you were completely sure, since I can personally attest 3.0.0.0 works with Java 18... and it would be highly unusual to drop support for a specific JRE while continuing to work with an older one!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #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
    Works fine with 18. I compile with ojdk 18 and the PerfectSpoof HttpClient source is rebased on jdk18u repository.
    Reply With QuoteReply With Quote
    Thanks

  8. #6
    Not working for me. Biglybt doesn't launch. Old versions work fine for me. I am using this java https://jdk.java.net/18/
    Reply With QuoteReply With Quote
    Thanks

  9. #7
    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 adsadsdas23412341 View Post
    Not working for me. Biglybt doesn't launch.
    Any error messages or warnings? If so, post them here. Otherwise, open a Command Prompt window and run these commands (they shouldn't require administrator privileges).

    Code:
    cd /d "%ProgramFiles%\BiglyBT\"
    ".\jre\bin\java.exe" -cp "BiglyBT.jar;swt.jar" -Djava.library.path="%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 >"%USERPROFILE%\Desktop\BBTEM_Error_Log.txt" 2>&1
    If the mod still doesn't start, open the error log in your desktop and post the contents here or use a pastebin if it's too long. If it does start, there's a problem with install4j and/or a lingering Java runtime; a fairly frequent occurrence with many posts documenting it. You shouldn't use the mod in this state, as closing the terminal window will immediately end execution, but as a last-resort solution you can write a script that will run javaw instead and let it operate normally.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Never mind. Works now. I think my hard drive was too full.
    Reply With QuoteReply With Quote
    Thanks

  11. #9

    Join Date
    21.07.22
    Location
    Germany
    P2P Client
    qBittorrent
    Posts
    3
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss3
    Hi,

    I have downloaded this mod yesterday and tested it for a while.
    I exclusively use bittorrent clients with network interface binding support because I am german and I have been caught downloading torrents (big fines....).
    Now I am looking for ways to make my torrenting safe. I have now subscribed to a VPN service and I have my Torrent clients bound to the VPNs virtual network card.
    I became interested in this mod because it has the option to disable uploading completely.
    The problem is I thought it should not upload at all but it still does even though I set it to No Upload!
    How do I fix this problem .

    Also I wonder if the bind function in Bigly BT works as good as qBittorrent's.

    That's the most important thing to me! There should be no leaking AT ALL. I don't want to pay hefty fines (stupid Germany....).
    So I ask you: how long have you been using this mod? Are you using it in combination with a VPN?
    Does the bind function work the same way as qBittorrent's one or is it worse or better?
    Has any leaking occured for you using this client bound to VPN??

    Im looking forward to your answers, thank you if you do .

    By the way I could also help you and support your Bigly BT mod because I have advanced skills in programming and information technology.

    I want to learn and get better so I eventually become a pro!
    Last edited by anon; 13.08.22 at 17:15. Reason: Please use the Edit button when available
    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
    Quote Originally Posted by maximilian1 View Post
    I became interested in this mod because it has the option to disable uploading completely.
    The problem is I thought it should not upload at all but it still does even though I set it to No Upload!
    How do I fix this problem .
    There are a few things you should check.
    1. Changes to Extreme Mod settings do not apply retroactively. If you have already added torrents, you must enable "No upload" for them individually.
    2. "Disable no upload for LAN connections" should not be ticked. This is the default, but double-check it just in case.
    3. There are Interface settings to either never display protocol overhead or count it separately from "real" upload. Select one depending on your preference.
    4. Even after following step #3, some very small amounts of traffic may get counted as uploaded data. This is normal and happens with all clients.

    The code for this feature is flawless, and there's never been a bug report for it that wasn't addressed by the above list.

    Also I wonder if the bind function in Bigly BT works as good as qBittorrent's.
    It is the most advanced one I have seen in any client, but has two caveats.
    • Bindings are only preferred and not enforced by default, which defeats their purpose in this scenario. Trivial to fix by enabling the appropriate setting.
    • Under Windows, BiglyBT gives Unix-style pseudonames to network interfaces, instead of using GUIDs or device descriptions. The criteria for assigning/deriving these is a crapshoot (for instance, the first and currently only Ethernet and wireless adapters in my computer are eth5 and wlan4), which may make bindings unreliable if you add or remove network interfaces. You can however select by description (which is fixed and unique) if you specify a regular expression that carefully and exclusively matches what you want. Binding by IP address is always possible, but less reliable.

    Don't forget to disable IPv6 support (unless your VPN is one of the very few that currently offers it) and remove all alternative DNS servers to avoid leaks, measures that should also be duplicated at the OS level. Then, it's easy to test if you've set everything up correctly: add an Ubuntu torrent, limit the download speed to 10 KB/s, then disconnect your VPN on purpose. The download should stop and remain completely dead until you reconnect; if it doesn't, you did something wrong. Throw in any torrent IP checker to know what address trackers see when things do work and you should have all the assurance you need.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    Lucas Kane (11.09.22)

  14. #11

    Join Date
    21.07.22
    Location
    Germany
    P2P Client
    qBittorrent
    Posts
    3
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss3
    Is this okay

    Click image for larger version. 

Name:	vpn-bind.PNG 
Views:	89 
Size:	42.6 KB 
ID:	21365

    It always changes it back to net2[0] after I put in the IP.
    Last edited by maximilian1; 17.08.22 at 21:00.
    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
    Quote Originally Posted by maximilian1 View Post
    It always changes it back to net2[0] after I put in the IP.
    It's better that way, as your torrents won't die if the private address changes.

    Mullvad is good, just make you use a forwarded port and keep in mind they don't offer true IPv6 support, only NAT66 with a Unique Local Address.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #13
    Can i use 32 bit of Open JDK from bellsoft?
    https://bell-sw.com/pages/downloads/#/java-18-current

    instead oracle, as oracle do not support 32 bit?

    Edit: Working..

    Is there any way to change torrent client?
    some private trackers not allow biglybt, can we show on trackers as torrent client is deluge, qbittorrent, or utorrent?

    is it safe for on torrents with 0 leechers? or any trick?
    Last edited by JohnWick; 30.08.22 at 22:50.
    Reply With QuoteReply With Quote
    Thanks

  17. #14
    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 JohnWick View Post
    Can i use 32 bit of Open JDK from bellsoft?
    Sure, but keep in mind troubleshooting setups that deviate from what's addressed in the first post is your responsibility. The sheer amount of OS, Java and bitness combinations makes supporting all of them inviable, and alternative JREs may add bugs and idiosyncrasies of their own.

    Is there any way to change torrent client?
    some private trackers not allow biglybt, can we show on trackers as torrent client is deluge, qbittorrent, or utorrent?

    is it safe for on torrents with 0 leechers? or any trick?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. Who Said Thanks:

    JohnWick (31.08.22)

  19. #15
    i am unable to change torrent client,
    i do not know where is this option,

    i know client folder, in biglybt,
    but biglybt is showing all options except changing of torrent client,
    what is wrong at my side?


    Edit: now i found it.
    Last edited by JohnWick; 31.08.22 at 11:07.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 2 12 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
  •