+ Reply to Thread
Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 91

Thread: BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta

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

      BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta

      Version: 2.5.0.0, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta



      ╔═══════════════════════════╗
      Coded by:
      ╚═══════════════════════════╝

      >>>>>> DigitalDJ & ghostfucker <<<<<<


      ╔═══════════════════════════╗
      Credits:
      ╚═══════════════════════════╝

      >>>>>> Butcho <<<<<<
      >>>>>> Rebound <<<<<<
      >>>>>> hitman <<<<<<
      >>>>>> Manas <<<<<<
      >>>>>> eudora <<<<<<
      >>>>>> ghostfucker <<<<<<
      >>>>>> anon <<<<<<
      >>>>>> Instab <<<<<<
      >>>>>> cloud99 <<<<<<
      >>>>>> illusive <<<<<<
      >>>>>> molosse <<<<<<
      >>>>>> --->HDBD<--- <<<<<<

      ╔═══════════════════════════╗
      Supplied by:
      ╚═══════════════════════════╝

      >>>>>> SB-Innovation <<<<<<

      ╔═══════════════════════════╗
      Original Mod by:
      ╚═══════════════════════════╝

      >>>>>> Shu <<<<<<


      Change Log:

      + Fix PerfectSpoof sending User-Agent to tracker

      + Integrated Peer Injector 0.3 by anon

      + Perfect Spoof 2 by ghostfucker

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

      + (Fake Upload) Stop faking when swarm speed is zero

      + Upload Kicker

      + Ratio Tool

      + Synced with latest LegitBly Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Updated core to BiglyBT 2.5.0.0



      BiglyBT Change Log:
      BiglyBT Change Log
      Vuze Change Log
      Installation:

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download). Do not open BiglyBT after installation.
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
      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 15 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 20.04
      1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-15-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-15-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-15-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-15-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 15 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!

      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:

    Clectus1 (05.12.20) , sneakayz47 (04.12.20) , Paranormal (22.11.20) , epicwin101 (21.11.20) , dhunterhell (05.11.20) , cloud99 (31.10.20) , jens32 (26.10.20) , boogeyman12 (26.10.20) , GhostCode (08.10.20) , Snitlev (02.10.20) , Sazzy (01.10.20) , eragooo (26.09.20) , mercuryf (25.09.20) , Lucas Kane (24.09.20) , illusive (24.09.20) , anon (24.09.20) , qUeLo (23.09.20) , sigduwksnsksis9283 (23.09.20)


  1. #47

    Join Date
    20.11.20
    Posts
    1
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 ssssssss1
    Hi, after upgrading to 2.5 from 1.9 my torrent list is gone, have reverted to 1.9 and can see them normally but how to restore all torrents to their original downloaded/moved locations and seeding/downloading status without manually adding torrent by torrent and rechecking?

    Thank for the time.
    Last edited by solerman; 21.11.20 at 11:39.
    Reply With QuoteReply With Quote
    Thanks

  2. #48
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Unfortunately nothing can be done in this case, besides mass-exporting your torrents in 1.9.0.0 and readding them by hand. Or as the first post says...

    BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
    After upgrading to 2.5.0.0, you could preconfigure the destination path (for groups of torrents that share the same one), disable the "Add Torrent" dialog, and enable automatic rechecking of new torrents with preexisting files. That will help you accelerate the process.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. #49
    Are the options :
    - Stop torrent after one hour
    - Not send "complete"
    - Perfect Spoof (uTorrent 2.2.1)
    - No report (show as seeder)
    - Fake upload between 300kb/s and 900kb/s

    OK to use combined ?
    Reply With QuoteReply With Quote
    Thanks

  4. #50

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    hello
    if you check biglybt's previous thread you can see [also moderator remembers it] that I reported that when I entered my passkey inside BiglyBT , somebody else started using it
    I got new account and I didn't touch for 2 days to get this person
    I don't want to go to detail
    But this is truely UGLY/Unacceptable , This matter is causing problem for the whole forum
    I asked IPT to change my passkey
    but because of my respect to this forum which taught us a lot , I didn't ask for more detail
    last time I asked for detail because that staff was my friend and was working in my site , and could keep the matter between us
    but if this guy who can see our private keys even when we set it as NON-PUBLIC continues , this will definitely cause problem for this forum

    I absolutely recommend you to stop using biglybt ext mod if you want to use for private torrents even as test
    ....
    I have my own linux client which a guy wrote for me but I need to study on nature of communication between client and tracker
    this is why I need this app
    but it's over

    I owe a lot to this foru and I won't publish this matter in public ,You have my word
    Reply With QuoteReply With Quote
    Thanks

  5. #51
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by repulse View Post
    Are the options :
    - Stop torrent after one hour
    - Not send "complete"
    - Perfect Spoof (uTorrent 2.2.1)
    - No report (show as seeder)
    - Fake upload between 300kb/s and 900kb/s

    OK to use combined ?
    "No report, show as seeder" and "Speed mode++, fake upload" are mutually exclusive, but I'm sure you've discovered that already The others are fine.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #52
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by Artbabelitta View Post
    I owe a lot to this foru and I won't publish this matter in public
    Yet you just have... anyway, here's an(other) official response. There is no code whatsoever in the mod to steal tracker passkeys or any other kind of information from the people running it. The only "call home" that has ever existed is the login system, which sent your forum username and password to us to get a yes/no response, and has been dummied out since 2009 (the server-side backend doesn't even exist anymore).

    If you keep seeing suspicious activity on your IPT account(s), you may be compromised by a malicious proxy, VPN, shared seedbox, ISP, malware or whatever, but the mod isn't sending your passkeys anywhere besides the tracker they're associated with as part of regular client operation. You're welcome to capture all the traffic sent by it (HTTPS can be decrypted by using an interceptor proxy and installing its root certificate with Java's keytool) or even decompile and see by yourself.

    Also, please don't take any of the above personally; we just consider this to be a serious accusation since our reputation is on the line, and most importantly we have zero interest on doing such a thing in the first place.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #53
    JohnareyouOK's Avatar
    Join Date
    31.01.19
    Location
    Earth
    P2P Client
    BiglyBT
    Posts
    254
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssss254
    Quote Originally Posted by Artbabelitta View Post
    when I entered my passkey inside BiglyBT , somebody else started using it
    A thing would be stealon only if it's worth to for stealer. Passkey of IPT is not as valuable to worth to steal in the first place, anyone can have huge buffer that cannot be drained for his whole life, as long as he use [s]any[/s] some ratio tools shared in this forum. dont even need packet or decompile evidence, just think in theory for a moment first, my friend.

    If I were you, I would first seek "direct" evidence to be sure my passkey is leaked, eg torrents that I've never downloaded appear in my personal peers list and tracker is bug free at this point, and then scan my entire system for trojans and viruses, double-check I haven't accidentally leaked torrent files (eg "backup" them to a public repository on github), and no one else can access my computer (eg via LAN of my company)
    Last edited by JohnareyouOK; 23.11.20 at 11:19. Reason: not any
    Reply With QuoteReply With Quote
    Thanks

  8. #54
    H265's Avatar
    Join Date
    26.05.13
    Location
    Tengoku
    P2P Client
    ¯\_(ツ)_/¯
    Posts
    422
    Activity Longevity
    3/20 13/20
    Today Posts
    0/5 ssssss422
    I'm pretty sure his account got cracked by some seller. It happens all the time. iptorrents accounts are being sold everyday.
    Last edited by H265; 23.11.20 at 13:59.
    Reply With QuoteReply With Quote
    Thanks

  9. #55
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by JohnareyouOK View Post
    A thing would be stealon only if it's worth to for stealer. Passkey of IPT is not as valuable to worth to steal in the first place, anyone can have huge buffer that cannot be drained for his whole life, as long as he use [s]any[/s] some ratio tools shared in this forum.
    I find the value of the allegedly stolen passkey a moot point, as hypothetically speaking it would be easier to code a function that simply steals everything, and the "booty" could be passed to third parties who don't care or even know about cheating. Agree with the rest of your post.

    Quote Originally Posted by H265 View Post
    I'm pretty sure his account got cracked by some seller. It happens all the time. iptorrents accounts are being sold everyday.
    Possible, although there is a reCaptcha in the login form if you fail your first attempt, and considering the level of technical expertise shown by Artbabelitta in other posts, I doubt he's using a weak password (which makes this even more puzzling).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #56
    Quote Originally Posted by anon View Post
    "No report, show as seeder" and "Speed mode++, fake upload" are mutually exclusive, but I'm sure you've discovered that already The others are fine.
    Yep.
    So i assume :

    Perfect Spoof (uTorrent 2.2.1)
    Stop fake upload when connected to less than 1 peer
    Fake upload "speed ratio mode +++
    Show as seeder
    Stop faking when 1 and 1.3 with between 387kb/s and 2084 kb/s


    Are ok (mean safe) to be used together ?
    Last edited by repulse; 25.11.20 at 10:22.
    Reply With QuoteReply With Quote
    Thanks

  11. #57
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    "Safe" depends on each tracker and torrent. Usually, all I could say is that those settings are not mutually exclusive nor blatantly obvious to detect. However, in this case, I have some context: you posted your old Serenity configuration file some days ago, it was largely equivalent to this, and you presumably haven't been banned from any of the trackers you used it on. So the answer would be yes.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    repulse (25.11.20)

  13. #58
    Thanks !
    Aaaand, last question (i think), is this normal ?
    Enabled, but grayed. Nothing else seems to interfere.
    Click image for larger version. 

