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

Thread: BiglyBT Extreme Mod by SB-Innovation 2.9.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.9.0.0 Beta

      Version: 2.9.0.0, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

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

      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:

    m1s (11.10.23) , InnerPeace15 (24.04.22) , nero103 (09.03.22) , matta (14.02.22) , Blocker (12.02.22) , coolio256 (10.02.22) , thegreatbin (08.02.22) , josecarmona (07.01.22) , ForgotMyOtherLogin (06.01.22) , DraconLord (05.01.22) , dede607 (01.01.22) , joe1982 (29.12.21) , eragooo (18.12.21) , k3nj1 (13.12.21) , Soxism (01.12.21) , Snitlev (25.11.21) , BrianBosworth (23.11.21) , sigduwksnsksis9283 (21.11.21) , Ishino (20.11.21) , anon (20.11.21) , illusive (19.11.21) , Lucas Kane (19.11.21) , RaMa (19.11.21) , qUeLo (19.11.21) , Lucius (19.11.21) , mmmmm (19.11.21)


  1. #17

    Join Date
    12.02.18
    Location
    India
    P2P Client
    Transmission
    Posts
    39
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss39
    Quote Originally Posted by Lucius View Post
    You need "Ratio Tool" Mode.
    So in ratio tool I just selected upload and download speed. But where can I check fake upload, download and ration ?
    My settings look something as below

    Click image for larger version. 

Name:	Screen Shot 2021-12-03 at 4.43.52 PM.jpg 
Views:	44 
Size:	42.0 KB 
ID:	21169
    Reply With QuoteReply With Quote
    Thanks

  2. #18
    Quote Originally Posted by MongoD View Post
    So in ratio tool I just selected upload and download speed. But where can I check fake upload, download and ration ?
    My settings look something as below

    Click image for larger version. 

