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

Thread: BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

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

      BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

      Version: 1.4.0.0 rev1, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1



      ╔═══════════════════════════╗
      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.4.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!

      Download Now


      Supporters / CoAuthors


      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:

    Spidtest (09.04.18) , attiadona (04.04.18) , BiglyJRE (01.03.18) , Datendiebstahl (27.01.18) , Blocker (27.01.18) , eragooo (23.01.18) , lil-fella (23.01.18) , Paranormal (23.01.18) , RaMa (23.01.18) , cloud99 (23.01.18) , Lucius (22.01.18) , lyric (22.01.18) , anon (22.01.18)


  1. #2
    No more fancy menu! Thank you for that! :)
    Reply With QuoteReply With Quote
    Thanks

  2. #3

    Join Date
    17.03.09
    P2P Client
    utorrent
    Posts
    14
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss14
    Thanks for update but portable mode not works for me.
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    (22.09.22)

  4. #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
    Ensure you read the instructions fully. Test with unmodded BiglyBT first. Portable mode is not a feature of the mod.
    Reply With QuoteReply With Quote
    Thanks

  5. #5

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26

    Question .

    Test with unmodded BiglyBT first successfully.


    crash at start

    PHP Code:
    java.lang.UnsupportedClassVersionErrorcom/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java
    .lang.ClassLoader.defineClass1(Native Method)
        
    at java.lang.ClassLoader.defineClass(Unknown Source)
        
    at java.security.SecureClassLoader.defineClass(Unknown Source)
        
    at java.net.URLClassLoader.defineClass(Unknown Source)
        
    at java.net.URLClassLoader.access$100(Unknown Source)
        
    at java.net.URLClassLoader$1.run(Unknown Source)
        
    at java.net.URLClassLoader$1.run(Unknown Source)
        
    at java.security.AccessController.doPrivileged(Native Method)
        
    at java.net.URLClassLoader.findClass(Unknown Source)
        
    at java.lang.ClassLoader.loadClass(Unknown Source)
        
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        
    at java.lang.ClassLoader.loadClass(Unknown Source)
        
    at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:77)
        
    at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94

    i tried delete jre inapp useless double lib
    Reply With QuoteReply With Quote
    Thanks

  6. #6
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    See https://www.sb-innovation.de/showthread.php?p=346291 onwards.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    Datendiebstahl (05.02.18)

  8. #7

    Join Date
    19.01.18
    P2P Client
    Biglybt
    Posts
    4
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 ssssssss4
    Is there a manual for this mod?I'm a beginner and I get lost in the fake upload options
    Reply With QuoteReply With Quote
    Thanks

  9. #8
    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 moham_99 View Post
    Is there a manual for this mod?
    https://www.sb-innovation.de/showthread.php?t=13781

    Somewhat outdated but still very much relevant.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    cloud99 (03.02.18)

  11. #9

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    can u explain the function of ProLeech?
    Reply With QuoteReply With Quote
    Thanks

  12. #10
    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 sbkk View Post
    can u explain the function of ProLeech?
    If you export a ProLeech torrent and give it to someone else, they'll be able to download it without having an account on the tracker, or even knowing which tracker it's from at all (automated ghostleeching, essentially). The person in question must also be using the mod, as it's the only one that supports this feature. You can load a ProLeech torrent on a regular client, but it won't have any peers and will never start downloading.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. #11

    Join Date
    21.07.17
    Location
    USA
    P2P Client
    deluge
    Posts
    1
    Activity Longevity
    1/20 8/20
    Today Posts
    0/5 ssssssss1
    Uploading at 100% won't start:
    Click image for larger version. 

Name:	gsdMdKi.jpg 
Views:	388 
Size:	40.6 KB 
ID:	18567
    Reply With QuoteReply With Quote
    Thanks

  14. #12
    Quote Originally Posted by talbot View Post
    Uploading at 100% won't start:
    Click image for larger version. 

Name:	gsdMdKi.jpg 
Views:	388 
Size:	40.6 KB 
ID:	18567
    Perhaps this is a glitch cause I faced it to on Vuze Extreme Mod too. Or perhaps there’s something else to it. Anyways, un-ticking the option “Start Fake Upload when the following ___% done is reached”, allows you to get back to your fake upload.

    If you want to fake upload after completion of a torrent, simply enter 0 in the upload speed value, until you’ve completed the torrent. Once downloading is over, you can change the value from 0-> 150kb/s or custom speed.

    Regards,
    ~cloud99
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    anon (07.02.18) , talbot (05.02.18)

  16. #13

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    Hi ✌�� , this is interesting. ProLeech torrents are what in difference? Without looking at it, does it enable PEX for it? My guess


    Quote Originally Posted by anon View Post
    9
    fixed my problem! Java 9 needed!!!
    Reply With QuoteReply With Quote
    Thanks

  17. #14
    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 Datendiebstahl View Post
    Hi ✌�� , this is interesting. ProLeech torrents are what in difference? Without looking at it, does it enable PEX for it? My guess
    It adds the IPs and port numbers of all known peers to the .torrent file, as a value that is only read by this mod. Enabling PEX or DHT would require flipping or removing the private flag on the torrent, changing its info_hash and rendering it unusable.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. Who Said Thanks:

    Datendiebstahl (07.02.18) , cloud99 (07.02.18)

  19. #15

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26

    Post FEATURE REQUEST: DHT+PEX for PROLeech

    Ah its embedded nice. That also explains the exporting intervals.

    Well you don't have to change info hash. You can mod, the Mod. There is a function called "isPrivate();" If you return false, on Proleech torrents, by detecting this embedded peers isSet || !isEmpty(ProLeech_peers) are present, its another way to keep fresh peers with all modded clients communication to each other because no real peer would answer the pex, since the private flag is still set! May this could be included into mod. If you need more Information todo so, i let you know. I already made a DHT&PEX Patch myself, because of the infohash changing issue, by returning false on the function. Very easy. But only helps if other peers do this too obviously.
    Last edited by Datendiebstahl; 07.02.18 at 14:09.
    Reply With QuoteReply With Quote
    Thanks

  20. Who Said Thanks:

    anon (08.02.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
  •