+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: BiglyBT Extreme Mod by SB-Innovation 1.2.0.0 rev1 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.2.0.0 rev1 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.2.0.0 rev1 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
    + Updated core to BiglyBT 1.2.0.0
    + Try fix HTTPS connections with PerfectSpoof
    + Rename AzureusSpoof to BiglyBTSpoof, Add additional options to spoof Azureus / Vuze / BiglyBT


    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
    Last edited by DigitalDJ; 14.11.17 at 18:16.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Snitlev (17.11.17) , mmmmm (13.11.17) , alpacino (11.11.17) , Paranormal (09.11.17) , anthony-joal (09.11.17) , anon (09.11.17) , Nobody (09.11.17) , H265 (09.11.17) , RaMa (09.11.17) , lil-fella (09.11.17)

  3. #2

    Join Date
    28.06.10
    Location
    Russia
    P2P Client
    BiglyBT
    Posts
    4
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssssss4

    Question Some Linux Issues

    Strange. I'm having all sorts of trouble getting this to work on Ubuntu 16.04. Here are my steps:

    1) I completely uninstalled all versions of Java and installed openjdk-9-jre openjdk-9-jre-headless libjna-java.

    (/usr/lib/jvm shows java-1.9.0-openjdk-amd64 java-9-openjdk-amd64 java-9-oracle)

    2) Trying an install using app_java_home="/usr/lib/jvm/java-9-openjdk-amd64/" ./BiglyBT_Installer.sh shows the following:

    Starting Installer ...
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # SIGSEGV (0xb) at pc=0x00007f95b2bed009, pid=81870, tid=81954
    #
    # JRE version: OpenJDK Runtime Environment (9.0) (build 9-internal+0-2016-04-14-195246.buildd.src)
    # Java VM: OpenJDK 64-Bit Server VM (9-internal+0-2016-04-14-195246.buildd.src, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
    # Problematic frame:
    # C [libjava.so+0x1d009] JNU_GetEnv+0x19
    #
    # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #
    # An error report file with more information is saved as:
    # /home/chaos/Downloads/BiglyBT_Installer.sh.81845.dir/hs_err_pid81870.log
    #
    # If you would like to submit a bug report, please visit:
    # Java Crash Reporting Page
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    Aborted

    (the same issue occurs using java-1.9.0-openjdk-amd64)

    3) Installing with java-9-oracle works, but outputs some warnings:

    Starting Installer ...
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.install4j.runtime.installer.frontend.GUIHelper (file:/home/chaos/Downloads/BiglyBT_Installer.sh.82027.dir/i4jruntime.jar) to field sun.awt.X11GraphicsDevice.scale
    WARNING: Please consider reporting this to the maintainers of com.install4j.runtime.installer.frontend.GUIHelper
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release

    ...and another:

    WARNING: All illegal access operations will be denied in a future release
    java.lang.SecurityException: Could not lock User prefs. Lock file access denied.
    at java.prefs/java.util.prefs.FileSystemPreferences.checkLockFil e0ErrorCode(FileSystemPreferences.java:956)
    at java.prefs/java.util.prefs.FileSystemPreferences.lockFile(Fil eSystemPreferences.java:944)
    at java.prefs/java.util.prefs.FileSystemPreferences.sync(FileSys temPreferences.java:748)
    at java.prefs/java.util.prefs.FileSystemPreferences.flush(FileSy stemPreferences.java:843)
    at java.prefs/java.util.prefs.FileSystemPreferences.syncWorld(Fi leSystemPreferences.java:483)
    at java.prefs/java.util.prefs.FileSystemPreferences.access$1200( FileSystemPreferences.java:49)
    at java.prefs/java.util.prefs.FileSystemPreferences$3.run(FileSy stemPreferences.java:450)
    at java.base/java.util.TimerThread.mainLoop(Timer.java:556)
    at java.base/java.util.TimerThread.run(Timer.java:506)

    4) Once installing, unzipping, and running, BiglyBT appears to run with the updated files, but I can't get into preferences. It says...

    "View will be available once BiglyBT Extreme Mod Core is done loading"

    ---
    Any thoughts?

    ---
    EDIT 1: I found the issue --- The installer defaults to installing to the biglybt folder, but the program tries to move files to .biglybt. Moving everything into a .biglybt folder/forcing installation into ~/.biglybt will fix every issue but the warnings.

    Thank you for your hard work!
    Last edited by razym; 10.11.17 at 04:23.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    anon (11.11.17)

  5. #3

    Join Date
    17.03.09
    P2P Client
    utorrent
    Posts
    14
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss14
    Hi

    On Windows Portable x64 version i cant access to settings panel - just empty screen

    Thanks
    Reply With QuoteReply With Quote
    Thanks

  6. #4
    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
    Quote Originally Posted by lyric View Post
    Hi

    On Windows Portable x64 version i cant access to settings panel - just empty screen

    Thanks
    Read the instructions. The vmoptions file must contain the additional options.
    Reply With QuoteReply With Quote
    Thanks

  7. #5

    Join Date
    17.03.09
    P2P Client
    utorrent
    Posts
    14
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss14
    my mistake!

    Thanks for reply


    now i have in BiglyBT.exe.vmoptions


    -include-options ${APPDATA}\BiglyBT\java.vmoptions
    -Dazureus.portable.enable=true
    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    --add-modules=java.xml.bind


    and program works OK
    Last edited by lyric; 10.11.17 at 13:55.
    Reply With QuoteReply With Quote
    Thanks

  8. #6

    Join Date
    07.07.09
    P2P Client
    BiglyBT
    Posts
    67
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss67
    Is this tracker or client issue?
    https://puu.sh/yj7oU/1457361bb2.png

    Have same problem earlier on this tracker, with Vuze..

    Hmmh.. it seems that https does not work, changing tracker to http it works fine.
    Last edited by simexi; 10.11.17 at 21:18. Reason: bad tracker I guess
    Reply With QuoteReply With Quote
    Thanks

  9. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Apparently that's a problem with Java, and switching to an insecure announce URL like you did is the lesser of two evils (with disabling SNI being the greatest).

    https://stackoverflow.com/questions/...-to-java-1-7-0
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    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
    Quote Originally Posted by simexi View Post
    Is this tracker or client issue?
    https://puu.sh/yj7oU/1457361bb2.png

    Have same problem earlier on this tracker, with Vuze..

    Hmmh.. it seems that https does not work, changing tracker to http it works fine.
    Is this with PerfectSpoof enabled? Does it do it with plain BiglyBT?
    Reply With QuoteReply With Quote
    Thanks

  11. #9

    Join Date
    22.06.09
    Location
    Egypt
    P2P Client
    utorrent
    Posts
    13
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss13
    It doesn't work with freshly installed macOS 10.13.1 with JRE 9 or with JDK 9 both doesn't load.
    Reply With QuoteReply With Quote
    Thanks

  12. #10
    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
    Make sure you run all the steps. I specifically tested it on macOS.
    Reply With QuoteReply With Quote
    Thanks

  13. #11

    Join Date
    22.06.09
    Location
    Egypt
    P2P Client
    utorrent
    Posts
    13
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss13
    Quote Originally Posted by DigitalDJ View Post
    Make sure you run all the steps. I specifically tested it on macOS.
    nope, it argues about it can't find the javavirtualmachine (i followed each step above)
    can we have clientfile for utorrent for mac v1.8.7 ?
    Reply With QuoteReply With Quote
    Thanks

  14. #12

    Join Date
    02.05.14
    Location
    france
    P2P Client
    qBittorrent
    Posts
    13
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss13
    Is this absolutely required to use a JAVA system wide installation? On Windows, why not just replacing the %PROGRAMFILES%\BiglyBT\JRE by the JRE v9?

    ---------- Post Merged at 15:59 ---------- Previous Post was at 15:53 ----------

    Quote Originally Posted by anon View Post
    Apparently that's a problem with Java, and switching to an insecure announce URL like you did is the lesser of two evils (with disabling SNI being the greatest).

    https://stackoverflow.com/questions/...-to-java-1-7-0
    Lots of trackers use http only or udp. Does udp is less secure than https? Did this issue exist on other Vuze mode/version?
    Reply With QuoteReply With Quote
    Thanks

  15. #13
    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 diedo View Post
    can we have clientfile for utorrent for mac v1.8.7 ?
    Sure, if you supply announce data from it.

    http://www.sb-innovation.de/showthread.php?t=33436

    Quote Originally Posted by fred_gaou View Post
    Lots of trackers use http only or udp. Does udp is less secure than https? Did this issue exist on other Vuze mode/version?
    HTTPS uses encryption, HTTP and UDP don't. I don't know if it existed in previous versions or if it's related to the Perfect Spoof code (I've personally never faced it), but if the link I posted is to be believed, this issue is related to Java and specifically misconfigured servers. It also lists turning off the SSL 2.0-compatible hello packet in the Java control panel as a possible solution.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #14
    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
    Quote Originally Posted by fred_gaou View Post
    Is this absolutely required to use a JAVA system wide installation? On Windows, why not just replacing the %PROGRAMFILES%\BiglyBT\JRE by the JRE v9?
    You can do whatever you prefer. If you use the system-wide JRE and have Java auto-update enabled, it will receive security updates.

    You can copy the JRE to the BiglyBT folder, but the JRE will never update. Alternatively, you could symlink the jre folder to the Java JRE. Installation instructions are the path of least resistance.

    ---------- Post Merged at 02:17 ---------- Previous Post was at 01:48 ----------

    Quote Originally Posted by diedo View Post
    nope, it argues about it can't find the javavirtualmachine (i followed each step above)?
    Apologies, originally the instructions were to be run as root.

    Uninstall BiglyBT and remove your /Applications/BiglyBT folder then retry the edited instructions.
    Last edited by DigitalDJ; 14.11.17 at 17:54.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    cloud99 (28.11.17)

  18. #15

    Join Date
    07.07.09
    P2P Client
    BiglyBT
    Posts
    67
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss67
    When I start client it gives errors...

    https://cryptobin.co/13852763

    unbin: "www.sb-innovation.de"

    ---------- Post Merged at 10:17 ---------- Previous Post was at 10:11 ----------

    Quote Originally Posted by DigitalDJ View Post
    Is this with PerfectSpoof enabled? Does it do it with plain BiglyBT?
    It is enabled. And it does it with plain BiglyBT.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 2 12 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
  •