Name:	OnPaste.20201125-144036.png 
Views:	36 
Size:	42.7 KB 
ID:	20804

    EDIT : hum nope, definitely something wrong. No download occure with settings posted above. "Error : Offline - timeout" on almost all my torrent.
    Last edited by repulse; 25.11.20 at 16:24.
    Reply With QuoteReply With Quote
    Thanks

  14. #59
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    Quote Originally Posted by repulse View Post
    Enabled, but grayed. Nothing else seems to interfere.
    Click image for larger version. 

Name:	OnPaste.20201125-144036.png 
Views:	36 
Size:	42.7 KB 
ID:	20804
    Unfortunately that's a known bug. These will become available if you enable the swarm speed settings (which you can turn back off after making your changes).

    No download occure with settings posted above. "Error : Offline - timeout" on almost all my torrent.
    How many torrents are you trying to start and what are the full tracker URLs (without passkey)?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #60
    Quote Originally Posted by anon View Post
    Unfortunately that's a known bug. These will become available if you enable the swarm speed settings (which you can turn back off after making your changes).
    It seems to only enable the speed setting but not the ratio one

    Quote Originally Posted by anon View Post
    How many torrents are you trying to start and what are the full tracker URLs (without passkey)?
    i'm trying to start between 6 and 8 torrents, urls are :
    tracker.yggtracker.cc:8080
    xbt.xthor.tk
    Reply With QuoteReply With Quote
    Thanks

  16. #61
    I would like to ask for a feature in this mod,
    A mass way to add torrents with deselecting all files and force starting.
    I know a client isn't meant to do this thus my request for the mod. i have to spend at least more then few minutes to add 500 or so torrents and this feature would be really helpful for the likes of me who use it for mostly fake seeding.
    I also know that mr or rmp is easier to do that and you don't have to deselect just add all torrents but i like bigly for its features so i want to use this now i know little to nothing on java so i can't make it myself either.
    ITS REAL FUCKING PAIN HAVING TO GO THROUGH 500 TORRENTS AND MACRO BREAKING
    in case there is something like this available already please do link it
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 4 of 7 FirstFirst ... 23456 ... 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
  •