+ Reply to Thread
Page 2 of 7 FirstFirst 1234 ... LastLast
Results 16 to 30 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. #17
    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 motalemb View Post
    Is there a guide to set this up to mimic/be undetected? I know there's the guide explaining all the settings, but am I missing anything if I follow the instructions in this post and then follow the instructions for spoofing a client? Just want to make sure I'm not missing anything that would be an easy giveaway.
    My tutorial should cover all theoretical and technical aspects well. The only thing you may want to read at this point is the "cheating on..." thread for the tracker(s) you're going to use the mod on. Don't forget to search either, there are good chances whatever you want to know has already been answered before.

    Also, GhostCode, I have uploaded the client files you requested.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #18

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    This version have same numbers of bug as previous version.
    Reply With QuoteReply With Quote
    Thanks

  3. #19
    how can we optimize cheating more at a traffic sinkhole like places as ipt,tl,fl?
    i see popular new game cracks get 500-1k s/l around for 1-3 days at best but lets say i added the torrent 15-50 minutes after it was uploaded and had around 120 seeders and 300 hundred leechers. i instantly start fake seeding with swarm usage but make at best 5gb upload on such a traffic sink upload where even by cheating standards i am safe uploading few hundred gb's but bigly makes around only few gb since red dead redemption(with around 500-800 leechers showing on FL at certain point) was the latest hot torrent and surprisingly i got only 2 gb upload such a hot torrent using the swarm usage..
    current enabled settings,
    Click image for larger version. 

Name:	ljh0OTT.png 
Views:	42 
Size:	13.0 KB 
ID:	20773
    Click image for larger version. 

