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

Thread: BiglyBT Extreme Mod by SB-Innovation 3.2.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 3.2.0.0 Beta

      Version: 3.2.0.0, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 3.2.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.2.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!

      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:

    GigaSlash (10.01.23) , latter.begin_0n (30.12.22) , dede607 (26.11.22) , Moeses (19.11.22) , hemingway (11.11.22) , (09.11.22) , romper (08.11.22) , Cyfa (05.11.22) , Clectus1 (24.10.22) , Lucas Kane (20.10.22) , razym (20.10.22) , JohnareyouOK (20.10.22) , BrianBosworth (16.10.22) , bel123arcos (16.10.22) , yuckfou (15.10.22) , Snitlev (15.10.22) , qUeLo (15.10.22) , RaMa (15.10.22) , eMuLeecheR (14.10.22) , mmmmm (14.10.22) , anon (14.10.22)


  1. #2
    Unregistered

    low speeds

    Is it me or something to do with the mod? I've migrated from 3.1 and speeds have dropped to 20 MB/s , normally they used to be around 60-70 megs.
    Reply With QuoteReply With Quote

  2. Who Said Thanks:

    dede607 (26.11.22) , (09.11.22)

  3. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Not having a 60 or even 20 MB/s line myself, I can't reliably confirm or deny that As usual with this sort of problem, I suggest trying the unmodified version with the same settings and torrents; if it still occurs, the fault lies in the base client and you should open an issue on BiglyBT's GitHub about it (I don't see any mentioning such a slowdown at the moment, by the way).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #4
    Quote Originally Posted by anon View Post
    Well, then read https://www.sb-innovation.de/showthread.php?t=13781 from top to bottom
    Would those be considered safe?
    https://imgur.com/a/Xqb0zc5
    Click image for larger version. 

Name:	BIGLi.jpg 
Views:	130 
Size:	71.0 KB 
ID:	21406
    I'd prefer to stay low, don't fake upload, just don't report anything.
    It seems similar to default settings of uSerenity which served me perfectly.
    Reply With QuoteReply With Quote
    Thanks

  5. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    That will work wherever the default Serenity profile does.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #6
    Is there a room for improvement?
    The only thing I want to avoid is seeding torrents for a week to avoid HnR. I suppose that's trigerred in 100% by reporting complete to the tracker, but on some trackers I noticed that even not completing torrent puts it on "potential HnR" and requires me to seed whatever I've got.
    Ghostmode sounds easily detectable. But probably I'm wrong?
    Serenity really never ever got me in trouble. I just steer clear from almost dead torrents with literally 1 seed.
    Reply With QuoteReply With Quote
    Thanks

  7. #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 romper View Post
    HnR. I suppose that's trigerred in 100% by reporting complete
    There was a time when you'd be right, but trackers got smarter and now use a combination of completed flag plus traffic and progress records. Otherwise, it was easy to evade this check even without a modded client, by skipping at least one non-essential file larger than the piece size. Anyway, no report + show as 0% bypasses this scheme as well, with a caveat (see below).

    Ghostmode sounds easily detectable. But probably I'm wrong?
    It's actually somewhat safer, since you don't keep sending 0% reports to the tracker. Although it should be noted that neither tactic provides plausible deniability if a staff member were to review your account individually.




    I just steer clear from almost dead torrents with literally 1 seed.
    This will protect you more than anything. Let the size of the swarm hide you. It's harder to spot the guy using a cheat mod when there's a thousand other legitimate and active peers, and no one will check on you if they don't see anything wrong in the first place.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    coolio256 (04.01.23)

  9. #8
    Thank you again!!
    I can't get fig.5a to work.
    "When download is completed (and all the conditions are fine) STOP the torrent (no seeding) [noupafterdl]"
    After finished download, there is some checking happening, and afterwards it still doesn't stop the torrent, it's status is "seeding".
    Reply With QuoteReply With Quote
    Thanks

  10. #9

    Join Date
    10.11.22
    Location
    Indonesia
    P2P Client
    QBittorrent
    Posts
    2
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss2
    I have installed it. But when i run it, the app always appears:

    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(ClassLoader.java :756)
    at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader .java:473)
    at java.net.URLClassLoader.access$100(URLClassLoader. java:74)
    at java.net.URLClassLoader$1.run(URLClassLoader.java: 369)
    at java.net.URLClassLoader$1.run(URLClassLoader.java: 363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.j ava:362)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:4 18)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:3 51)
    at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
    at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)
    Reply With QuoteReply With Quote
    Thanks

  11. #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 romper View Post
    I can't get fig.5a to work.
    Enable 5b and set the value to 0.01 as a workaround. Don't ask me why, I was never able to reproduce this bug
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    romper (23.11.22) , BrianBosworth (10.11.22)

  13. #11
    rid

    ntoskrnl.exe - high cpu load

    Is it normal to have the load high while torrenting 90MB down and 20 MB up?
    Reply With QuoteReply With Quote

  14. #12
    Quote Originally Posted by FunFav View Post
    I have installed it. But when i run it, the app always appears:
    This error occurs when the code is done with a newer version of Java and you are running it with an older one.

    Install a newer version of Java/JRE and try again.
    Reply With QuoteReply With Quote
    Thanks

  15. #13
    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 rid View Post
    Is it normal to have the load high while torrenting 90MB down and 20 MB up?
    This can occur with any program that generates heavy network traffic, and whether it is normal and/or something can be done to improve it depends on the situation. My advice is to use Process Explorer or ETW logging to find out which thread or module is loading the CPU, then work things out from there.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #14

    Join Date
    10.11.22
    Location
    Indonesia
    P2P Client
    QBittorrent
    Posts
    2
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss2
    Quote Originally Posted by hemingway View Post
    This error occurs when the code is done with a newer version of Java and you are running it with an older one.

    Install a newer version of Java/JRE and try again.
    Even with the latest JAVA/JRE, it still shows that message. Hope find the fix.
    Reply With QuoteReply With Quote
    Thanks

  17. #15

    Join Date
    19.11.22
    Posts
    1
    Activity Longevity
    0/20 2/20
    Today Posts
    0/5 ssssssss1
    Hello, ive been using this mod for years and i couldnt keep up with many trackers without it. Thank you very much.
    Ive got back to torrents recently, setup Extreme mod as i remmember i used previously. I dont know is it my setting or what, for some reason, it doesent add my real upload to fake upload, resulting in showing less then i uploaded for real.
    Example Real Up - 5gb, Fake UP 2gb. Tracker registers only 2gb (should register 7? or 5?).
    Please help Click image for larger version. 

Name:	2022-11-19_010725.jpg 
Views:	127 
Size:	82.0 KB 
ID:	21409
    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
  •