+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 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. #32
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    If that's the full path then yes, but it seems unlikely that you'd have "Downloads" right in the file system root. I don't know what the Firefox default download directory is under Mac OS, but you can get it by opening the file's properties in Finder, or using the "find" command in a terminal.

    Code:
    find / -name "openjdk-17.0.1_macos-x64_bin.tar.gz" 2>/dev/null
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #33

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    so , followed all instructions , installed biglybt ...then overwrote everything per the hack folder and renamed the jdk 15.0.2 jdk folder to jre and put in biglybt ...but i get this error when i start per biglybt.exe>

    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)


    please help
    Last edited by yumzion90; 08.02.22 at 22:33.
    Reply With QuoteReply With Quote
    Thanks

  3. #34
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Search this in Google, you'll find several relevant answers.

    Code:
    "has been compiled by a more recent version of the Java Runtime" site:sb-innovation.de
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #35

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    not really helping here, maybe a fully portable build with everything it needs could solve the issue...that way any variables of foldernames or location would be also solved since it would be fully self contained , since from what ive seen this comes up quite often with folks, appreciated

    update>


    works!, figured it out again , looking at my older install i noticed in the .install4j Folder in BiglyBT, that it was missing the pref_jre.cfg so i added that back in and also made sure that both the pref_jre.cfg and the inst_jre.cfg are pointing towards my jre folder inside the biglybt folder ...that does the trick !

    BUT ....one more issue now is that BiglyBT wont show up when starting ...but i also realized a fix for that quickly ...the java.vmoptions file in biglybt roaming ....just had to delete its contents and works, so something bout >

    --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.ClassTailo r.noOptimize=true

    isnt working...
    Last edited by yumzion90; 09.02.22 at 13:59.
    Reply With QuoteReply With Quote
    Thanks

  5. #36
    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 yumzion90 View Post
    not really helping here, maybe a fully portable build with everything it needs could solve the issue...
    That would be three portable builds (what about Linux and Mac users?) that we would have to update along with the mod itself for every new release, when people can instead follow the instructions in the first post and do a little solution search if things don't work out... as you've just done!

    BUT ....one more issue now is that BiglyBT wont show up when starting ...but i also realized a fix for that quickly ...the java.vmoptions file in biglybt roaming ....just had to delete its contents and works, so something bout ... isnt working...
    The lines work and are highly important. Make sure they're being applied somewhere, or else your next problem will be that the Perfect Spoof doesn't work and torrents don't start
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #37

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    thats the thing ......the lines are the issue , if i have them even only one line such as --patch-module=java.base=ghostfucker_utils.jar

    biglybt wont show up ....help would be appreciated my good dude , im begging here....not smart enough to get this one solved on my own, much obliged
    Last edited by yumzion90; 10.02.22 at 11:16.
    Reply With QuoteReply With Quote
    Thanks

  7. #38
    whyme's Avatar
    Join Date
    07.07.09
    Location
    sb-innovation
    P2P Client
    sb-innovation
    Posts
    92
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss92
    Quote Originally Posted by yumzion90 View Post
    so , followed all instructions , installed biglybt ...then overwrote everything per the hack folder and renamed the jdk 15.0.2 jdk folder to jre and put in biglybt ...but i get this error when i start per biglybt.exe>

    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)


    please help
    Goodluck....
    Last edited by whyme; 12.02.22 at 20:26.
    Reply With QuoteReply With Quote
    Thanks

  8. #39

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    please read posts before replying thank you kindly >

    http://www.sb-innovation.de/showthre...l=1#post364027

    would still love someones help on this one please very much
    Last edited by anon; 12.02.22 at 17:16. Reason: Please use the Edit button when available
    Reply With QuoteReply With Quote
    Thanks

  9. #40

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    any help? ...please!
    Reply With QuoteReply With Quote
    Thanks

  10. #41

    Join Date
    14.05.10
    Posts
    156
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss156
    @anon

    How would you rate
    VEM 5.7.5.0 vs BiglyBT Extreme Mod 1.2.0.0 rev2 Beta ?

    In other words is BiglyBT 1.2.0.0 that much better than VEM 5.7.5.0. I hear BiglyBt is a bit of a resource hog epspecially the latest ones. And that's basically my concern, was wondering if I could safely cheat undetected as a leecher (right settings) without being detected?

    Maybe theres no other way and I should get the latest Bigly to be safe ? Are the early versions of Bigly so outdated that they are detectable?
    Last edited by fakeup; 19.02.22 at 17:18.
    Reply With QuoteReply With Quote
    Thanks

  11. #42
    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 fakeup View Post
    How would you rate
    VEM 5.7.5.0 vs BiglyBT Extreme Mod 1.2.0.0 rev2 Beta ?
    How would you rate Windows 95 vs. Windows 98?

    The fact you're considering 1.2.0.0 rev2 indicates your OS is at least Windows 7 (Java 9 is not compatible with XP) and very likely a 64-bit edition (Java 9 never received an official x86 release, only a "forgotten" one which Oracle DMCAed wherever they found it), which is good enough for the latest version of the mod.

    Azureus/Vuze/BiglyBT was never known for its low resource consumption, but "not low" doesn't mean "unusably high", and there are tweaks to keep things under control. Deliberately running old versions will have very little impact on this and is not worth the loss of functionality and security.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    fakeup (19.02.22)

  13. #43

    Join Date
    14.05.10
    Posts
    156
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss156
    Well I like XP, low memory consumption and such, no matter what people say about that OS, on 1 pc i have it installed. But lets be honest it's pretty outdated these days. I mostly use win7 or Win 8.1. I was worried newer Biggly would eat my memory, only 4GB.

    I've read it here someone was saying some good things about Bigly 2.7
    Last edited by fakeup; 19.02.22 at 22:00.
    Reply With QuoteReply With Quote
    Thanks

  14. #44
    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 fakeup View Post
    Well I like XP
    As do I (remember https://www.sb-innovation.de/showthread.php?t=33804?), but the more programs dropped support for it, the harder it became to keep a setup that is both usable and secure, and at some point I had to let go. The facts I gave away my desktop computer on January 2019 and lost my virtual machines on a hard disk crash on December 2020 left me without an actual Windows XP system to test things, which was the last straw.

    Some truly amazing projects (XomPie, NTOSKRNL_Emu) have managed to keep the system alive, but until there's a way to run the latest Java, you won't have much of a choice here. Especially considering Java 8 is the last version that works on XP, and that's below the minimum requirements for even BBTEM 1.2.0.0.

    I've read it here someone was saying some good things about Bigly 2.7
    I think we're going in circles here.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    fakeup (20.02.22)

  16. #45

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    Quote Originally Posted by yumzion90 View Post
    thats the thing ......the lines are the issue , if i have them even only one line such as --patch-module=java.base=ghostfucker_utils.jar

    biglybt wont show up ....help would be appreciated my good dude , im begging here....not smart enough to get this one solved on my own, much obliged
    would still appreciate some help here please!
    Reply With QuoteReply With Quote
    Thanks

  17. #46
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    I'm out of ideas here, mate. Maybe you could retry from scratch with a clean install.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

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