Name:	7oOyjGp.png 
Views:	51 
Size:	31.3 KB 
ID:	20774

    is there any way to optimize or benefit the amount of leechers?
    See the last attachment on upload amount. that is absurd
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	B1d3rDs.png 
Views:	60 
Size:	19.1 KB 
ID:	20775  
    Last edited by sigduwksnsksis9283; 26.10.20 at 08:34.
    Reply With QuoteReply With Quote
    Thanks

  4. #20
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    The "swarm" settings were added as a reasonable compromise for those who wanted to cheat without routinely checking on their torrents and making minute setting adjustments. All of them de facto err on the side of caution, because it's impossible even for the tracker to have a complete, real-time picture of what the swarm looks like. Since you're likely fake seeding, this is worsened by the fact you'll have very few peer connections which won't be open for long.

    Anyway, if you want to buff your upload, you could turn those off and rely solely on 13a, on which you may want to set the first value to 0 for the reason I mentioned. This will provide adequate security for torrents which are already known to be active, but you'll need to be there to reduce or stop fake upload whenever that changes.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    sigduwksnsksis9283 (27.10.20)

  6. #21
    is there a way to set the upfake speed on this? or is there none since at the moment it is hovering at 3-9Mb/s speed so if i could configure it to be 1-2Mb/s at some torrents with 20 leechers it would be nice.
    Reply With QuoteReply With Quote
    Thanks

  7. #22
    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 sigduwksnsksis9283 View Post
    is there a way to set the upfake speed on this?
    Unless I'm missing something, you can find that at the bottom of your second screenshot...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    sigduwksnsksis9283 (27.10.20)

  9. #23
    thanks i thought that it wouldn't account for 13a and thus asked but stupid me
    Reply With QuoteReply With Quote
    Thanks

  10. #24

    Join Date
    13.03.16
    P2P Client
    rtorrent
    Posts
    10
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss10
    This works for me but the torrent will not start downloading. I've tried spoofing different clients. The same torrent will happily download in normal utorrent.

    Edit: Ok, I found the log file but it's not very helpful to me in finding the culprit.
    Last edited by zxspectrum; 03.11.20 at 11:55.
    Reply With QuoteReply With Quote
    Thanks

  11. #25
    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 zxspectrum View Post
    This works for me but the torrent will not start downloading. I've tried spoofing different clients. The same torrent will happily download in normal utorrent.
    Did you try it with the official, unmodified BiglyBT? Someone reported this problem before and apparently it may be related to character encoding in filenames, although I wasn't able to investigate further.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. #26

    Join Date
    13.03.16
    P2P Client
    rtorrent
    Posts
    10
    Activity Longevity
    0/20 10/20
    Today Posts
    0/5 sssssss10
    Quote Originally Posted by anon View Post
    Did you try it with the official, unmodified BiglyBT? Someone reported this problem before and apparently it may be related to character encoding in filenames, although I wasn't able to investigate further.
    I just tried the unmodded BiglyBT and it works. In the modded client it just goes to inactive mode and will not start.
    Do you have any ideas about how to debug this?
    Reply With QuoteReply With Quote
    Thanks

  13. #27
    Hi there,
    First, you need to debug this from the client-side. Then if possible, have someone of the staff member of the tracker you are on check it out from the server-side. Yes, I know what I am saying about contacting the tracker's staff member about a modded client. But if this turns into a desperate situation, desperate measures are usually applied by people. You could always say you are testing out a new client that you are making. But we don't need to go there yet.

    Here's what you can start with. BiglyBT's logging feature can be found at Tools -> Console (but must be enabled first on Tools -> Options -> Logging). After you've logged the data. It can be found at BiglyBT config folder (%appdata%\BiglyBT on Windows), (~/.BiglyBT on Linux) and ("/Users/<username>/Library/Application Support/BiglyBT/ in Mac OS).

    Note:-
    1) Make sure you are logging the modded version of BiglyBT.
    2) Try and use (if possible) a separate account for logging in case you send out more than one tracker announces. The tracker may see this as weird and might flag your account.
    ~cloud99

    Source:-
    Code:
    http://www.sb-innovation.de/showthread.php?34730-uTorrent-3-5-5-Build-45798&p=359057&viewfull=1#post359057
    https://wiki.vuze.com/w/Configuration_directory
    Last edited by cloud99; 04.11.20 at 17:42. Reason: Added the source!
    Reply With QuoteReply With Quote
    Thanks

  14. #28
    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 zxspectrum View Post
    I just tried the unmodded BiglyBT and it works. In the modded client it just goes to inactive mode and will not start.
    Do you have any ideas about how to debug this?
    The console logging feature should definitely help, especially at the highest log level. Note that it needs to be enabled both for the base client (as per cloud99's post above) and the Extreme Mod features (setting #4 in https://www.sb-innovation.de/showthread.php?t=13781).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #29
    Hi there @motalemb,
    Quote Originally Posted by motalemb View Post
    Is there a guide to set this up to mimic/be undetected?
    No. There isn't one available to date. (According to my knowledge). I plan on making one though soon to help other members who have similar questions like yours. However, I need time to juggle between work and side-project time and again without making errors unintentionally.
    Quote Originally Posted by motalemb View Post
    I know there's the guide explaining all the settings, but am I missing anything if I follow the instructions in this post and then follow the instructions for spoofing a client?
    You'd be doing yourself a favor as the more knowledge you have about these things, the more the chances are you won't log in to your account on a particular day and find yourself banned.

    Quote Originally Posted by motalemb View Post
    Just want to make sure I'm not missing anything
    Yes, you are. Firstly search for the tracker you want to cheat on here in the below-mentioned section.
    Code:
    http://www.sb-innovation.de/forumdisplay.php?229-Tracker-Cheating-Experiences
    Once you find that tracker, you want to cheat on. I would suggest you read the latest posts and see what other members have to say about their experience with the tools and mods they've used. Follow them, and you will be safe. If you don't want to manually go through all the pages to find the tracker in question, utilize the SB-Innovation search functionality to find the tracker. If you still don't see it, you are free to make your own thread asking other members for their take on the tracker. Before you make a thread for the tracker in question, I suggest you read the Tracker Cheating Experiences Section Rules.
    Code:
    http://www.sb-innovation.de/showthread.php?17764-Tracker-Cheating-Experiences-Section-Rules
    Moving on.
    1) Anyway, that's not going to be enough as you will also need to use some common sense (I don't mean to be rude, but there's no other way to word this) and not faking questionable uploads and speeds. You don't want to show up on the trackers' list of members in the top list of stats for uploads, seeding the most torrents, or any other factor that shines a light on your account.
    2) You want to be as undetectable as possible, which means don't unnecessarily make posts on the tracker's forum or help section. Search for forum or help section for threads or posts that can answer your questions without making threads or posts. Once there's visibility on your account, any staff member can quickly check your torrent client interactions with a tracker and compare it with other members who are seeding or leeching the same torrent. You know what comes next. If you don't, they will notice the announced' irregularities and see that you are cheating or faking your stats.
    3) Stick to faking on newly released torrents with a high number of leechers. Also, manually check to see whether the torrent you plan to cheat on has actual leechers and not partial seeders. You can do this by just seeing the release date or upload of the torrent on the tracker. Torrents that are old or have been released for quite some time and still have leechers on them are not real leechers but, in fact, partial seeders. Members of the trackers who don't want to download the entire torrent for reasons of their own.
    4) Stick to one torrent client and fake tools or mod. For example, if you use qBittorrent to download torrent(s) and since you posted on the BiglyBT thread, use BiglyBT to cheat faking uploads, downloads, seeding time, or anything similar. Stick to the same torrent client and faking tool or mod. Don't keep changing them; it will report different torrent announces to the trackers, and this will force the staff members to scrutinize your account and the activity that you (not you but your torrent client) have reported.

    Anyway, I hope this has covered all the basics. If you have a specific question to a mod, tool, or tracker, please make sure you post it in the right thread to increase your chance of other members seeing your post and then providing you valuable insights into your queries.

    Good day.

    Hi there GhostCode,
    Quote Originally Posted by GhostCode View Post
    hello, may I ask for these two files.
    thanks in advance
    qBitTorrent 3.2.3
    uTorrent 2.2.1 Build 25154
    I've already made both these clients emulation files as of 06:31 (time displayed on SB-Innovation). I had it bookmarked and kept it to work on for when I'm free. The only things I am waiting on are: -
    1) LTEP Identification strings need to be checked and made correct in the emulations. (I'm waiting for @anon to reply to my post in regards to it. Also, don't harass him to speed up the process as he must be having other work priorities that come first).
    2) Testing out the client files. I plan to test out my emulations files with specific trackers before making them public from now on. This so that other members using the client files don't get banned for using incorrect emulations.
    So these are what is preventing me from posting them as of writing this post. Suppose you believe yourself to still want these emulation files with slightly incorrect information in them before they are made right. Reach out to me via Personal Message, and I will send them to you. The only thing I would say about them regarding it is that you don't make them public.
    Note: My suggestion would be to wait for a couple of days to adequately check, evaluate, and test the emulation file(s) before I post them on SB-Innovation. Then others can scrutinize them and report back the problems before they are safe to use.
    ~cloud99
    Last edited by cloud99; 07.11.20 at 13:45. Reason: Changed the Code tags
    Reply With QuoteReply With Quote
    Thanks

  16. #30

    Join Date
    12.10.20
    Posts
    18
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss18
    Thanks cloud99. I still can't get the mod to work. Where are the mod options located? My Tools->Options looks normal, so I have no idea if the mod correctly installed or not (the mod files are in the same folder as BiglyBT.jar and I have the two lines at the bottom of vmoptions)
    Reply With QuoteReply With Quote
    Thanks

  17. #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 motalemb View Post
    Where are the mod options located? My Tools->Options looks normal
    If you don't see Extreme Mod settings there, then the mod is not installed correctly. Another way to find out is to check the status bar: there should be a blue button labeled "SB-I MOD" with version number "2.x.0.0_DDJ" next to it.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

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