+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29

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

    BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.4.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:

    + 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
    + Updated core to BiglyBT 1.4.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:

    jyesta (29.01.20) , H265 (11.03.18) , evilssix (16.02.18) , 2142wn (24.01.18) , eragooo (17.01.18) , mmmmm (15.01.18) , Snitlev (15.01.18) , Paranormal (14.01.18) , RustamGaneev (12.01.18) , cloud99 (11.01.18) , RaMa (10.01.18) , lil-fella (10.01.18) , anon (10.01.18)

  3. #16
    Yes. Same problem after full reinstalling.
    Right click and instant freeze.
    https://im.ezgif.com/tmp/ezgif-1-c7f8c71393.gif


    EDIT:
    Ok, sorry - my bad.
    There is something wrong with migrating my old settings from Vuze. Without migrating everything is fine.

    EDIT2:
    Ok. I know where is a problem
    Preference - Interface - Tables - Show Fancy menu.

    Without fancy menu there is a right click freeze.
    @DigitalDJ, can you check it?
    Last edited by eragooo; 21.01.18 at 20:19.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    anon (22.01.18)

  5. #17
    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
    1/5 ssssss633
    Confirmed Thanks!

    I missed a file. Also, the Proleech export torrent option doesn't show in the fancy menu. So fixing that too.
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    eragooo (22.01.18)

  7. #18

    Join Date
    16.06.16
    Location
    Norway
    P2P Client
    Vuze, QBT, Deluge
    Posts
    187
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 ssssss187
    Quote Originally Posted by jxl View Post
    Hi,

    I have problems using spoof, somehow they don't recognize Azureus 5.5.0.0 or any other allowed version and downloads are being denied because of that.

    Even if I spoof as BiglyBT 1.4.0.0 still i get denied altho BiglyBT is allowed on one of private trackers I'm trying to use.
    The same for me, but it got solved when I asked the tracker to whitelist the peerId:
    Code:
    -BI1400-
    Reply With QuoteReply With Quote
    Thanks

  8. #19

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26

    Question java

    Quote Originally Posted by DigitalDJ View Post
    I am well aware ASCII is a subset of Unicode. The point is, no conversion is ever made because it is not required.



    Yes, Java 9, sorry.



    Look, I'm getting sick of arguing with you.

    I reproduced your error by replicating your custom path and it is absolutely because you are not following instructions. It is not because a "-" in your path.

    As I said, the BiglyBT executable (which is created by exe4j) searches for the JRE in multiple paths. This might include Program Files folders, parent folders, current folders. This has nothing to do with the mod.

    I am sure, the developers of BiglyBT have updated the exe4j version over time, so maybe that search algorithm has changed to some extent, and it is probably more advanced than what the Azureus/Vuze executable ever was.

    The error you keep showing me is exactly what I said is happening. SOMEWHERE on your system there is a Java JRE version 8, and it is what the BiglyBT.exe is finding and using to run the mod.

    When I was testing, it was because C:\Program Files\BiglyBT\jre still existed!

    Step 5 of the instructions CLEARLY state


    Obviously, if you are installing to a different folder, then chances are you you're going to need to remove the jre in both the Program Files\BiglyBT folder as well as your own custom location. Again, this is a custom setup. If you don't know what you're doing, then don't do something custom.

    In the comment you posted above, you said:



    But this is not what the instructions tell you to do. The instructions absolutely tell you to remove all instances of the jre folder.

    If you are 110% sure that no JRE folder exists, then....


    You need go back and double check what JRE is in your %PATH% variable and what JRE is installed on your system. You also need to check the ordering in your %PATH% variable. Because it is likely pointing to a JRE 8 instance.....and that is what the BiglyBT launcher is using.

    If you want to make this work (again, what you're doing is CUSTOM, so you should have the expertise to do it yourself), you could install JRE 9 on your system and make a "jre" folder in the BiglyBT MOD folder and copy it to there, then, uninstall the JRE9 from your system.

    But please, don't blame the mod.
    hi ddj,

    i see it is not to blame you with this path errors. but it was somehow misleading, if biglybt runs smooth in unmodified version even without the bundled jre folder inside.

    i followed the instructions and removed the jre folder. startet app bigly. all fine . replaced with mod. same error occurs. as posted above.

    also in v rev1.


    i use default bigly path programfiles.
    java is in path variable env=C:\ProgramData\Oracle\Java\javapath

    jre Version 8 Update 161
    Releasedatum: 16. Januar 2018


    where did you find stable javav9 ?

    https://java.com/de/download/
    Reply With QuoteReply With Quote
    Thanks

  9. #20
    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 Datendiebstahl View Post
    where did you find stable javav9 ?

    https://java.com/de/download/
    Version 9 of the JRE isn't available on java.com yet (and in all fairness, that's the first and only place most people will look in), but there is a download link in the first post.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    Datendiebstahl (05.02.18)

  11. #21

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    oh sorry must be blind...

    well i usually use package manager on windows . In se runtime and jre versioin also both was 8.sth and it showed up update january so looking fresh to me....

    who can read...
    Reply With QuoteReply With Quote
    Thanks

  12. #22

    Join Date
    17.03.10
    Posts
    10
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss10
    Guys I am coming from Userenity that I have been using for year and I need to use the spoof for a certain tracker that doesn't like this client. When I set the client to spoof in the menu and I select the read from file option, after restarting the application the settings and not preserved and the spoof is not active. What am I doing wrong?
    Last edited by artins90; 04.03.18 at 13:07.
    Reply With QuoteReply With Quote
    Thanks

  13. #23

    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 artins90 View Post
    Guys I am coming from Userenity that I have been using for year and I need to use the spoof for a certain tracker that doesn't like this client. When I set the client to spoof in the menu and I select the read from file option, after restarting the application the settings and not preserved and the spoof is not active. What am I doing wrong?
    1) What client are you trying to spoof?

    2) Are you pressing save before closing?
    Reply With QuoteReply With Quote
    Thanks

  14. #24
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    The "read ID from file" feature is a leftover from when the mod couldn't generate valid uTorrent peer_ids. It's no longer necessary nor recommended.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #25

    Join Date
    17.03.10
    Posts
    10
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss10
    I wanted to spoof qbittorrent and yes, I am saving but after every reboot it says that spoofing is inactive.

    I edited the spoof.properties file and now I am spoofing azureus 4.8.1.2 (shouldn't it say vuze?)

    I would appreciate if you could point me to a guide or list what I should do to get qbittorrent spoofing working.
    Last edited by artins90; 05.03.18 at 01:18.
    Reply With QuoteReply With Quote
    Thanks

  16. #26

    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 artins90 View Post
    I wanted to spoof qbittorrent and yes, I am saving but after every reboot it says that spoofing is inactive.

    I edited the spoof.properties file and now I am spoofing azureus 4.8.1.2 (shouldn't it say vuze?)

    I would appreciate if you could point me to a guide or list what I should do to get qbittorrent spoofing working.
    Hi, would you send a screenshot of the mod with your settings please
    Reply With QuoteReply With Quote
    Thanks

  17. #27
    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 artins90 View Post
    I edited the spoof.properties file and now I am spoofing azureus 4.8.1.2 (shouldn't it say vuze?)
    You don't need to edit azureusspoof.properties file to activate ghostfucker's spoof. In fact, doing so will override the latter, disabling it altogether.

    Just get a client file for qBittorrent from this forum, create a folder called qBittorrent inside client files, extract the file there, then select it in the settings and restart. If it still doesn't work, then yes, a screenshot would be most helpful.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #28

    Join Date
    04.07.19
    Location
    California
    P2P Client
    utorrent
    Posts
    1
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss1

    How do i use the mods? I just installed this.

    Where are the mods in the app? I cant find them. i followed the instructions to a T with the install. So...how do i use the spoofers and where even are they?

    ---------- Post Merged at 10:37 ---------- Previous Post was at 10:19 ----------

    Quote Originally Posted by Rudypuh8er View Post
    Where are the mods in the app? I cant find them. i followed the instructions to a T with the install. So...how do i use the spoofers and where even are they?
    Im an idiot i found em. Thanks
    Reply With QuoteReply With Quote
    Thanks

  19. #29
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    For the record, there's a newer version of the mod available.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 2 of 2 FirstFirst 12

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
  •