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

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

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

      BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Rev2 Beta

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

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1283
      Released: 26.04.21 Last Update: Never Installs: 3
      • 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!

      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:

    alina (12.07.21) , insane (11.07.21) , oscdat (09.07.21) , coolio256 (29.06.21) , RaMa (06.06.21) , Paranormal (16.05.21) , Lucas Kane (05.05.21) , anon (02.05.21) , DocHydra (30.04.21) , tonyqc (30.04.21) , qUeLo (28.04.21) , illusive (26.04.21)


  1. #2
    After a long long time i come back to BiglyBT and got few questions;

    1. What settings are recommended these days on private trackers(screnshoot me settings please)
    2. Upload Kicker is safe option?
    3. Ghostleech is safe option?

    Any tips and tricks welcome :)

    Have a great week guys.
    Last edited by czullo; 26.04.21 at 19:45.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    joe1982 (30.06.21)

  3. #3
    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
    Tested. JDK (Oracle/OpenJDK builds) 16. Bugs reported before are gone now. Will keep testing and report back anything I notice.

    Hell of a thanks @DigitalDJ. Hell of good work.

    ---------- Post Merged at 21:11 ---------- Previous Post was at 21:07 ----------

    Quote Originally Posted by czullo View Post
    After a long long time i come back to BiglyBT and got few questions;

    1. What settings are recommended these days on private trackers(screnshoot me settings please)
    2. Upload Kicker is safe option?
    3. Ghostleech is safe option?

    Any tips and tricks welcome :)

    Have a great week guys.
    1- Depending on each tracker. Leeching then connecting on many peers trackers reporting 0% and stop after x seconds should be the safest though. Option name is (Ghostleech). But if staff inspects your account it would look very suspecious.
    2- There are multiple options to 'kick' the upload as multiplier of size/download/upload. If I get you right, again, it depends on the tracker and even on the torrent used in this case.
    3- Answered in number 1.

    There is thread for each tracker. Search and learn, there are too many information in this damn forum.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    Lucas Kane (05.05.21) , coolio256 (26.04.21)

  5. #4

    Join Date
    05.05.14
    Posts
    6
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssssss6
    The remote/web interface worked fine in 2.6.x and earlier but has been broken for me in both 2.7.x builds. I'm using the lastest, stable, OpenJDK 16 build.

    It connects just fine both locally as well as via remote.biglybt.com
    I can even successfully add new torrents via the web interface.

    But it now stays completely blank and doesn't show any downloads, active or otherwise. No matter what filters have been chosen. No trace of them in the web code as well, so I don't think it's a browser issue (Chrome latest).

    The really weird thing: Shutting down the client makes the downloads show up just when the connection shuts down. Something inside the current version of the Mod is interfering with the web interface now.
    Reply With QuoteReply With Quote
    Thanks

  6. #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
    Does it happen in a stock BiglyBT 2.7.0.2?
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    illusive (28.04.21) , usernom (28.04.21)

  8. #6

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    If you had a previous version installed.

    1) uninstall BiglyBT by ''Add and remove programes''. The uninstaller will ask if you want to keep your configurations, keep it.

    2) Delete BiglyBT folder in Program Files.

    3) start the installation

    If you don't do it BiglyBT.exe.vmoptions will conflic with java. vmoptions
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    illusive (28.04.21) , usernom (28.04.21)

  10. #7

    Join Date
    05.05.14
    Posts
    6
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 ssssssss6

    Lightbulb

    Quote Originally Posted by tonyqc View Post
    If you don't do it BiglyBT.exe.vmoptions will conflic with java. vmoptions
    Thanks, that was indeed the problem. An old and modified, BiglyBT.exe.vmoptions must have slipped into the install folder somehow (which was, as always, into a clean folder) - it's working fine and as expected now.
    Last edited by usernom; 28.04.21 at 16:37.
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    tonyqc (30.04.21) , illusive (28.04.21)

  12. #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 czullo View Post
    After a long long time i come back to BiglyBT and got few questions;
    1. other than not using any cheating features, a one-size-fits-all configuration that works everywhere has never existed. Someone who joined this place a few days before myself should know that If you need a refresher, see https://www.sb-innovation.de/showthread.php?t=13781 and https://www.sb-innovation.de/showthread.php?t=19749. The tutorial hasn't been updated for 2.0.0.0 and above, but will still tell you 100% of what you need to know.
    2. answered by #1; this is basically a semi-sophisticated flash upload feature, and flashing doesn't really work anywhere anymore.
    3. complex question. Ghostleeching itself is fairly safe and underrated; after all, it's hard for a tracker to notice a report you don't send. However, there is a risk of detection if used on small swarms, or abused too much.



    I found this alleged staff toolbox screenshot some years ago. The third column is supposed to show the ratio of torrents that were merely started vs. those actually finished. While I have no means of validating the authenticity of the image, the fact is such a feature is easy to code, and the stock NexusPHP source already includes something similar.

    Now, if you can somehow procure the info_hash of your desired torrent(s) and a list of active IPs and ports, it's possible to add it/them as a magnet link and inject those peers to start the download. As long as your IP and port and other activity on the tracker (e.g. bookmarks, search history, torrent comments and forum posts) can't be correlated, this is 100% undetectable. While this scenario is fairly infrequent, it's the reason I ported Peer Injector to this mod. (Don't hate me, tracker staff, you're the ones who chose a protocol where private sites are an afterthought and peers are not authenticated in any way.)
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    illusive (04.05.21) , DocHydra (03.05.21) , czullo (03.05.21)

  14. #9
    Unregistered
    i would like to try this tool in portable mode, but looks like there isn't portable version right?
    Reply With QuoteReply With Quote

  15. #10
    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 Unregistered View Post
    i would like to try this tool in portable mode, but looks like there isn't portable version right?
    See https://www.sb-innovation.de/showthread.php?p=360407. Note you must either have Java in your PATH or set JAVA_HOME accordingly and rewrite the `start' line.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #11
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Just wanted to say I rechecked all bug reports on Rev2, and the following issue is the only one still standing. Everything else is fixed

    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.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    Lucas Kane (12.05.21) , illusive (11.05.21)

  18. #12
    MarkH748's Avatar
    Join Date
    22.02.09
    Location
    Ireland
    P2P Client
    Vuze Extreme Mod
    Posts
    26
    Activity Longevity
    0/20 18/20
    Today Posts
    1/5 sssssss26
    I keep getting this error when running BiglyBT after a fresh install and it?s driving me insane after around 8 attempts!

    java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknow n Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
    at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)
    The only strange thing I noticed compared to older versions is that when I install the latest version of BiglyBT there is no ?jre? folder in ?C:\Program Files\BiglyBT?. There was when using previous versions. Instead I create a new ?jre? folder and add the contents of the ?jdk-16? folder to it. I follow all the steps and when I launch I get this error.

    I don't fully understand java but I used the latest version "jdk-16" and the java on my PC says it's up to date.

    Any ideas?

    Advanced thanks

    edit: Found found this post by searching but I have no clue what I;m supposed to do. I don't even have a pref_jre.cfg file...

    Could someone recommend a mod for a more modern torrent client that will allow me to ghostleech? I'm looking at Ratio Ghost for qbittorrent currently.
    Last edited by MarkH748; 21.05.21 at 00:00.
    Reply With QuoteReply With Quote
    Thanks

  19. #13
    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 MarkH748 View Post
    Could someone recommend a mod for a more modern torrent client that will allow me to ghostleech?
    When it comes to mods for modern torrent clients and ghostleeching, this is the absolute finest available, so I suggest trying your best at making it work.

    That error message gets posted fairly often; it means you have an old Java runtime somewhere and it's taking precedence over the correct one.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  20. #14
    MarkH748's Avatar
    Join Date
    22.02.09
    Location
    Ireland
    P2P Client
    Vuze Extreme Mod
    Posts
    26
    Activity Longevity
    0/20 18/20
    Today Posts
    1/5 sssssss26
    I have no idea how to clean up old Java runtimes. I've uninstalled Java and used the "Java Uninstall Tool" which does not find any additional versions.

    You have referred to this post in the past but I don't find it very helpful.

    https://www.sb-innovation.de/showthr...181#post357181

    It seems to refer to a "portable" java app so I don't now if that's relevant?

    It mentions going to HKEY_CURRENT_USER\Software\ej-technologies but doesn't say exactly what to do here? Here is mine:

    https://i.imgur.com/cNP8nMK.png

    I deleted the whole "ej-technologies" folder (since he said to "cleanup", whatever that means) from registry. Didn't change anything.

    It mentions a "pref_jre.cfg" file but I don't have a file of that name anywhere on my system.

    Is there another post that details how to remove this error? Because I have searched the forum and I can't find another one.

    I've also tried changing the path in the "inst_jre.cfg" to just "jre". Same error.
    Last edited by MarkH748; 22.05.21 at 11:31.
    Reply With QuoteReply With Quote
    Thanks

  21. #15
    Unregistered

    Banned client

    Doesn't work anymore on torrentleech.
    Is there any good alternative?
    Reply With QuoteReply With Quote

+ 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
  •