+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 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. #31

    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
    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.
    100%

    Once I actually have downloaded 100% of the file it changes the announce timer to 20 minutes.

    Edit: to add a bit more info the set time is 20m for a refresh however I'm thinking the way bbt acts on the request is thinking it is seeding, therefore only sending every 20 mins. When less than 100 it's in leeching status so it knows to send in 10 mins.
    Last edited by Spidtest; 06.09.18 at 01:56.
    Reply With QuoteReply With Quote
    Thanks

  4. #32

    Join Date
    17.09.18
    Posts
    17
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss17

    JAVA error install

    Hi everybody !


    Quote Originally Posted by DigitalDJ View Post
    ... ... ... ... ... ...

    Installation: / Windows

    1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads). OK BUT...
    2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download). OK
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! OK
    4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files. OK
    5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE. OK
    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" OK
    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! NICHT

    ... ... ... ... ... ...
    Thus, i don't anderstand :
    I've download and install this file : jre-10.0.2_windows-x64_bin.exe and when I execut BiglyBT I have this message box:

    Click image for larger version. 

Name:	erreur JAVA BiglyBT.jpg 
Views:	156 
Size:	234.4 KB 
ID:	19174

    I don't anderstand...

    Please, somebody can help me ?

    ---------- Post Merged at 16:19 ---------- Previous Post was at 13:52 ----------

    OK, problem solved ...

    I uninstalled and reinstalled BiglyBT.
    I will be able to start trying to configure the whole BiglyBT application and its shu mod.
    Last edited by jade.007; 22.09.18 at 17:21. Reason: problem solved
    Reply With QuoteReply With Quote
    Thanks

  5. #33
    Hi anon! i was recently using qBittorent for download and mRatio for fake upload,is this tool (better,safer) in private trackers like IPTorrents,TorrentLeech,TorrentDay,etc i am sort of newbie in this,especially with this tool,is Ghost Leech equally to download a complete torrent without notification to the tracker? because i really need that feature,can i use a web ui like in qbittorrent for example in this tool? you know the link to a good tutorial for this mod? thanks in advance!
    Reply With QuoteReply With Quote
    Thanks

  6. #34
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Safer, it's just as safe. Better, that's up to you

    Ghostleeching is indeed what you think it is. TL keeps detailed records of every torrent you start even just once, so I wouldn't do it there too much. You won't get banned right away, but if a staff member checks your profile for whatever reason, it's game over (and that's happened). Coincidentally, we've been having a discussion about that in the last page of the "cheating on TorrentLeech" thread, so feel free to have a look. As for IPT, both ghostleeching and no report (0% done) work wonders there, and you won't have to worry about hit & run warnings

    A Web UI can be set up but you can't change cheating settings from it, and a tutorial is available at http://www.sb-innovation.de/showthread.php?t=13781.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    josecarmona (24.09.18)

  8. #35
    Thank you for your answer anon! i will work hard now to get this tool working as soon as possible! one more little thing,by any chance you don't have a link to the mod "with everything" ready to use in a portable version,don't you? i think i am asking for too much...i don't know,i had to ask,anyway thanks for everything!
    Reply With QuoteReply With Quote
    Thanks

  9. #36
    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
    by any chance you don't have a link to the mod "with everything" ready to use in a portable version,don't you?
    See http://www.sb-innovation.de/showthread.php?p=348726

    If you want a completely portable version, you're going to have to copy the Java runtime inside and rewrite the script so that it gets used to launch the mod.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    josecarmona (24.09.18)

  11. #37
    Thanks again! i just give you some rep! you deserve it for sure!
    Last edited by josecarmona; 24.09.18 at 06:49.
    Reply With QuoteReply With Quote
    Thanks

  12. #38
    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
    one little off topic question,i don't know if i can ask this...by any chance are you from Argentina?
    I am, and I'll prove it by posting a picture only an Argentinean could understand

    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    josecarmona (24.09.18)

  14. #39
    Ahh my friend! that Gracias Totales almost killed me! and ay el dolar a $40!
    Last edited by josecarmona; 24.09.18 at 07:46.
    Reply With QuoteReply With Quote
    Thanks

  15. #40

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by DigitalDJ View Post
    1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher.
    Java 11 doesn't seem to run :-) so either change it into "version 9-10", or (preferably) update compatibility - thanks.
    Reply With QuoteReply With Quote
    Thanks

  16. #41
    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
    Quote Originally Posted by BillyG View Post
    Java 11 doesn't seem to run :-) so either change it into "version 9-10", or (preferably) update compatibility - thanks.
    I got you.
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    BillyG (01.10.18)

  18. #42

    Join Date
    17.09.18
    Posts
    17
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss17
    Hi everybody !


    Quote Originally Posted by josecarmona View Post
    ... ... ... is Ghost Leech equally to download a complete torrent without notification to the tracker? ... ... ...
    Does this mean that it is an alternative to the trick of deleting the tracker.torrent file being downloaded in order not to impact its ratio (and to reinstall it once its finished download) ?

    Thanks also to BillyG and DigitalDJ .... I will follow your advice and come back to an earlier version of Java JRE.
    Especially since if you read my post here , you will discover what galley fell on me with BiglyBT without my knowing where exactly the problem comes from ...

    Last edited by jade.007; 30.09.18 at 12:58.
    Reply With QuoteReply With Quote
    Thanks

  19. #43
    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 jade.007 View Post
    Does this mean that it is an alternative to the trick of deleting the tracker.torrent file being downloaded in order not to impact its ratio (and to reinstall it once its finished download) ?
    You can remove the tracker URL, use a fake proxy, crash your client, cut the network cable... the principle is always the same, the ghostleeching feature in this mod just does everything automatically and cleanly
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  20. Who Said Thanks:

    H265 (02.10.18)

  21. #44

    Join Date
    17.09.18
    Posts
    17
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss17
    Yeahhh...
    The ghostleeching mod is GREAT !

    It is very easy to use, even childlike simplicity !!!
    I already managed to re-download my 100 GB of lost data without losing my ratio ...
    Last edited by jade.007; 02.10.18 at 15:02.
    Reply With QuoteReply With Quote
    Thanks

  22. #45
    H265's Avatar
    Join Date
    26.05.13
    Location
    Tengoku
    P2P Client
    ¯\_(ツ)_/¯
    Posts
    422
    Activity Longevity
    3/20 13/20
    Today Posts
    1/5 ssssss422
    Quote Originally Posted by jade.007 View Post
    Yeahhh...
    The ghostleeching mod is GREAT !

    It is very easy to use, even childlike simplicity !!!
    I already managed to re-download my 100 GB of lost data without losing my ratio ...
    Just be careful where you do this. If someone spots this they will report your ip,port to a staff member and they'll ban you. Lots of ghost leechers are banned like this on asiandvdclub. They have a thread for user reports.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 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
  •