+ Reply to Thread
Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 61

Thread: BiglyBT Extreme Mod by SB-Innovation 1.8.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
    1/5 ssssss633

    BiglyBT Extreme Mod by SB-Innovation 1.8.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.8.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.8.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!
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    20XEJ (14.03.19) , (06.03.19) , Artbabelitta (06.03.19) , Obamu (03.03.19) , Renji-Kun (23.02.19) , Renk (09.02.19) , aj91 (04.02.19) , oocool277 (03.02.19) , braziliandude (25.01.19) , lil-fella (23.01.19) , Rebound (22.01.19) , Mon (22.01.19) , H265 (22.01.19) , anon (22.01.19)

  3. #31

    Join Date
    26.07.12
    Location
    Somewhere in Space
    P2P Client
    Vuze Extreme Mod 5.7.5.0
    Posts
    27
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss27
    Quote Originally Posted by mepmao View Post
    Which tracker were you using for exactly?
    IPT and TorrentLeech.On Torrentday i use with encryption with no problem.


    Click image for larger version. 

Name:	Unknown.jpeg 
Views:	206 
Size:	236.4 KB 
ID:	19908
    Last edited by 20XEJ; 15.03.19 at 12:44.
    Reply With QuoteReply With Quote
    Thanks

  4. #32

    Join Date
    11.03.19
    Location
    USA
    P2P Client
    Vuze
    Posts
    38
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 sssssss38
    Quote Originally Posted by 20XEJ View Post
    IPT and TorrentLeech.On Torrentday i use with encryption with no problem.


    Click image for larger version. 

Name:	Unknown.jpeg 
Views:	206 
Size:	236.4 KB 
ID:	19908
    Do you know if these work on any of the other trackers?
    Reply With QuoteReply With Quote
    Thanks

  5. #33

    Join Date
    14.03.19
    Location
    google
    Posts
    2
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss2
    plzz How to set up the program
    Reply With QuoteReply With Quote
    Thanks

  6. #34
    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 killmebabyx1 View Post
    plzz How to set up the program
    If you're having trouble with the installation, there's a step-by-step guide in the first post.

    If you installed the mod successfully and don't know how to use its features, see http://www.sb-innovation.de/showthread.php?t=13781
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #35

    Join Date
    26.07.12
    Location
    Somewhere in Space
    P2P Client
    Vuze Extreme Mod 5.7.5.0
    Posts
    27
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss27
    Quote Originally Posted by mepmao View Post
    Do you know if these work on any of the other trackers?
    Yes on the trackers where have leechers on the torrents.


    Quote Originally Posted by killmebabyx1 View Post
    plzz How to set up the program
    You can also watch and this video about setup the Extreme Mod and client.

    http://www.sb-innovation.de/showthre...ze-Extreme-Mod
    Last edited by 20XEJ; 18.03.19 at 20:16.
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    anon (19.03.19)

  9. #36

    Join Date
    11.03.19
    Location
    USA
    P2P Client
    Vuze
    Posts
    38
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 sssssss38
    Quote Originally Posted by 20XEJ View Post
    Yes on the trackers where have leechers on the torrents.




    You can also watch and this video about setup the Extreme Mod and client.

    http://www.sb-innovation.de/showthre...ze-Extreme-Mod
    Okay, great. What trackers do you use this on?
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    paraglider__7000 (24.03.19)

  11. #37

    Join Date
    26.07.12
    Location
    Somewhere in Space
    P2P Client
    Vuze Extreme Mod 5.7.5.0
    Posts
    27
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss27
    Quote Originally Posted by mepmao View Post
    Okay, great. What trackers do you use this on?

    I use on most of time on IPT,TL.
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    paraglider__7000 (24.03.19)

  13. #38

    Join Date
    11.03.19
    Location
    USA
    P2P Client
    Vuze
    Posts
    38
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 sssssss38
    Quote Originally Posted by 20XEJ View Post
    I use on most of time on IPT,TL.
    Mac or PC?
    Reply With QuoteReply With Quote
    Thanks

  14. #39

    Join Date
    26.07.12
    Location
    Somewhere in Space
    P2P Client
    Vuze Extreme Mod 5.7.5.0
    Posts
    27
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss27
    Right now on Mac earlier on Windows.
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    mepmao (23.03.19)

  16. #40

    Join Date
    14.03.19
    Posts
    6
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss6
    Can someone tell me why it only starts to fake upload once the torrent has completly finished downloading?
    Reply With QuoteReply With Quote
    Thanks

  17. #41
    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 Zen View Post
    Can someone tell me why it only starts to fake upload once the torrent has completly finished downloading?


    In all likelihood you're a victim of this, but post a screenshot of your settings and we'll know for sure.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. Who Said Thanks:

    Zen (23.03.19)

  19. #42

    Join Date
    14.03.19
    Posts
    6
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss6
    Thank you I set both to zero and is working now.
    Reply With QuoteReply With Quote
    Thanks

  20. #43

    Join Date
    26.07.12
    Location
    Somewhere in Space
    P2P Client
    Vuze Extreme Mod 5.7.5.0
    Posts
    27
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss27
    Quote Originally Posted by lil-fella View Post
    set this new 1.8.0.0 version up on my main x64 rig today to see if any better that 1.5.0.0 that i had on 32bit pc
    install went well.. got the mod working.. with java 11.0.2
    but as soon as i try using any spoof client file with it.. once shut down to restart with chosen spoof client file..
    it wont start back up again.. had to reinstall and re-copy modded files over and re-set up settings again..
    tried some different spoof client files but seems to do same thing and not start up
    works ok without applying any spoof client files..
    just didn't know if this was a problem with new 1.8.0.0 mod or if I'd done some thing wrong..

    I just reinstall MacOS i and get same problem without spoof works great but with enabled any client spoof BiglyBT no start.
    Reply With QuoteReply With Quote
    Thanks

  21. #44
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Guys, if no one with this problem grabs and posts the output of running the mod using the Java terminal launcher as I mentioned in post #24, we'll never get started with finding the cause.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  22. #45

    Join Date
    14.03.19
    Posts
    6
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss6
    Quote Originally Posted by 20XEJ View Post
    I just reinstall MacOS i and get same problem without spoof works great but with enabled any client spoof BiglyBT no start.
    When this happened to me it turned out that Java was not installed correctly. Try reinstalling Java and see if it fixes it.
    Reply With QuoteReply With Quote
    Thanks

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