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

Thread: BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Beta

      Version: 2.7.0.2, by (Coder) DigitalDJ is offline

      Developer Last Online: Apr 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 923
      Released: 21.03.21 Last Update: Never Installs: 4
      • Supported
      • Re-useable Code
      • Translations
      • External Content
      • Beta Stage
      • Requires Member Title

      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 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 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"
      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
      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:

    Daniel0815 (20.06.21) , DocHydra (08.04.21) , yumzion90 (06.04.21) , FashionGlitz (28.03.21) , jade.007 (27.03.21) , xcvn8ue99 (27.03.21) , Lucas Kane (26.03.21) , JohnareyouOK (25.03.21) , Snitlev (24.03.21) , Sazzy (23.03.21) , anon (22.03.21) , tonyqc (21.03.21) , illusive (21.03.21) , qUeLo (21.03.21)


  1. #2
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    510
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss510
    Nice. Thanks as always for keeping this up to date. Still the bug persists

    Quote Originally Posted by illusive View Post
    Great work so far. I'll be testing. However, My previously reported bug (mentioned in the below quote) has changed a bit. Now the (SpeedBetween __ and __) is not enabled unless I tick the option "Use the swarm's average speed as fake upload speed". So the trigger option has changed a bit, that's it.

    Quote Originally Posted by illusive View Post
    OK so far so good, will get back after some testing.

    Update: OK the main cheating option for me is a bit weird. (speed mode++ > SpeedBetween __ and __) is not enabled unless I tick the option "Stop faking when swarm speed is zero".

    image
    Also "Stop faking when the following ratio is reached" option is checked but the ratio inputs is disabled when I open the settings after saving it for the first time. I must uncheck then recheck it to edit the values.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    DocHydra (09.04.21) , termit779 (08.04.21) , Lucas Kane (27.03.21) , joe1982 (26.03.21) , tonyqc (21.03.21)

  3. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Fastest update ever And since this is the only mod still in development, that's only a good thing.

    Also, the following comment in the 2.7.0.0 thread was caught by the moderation queue, so I'll cross-post it here for reference.

    Quote Originally Posted by Mod Lover View Post
    BiglyBT Extreme Mod 2.7.0.0 + JDK 16 = BiglyBTSpoof.properties not working
    ...also 2.7.0.2 was just released
    Thanks for the awesome mod
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    Lucas Kane (26.03.21) , illusive (23.03.21)

  5. #4

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssssss38

    Question

    Hello,
    First of all thanks for maintaining this great mod.
    I was using BiglyBT Extreme Mod 1.9.0.0 until recently due to the introduced bugs in the later versions.
    decided to try the this version but the problem is after clean installation I found "prefect spoof" option to be deactivated "grayed out" as shown for some reason and I cant find any possible cause behind it.

    Click image for larger version. 

Name:	Perfect-spof.png 
Views:	299 
Size:	8.9 KB 
ID:	20991

    Any ideas ?

    Edit : I can see errors regarding reading client files, sample attached.

    Edit 2 : Fixed, changed Java 16 to Java 15.0.2, also it was mentioned in the installation steps to use Java 15 or higher.
    Attached Files Attached Files
    Last edited by Lucas Kane; 26.03.21 at 18:35. Reason: Fixed
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    anon (27.03.21)

  7. #5

    Join Date
    08.08.18
    Location
    Bangladesh
    P2P Client
    biglybt
    Posts
    1
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss1
    I am having problems with first of all no "jre" folder is created. even if I create the folder manually extract jdk file there. it gives me errors.

    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)
    Last edited by mhraaj; 26.03.21 at 18:19.
    Reply With QuoteReply With Quote
    Thanks

  8. #6

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssssss38
    I want to report another bug I have encountered while trying this version moving from 1.9.0.0 ( in addition to the bugs reported by illusive earlier)

    The values used globally in "Speed mode ++" in the program configurations are applied for new torrents without fractions.

    i.e. if you were using stop faking when the following ration is reached : Between 3.7 and 5.2 it applied for new torrent as 3.0 and 5.0.

    same goes for "speed between __ and __" & "start fake upload when the following % done is reached".

    • Global Speed Mode ++

    Click image for larger version. 

Name:	Global.png 
Views:	288 
Size:	18.0 KB 
ID:	20993
    • individual torrent configs for Speed Mode ++

    Click image for larger version. 

