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

Thread: BiglyBT Extreme Mod by SB-Innovation 1.7.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 1.7.0.0 Beta

      Version: 1.7.0.0 Beta, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

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

      Download Now


      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:

    jarrodd408 (23.02.20) , senshi (08.01.19) , Dusinez (01.01.19) , illusive (15.12.18) , kaopan (13.12.18) , mhraaj (11.12.18) , Blocker (08.12.18) , aldrian23 (11.11.18) , ilneroviaggiatore (08.11.18) , horse76 (27.10.18) , eragooo (26.10.18) , Artbabelitta (24.10.18) , Snitlev (22.10.18) , Sazzy (20.10.18) , BillyG (20.10.18) , lil-fella (19.10.18) , josecarmona (19.10.18) , H265 (19.10.18) , cloud99 (19.10.18) , lyric (19.10.18) , anon (19.10.18)


  1. #2

    Thumbs up

    Hi anon! how are you? i hope everything is ok,sorry if i am writing in the wrong thread,i need to ask you something related to ghost leeching,i am using qbittorrent,is my favorite client so far,i just downloaded several torrents in IPT and one in TL,i just down the nfo file of each torrent,pause all off them,then in the connection settings,change to proxy http 0.0.0.0,in IPT only ask me to seed the few kbs of the nfos and in TL snatch list appear the 5gb torrent but with zero traffic,so far i tried this technique in IPT and TL,by doing this i am risking of getting banned? especially on TL or i am fine if i don't do this to much or often in each tracker?
    Last edited by josecarmona; 20.10.18 at 12:57.
    Reply With QuoteReply With Quote
    Thanks

  2. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by josecarmona View Post
    i just down the nfo file of each torrent,pause all off them
    There's your mistake. That's not going to work on IPT, report even 1 byte of download and they'll eventually get on your ass to make you seed it. Next time don't pause anything and just set the proxy while the torrent(s) is/are running. Or just use the ghostleeching feature in this mod, which I suppose you have some interest on as we're talking in its thread in the first place

    "No report, 0% done" also works... either is safe on both IPT and TL, but the latter keeps a permanent snatchlist with all details, and if a mod sees that it's game over. Don't comment on torrents, don't post in the forums and don't join IRC if you're going to ghostleech on TL.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    josecarmona (21.10.18)

  4. #4

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    hello
    is there any option which we can change
    Update Tracker
    Interval
    from 'ipt family trackers default' [30 minutes] to 2 minutes or 1 min?

    some of ipt encodes bots post some stuff which they stuck and take 30 minutes to start the download process
    unless
    we click "Update Tracker"
    and it starts immediately ,after we click "Update Tracker"

    if the coder can Integrate such feature I can donate to his project (Only bitcoin and webmoney)
    or I can help the coder in the way he wants
    Reply With QuoteReply With Quote
    Thanks

  5. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370


    You can add those torrents with 9a preset to enabled and 9b set to 15 or 30... you'll want to turn it off after the torrents start downloading, though.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    Micheleorink (17.01.20) , Artbabelitta (25.10.18)

  7. #6

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    @anon:
    My sincere gratitude for the answer
    I have a question
    what is that 15 or 30 ... which you mentioned

    or what is that 1-20 which I see there?

    yet again: Thank you

    oh and about that turn off... which you mentioned
    My downloads never take above few seconds even if sizes are big
    I don't have server below 10 G

    I don't use your app in real field [it can ban my expensive accounts] but I truely enjoy to see how it works

    Thank you again n again
    Last edited by Artbabelitta; 25.10.18 at 00:41.
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    equilibrance (02.02.23)

  9. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Artbabelitta View Post
    @anon:
    My sincere gratitude for the answer
    I have a question
    what is that 15 or 30 ... which you mentioned
    You said the update interval is 30 minutes and you wanted to reduce it to one or two minutes. This setting divides the interval by the value you set, so 30/15=2 and 30/30 is of course 1 (but see below).

    or what is that 1-20 which I see there?
    That's the range for the values you can set. I didn't notice the maximum is 20, so it looks like dividing by 30 is a no-go.

    oh and about that turn off... which you mentioned
    My downloads never take above few seconds even if sizes are big
    I don't have server below 10 G
    That's not why I recommended it; some trackers have scripts against announcing too often, and people have lost accounts for leaving this (and 7a) turned on.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    LesHeitle (25.04.19) , Artbabelitta (25.10.18)

  11. #8

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    ok then
    what I should set it for announcing [updating tracker] every 2 minutes?
    15?
    Last edited by Artbabelitta; 25.10.18 at 00:49.
    Reply With QuoteReply With Quote
    Thanks

  12. #9
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Artbabelitta View Post
    ok then
    what I should set it for announcing [updating tracker] every 2 minutes?
    15?
    Quote Originally Posted by anon View Post
    You said the update interval is 30 minutes and you wanted to reduce it to one or two minutes. This setting divides the interval by the value you set, so 30/15=2
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    Artbabelitta (25.10.18)

  14. #10

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    ok
    thank you so very much
    I just set up the number to 5 minutes [5]
    to see if it still stucks or not

    Thanks again
    I will give you feedback
    Reply With QuoteReply With Quote
    Thanks

  15. #11

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    Dear anon
    its possible that I didnt do it in correct way or maybe I changed some other stuff and that is why:

    when I set the number = 5
    which should Update the tracker , every 5 minutes

    it didnt do it
    and still it announces every 30 minutes
    I had this problem before and it seems it doesn't want to get solved !

    any comment?
    maybe I need to increase the number to get it working?

    --------
    I want to Thank you for your time and your unique skills in this business
    Thank you for sharing your amazing experience with us
    Reply With QuoteReply With Quote
    Thanks

  16. #12
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Artbabelitta View Post
    when I set the number = 5
    which should Update the tracker , every 5 minutes
    Mate, we're going in circles here

    Quote Originally Posted by anon View Post
    This setting divides the interval by the value you set
    If the announce interval is 30 minutes and you want to reduce it to 5, you need to set the value to 6 because 30/6=5.

    If you're still not seeing any difference, you may have to readd the torrent.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    Datendiebstahl (26.10.18) , Artbabelitta (26.10.18)

  18. #13

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    hello
    Thank you so much for the time and effort
    indeed you are correct
    my understanding from torrent is not enough to be able to handle a site with alexa rank under 10k
    I always rely on people like you on this huge challenge of my life

    Thanks again
    when I set the value = 6
    it started working [I think , but still I need to wait until they start posting those pertecular encodes , it seems they stopped posting those stuff about 7 h ago] , but I think its working

    I am sorry for my lack of knowledge
    Last edited by Artbabelitta; 26.10.18 at 02:44.
    Reply With QuoteReply With Quote
    Thanks

  19. #14
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    You're welcome and I'm glad it worked
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  20. Who Said Thanks:

    Artbabelitta (26.10.18)

  21. #15

    Join Date
    24.12.15
    Location
    Brazil
    Posts
    10
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss10
    what's the fastest way to update the downloader without having to reconfigure all its settings? or does the updater maintains the settings? i'm coming from version 1.6.0.0
    Reply With QuoteReply With Quote
    Thanks

  22. Who Said Thanks:

    (25.09.22)

+ 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
  •