Closed Thread
Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 82

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

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.9.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.9.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!
    Thanks

  2. Who Said Thanks:

    revbobdobbs (20.08.23) , Spongebob (08.03.20) , codemanager (26.12.19) , ysaquerai (22.11.19) , Blocker (19.11.19) , Aranha (30.10.19) , yuckfou (28.10.19) , Jasol (08.10.19) , drenk (05.10.19) , ISDFlick21 (07.09.19) , captainclone (15.07.19) , wickedlyf (09.07.19) , Nobody (02.07.19) , cronoxo (29.06.19) , BillyG (28.04.19) , Rebound (22.04.19) , illusive (11.04.19) , Renji-Kun (09.04.19) , lyric (08.04.19) , Blankshot7655 (08.04.19) , Godzilla (07.04.19) , eMuLeecheR (05.04.19) , Artbabelitta (03.04.19) , JohnareyouOK (02.04.19) , Paranormal (01.04.19) , Datendiebstahl (31.03.19) , lil-fella (31.03.19) , anon (30.03.19)

  3. #31
    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 Sazzy View Post
    Heyyyy I remember those super secret messages
    All names have been redacted to protect the innocent
    "I just remembered something that happened a long time ago."
    Thanks

  4. #32

    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
    Quote Originally Posted by anon View Post
    Also, here are some potentially relevant posts from our supersecret member area

    such thing exists? how one know without seeing it with its own eyes. i could contribute some mod feature.. that i can only add partially so far because missing source. it does compile against vanilla source and merge with mod but missing mod changes in my changes. it's a pity.

    ---------- Post Merged at 00:45 ---------- Previous Post was at 00:42 ----------

    Quote Originally Posted by bibby View Post
    Has anyone tried running biglybt on a pi before? I got the program to open but the torrents stay on a queued status and never start downloading. BiglyBT is also reporting gui control errors.
    cool to read you can run it. with gui really or headless console with remote gui? new rpi4 or not possible on 1gb models?
    Thanks

  5. #33
    When we tried it we were mostly missing some java libraries on ARM; Haven't tried again since, and it's been quite a while so they might be available by now
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    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 Datendiebstahl View Post
    such thing exists? how one know without seeing it with its own eyes. i could contribute some mod feature.. that i can only add partially so far because missing source. it does compile against vanilla source and merge with mod but missing mod changes in my changes. it's a pity.
    Yes, most user classes here have access to an exclusive subforum (just like on private trackers, but with fewer invite offers ) and that privilege stacks; see http://www.sb-innovation.de/showthread.php?t=16868 and http://www.sb-innovation.de/showthread.php?t=20321.

    As regarding for your patches, you could send DigitalDJ a PM?
    "I just remembered something that happened a long time ago."
    Thanks

  7. Who Said Thanks:

    Datendiebstahl (26.07.19)

  8. #35
    i remember a time where you needed access to get the latest VEM
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

  9. #36
    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 Sazzy View Post
    i remember a time where you needed access to get the latest VEM
    I remember a time where you needed to earn "credits" by making posts to get anything
    "I just remembered something that happened a long time ago."
    Thanks

  10. #37
    working on me perfect utility torrent
    Last edited by Kakashi; 02.08.19 at 07:30.
    Thanks

  11. #38

    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
    Quote Originally Posted by Sazzy View Post
    i remember a time where you needed access to get the latest VEM
    back in the days, you needed SBI Login into modded azureus just as shu i remember

    ---------- Post Merged at 12:31 ---------- Previous Post was at 12:27 ----------

    what IDE do you use for modded version? i got good results with eclipse compilation back patches to mod but failed so far with intelliJ ��
    Thanks

  12. #39
    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 Datendiebstahl View Post
    back in the days, you needed SBI Login into modded azureus just as shu i remember
    For a short period of time on 2009, yes. No one in the staff liked login systems, but we were exceptionally interested on keeping the Extreme Mod exclusive immediately after its release. Eventually someone hacked it, and also login errors caused the spoof and all cheating features to be disabled (potentially causing people to lose their tracker memberships), reasons which led us to remove it completely and never use it again (it's still there in the code, just never called or used for anything). Obfuscation was also used on the JAR file and later discontinued, for the same reasons.
    "I just remembered something that happened a long time ago."
    Thanks

  13. #40
    serkanapp
    Hi,

    can i do fake ratio an hd-torrents?

    Thank you

  14. #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 serkanapp View Post
    can i do fake ratio an hd-torrents?
    http://www.sb-innovation.de/showthread.php?t=24464
    "I just remembered something that happened a long time ago."
    Thanks

  15. #42
    So; I didn't even know there were other suppliers now for Java. What Java do you recommend running on? OpenJDK, AdoptOpenJDK or Zulu? And 11 or 12?
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

  16. #43

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    Quote Originally Posted by Sazzy View Post
    So; I didn't even know there were other suppliers now for Java. What Java do you recommend running on? OpenJDK, AdoptOpenJDK or Zulu? And 11 or 12?
    i found if you use v12 a message comes up saying dns manager not installed

    v11 works perfect though
    Thanks

  17. Who Said Thanks:

    Sazzy (17.08.19)

  18. #44
    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 Sazzy View Post
    So; I didn't even know there were other suppliers now for Java. What Java do you recommend running on? OpenJDK, AdoptOpenJDK or Zulu? And 11 or 12?
    I use the Java 11 linked in the first post. The alternatives offer potentially better performance depending on your workload, but I stuck to what works
    "I just remembered something that happened a long time ago."
    Thanks

  19. #45
    Looking back into it, I'm really fond of what they did with the tagging system. It's pretty good. I might end up moving back from uSerenity. The _big_ feature there is that the tag can determine your default cheating settings. That would be pretty awesome in here as well. Though I know that might be quite a bit of work.
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

Closed Thread
Page 3 of 6 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
  •