Name:	Screen Shot 2021-12-03 at 4.43.52 PM.jpg 
Views:	44 
Size:	42.0 KB 
ID:	21169
    Ratio Tool is all fake
    Reply With QuoteReply With Quote
    Thanks

  3. #19

    Join Date
    16.10.21
    P2P Client
    qBitTorrent
    Posts
    2
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss2
    Quote Originally Posted by anon View Post
    That's exactly what happens when ghostfucker_utils.jar cannot be loaded...
    And how can i make it load correctly?

    I am using Windows 10 btw
    Reply With QuoteReply With Quote
    Thanks

  4. #20
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by MongoD View Post
    I have been a long time mRatio user but unfortunately it does not work on macOS.
    See https://www.sb-innovation.de/showthread.php?t=31340.

    (If there is any guide which explains each option then can you please share here?)
    See https://www.sb-innovation.de/showthread.php?t=13781.

    A short search goes a long way, nya!

    Quote Originally Posted by MongoD View Post
    So in ratio tool I just selected upload and download speed. But where can I check fake upload, download and ration ?
    Those are attributes just like name, size and label, and therefore can be viewed by double-clicking a torrent to open its properties. You can also add them as columns in the My Torrents view (and will likely want to do that).

    Quote Originally Posted by andreinsouza View Post
    And how can i make it load correctly?
    Go through the install procedure again, as you must have skipped or misfollowed a step, most likely #8.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    MongoD (04.12.21)

  6. #21
    I accidently started seeding without Perfect Spoof, will the tracker staff find out that I was using this Mod?
    Reply With QuoteReply With Quote
    Thanks

  7. #22
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by vaxike2028 View Post
    I accidently started seeding without Perfect Spoof
    How did that happen exactly?

    will the tracker staff find out that I was using this Mod?
    Which client(s) you've used is almost always logged. They may not find out right now, and in all likelihood nothing will happen, but if you somehow draw attention towards your account in the future, the data could be noticed and used against you.

    Anyway, while not much can be done at this point, if you go to Tools -> Options -> Startup & Shutdown, you'll find settings to both automatically stop all torrents when exiting the program and start them when opening it. Enable the former and disable the latter, and you'll get "insurance" against future accidents like these, obviously at the cost of having to start your torrents manually every time.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #23

    Join Date
    20.12.21
    Posts
    1
    Activity Longevity
    0/20 3/20
    Today Posts
    0/5 ssssssss1
    I do have an issue
    first time to face such problem
    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)
    java is updated . version 17 and 19
    I removed everything and installed it again did not solve the issue
    if I run the java file it is ok but with the exe it gives me the above message
    Last edited by Kingz; 20.12.21 at 08:14.
    Reply With QuoteReply With Quote
    Thanks

  9. #24
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Kingz View Post
    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
    See https://www.sb-innovation.de/showthread.php?p=357181.

    if I run the java file it is ok
    I've been running the mod like that for nearly 4 years. If these posts are any indication, I've spared myself a lot of trouble, all in exchange for seeing javaw instead of BiglyBT in the task manager
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    josecarmona (04.01.22)

  11. #25

    Join Date
    12.11.12
    P2P Client
    BiglyBT
    Posts
    6
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 ssssssss6
    M1 Monterey
    https://www.sb-innovation.de/showthr...l=1#post341799

    does not work. Does not start
    Reply With QuoteReply With Quote
    Thanks

  12. #26
    Hi! what are the best options for Torrentleech,and there is a dark mode or at least a plugin for this amazing Mod,
    is there is safe enough for Torrentleech,IPT,TD,TS,thanks for the Tips ANON,but i am scratching here just the tip of the Iceberg here, and don't want to get sunken,sorry again for my newbieness,thanks for the Simpsons video! es de no creer!
    un abrazo enorme! Big Hughs pal!
    Reply With QuoteReply With Quote
    Thanks

  13. #27
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by josecarmona View Post
    Hi! what are the best options for Torrentleech
    See the last pages of https://www.sb-innovation.de/showthread.php?t=6762.

    and there is a dark mode or at least a plugin for this amazing Mod
    See https://github.com/BiglySoftware/BiglyBT/issues/1841.

    is there is safe enough for Torrentleech,IPT,TD,TS
    It's safe everywhere as long as used correctly, but the exact way of doing so varies for each tracker. See https://www.sb-innovation.de/showthread.php?t=19749 for more details. Obviously, https://www.sb-innovation.de/showthread.php?t=13781 is mandatory reading too.

    thanks for the Simpsons video! es de no creer!
    un abrazo enorme! Big Hughs pal!
    You're welcome and have another

    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. #28

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    hi,

    For macOs after i complete this step;
    4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

    the app no longer launch...

    then I try step 5 but I think I did something bad at this command;
    OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
    what this command should be exacly if I downloaded the jdk with firefox at defauld download folder? I mean the .tar.gz
    https://download.java.net/java/GA/jd...x64_bin.tar.gz
    Last edited by tonyqc; 16.01.22 at 07:47.
    Reply With QuoteReply With Quote
    Thanks

  15. #29

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    Probably did something wrong at step 1 or 5: I need a video or something for the installation only. settings think in azureus is easy for me. Only the installlation for Macos is hard ...
    Last edited by tonyqc; 16.01.22 at 07:43.
    Reply With QuoteReply With Quote
    Thanks

  16. #30
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by tonyqc View Post
    then I try step 5 but I think I did something bad at this command;
    OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
    what this command should be exacly if I downloaded the jdk with firefox at defauld download folder? I mean the .tar.gz
    Well, PATH_TO_OPENJDK_ARCHIVE would obviously need to be replaced with the path to the Java .tar.gz in your local file system...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. #31

    Join Date
    22.01.21
    Location
    canada
    P2P Client
    BiglyBT extreme
    Posts
    14
    Activity Longevity
    1/20 4/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by anon View Post
    Well, PATH_TO_OPENJDK_ARCHIVE would obviously need to be replaced with the path to the Java .tar.gz in your local file system...
    so the command should be;
    OPENJDK_ARCHIVE="/Downloads/openjdk-17.0.1_macos-x64_bin.tar.gz"
    ????
    Last edited by tonyqc; 18.01.22 at 04:45.
    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
  •