+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 51

Thread: BiglyBT Extreme Mod by SB-Innovation 1.6.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
    0/5 ssssss633

    BiglyBT Extreme Mod by SB-Innovation 1.6.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.6.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.6.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!
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    pumper1985 (07.10.18) , josecarmona (24.09.18) , jade.007 (22.09.18) , yuckfou (21.09.18) , whyme (14.09.18) , illusive (21.08.18) , hotkarl (19.08.18) , dephect444 (10.08.18) , Spidtest (05.08.18) , bits (04.08.18) , RaMa (02.08.18) , Paranormal (02.08.18) , cloud99 (02.08.18) , Mon (01.08.18) , anon (01.08.18) , lyric (01.08.18) , lil-fella (01.08.18)

  3. #16

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    58.174.170.***

    Please this IP who sees our all passkeys in biglybt and vuze's contact me via PM

    This forum's staff shouldn't delete this
    I have proof if you wanna see it

    everytime I changed the passkeys , this person gets it in less than a day
    Reply With QuoteReply With Quote
    Thanks

  4. #17
    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
    Quote Originally Posted by Artbabelitta View Post
    58.174.170.***

    Please this IP who sees our all passkeys in biglybt and vuze's contact me via PM

    This forum's staff shouldn't delete this
    I have proof if you wanna see it

    everytime I changed the passkeys , this person gets it in less than a day
    Nobody can see your passkey unless you posted it somewhere. This guy might be trying to download a torrent you are seeding so you see his ip in the peers tab. Changing the passkey won't change that.
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    alpacino (19.08.18)

  6. #18
    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
    58.174.170.***

    Please this IP who sees our all passkeys in biglybt and vuze's contact me via PM

    This forum's staff shouldn't delete this
    I have proof if you wanna see it

    everytime I changed the passkeys , this person gets it in less than a day
    Are you sure you aren't confusing "seeing passkeys" with being ghostleeched from?

    Anyway, I'd like to see that evidence if you don't mind.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #19

    Join Date
    19.01.18
    P2P Client
    Biglybt
    Posts
    4
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 ssssssss4
    Hi,
    I've asked about this before here:
    http://www.sb-innovation.de/showthre...e=2#post346879
    I will ask again maybe it will get some attention:
    Can you add the ability to apply settings to multiple torrent from extreme mod settings tab?
    like in swarm tab where you can see the swarm for any number of torrents selected.
    so, i select multiple torrents and then in the extreme mode tab I can set the settings to all the selected torrents.
    Also, can you make the settings available to the rpc interface ? I run biglybt on a server and control it through rpc web interface(which uses rpc), and would love to change extreme mod settings from the webui.
    Reply With QuoteReply With Quote
    Thanks

  8. #20

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Is there a method for fake downloading too based on peer % completed? Or even getting the exact size of torrent + a bit more?
    Reply With QuoteReply With Quote
    Thanks

  9. #21
    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 Spidtest View Post
    Is there a method for fake downloading too based on peer % completed? Or even getting the exact size of torrent + a bit more?
    The download manipulation feature can do the latter. I'm not sure what you mean with the former.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #22

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by anon View Post
    The download manipulation feature can do the latter. I'm not sure what you mean with the former.
    So if a torrent is 200 GB. How can I make sure it only downloads 200GB + a little bit more for failed packets.

    Also don't want the content on my HDD.
    Last edited by Spidtest; 03.09.18 at 10:14.
    Reply With QuoteReply With Quote
    Thanks

  11. #23

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    You asked me to prove what I claimed about someone sees passkeys which we use inside BliglyBT EXT and Vuze EXT and when I sent it to you ,I saw you disabled this feature in my user


    I won't use BiglyBT until the author comes and says:
    he doesn't use our passkeys

    in the meanwhile You have my word ,I have prove for it
    the thing which is weird is: why this forum's staff stands behind 1 coder?

    I own 3 sites ,one of them is 1k usa , 300 UK , and all matters to me is keep the site's reputation

    staff could ask me to prove it ,instead of doing such un-fair

    BTW
    I was using a unique feature which EXT mode was giving me and it had nothing to do with cheating

    I dont need you to spread the word
    I have a site with 220K/day from 4 countries and I can burry the coder and his app

    instead ,I just wanna thank him and ask him to contact me
    I have a job for him/her
    Reply With QuoteReply With Quote
    Thanks

  12. #24
    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 Spidtest View Post
    So if a torrent is 200 GB. How can I make sure it only downloads 200GB + a little bit more for failed packets.

    Also don't want the content on my HDD.
    Uh, I don't think this can be done with the ratio tool, unless you're willing to stop your torrent(s) halfway through, slightly decrease the completion percentage, and restart.

    With that said, most clients report corrupted data separately these days, so it never factors as "real" download in the first place.

    Quote Originally Posted by Artbabelitta View Post
    You asked me to prove what I claimed about someone sees passkeys which we use inside BliglyBT EXT and Vuze EXT and when I sent it to you ,I saw you disabled this feature in my user
    Mate, I have no idea what you're talking about. No one here touched anything on your account, and messaging staff members is always possible regardless of your postcount or rank.

    Furthermore, the mod doesn't send your passkeys or any other sort of information to us. Full disclosure: there is a login system inside, but it has been soft-disabled since 2009 and isn't even supported by our server anymore. We didn't remove it to avoid refactoring the code and in the off-chance we wanted to reimplement it (which we decided against), and it was never a backdoor, just "enable mod features if the SB-I account works, disable if it doesn't".

    If you have "proof" that the mod is stealing your passkeys, then by all means please post it here.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. #25

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by anon View Post
    Uh, I don't think this can be done with the ratio tool, unless you're willing to stop your torrent(s) halfway through, slightly decrease the completion percentage, and restart.

    With that said, most clients report corrupted data separately these days, so it never factors as "real" download in the first place.
    Hm. Think this is a safe method? It'll be a bit weird not having a bit of hash fails?
    Last edited by Spidtest; 03.09.18 at 23:07.
    Reply With QuoteReply With Quote
    Thanks

  14. #26
    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 Spidtest View Post
    Hm. Think this is a safe method? It'll be a bit weird not having a bit of hash fails?
    Can't disagree with that, but mods and tools have been hardcoded to report zero corrupt data for years, and we've been okay so far.

    I would say having no hashfails is circumstantial evidence at worst, but remember: presumption of innocence and due process do not exist in the BitTorrent world.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #27

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by anon View Post
    Can't disagree with that, but mods and tools have been hardcoded to report zero corrupt data for years, and we've been okay so far.

    I would say having no hashfails is circumstantial evidence at worst, but remember: presumption of innocence and due process do not exist in the BitTorrent world.
    Do you think we could change this by adding bad hashes? Randomly generated maybe up to 2% depending on torrent size? 1 GB make have like 8 mb failed gases, 200 GB may have round 34 MB has failed
    Reply With QuoteReply With Quote
    Thanks

  16. #28
    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 Spidtest View Post
    Do you think we could change this by adding bad hashes? Randomly generated maybe up to 2% depending on torrent size? 1 GB make have like 8 mb failed gases, 200 GB may have round 34 MB has failed
    Not a bad idea at all... but with DigitalDJ being semi-retired (we should all be grateful he took the time to port this to BiglyBT and continues to release updates to this day) and ghostfucker completely missing (no one in the staff knows what happened to him, it's very worrying), I would consider the Extreme Mod as being de facto feature-frozen.

    You may want to cross-post this in the RM+ and JOAL threads, though
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. #29

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by anon View Post
    Not a bad idea at all... but with DigitalDJ being semi-retired (we should all be grateful he took the time to port this to BiglyBT and continues to release updates to this day) and ghostfucker completely missing (no one in the staff knows what happened to him, it's very worrying), I would consider the Extreme Mod as being de facto feature-frozen.

    You may want to cross-post this in the RM+ and JOAL threads, though
    I'll add it in those threads, and thanks DDJ + GF!

    ---------- Post Merged at 16:09 ---------- Previous Post was at 09:08 ----------

    Another thing I noticed

    Some trackers have different announce times depending on if you are seeding or leeching.

    Leeching they may ask for an announce every 10 mins, after 100% download they ask for it to be sent every 20 mins.

    When using ratio tool to fake download it sends every 20 mins.
    Reply With QuoteReply With Quote
    Thanks

  18. #30
    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 Spidtest View Post
    Another thing I noticed

    Some trackers have different announce times depending on if you are seeding or leeching.

    Leeching they may ask for an announce every 10 mins, after 100% download they ask for it to be sent every 20 mins.

    When using ratio tool to fake download it sends every 20 mins.
    Did you double check this? Unless you enable "reduce the time between updates with the tracker", the update interval should always be what the tracker says or 1800 seconds, no matter which features are used.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

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