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

Thread: BiglyBT Extreme Mod by SB-Innovation 1.7.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 1.7.0.0 Beta

      Version: 1.7.0.0 Beta, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 1.7.0.0 Beta



      ╔═══════════════════════════╗
      Coded by:
      ╚═══════════════════════════╝

      >>>>>> DigitalDJ & ghostfucker <<<<<<


      ╔═══════════════════════════╗
      Credits:
      ╚═══════════════════════════╝

      >>>>>> Butcho <<<<<<
      >>>>>> Rebound <<<<<<
      >>>>>> hitman <<<<<<
      >>>>>> Manas <<<<<<
      >>>>>> eudora <<<<<<
      >>>>>> ghostfucker <<<<<<
      >>>>>> anon <<<<<<
      >>>>>> Instab <<<<<<
      >>>>>> cloud99 <<<<<<
      >>>>>> illusive <<<<<<
      >>>>>> molosse <<<<<<

      ╔═══════════════════════════╗
      Supplied by:
      ╚═══════════════════════════╝

      >>>>>> SB-Innovation <<<<<<

      ╔═══════════════════════════╗
      Original Mod by:
      ╚═══════════════════════════╝

      >>>>>> Shu <<<<<<


      Change Log:

      + ProLeech

      + Perfect Spoof 2

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

      + Perfect Spoof 1.0 by ghostfucker

      + (Fake Upload) Stop faking when swarm speed is zero

      + Upload Kicker

      + Ratio Tool

      + Synced with latest Abuze Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Fixed Proleech Torrent Export in menu

      + Updated core to BiglyBT 1.7.0.0



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

      Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS.

      Windows

      1. Download and install the latest Java. It must be Java version 9 or higher. (JDK GA Release).
      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 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 9 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 18.04
      1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 18.04 LTS this is openjdk-11-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-11-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-11-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-11-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 9 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!

      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:

    jarrodd408 (23.02.20) , senshi (08.01.19) , Dusinez (01.01.19) , illusive (15.12.18) , kaopan (13.12.18) , mhraaj (11.12.18) , Blocker (08.12.18) , aldrian23 (11.11.18) , ilneroviaggiatore (08.11.18) , horse76 (27.10.18) , eragooo (26.10.18) , Artbabelitta (24.10.18) , Snitlev (22.10.18) , Sazzy (20.10.18) , BillyG (20.10.18) , lil-fella (19.10.18) , josecarmona (19.10.18) , H265 (19.10.18) , cloud99 (19.10.18) , lyric (19.10.18) , anon (19.10.18)


  1. #32
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    First, forget about the .properties file. Undo any changes you may have made to it.

    Secondly, you need to tick the checkbox at 11a and make a choice at 11b.



    If the client and/or version you want isn't available, look for a client file at BiglyBT/Vuze Extreme Mod Client Files. If it's not there, ask for it in this thread. Builds 25130 and 25302 of uTorrent 2.2.1 are bundled with the mod, though, so there should be no problems here.

    Save settings and restart. The mod will now be spoofing the client you chose to both trackers and peers. You can confirm that it's active by checking the status bar in the bottom left corner of the client's window; it will say something like "!uTorrent 2.2.1.25302!" instead of "BiglyBT Extreme Mod".

    After doing all this, you may find that certain settings, including 7a and 7b, scrape support and the maximum number of connections per torrent, become unavailable. That's because altering them would compromise the security of the spoof you've picked. Nothing to worry about.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Artbabelitta (22.11.18)

  3. #33

    Join Date
    07.10.11
    Location
    cairo
    P2P Client
    utorrent build 21586
    Posts
    2
    Activity Longevity
    0/20 15/20
    Today Posts
    0/5 ssssssss2
    Please masters help me
    my work's pc is very old one that i couldn't install any 64 os over it
    due to this i can't use this extreme mood cause i can't find any compatible x86 java
    it would be amazing if i find my solution by the help of you fellas
    Reply With QuoteReply With Quote
    Thanks

  4. #34
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    I can upload the last x86 version of the Java Runtime Environment, 9.0.4, to a file host of your choice. Just let me know.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    ahmed6696 (07.12.18)

  6. #35

    Join Date
    07.10.11
    Location
    cairo
    P2P Client
    utorrent build 21586
    Posts
    2
    Activity Longevity
    0/20 15/20
    Today Posts
    0/5 ssssssss2
    i would be very grateful for you mr anon
    Reply With QuoteReply With Quote
    Thanks

  7. #36

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    This post deleted
    Last edited by Artbabelitta; 07.12.18 at 16:54.
    Reply With QuoteReply With Quote
    Thanks

  8. #37

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by anon View Post
    I can upload the last x86 version of the Java Runtime Environment, 9.0.4, to a file host of your choice. Just let me know.
    No need for cloak and dagger, here's Java 9 and 10 in x86 - just copy to the jre folder inside BiglyBT: https://github.com/ojdkbuild/ojdkbuild/releases
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    Artbabelitta (08.12.18)

  10. #38
    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 ahmed6696 View Post
    i would be very grateful for you mr anon
    Just sent you a link.

    Quote Originally Posted by BillyG View Post
    No need for cloak and dagger, here's Java 9 and 10 in x86 - just copy to the jre folder inside BiglyBT: https://github.com/ojdkbuild/ojdkbuild/releases
    I remembered that from a previous post you made, but didn't spot any x86 builds of Java 11 and thought they weren't making them anymore!

    Also, the secrecy is not intentional; I would have made a thread preserving the installer long ago, but Oracle is apparently fairly aggressive at sending takedown requests
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. #39

    Join Date
    24.11.15
    Location
    KL
    P2P Client
    uTorrent
    Posts
    15
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss15
    This software is really slow on my computer.
    Reply With QuoteReply With Quote
    Thanks

  12. #40
    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 Manchunian View Post
    This software is really slow on my computer.
    Reduce CPU usage - VuzeWiki
    Reduce memory usage - VuzeWiki

    Note that contrary to the second article, you'll have to increase the Java heap size to prevent slowdowns (it's a tradeoff between memory usage and performance). With lots of torrents loaded this is bound to make a sizable difference. 128 MB is a good start.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. #41

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by anon View Post
    I remembered that from a previous post you made, but didn't spot any x86 builds of Java 11 and thought they weren't making them anymore!
    They don't and they won't - I asked, but the jdk 11 sources seem to be made for x64 only.

    But for current BiglyBT jre 10 x86 should be just fine and has a reduced memory footprint?

    You need the 32bit swt.jar though: https://download.eclipse.org/eclipse...-201809060745/

    EDIT: Plus the oss jre might put the appdata not in %appdata%\BiglyBT but %userprofile%\.biglybt - create a ntfs junction to never bother again


    Quote Originally Posted by anon View Post
    Also, the secrecy is not intentional; I would have made a thread preserving the installer long ago, but Oracle is apparently fairly aggressive at sending takedown requests
    I know, I kept searching for Oracle's jre 10 x86 release but they're more thorough than the Micky Mouse company searching St*r W*rs bootlegs :-p ... somehow Oracle seems to be keen to get rid of consumer Java usage.
    Last edited by BillyG; 19.12.18 at 20:59. Reason: added hint for userdata path oss vs oracle jre
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    anon (21.12.18)

  15. #42

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    227
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss227
    Ich hab diese Java installiert java-11-openjdk-11.0.1.13-1.ojdkbuild.windows.x86_64.msi
    Leider startet BiglyBT nicht was mache ich ja falsch
    Reply With QuoteReply With Quote
    Thanks

  16. #43
    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 --->HDBD<--- View Post
    Ich hab diese Java installiert java-11-openjdk-11.0.1.13-1.ojdkbuild.windows.x86_64.msi
    Leider startet BiglyBT nicht was mache ich ja falsch
    Even though this mod was tested with the official Java 11, I just tried the same ojdkbuild as you and everything worked fine. Make sure you are not adding the old "--add-exports=java.xml.bind" line to the .vmoptions file, as that does prevent it from starting.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. #44

    Join Date
    06.05.16
    Location
    Earth
    Posts
    21
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss21
    How do I install JDK 11.0.1 General-Availability Release?
    It is just a folder without a .exe
    Reply With QuoteReply With Quote
    Thanks

  18. #45
    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 Dusinez View Post
    How do I install JDK 11.0.1 General-Availability Release?
    It is just a folder without a .exe
    See steps 5, 6 and 7 of the Windows installation procedure in the first post.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  19. #46

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    227
    Activity Longevity
    0/20 20/20
    Today Posts
    0/5 ssssss227
    @ anon

    What exactly must be in BiglyBT.exe.vmoptions

    I have something like that
    -include-options ${APPDATA}\BiglyBT\java.vmoptions
    Last edited by --->HDBD<---; 01.01.19 at 21:16.
    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
  •