+ Reply to Thread
Page 1 of 4 123 ... LastLast
Results 1 to 15 of 51

Thread: BiglyBT Extreme Mod by SB-Innovation 1.6.0.0 Beta

  1. #1
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 ssssss633

    BiglyBT Extreme Mod by SB-Innovation 1.6.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.6.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.6.0.0



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

    Windows

    1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
    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). This forces the use of the system-wide installed JRE.
    6. 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 6 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
    --add-modules=java.xml.bind
    7. Run BiglyBT and Enjoy!


    macOS
    1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
    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. This forces BiglyBT to use the system-wide JRE installed in Step 1.
    Code:
    sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
    sudo ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
    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-modules=java.xml.bind" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
    6. Run BiglyBT and Enjoy!

    Linux
    NOTE: Based on Ubuntu 17.10
    1. Install the openjdk-9-jre, openjdk-9-jre-headless and libjna-java package using your distributions package manager.
    NOTE: Some repositories do not have OpenJDK 9 available. In which case, you will need to download and extract the tar.gz package supplied by Oracle (Java SE Downloads).
    Code:
    sudo apt install openjdk-9-jre openjdk-9-jre-headless 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-9-openjdk-amd64/
    Code:
    app_java_home="/usr/lib/jvm/java-9-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 for Java 9 compatibility:
    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-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"
    7. Run BiglyBT and Enjoy!

    Troubleshooting:
    Before posting problems please make sure:
    1. You have updated Java Runtime Environment (JRE) to the latest version (must be JRE 9 or higher) (Java SE Downloads).
    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.
    In addition to the steps in that article, you must copy the JRE (9+) to a folder named "jre" in your portable folder.


    Enjoy!
    Attached Files Attached Files
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    pumper1985 (07.10.18) , josecarmona (24.09.18) , jade.007 (22.09.18) , yuckfou (21.09.18) , whyme (14.09.18) , illusive (21.08.18) , hotkarl (19.08.18) , dephect444 (10.08.18) , Spidtest (05.08.18) , bits (04.08.18) , RaMa (02.08.18) , Paranormal (02.08.18) , cloud99 (02.08.18) , Mon (01.08.18) , anon (01.08.18) , lyric (01.08.18) , lil-fella (01.08.18)

  3. #2

    Join Date
    03.05.18
    Location
    X:0;Y:0
    Posts
    124
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssss124
    Great work!

    Although, I'd like to see a detailed changelog
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    This is just a core update, so no mod features have been added or altered, and the official BiglyBT changelog is linked to in the first post.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    Spidtest (05.08.18) , Mon (02.08.18) , cloud99 (02.08.18)

  6. #4

    Join Date
    06.05.16
    Location
    Earth
    Posts
    21
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss21
    Is there a way to bypass the fact that BiglyBT is banned, not allowed, on some trackers?
    Last edited by Dusinez; 07.08.18 at 17:56.
    Reply With QuoteReply With Quote
    Thanks

  7. #5
    H265's Avatar
    Join Date
    26.05.13
    Location
    Tengoku
    P2P Client
    ¯\_(ツ)_/¯
    Posts
    422
    Activity Longevity
    3/20 13/20
    Today Posts
    1/5 ssssss422
    Quote Originally Posted by Dusinez View Post
    Is there a way to bypass the fact that BiglyBT is banned, not allowed, on some trackers?
    BiglyBT/Vuze Extreme Mod Client Files
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    alpacino (14.08.18) , Dusinez (12.08.18)

  9. #6

    Join Date
    06.05.16
    Location
    Earth
    Posts
    21
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss21
    @H265
    Do you have any idea how to solve this problem? Looks like I have this issue also with BiblyBT
    Reply With QuoteReply With Quote
    Thanks

  10. #7

    Vuze update ?

    so now the development is going on this application ? are you guys gonna drop Vuze completely ?
    and can you tell me how can i install this on manjaro ?
    Last edited by kurogami555; 10.08.18 at 18:51.
    Reply With QuoteReply With Quote
    Thanks

  11. #8
    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 kurogami555 View Post
    so now the development is going on this application ? are you guys gonna drop Vuze completely ?
    Well, there hasn't been a new version of Vuze since last November, so I don't see an abundance of choices regarding this matter...

    and can you tell me how can i install this on manjaro ?
    See http://www.sb-innovation.de/showthread.php?p=347988 onwards.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. #9
    Cant open "options" menu in BiglyBT anyone know why?

    https://imgur.com/a/AaCEp7e

    Its like loading for 10 minutes with no succes..
    Last edited by czullo; 11.08.18 at 13:08.
    Reply With QuoteReply With Quote
    Thanks

  13. #10
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    This is known to happen if you forget to edit the BiglyBT.exe.vmoptions file (step 6 of the installation procedure for Windows).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    czullo (12.08.18)

  15. #11
    Yep now its working, wasnt using extreme mod long time, and when i does its only requied to copy paste files :)
    Reply With QuoteReply With Quote
    Thanks

  16. #12
    fixed it some how, this was harder than previous
    Last edited by coldasice; 12.08.18 at 12:13.
    Reply With QuoteReply With Quote
    Thanks

  17. #13
    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 czullo View Post
    Yep now its working, wasnt using extreme mod long time, and when i does its only requied to copy paste files :)
    Quote Originally Posted by coldasice View Post
    fixed it some how, this was harder than previous
    With new releases of any program, sometimes it pays off to read the first post when you run into trouble
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #14

    Join Date
    06.05.16
    Location
    Earth
    Posts
    21
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss21
    It is normal for this message to appear if I want to uninstall BiblyBT?
    Click image for larger version. 

Name:	Untitled.png 
Views:	412 
Size:	23.2 KB 
ID:	19008
    Reply With QuoteReply With Quote
    Thanks

  19. #15
    Quote Originally Posted by Dusinez View Post
    It is normal for this message to appear if I want to uninstall BiblyBT?
    This is common error faced by Windows OS based users when they try to run Java based applications and Windows can not find Java Runtime Environment which is required to run Java Apps.

    If the uninstaller is a jar based executable file and it can't find the JRE to run it. Try this:-
    Code:
    http://wincrunch.com/exe4j-java-home-no-jvm-could-be-found-on-your-system/
    ~cloud99
    Reply With QuoteReply With Quote
    Thanks

  20. Who Said Thanks:

    H265 (13.08.18)

+ Reply to Thread
Page 1 of 4 123 ... 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
  •