+ Reply to Thread
Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 91

Thread: BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta

      Version: 2.5.0.0, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

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

      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:

    Clectus1 (05.12.20) , sneakayz47 (04.12.20) , Paranormal (22.11.20) , epicwin101 (21.11.20) , dhunterhell (05.11.20) , cloud99 (31.10.20) , jens32 (26.10.20) , boogeyman12 (26.10.20) , GhostCode (08.10.20) , Snitlev (02.10.20) , Sazzy (01.10.20) , eragooo (26.09.20) , mercuryf (25.09.20) , Lucas Kane (24.09.20) , illusive (24.09.20) , anon (24.09.20) , qUeLo (23.09.20) , sigduwksnsksis9283 (23.09.20)


  1. #32

    Join Date
    12.10.20
    Posts
    18
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss18
    Just a note: this works on a clean install of Ubuntu 18.04, not installing libjna-java, and using openjdk-11-jre

    ---------- Post Merged on 11.11.20 at 03:02 ---------- Previous Post was on 10.11.20 at 20:34 ----------

    Finally got it working on my system. For some reason, the mod files needed to be in /usr/local/biglybt instead of ~/biglybt...any idea why?
    Reply With QuoteReply With Quote
    Thanks

  2. #33
    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 motalemb View Post
    Just a note: this works on a clean install of Ubuntu 18.04, not installing libjna-java, and using openjdk-11-jre
    That's surprising considering this version requires Java 15.

    Finally got it working on my system. For some reason, the mod files needed to be in /usr/local/biglybt instead of ~/biglybt...any idea why?
    Great news! This may be worth documenting in the first post...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. #34

    Join Date
    12.10.20
    Posts
    18
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss18
    nvm how to delete a post?

    ---------- Post Merged at 16:22 ---------- Previous Post was at 05:55 ----------

    Is there a way to set per-torrent settings? Like I want some torrents to seed normally but want to cheat on another torrent
    Last edited by motalemb; 12.11.20 at 06:59.
    Reply With QuoteReply With Quote
    Thanks

  4. #35
    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 motalemb View Post
    Is there a way to set per-torrent settings?
    Check the very beginning of my BBTEM tutorial and you'll find the answer The exceptions are 7a, 8, 9a and all client spoofing features, which always apply to all torrents.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    motalemb (14.11.20)

  6. #36
    JohnareyouOK's Avatar
    Join Date
    31.01.19
    Location
    Earth
    P2P Client
    BiglyBT
    Posts
    254
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssss254
    Has any new feature been added to the MOD since v1.8.0.0 (released on 22.01.19)? or each new version of MOD is mainly intended to fit the new version BiglyBT and no new features itself are added?

    (Asking just to be sure. I've browsed through all posts since v1.8.0.0 and seems no. and if no, continuing using old version that have been verified to work perfectly seems safer, easier and less time consuming for me compared to upgrading lol )
    Reply With QuoteReply With Quote
    Thanks

  7. #37
    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 JohnareyouOK View Post
    Has any new feature been added to the MOD since v1.8.0.0 (released on 22.01.19)?
    I ported Peer Injector 0.3 to BiglyBT, and it was integrated to the mod on version 2.3.0.0 to facilitate ghostleeching. Other than that, none.

    By the way, the configuration refactoring didn't occur until 2.0.0.0, so the last "tried and true" version (to call it that) would be 1.9.0.0.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    Lucas Kane (20.11.20) , JohnareyouOK (17.11.20)

  9. #38
    Anyone facing this issue ?
    Tried multiple times, Win10 Pro x64, latest jdk/jre version used.
    Code:
    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(Unknown 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(LauncherEngine.java:77)
    	at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
    Reply With QuoteReply With Quote
    Thanks

  10. #39
    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 repulse View Post
    latest jdk/jre version used
    Unpacked and/or installed maybe, but not used. See aaaaab's posts regarding cleaning up old Java runtimes that may cause this error.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. #40
    JohnareyouOK's Avatar
    Join Date
    31.01.19
    Location
    Earth
    P2P Client
    BiglyBT
    Posts
    254
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssss254
    Can anyone share what your workflow is like with BiglyBT Extreme Mod? It offers a wide range of options, modes and settings, what options and settings do you guys usually use?

    These're the settings I had planned to use:
    • Uncheck all files when torrent being added
    • Check Always enable update tracker button
    • Use Perfect Spoof
    • Stop increasing the fake upload when you are connected to less than 5. peers (0-250) OR having a peer/seed ratio lower than 250% (0-250)
    • Check Use swarm peers instead of the number of connected to.
    • Fake upload "speed mode++" (0-50)&(0-10000000):
    • Stop faking when the following ratio is reached : Between 0.5:1 (Uploadedownloaded) and 2:1 (up:dl) Speed when ratio is reached: Between 0 KB/s per torrent and 0 KB/s per torrent
    • Speed: Between 500 KB/s per torrent and 2000 KB/s per torrent (vary depends on scenerios)
    • All other options remain unchecked.
    But seems not work as wishful expected, speed mode++ does not create fake downloads...torrent progress will remain at 0%, in which scenario "uploading" at 0% progress is pretty fake in tracker's view.

    Anyone mind sharing your setting up?
    Last edited by JohnareyouOK; 20.11.20 at 09:49.
    Reply With QuoteReply With Quote
    Thanks

  12. #41
    H265's Avatar
    Join Date
    26.05.13
    Location
    Tengoku
    P2P Client
    ¯\_(ツ)_/¯
    Posts
    422
    Activity Longevity
    3/20 13/20
    Today Posts
    0/5 ssssss422
    I'm having trouble getting this to work on my system (manjaro xfce)

    my settings







    I added a linux public torrent to test the settings but it stays like this.

    Reply With QuoteReply With Quote
    Thanks

  13. #42
    Quote Originally Posted by anon View Post
    Unpacked and/or installed maybe, but not used. See aaaaab's posts regarding cleaning up old Java runtimes that may cause this error.
    Hum can you link to that post ?
    Reply With QuoteReply With Quote
    Thanks

  14. #43
    JohnareyouOK's Avatar
    Join Date
    31.01.19
    Location
    Earth
    P2P Client
    BiglyBT
    Posts
    254
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssss254
    Quote Originally Posted by repulse View Post
    Hum can you link to that post ?
    [Multi OS] BiglyBT Extreme Mod by SB-Innovation 2.4.0.0 Beta - Page 2
    Reply With QuoteReply With Quote
    Thanks

  15. #44
    it's ok , got it working ! Thanks !

    ---------- Post Merged at 16:11 ---------- Previous Post was at 15:30 ----------

    Any way to "save" settings to auto appli to futur added torrent (maybe like utorrent serenity label) or not ?

    EDIT, again. I assume setting it in options is for all, and can be bypassed for any torrent individually, right ?
    Last edited by repulse; 20.11.20 at 17:14.
    Reply With QuoteReply With Quote
    Thanks

  16. #45
    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 JohnareyouOK View Post
    Can anyone share what your workflow is like with BiglyBT Extreme Mod? It offers a wide range of options, modes and settings, what options and settings do you guys usually use?
    Good settings vary from tracker to tracker and torrent to torrent, so any answers on this regard should be considered purely anecdotal/for fun and not a recommendation of any kind. Anyway, here you go.
    • Always enable update tracker button: sure, I rarely use that but I want it to be available.
    • Perfect Spoof: but of course.
    • No reporting; show as leech: on IPT, because fuck their hit & run system. Prevents my real upload from being counted, but my buffer is big enough anyway.
    • Speed mode++; add your real uploaded amount + show you as seeder: lets me get bonus points and seeding exposure on torrents which I'm technically partial-seeding because I didn't download a sample or foreign audio track. Fake upload speeds set both to 0.
    • Ghostleech; send start and after X seconds stop: used this one a lot on Waffles with a throwaway account. RIP Waffles

    As you can see, I don't cheat a lot, I'm just pragmatic about my seeding habits

    speed mode++ does not create fake downloads...torrent progress will remain at 0%, in which scenario "uploading" at 0% progress is pretty fake in tracker's view.
    That's what the ratio tool was created for!
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    JohnareyouOK (21.11.20)

  18. #46
    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 repulse View Post
    Hum can you link to that post ?
    Quote Originally Posted by JohnareyouOK View Post
    Note that finding the post(s) had been deliberately left as an exercise for the reader

    Quote Originally Posted by repulse View Post
    Any way to "save" settings to auto appli to futur added torrent (maybe like utorrent serenity label) or not ?

    EDIT, again. I assume setting it in options is for all, and can be bypassed for any torrent individually, right ?
    As mentioned in http://www.sb-innovation.de/showthread.php?t=13781, "[settings] found at Tools -> Options are global, and will only apply for newly-added torrents; existing ones will keep their individual settings, so double-click and go to the Extreme Mod tabs to change them".

    The ability to mass-change cheating settings, along with a global hard limit on fake upload speed, have been requested a lot in the past, but neither are available.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 of 7 FirstFirst 12345 ... 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
  •