+ Reply to Thread
Page 1 of 5 123 ... LastLast
Results 1 to 15 of 73

Thread: BiglyBT Extreme Mod by SB-Innovation 1.5.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.5.0.0 Beta

    SB-Innovation Presents

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

    Renk (09.09.18) , cDDDe (18.06.18) , crystal (17.06.18) , Lucas Kane (07.06.18) , koyotefreak (02.06.18) , DarkSaibot v.1.3.10 (21.05.18) , MiXaL (28.04.18) , ParamouR (23.04.18) , H265 (20.04.18) , surgat (17.04.18) , Spidtest (12.04.18) , coolio256 (12.04.18) , anon (12.04.18) , eragooo (11.04.18) , Sazzy (11.04.18) , mmmmm (11.04.18) , zora (11.04.18) , lil-fella (11.04.18) , Paranormal (11.04.18) , RaMa (11.04.18) , lyric (11.04.18)

  3. #2

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Thanks for the work DDJ!
    Reply With QuoteReply With Quote
    Thanks

  4. #3

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    just got help from anon.. was finding it hard to get hold of a copy of java 9.0.4 32bit online
    don't know where he got it from but it works on my old 32bit P2P rig
    once i sorted out the BiglyBT.exe.vmoptions
    and added the 3 lines of code and saved it..
    it worked straight off when started

    can gladly leave vuse now..
    and look forward to a happy new future with BiglyBT..

    thanks for the work you have done..
    you done a great job..
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    anon (14.04.18)

  6. #4

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by lil-fella View Post
    just got help from anon.. was finding it hard to get hold of a copy of java 9.0.4 32bit online
    don't know where he got it from but it works on my old 32bit P2P rig
    once i sorted out the BiglyBT.exe.vmoptions
    and added the 3 lines of code and saved it..
    it worked straight off when started

    can gladly leave vuse now..
    and look forward to a happy new future with BiglyBT..

    thanks for the work you have done..
    you done a great job..
    Java SE - Downloads | Oracle Technology Network | Oracle

    That's the link to where it can be downloaded

    Edit: just saw your vuze post. Anon just works miracles. x86 isn't developed for jre 9+
    Last edited by Spidtest; 13.04.18 at 20:45.
    Reply With QuoteReply With Quote
    Thanks

  7. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Thank you, but it was just luck. As it turns out, the installer is there, just hidden - you have to swap "x64" for "x86" in the download URL. Oracle doesn't post any checksums for it, but the executable has their digital signature, so it's legitimate.

    Since 32-bit versions of Java are supposedly no longer supported, I don't know how long this trick will work for. Get it while it's still there.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #6

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Gotcha. Fyi for others using x86 here is the link

    http://download.oracle.com/otn-pub/j...ws-x86_bin.exe
    Reply With QuoteReply With Quote
    Thanks

  9. #7

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by Spidtest View Post
    Gotcha. Fyi for others using x86 here is the link

    http://download.oracle.com/otn-pub/j...ws-x86_bin.exe
    That doesn't work, the anonymizer replaces the "+" from 9.0.4+11 with a space ... but even if I fix this, I'm getting a "An unauthorized request.", same after trying to download x64 (after accepting their license) and replacing x64 with x86 from http://www.oracle.com/technetwork/ja...s-3848532.html

    Could some1 please put the latest x86 jre on some public server? Since the exe is signed, there shouldn't be a problem with tampering and malware. Don't hesitate to upload a Java 10 x86 exe, too :-)
    Last edited by BillyG; 14.04.18 at 20:46.
    Reply With QuoteReply With Quote
    Thanks

  10. #8
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    The trick is still working here for Java 9, but not for version 10. Looks like they didn't put up any hidden x86 build of that one.

    Oracle seems pretty stringent about DMCAing these installers, so I sent you a PM.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. #9

    Join Date
    17.03.10
    Posts
    10
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss10
    I am having problems stopping the fake-seeding after a certain ratio is reached.
    BiglyBT reports that it reached the random ratio I set it to, but when I check the tracker I am always lacking 15-20%.
    For example if BiglyBT reports a fake ratio of 1.10 the actual ratio recorded by the tracker is 0.90, the mismatch amount varies so I work around this issue by raising the random "stop" ratio.
    I also tried to manually update the tracker by letting the torrent continue seeding after it initially stopped at the random ration I set it at but even after updating, the ratio reported by bigly and the one reported by the tracker did not match.
    Reply With QuoteReply With Quote
    Thanks

  12. #10

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by artins90 View Post
    I am having problems stopping the fake-seeding after a certain ratio is reached.
    BiglyBT reports that it reached the random ratio I set it to, but when I check the tracker I am always lacking 15-20%.
    For example if BiglyBT reports a fake ratio of 1.10 the actual ratio recorded by the tracker is 0.90, the mismatch amount varies so I work around this issue by raising the random "stop" ratio.
    I also tried to manually update the tracker by letting the torrent continue seeding after it initially stopped at the random ration I set it at but even after updating, the ratio reported by bigly and the one reported by the tracker did not match.
    Go to Settings --> Interface --> Display and tick Use IEC units (KB -> KiB etc.)

    This changed the value that would reflect the tracker.
    Reply With QuoteReply With Quote
    Thanks

  13. #11

    Join Date
    17.03.10
    Posts
    10
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss10
    Quote Originally Posted by Spidtest View Post
    Go to Settings --> Interface --> Display and tick Use IEC units (KB -> KiB etc.)

    This changed the value that would reflect the tracker.
    I just tried after activating IEC units, it was disabled before.
    The result didn't change, BiglyBT reported a 1.08 share ratio while the tracker reported 0.73
    This was also a different tracker from the last one I used.
    Reply With QuoteReply With Quote
    Thanks

  14. #12

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by artins90 View Post
    I just tried after activating IEC units, it was disabled before.
    The result didn't change, BiglyBT reported a 1.08 share ratio while the tracker reported 0.73
    This was also a different tracker from the last one I used.
    What settings are you using?

    ---------- Post Merged at 06:15 ---------- Previous Post was at 06:11 ----------

    Quote Originally Posted by Spidtest View Post
    What settings are you using?
    Oh and also make sure there is one tracker! It may show a tracker in the tab but if you right click on the torrent, go to Trackers ---> Edit trackers

    It may show more than one, if so delete the extras. This has happened to me, and as a result incorrect stats.
    Reply With QuoteReply With Quote
    Thanks

  15. #13

    Join Date
    19.04.18
    Posts
    2
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss2
    Getting this error when trying to use ProLeech on a torrent from a private tracker:
    Code:
    java.lang.NullPointerException
    	at ghostfucker.proleech.TorrentHelper.extractPeers(TorrentHelper.java:134)
    	at ghostfucker.proleech.TorrentHelper.processTorrent(TorrentHelper.java:79)
    	at ghostfucker.proleech.TorrentHelper.exportTorrents(TorrentHelper.java:54)
    	at com.biglybt.ui.swt.TorrentMenuFancy$22.handleEvent(TorrentMenuFancy.java:940)
    	at com.biglybt.ui.swt.TorrentMenuFancy$1.handleEvent(TorrentMenuFancy.java:303)
    	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
    	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
    	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
    	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
    	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
    	at com.biglybt.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:284)
    	at com.biglybt.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:64)
    	at com.biglybt.ui.swt.Initializer.<init>(Initializer.java:179)
    	at com.biglybt.ui.swt.UI.takeMainThread(UI.java:108)
    	at com.biglybt.ui.Main.main(Main.java:236)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
    	at com.biglybt.launcher.MainExecutor$1.run(MainExecutor.java:37)
    	at java.base/java.lang.Thread.run(Unknown Source)
    Tried everything from the troubleshooter and can't solve this issue. Using the latest build and java.
    Reply With QuoteReply With Quote
    Thanks

  16. #14
    Moderator
    Rebound's Avatar
    Join Date
    19.04.07
    Location
    Ende der Welt
    P2P Client
    Faze Mod 0.2 Private Beta
    Posts
    3,723
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 sssss3723
    ProLeech is outdated and was never used. Ignore that.


    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    H265 (20.04.18) , yuckfou (19.04.18)

  18. #15

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    Gibt es keine update mehr von VUZE
    Reply With QuoteReply With Quote
    Thanks

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