+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 53

Thread: BiglyBT Extreme Mod by SB-Innovation 2.4.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.4.0.0 Beta

      Version: 2.4.0.0, by (Coder) DigitalDJ is offline

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1744
      Released: 15.05.20 Last Update: Never Installs: 5
      • Supported
      • Re-useable Code
      • Free for all
      • Translations
      • Beta Stage

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.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 2.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 14 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 as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
      NOTE: If you want to run BiglyBT-console.exe perform step 8 but instead create file "BiglyBT-console.exe.vmoptions"
      Code:
      --patch-module=java.base=ghostfucker_utils.jar
      --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
      9. Run BiglyBT and Enjoy!


      macOS
      1. Download and install the latest Java. It must be Java version 14 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"
      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-14-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-14-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-14-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-14-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"
      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 14 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:

    xsuleem (22.01.22) , bcas9472 (19.09.20) , DraconLord (09.09.20) , yl905797 (21.07.20) , Paranormal (18.07.20) , Lucas Kane (20.06.20) , Logiin (18.06.20) , hk199 (18.06.20) , Zom(BiE696 (15.06.20) , mammamia11 (10.06.20) , Snitlev (03.06.20) , MarkH748 (21.05.20) , joe1982 (19.05.20) , RaMa (17.05.20) , Sazzy (16.05.20) , illusive (16.05.20) , qUeLo (16.05.20) , anon (16.05.20) , yoco (15.05.20) , lil-fella (15.05.20)


  1. #17

    Join Date
    20.03.16
    Location
    Asia
    P2P Client
    ALL
    Posts
    7
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 ssssssss7
    I am new to BiglyBT. previously i use uTorrent 2.2.1 Build 25130
    Is it normal that this mode does not connect to trackers even public trackers
    It only work via DHT to connect seeders?
    Reply With QuoteReply With Quote
    Thanks

  2. #18
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by DebugMode View Post
    Is it normal that this mode does not connect to trackers even public trackers
    No. If that's the behavior you're getting, make sure you've downloaded and extracted Java 14 as per the installation procedure in the first post. Then go to Options -> Tracker -> Client and see that HTTP/HTTPS and UDP trackers are enabled.

    If/since you've never used this client before, I highly recommend reading the following resources before doing anything else.

    https://wiki.vuze.com/ (official wiki for the old Vuze, most of it is still relevant)
    http://www.sb-innovation.de/showthread.php?t=13781
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. #19

    Join Date
    20.03.16
    Location
    Asia
    P2P Client
    ALL
    Posts
    7
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 ssssssss7
    I have completed every step as mentioned in the first post
    Downloaded JDK 15 from the link mentioned
    Deleted the jre from BiglyBT folder
    Copied the extracted JDK in BiglyBT folder
    Rename the JDK folder to Jre

    All the options are enabled

    HTTP/HTTPS and UDP trackers are enabled.

    program is not blocked by firewall
    Reply With QuoteReply With Quote
    Thanks

  4. #20
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Then why can't you connect to trackers? What's the error message displayed (double-click any torrent -> Sources tab)?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. #21

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    long (unformated) story:

    maybe... i found it!?
    it is so simple,
    but i will not test it with a system-install of java.
    last time my system was on fire...

    somehow i was digging around in: "HKEY_CURRENT_USER\Software" for an other app...
    and i saw an unknown sounding name "ej-technologies"

    look there, some stuff of path of various java-location,
    but sadly modify do not change anything.
    it is only used to store existing informations.
    some keys are useless.
    some will created automatically after starting a portable java-app.

    i looked in the %temp%-dir.
    i ask myself: "why ist this bullshit registered?
    %temp%-dir is a moving & erasing place.
    not good place to store informations."

    i found there a file "pref_jre.cfg".
    the path of the temporary java "installation" is saved in this file...
    interesting looks like the "jre"-dir.

    I go back where it all started...
    the install-dir of BiglyBT...
    i found nothing in the "jre"-dir, but there is a second folder ".install4j"...
    i finally found the fucking "pref_jre.cfg" in there, with the correct path...

    if you have problems with your portable java, then modify it.
    or erase the folder from the old copy before you merge folders.

    as i said, untested with the global installation.
    but system installed java-path can be overwritten with it.
    but with more destroyed java-installations, i will not touch them.
    i will not break my java-apps again! ...before it is save.

    strangely, it broke my jdownloader-installation,
    but i hadn't touched this file there.
    it remains dangerous (for me), until it is fully understood.

    ---

    short:

    - modify: "%App%\.install4j\pref_jre.cfg"
    - maybe, cleanup: "HKEY_CURRENT_USER\Software\ej-technologies"
    - system installed java-path can be overwritten with it.
    - (untested with broken, uninstalled system-Java installations)

    ---

    good night
    and i hope...
    we learned something...
    FUCK JAVA!
    Last edited by aaaaab; 10.06.20 at 14:31.
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    anon (10.06.20) , illusive (10.06.20) , Snitlev (10.06.20) , cloud99 (10.06.20)

  7. #22

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    a extra note:

    you can make any "portabe"-java app to a truly portable:

    - go to: "%App%\.install4j\pref_jre.cfg"
    - change your path from "X:\Path\App\jre" to ".\jre" or just "jre"
    - relative paths works fine with my BiglyBT & JDownloader

    sometimes i wonder, if the programmers even know,
    how an operating system works at all...
    these are the basics for reducing dependencies or for automating them...

    ---

    stay save...
    Last edited by aaaaab; 10.06.20 at 14:46.
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    illusive (10.06.20) , Snitlev (10.06.20) , cloud99 (10.06.20)

  9. #23
    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
    Interesting, I found "%App%\.install4j\inst_jre.cfg" instead of "%App%\.install4j\pref_jre.cfg" which worked wonderfully. This is great option. No need for custom .bat file now
    Reply With QuoteReply With Quote
    Thanks

  10. #24

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    this "useless" file notes the location, where "jre" was copied from.
    (installer-source-dir)

    in my case:
    "c:\users\user\appdata\local\temp\e4j3fdf.tmp_dir1 590776356\jre"

    --> %temp%-dir
    Last edited by aaaaab; 10.06.20 at 20:46.
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    illusive (10.06.20)

  12. #25
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by aaaaab View Post
    good night
    and i hope...
    we learned something...
    FUCK JAVA!
    The fault here seems to be with ej-technologies and their exe4j runtime rather than Java itself... nonetheless, thanks for sharing your experience

    These days, I just extract the JRE from the first post somewhere and put it in my PATH, skipping steps 6 and 7 of the installation procedure. BiglyBT and jDownloader (which also uses exe4j) won't work out of the box, but a launch script solves that. Everything else can run by typing javaw.exe program.jar in a command prompt.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    illusive (10.06.20)

  14. #26

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    my experience shows, it is not hard to create
    a fully portable AiO-package for mods of java based kinds.

    and we do not really need a 9-step installation guide.

    BiglyBT adds java in their packages. why don't 'we' do that?
    in this case, I see no legal problems.
    Last edited by aaaaab; 10.06.20 at 21:27.
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    Snitlev (11.06.20) , illusive (10.06.20)

  16. #27
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by aaaaab View Post
    BiglyBT adds java in their packages. why don't 'we' do that?
    Because it's easier and faster, makes for a smaller download, and prevents us from hosting and indirectly encouraging the use of a JRE that could be outdated and/or insecure tomorrow. (The BiglyBT crew doesn't "add" Java to their packages, it's downloaded during the installation procedure.)

    Besides, while this drama with the exe4j runtime was an exceptional issue, I think we can all agree that someone who can't download Java and follow a very short list of installation steps probably shouldn't be using cheating mods in the first place.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    illusive (10.06.20)

  18. #28

    Join Date
    29.09.08
    Location
    world
    P2P Client
    all
    Posts
    321
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss321
    before anyone says i only produce hot air:

    AiO (~136MB):
    https://anonfiles.com/R5W8c87do4

    jre-less (~22MB):
    https://anonfiles.com/J795f170o0
    just add java as a 'jre'-folder, nothing else to do.

    it is pre-configurated

    it only cost me 5 ~ 10min
    and no space is wasted...

    maybe this can be automated too...

    ---

    "easier and faster, makes for a smaller download"
    - no

    "and prevents us ... the use of a JRE that could be outdated"
    - openJDK have no live-updater
    - BiglyBT have no live-updater
    - no one will check for updates manually

    "The BiglyBT crew doesn't "add" Java to their packages, it's downloaded during the installation procedure"
    - wrong: source Github:
    - GitHub_BiglyBT_Installer64.exe [10.8 MB]
    - GitHub_BiglyBT_Installer64_WithJava.exe [57.6 MB]

    "Besides,...,... someone who can't download Java and follow a very short list of installation steps probably shouldn't be using cheating mods in the first place."
    - Snitlev you have to go... sorry. :(
    - wrong...
    - if you could do better, do it better... i did.
    - https://youtu.be/ZXsQAXx_ao0
    Last edited by aaaaab; 11.06.20 at 03:04.
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    sashiagustina (08.12.20) , cloud99 (11.06.20) , Snitlev (11.06.20)

  20. #29
    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
    a) We don't specifically only support Windows. The provided package is not platform specific

    b) OpenJDK does not have an auto-updater, but I encourage the use of the newer JDK for each BiglyBT release

    c) I agree with anon, if you can't follow some fairly straight forward instructions, then this probably isn't for you

    d) Yes, all of it can be automated. Yes, we can bundle it all together. Honestly, if someone wants to write a script that does it ....for Windows, Mac, Linux, then please go for it.
    Reply With QuoteReply With Quote
    Thanks

  21. Who Said Thanks:

    cloud99 (11.06.20)

  22. #30
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by aaaaab View Post
    "easier and faster, makes for a smaller download"
    - no
    Easier and faster for the people who publish the mod, not regular users. I have no doubt that providing everything in a neat little package with install scripts and such would be nice. But that would take extra work, and what we're asking for right now isn't extremely unreasonable either. As I said before, the situation with exe4j is exceptional and I do think it should be at least documented in the first post for future releases.

    Smaller download, that's impossible to deny if you just compare the sizes of the two packages you posted. Now imagine the first one but with Java runtimes for Linux and Mac too (it's easy to forget the world of computers isn't just Windows).

    "and prevents us ... the use of a JRE that could be outdated"
    - openJDK have no live-updater
    - BiglyBT have no live-updater
    - no one will check for updates manually
    Their fault.

    "The BiglyBT crew doesn't "add" Java to their packages, it's downloaded during the installation procedure"
    - wrong: source Github:
    - GitHub_BiglyBT_Installer64.exe [10.8 MB]
    - GitHub_BiglyBT_Installer64_WithJava.exe [57.6 MB]
    I didn't know they had Java-bundled installers on GitHub, but the ones in the official site do not include it and that's what most people will run, so.

    "Besides,...,... someone who can't download Java and follow a very short list of installation steps probably shouldn't be using cheating mods in the first place."
    - Snitlev you have to go... sorry. :(
    Snitti, don't listen to this guy, we still love you!

    Quote Originally Posted by DigitalDJ View Post
    d) Yes, all of it can be automated. Yes, we can bundle it all together. Honestly, if someone wants to write a script that does it ....for Windows, Mac, Linux, then please go for it.
    It could even have an autoupdate feature for the mod by scraping the announcements box in the forum index!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  23. Who Said Thanks:

    Snitlev (13.06.20)

  24. #31

    Join Date
    18.06.20
    Location
    romania
    P2P Client
    qbittorrent
    Posts
    1
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 ssssssss1
    Hi, I'm a bit of a beginner, you can help me with this procedure, because I don't understand exactly what I need to do.

    Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
    Reply With QuoteReply With Quote
    Thanks

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