+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 53

Thread: BiglyBT Extreme Mod by SB-Innovation 2.4.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.4.0.0 Beta

      Version: 2.4.0.0, by (Coder) DigitalDJ is online now

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.4.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.4.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      Installation:

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 14 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 14 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-14-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-14-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-14-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-14-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 14 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:

    xsuleem (22.01.22) , bcas9472 (19.09.20) , DraconLord (09.09.20) , yl905797 (21.07.20) , Paranormal (18.07.20) , Lucas Kane (20.06.20) , Logiin (18.06.20) , hk199 (18.06.20) , Zom(BiE696 (15.06.20) , mammamia11 (10.06.20) , Snitlev (03.06.20) , MarkH748 (21.05.20) , joe1982 (19.05.20) , RaMa (17.05.20) , Sazzy (16.05.20) , illusive (16.05.20) , qUeLo (16.05.20) , anon (16.05.20) , yoco (15.05.20) , lil-fella (15.05.20)


  1. #32
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    • Open Notepad as administrator
    • Go to File -> Open, paste this in the "File name" field and click OK:
      Code:
      "%PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions"
    • Paste the two lines from step 8 of the installation procedure at the end; the file should now look like this:
      Code:
      -include-options ${APPDATA}\BiglyBT\java.vmoptions
      --patch-module=java.base=ghostfucker_utils.jar
      --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    • Close Notepad, save when asked and you're done.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Logiin (19.06.20)

  3. #33

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    2/20 17/20
    Today Posts
    0/5 sssssss38
    So, are the mentioned bugs really there and affecting the operation of this version (can also be dangerous cheating-wise ?)

    Should we wait for the next version with fixes ? or we can use this one safely ?

    Anybody already using this version with many private tackers with no issues ?

    Sorry for the questions as I am stuck with 1.9.0.0 for long time.
    Reply With QuoteReply With Quote
    Thanks

  4. #34

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    hello
    despite of I enabled: No Upload
    [and other related options]
    still when a torrent finishes
    it remains here: https://i.vgy.me/Mnjmcj.jpg

    for long time
    this is the reason I Can't start using after version 1.9
    any solution?

    it's very crucial matter for me that it removes torrents from client instantly [Like version 1.9 and earlier]

    thank you
    Reply With QuoteReply With Quote
    Thanks

  5. #35
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    The bug with the automatic stop feature is known (see post #2), but it's hard for us to tackle because we weren't able to reproduce it during testing (see https://www.sb-innovation.de/showthread.php?p=356552 onwards).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    Artbabelitta (24.07.20)

  7. #36
    wanted others opinion, is this better then mratio for large scale usage?i mainly wanna use the ghost seed option and ghost leech... can Biglybt seed around 12k torrents easily? is this better then mratio in comparison?
    Reply With QuoteReply With Quote
    Thanks

  8. #37
    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 sigduwksnsksis9283 View Post
    can Biglybt seed around 12k torrents easily?
    That may be pushing the limits like no one has ever done before You will need to familiarize yourself with Java's memory management and the parameters that control it (Xms, Xmx, XX:MaxDirectMemorySize, XX:+UseLargePages, etc.), that's for sure.

    As for being better than mRatio, that's up to you. In principle, this has all the functionality you claim to be interested on. However, it is a mod, i.e. an actual BitTorrent client with added cheating features, unlike a ratio tool which only simulates traffic. So you'll have to deselect all files prior to adding (to avoid actually downloading them), a memory reader is not available (since this is not particularly expected to be used alongside another client), and so on.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    cloud99 (04.09.20) , sigduwksnsksis9283 (03.09.20)

  10. #38

    Join Date
    24.07.07
    P2P Client
    Vuze 4.3.0.5_B01 SB-Innovation Hack
    Posts
    156
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss156
    i'm coming from using uSerenity. one thing i liked was that you can have different profiles/settings based on a Label of the torrent. for instance, the Default Label would be no complete, no report, and leecher. where as a Normal Label would disable all mods. is there a similar functionality for the biglybt mod? i have to balance torrents on public and private trackers and i use different mod settings for each. or do i have to manually adjust the mod settings for each torrent? thanks!
    Reply With QuoteReply With Quote
    Thanks

  11. #39
    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 A-Day View Post
    do i have to manually adjust the mod settings for each torrent?
    I'm afraid so. The inability to do mass changes on torrents' cheating settings is one of the (few) downsides of this mod. Although it may be possible if you use the console/Telnet interface.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. #40

    testing this and so far its nice.. i was wondering how to fake seed(without having files locally of course) on it though? i tried deselecting the files and it shows seeding on the client but shows leeching on tracker...
    Reply With QuoteReply With Quote
    Thanks

  13. #41

    Join Date
    09.09.20
    P2P Client
    Tixati 2.6.7
    Posts
    241
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssss241
    Quote Originally Posted by sigduwksnsksis9283 View Post
    image
    testing this and so far its nice.. i was wondering how to fake seed(without having files locally of course) on it though? i tried deselecting the files and it shows seeding on the client but shows leeching on tracker...
    it does shows you upload amount or not
    Reply With QuoteReply With Quote
    Thanks

  14. #42
    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 sigduwksnsksis9283 View Post
    i was wondering how to fake seed(without having files locally of course) on it though? i tried deselecting the files and it shows seeding on the client but shows leeching on tracker...
    https://www.sb-innovation.de/showthread.php?t=13781

    You have to deselect the files and pick a cheating mode that does what you want; in this case, 16c, or 18e with zero speeds in 18k (which basically does the same thing).

    Note that each torrent has individual settings; those are initially copied from the global ones (Tools -> Options -> Extreme Mod), but changes to the latter do not apply retroactively. If you're going to add thousands of torrents, make sure to get everything right beforehand
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    sigduwksnsksis9283 (17.09.20)

  16. #43

    Join Date
    05.09.09
    Posts
    9
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssssss9

    Java Fehler

    Hi,

    can someone help me? Every Time i get this after Installation:
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Unbenannt.jpg 
Views:	101 
Size:	115.3 KB 
ID:	20737  
    Reply With QuoteReply With Quote
    Thanks

  17. #44
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    You either haven't extracted Java 14 correctly (the steps are given on the first post) or have an older version installed system-wide that is being preferred by the exe4j launcher.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #45

    Join Date
    05.09.09
    Posts
    9
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssssss9
    I have a fresh windows 10. I installed the newest Java from (java.com) and downloaded the jre
    from the post of the first page, but allways this happens!

    Anyone help?
    Reply With QuoteReply With Quote
    Thanks

  19. #46

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    java 14.0.2 and java 15
    should both work..
    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
  •