Name:	torrent.png 
Views:	274 
Size:	19.1 KB 
ID:	20994
    Last edited by Lucas Kane; 27.03.21 at 14:11.
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    illusive (27.03.21)

  10. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Quote Originally Posted by Lucas Kane View Post
    Edit 2 : Fixed, changed Java 16 to Java 15.0.2
    That's strange, since it should still work with Java 16 unless they have retired some API or functionality the mod requires (and that's very unlikely). I haven't upgraded yet because this week has been very busy, but I'll check this as soon as I can.

    Quote Originally Posted by mhraaj View Post
    I am having problems with first of all no "jre" folder is created. even if I create the folder manually extract jdk file there. it gives me errors.

    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
    This is posted almost every time a new version is out, and I have provided an answer on all instances... do a search, it will be very rewarding
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    sashiagustina (02.04.21) , Lucas Kane (28.03.21)

  12. #8

    Join Date
    09.09.20
    P2P Client
    Tixati 2.6.7
    Posts
    241
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 ssssss241
    Quote Originally Posted by anon View Post
    That's strange, since it should still work with Java 16 unless they have retired some API or functionality the mod requires (and that's very unlikely). I haven't upgraded yet because this week has been very busy, but I'll check this as soon as I can.



    This is posted almost every time a new version is out, and I have provided an answer on all instances... do a search, it will be very rewarding
    hahaha every new version out, lucky me got it solved. but, there is other issue here

    Click image for larger version. 

Name:	ZJFlreN.jpg 
Views:	269 
Size:	220.7 KB 
ID:	21018
    Reply With QuoteReply With Quote
    Thanks

  13. #9
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    That's the same problem Lucas Kane reported on post #4. The only difference I see is that you have apparently enabled the "old" client spoof (BiglyBTSpoof.properties) which overrides the one most of us are interested on, so you should turn it off. If that doesn't work, follow his advice of downgrading to Java 15, and if that doesn't work, you'll have to wait until I can test this myself. Sadly I can't provide a time estimate.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    sashiagustina (03.04.21)

  15. #10

    Join Date
    09.09.20
    P2P Client
    Tixati 2.6.7
    Posts
    241
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 ssssss241
    Quote Originally Posted by anon View Post
    That's the same problem Lucas Kane reported on post #4. The only difference I see is that you have apparently enabled the "old" client spoof (BiglyBTSpoof.properties) which overrides the one most of us are interested on, so you should turn it off. If that doesn't work, follow his advice of downgrading to Java 15, and if that doesn't work, you'll have to wait until I can test this myself. Sadly I can't provide a time estimate.
    ah i didnt catch his post. so how to turn it off, i have no idea about it. i might download java 15 since already deleted it. i will download when i have strong networking signal. thanks for the help
    Reply With QuoteReply With Quote
    Thanks

  16. #11

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssssss38
    Quote Originally Posted by sashiagustina View Post
    ah i didnt catch his post. so how to turn it off, i have no idea about it. i might download java 15 since already deleted it. i will download when i have strong networking signal. thanks for the help
    If you are on Java 16, try first to downgrade to Java 15.x.x, most probably it will solve it.
    Reply With QuoteReply With Quote
    Thanks

  17. #12

    Join Date
    09.09.20
    P2P Client
    Tixati 2.6.7
    Posts
    241
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 ssssss241
    Quote Originally Posted by Lucas Kane View Post
    If you are on Java 16, try first to downgrade to Java 15.x.x, most probably it will solve it.
    yes it absolutely solve it immediately. it seems some binaries removed in java 16. sometimes later version isnt always better version tho
    Reply With QuoteReply With Quote
    Thanks

  18. #13

    Join Date
    06.04.21
    Location
    new york
    P2P Client
    utorrent
    Posts
    12
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss12
    anybody got a fully self contained build including java aka a all in one portable pack for windows i could download would be killer, that would save me much headaches
    with settings also without having to downgrade my java , thanks

    would be for windows


    would be neat since other apps like jdownloader2 are also self contained with theyre own java

    i recon would also help with it becoming more widely adopted

    also if possible have it autoremove completed torrents from its queue but also its torrent file also this function NoComplete_NoReport-Tracker


    making it next gen userenity
    Last edited by yumzion90; 06.04.21 at 18:16.
    Reply With QuoteReply With Quote
    Thanks

  19. #14
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,410
    Activity Longevity
    7/20 19/20
    Today Posts
    0/5 ssss39410
    Quote Originally Posted by yumzion90 View Post
    anybody got a fully self contained build including java aka a all in one portable pack for windows i could download would be killer, that would save me much headaches
    with settings also without having to downgrade my java
    There are instructions to build this yourself on the first post and previous release threads. I'm personally not a fan of this approach - a systemwide Java runtime that can run everything is more efficient - but you have full choice between both.

    also if possible have it autoremove completed torrents from its queue but also its torrent file also this function NoComplete_NoReport-Tracker
    Did you read https://www.sb-innovation.de/showthread.php?t=13781?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  20. Who Said Thanks:

    DocHydra (09.04.21)

  21. #15
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    510
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss510
    Another problem I noticed happens frequently. At first I thought it was random but now seems it's all the time. Ratio Tool settings for torrents already loaded don't get saved on exiting the re-opening the client. Although the speeds and percentage are saved but the check boxes get unchecked on every exit.
    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
  •