PDA

View Full Version : [Multi OS] BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta



DigitalDJ
23.09.20, 08:34
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 2.5.0.0 Beta

https://www.sb-innovation.de/attachment.php?attachmentid=3630

╔═══════════════════════════╗
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 (https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt)
Vuze Change Log (https://svn.vuze.com/public/client/trunk/azureus2/src/ChangeLog.txt)

Installation:

Windows

1. Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release (http://jdk.java.net/15/)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/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 (http://www.7-zip.org/download.html)) 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"


--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 (http://jdk.java.net/15/)). 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 (https://www.biglybt.com/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:


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:


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.


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 (http://jdk.java.net/15/)).


sudo apt install openjdk-15-jre libjna-java

2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)).


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/


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)


unzip -o BiglyBT_*.zip -d ~/biglybt

6. Append the following VM options:


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 (http://jdk.java.net/15/)]).
2. You have uninstalled BiglyBT using the uninstaller.
3. You have removed the BiglyBT Application folder:


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


%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 (https://www.biglybt.com/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 (https://wiki.vuze.com/w/Portable_Vuze).



Enjoy!

illusive
24.09.20, 12:34
Cool update. Thanks for keep it coming. Following UI issue still there


Great work so far. I'll be testing. However, My previously reported bug (mentioned in the below quote) has changed a bit. Now the (SpeedBetween __ and __) is not enabled unless I tick the option "Use the swarm's average speed as fake upload speed". So the trigger option has changed a bit, that's it.


OK so far so good, will get back after some testing.

Update: OK the main cheating option for me is a bit weird. (speed mode++ > SpeedBetween __ and __) is not enabled unless I tick the option "Stop faking when swarm speed is zero".

image (http://www.sb-innovation.de/attachment.php?attachmentid=20359)

mercuryf
25.09.20, 11:00
Hi,

First of all, thank you for the fantastic software.

My question is I'm already using 2.4.0.0 on my pc. Should I make all these steps all over again or installing the new BilyBT exe would be enough? And if I only install the new exe will it wipe off my torrent list?

Thank you.

illusive
25.09.20, 14:51
Hi,

First of all, thank you for the fantastic software.

My question is I'm already using 2.4.0.0 on my pc. Should I make all these steps all over again or installing the new BilyBT exe would be enough?

I installed the newer exe installer and put the new JDK (15) then replaced the files that I got from here and that's it. It worked. So to answer your questions, yes it would work but not guaranteed. Clean installation is always safer, better and easier !



And if I only install the new exe will it wipe off my torrent list?

Thank you.

No guarantee at all. You should backup your torrents list always. Every upgrade I get a wipe clean list of torrents. However, this time I got the same list there without any deleted torrent from the seeded/leaching list. But neither I or anyone would guarantee this behavior so better safe than sorry.

sigduwksnsksis9283
05.10.20, 15:41
is it a known bug for the ui to not count flashed amount?
https://i.imgur.com/UKoej0A.png
i flashed few hundred it didn't update here but it did on tracker :wdabs:

anon
05.10.20, 16:02
Yes, for the "upload kicker" feature that's normal. You can see, add to or reset the upload that will be flashed before the next tracker update is due, but it isn't remembered anywhere afterwards.

GhostCode
06.10.20, 17:59
is there a tutorial for how to modify client spoof? and client files where to get them from?

thanks

anon
07.10.20, 09:35
is there a tutorial for how to modify client spoof?

13781


and client files where to get them from?

http://www.sb-innovation.de/forumdisplay.php?274-BiglyBT-Vuze-Extreme-Mod-Client-Files

GhostCode
08.10.20, 04:53
hello, may i ask for this two files.

thanks in advance
qBitTorrent 3.2.3
uTorrent 2.2.1 Build 25154

anon
08.10.20, 05:49
Those clients are very old. Is there any reason you can't use another emulation that's already available?

GhostCode
08.10.20, 14:10
a site i use which is Dtorrents has that as one of trusted clients, and i serched through database and none of the versions i need are listed on the site.

anon
09.10.20, 21:52
I understand, but...

qBittorrent 3.2.3 release date: August 2nd, 2015
uTorrent 2.2.1 Build 25154 release date: March 30th, 2011

If the staff on that tracker explicitly trust clients that were released between 5 and 9 years ago and have known security vulnerabilities, that's a bit crazy. You may want to consider the possibility that their list isn't up to date, or even enforced in the first place.

Anyway, if that's wrong, let me know and I'll write those client files as soon as I'm able to.

GhostCode
10.10.20, 00:06
anon i will send you the list from their site...i want to keep utorrent as it works on 3 majors sites i use...so to answer your question i would love to get the two clients mentioned above but will send u pm with their list...

anon
10.10.20, 12:45
will send u pm with their list...

That screenshot mentions newer versions of qBittorrent for which client files are already available, and doesn't say anything about specific uTorrent 2.2.1 builds :unsure: Anyway, I'll look into it over the next few days.

motalemb
17.10.20, 17:07
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.

anon
17.10.20, 18:45
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.

sbkk
21.10.20, 14:33
This version have same numbers of bug as previous version.

sigduwksnsksis9283
26.10.20, 08:32
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.. :frusty:
current enabled settings,
20773
20774

is there any way to optimize or benefit the amount of leechers?
See the last attachment on upload amount. that is absurd :mad:

anon
27.10.20, 20:53
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.

sigduwksnsksis9283
27.10.20, 22:07
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.

anon
27.10.20, 22:09
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... :unsure:

sigduwksnsksis9283
27.10.20, 22:16
thanks i thought that it wouldn't account for 13a and thus asked but stupid me :fist:

zxspectrum
03.11.20, 11:38
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.

anon
04.11.20, 02:59
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.

zxspectrum
04.11.20, 13:15
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?

cloud99
04.11.20, 17:36
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:-


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

anon
06.11.20, 00:51
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 13781).

cloud99
07.11.20, 13:45
Hi there @motalemb,

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.

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.



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.


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.


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,

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

motalemb
08.11.20, 18:57
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)

anon
10.11.20, 06:10
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.

motalemb
11.11.20, 04:02
Just a note: this works on a clean install of Ubuntu 18.04, not installing libjna-java, and using openjdk-11-jre

---------- Post Merged on 11.11.20 at 03:02 ---------- Previous Post was on 10.11.20 at 20:34 ----------

Finally got it working on my system. For some reason, the mod files needed to be in /usr/local/biglybt instead of ~/biglybt...any idea why?

anon
11.11.20, 07:45
Just a note: this works on a clean install of Ubuntu 18.04, not installing libjna-java, and using openjdk-11-jre

That's surprising considering this version requires Java 15.


Finally got it working on my system. For some reason, the mod files needed to be in /usr/local/biglybt instead of ~/biglybt...any idea why?

Great news! This may be worth documenting in the first post...

motalemb
12.11.20, 17:22
nvm how to delete a post?

---------- Post Merged at 16:22 ---------- Previous Post was at 05:55 ----------

Is there a way to set per-torrent settings? Like I want some torrents to seed normally but want to cheat on another torrent

anon
14.11.20, 06:55
Is there a way to set per-torrent settings?

Check the very beginning of my BBTEM tutorial and you'll find the answer :wwink: The exceptions are 7a, 8, 9a and all client spoofing features, which always apply to all torrents.

JohnareyouOK
17.11.20, 08:26
Has any new feature been added to the MOD since v1.8.0.0 (released on 22.01.19) (https://www.sb-innovation.de/showthread.php?34031-BiglyBT-Extreme-Mod-by-SB-Innovation-1-8-0-0-Beta)? or each new version of MOD is mainly intended to fit the new version BiglyBT and no new features itself are added?

(Asking just to be sure. I've browsed through all posts since v1.8.0.0 and seems no. and if no, continuing using old version that have been verified to work perfectly seems safer, easier and less time consuming for me compared to upgrading lol )

anon
17.11.20, 09:07
Has any new feature been added to the MOD since v1.8.0.0 (released on 22.01.19) (https://www.sb-innovation.de/showthread.php?34031-BiglyBT-Extreme-Mod-by-SB-Innovation-1-8-0-0-Beta)?

I ported Peer Injector 0.3 to BiglyBT, and it was integrated to the mod on version 2.3.0.0 to facilitate ghostleeching. Other than that, none.

By the way, the configuration refactoring didn't occur until 2.0.0.0, so the last "tried and true" version (to call it that) would be 1.9.0.0.

repulse
19.11.20, 17:36
Anyone facing this issue ?
Tried multiple times, Win10 Pro x64, latest jdk/jre version used.

java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)

anon
20.11.20, 03:03
latest jdk/jre version used

Unpacked and/or installed maybe, but not used. See aaaaab's posts regarding cleaning up old Java runtimes that may cause this error.

JohnareyouOK
20.11.20, 06:24
Can anyone share what your workflow is like with BiglyBT Extreme Mod? It offers a wide range of options, modes and settings, what options and settings do you guys usually use?

These're the settings I had planned to use:
Uncheck all files when torrent being added
Check Always enable update tracker button
Use Perfect Spoof
Stop increasing the fake upload when you are connected to less than 5. peers (0-250) OR having a peer/seed ratio lower than 250% (0-250)
Check Use swarm peers instead of the number of connected to.
Fake upload "speed mode++" (0-50)&(0-10000000):
Stop faking when the following ratio is reached : Between 0.5:1 (Uploaded:Downloaded) and 2:1 (up:dl) Speed when ratio is reached: Between 0 KB/s per torrent and 0 KB/s per torrent
Speed: Between 500 KB/s per torrent and 2000 KB/s per torrent (vary depends on scenerios)
All other options remain unchecked.But seems not work as wishful expected, speed mode++ does not create fake downloads...torrent progress will remain at 0%, in which scenario "uploading" at 0% progress is pretty fake in tracker's view.

Anyone mind sharing your setting up? :tongue:

H265
20.11.20, 13:41
I'm having trouble getting this to work on my system (manjaro xfce)

my settings

http://www.sb-innovation.de/attachment.php?attachmentid=20793&d=1605872334

http://www.sb-innovation.de/attachment.php?attachmentid=20794&d=1605872343

http://www.sb-innovation.de/attachment.php?attachmentid=20795&d=1605872349

I added a linux public torrent to test the settings but it stays like this.

http://www.sb-innovation.de/attachment.php?attachmentid=20796&d=1605872425

repulse
20.11.20, 14:58
Unpacked and/or installed maybe, but not used. See aaaaab's posts regarding cleaning up old Java runtimes that may cause this error.

Hum can you link to that post ?

JohnareyouOK
20.11.20, 16:01
Hum can you link to that post ?[Multi OS] BiglyBT Extreme Mod by SB-Innovation 2.4.0.0 Beta - Page 2 (https://www.sb-innovation.de/showthread.php?34594-BiglyBT-Extreme-Mod-by-SB-Innovation-2-4-0-0-Beta&p=357181&viewfull=1#post357181)

repulse
20.11.20, 17:11
it's ok , got it working ! Thanks !

---------- Post Merged at 16:11 ---------- Previous Post was at 15:30 ----------

Any way to "save" settings to auto appli to futur added torrent (maybe like utorrent serenity label) or not ?

EDIT, again. I assume setting it in options is for all, and can be bypassed for any torrent individually, right ?

anon
21.11.20, 05:01
Can anyone share what your workflow is like with BiglyBT Extreme Mod? It offers a wide range of options, modes and settings, what options and settings do you guys usually use?

Good settings vary from tracker to tracker and torrent to torrent, so any answers on this regard should be considered purely anecdotal/for fun and not a recommendation of any kind. Anyway, here you go.

Always enable update tracker button: sure, I rarely use that but I want it to be available.
Perfect Spoof: but of course.
No reporting; show as leech: on IPT, because fuck their hit & run system. Prevents my real upload from being counted, but my buffer is big enough anyway.
Speed mode++; add your real uploaded amount + show you as seeder: lets me get bonus points and seeding exposure on torrents which I'm technically partial-seeding because I didn't download a sample or foreign audio track. Fake upload speeds set both to 0.
Ghostleech; send start and after X seconds stop: used this one a lot on Waffles with a throwaway account. RIP Waffles :wbite:

As you can see, I don't cheat a lot, I'm just pragmatic about my seeding habits :eyebrows:


speed mode++ does not create fake downloads...torrent progress will remain at 0%, in which scenario "uploading" at 0% progress is pretty fake in tracker's view.

That's what the ratio tool was created for!

anon
21.11.20, 05:02
Hum can you link to that post ?


357181

Note that finding the post(s) had been deliberately left as an exercise for the reader :richter:


Any way to "save" settings to auto appli to futur added torrent (maybe like utorrent serenity label) or not ?

EDIT, again. I assume setting it in options is for all, and can be bypassed for any torrent individually, right ?

As mentioned in 13781, "[settings] found at Tools -> Options are global, and will only apply for newly-added torrents; existing ones will keep their individual settings, so double-click and go to the Extreme Mod tabs to change them".

The ability to mass-change cheating settings, along with a global hard limit on fake upload speed, have been requested a lot in the past, but neither are available.

solerman
21.11.20, 11:32
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.

anon
21.11.20, 12:04
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.

repulse
21.11.20, 20:46
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 ?

Artbabelitta
23.11.20, 02:49
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

anon
23.11.20, 05:52
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.

anon
23.11.20, 05:53
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.

JohnareyouOK
23.11.20, 10:51
when I entered my passkey inside BiglyBT , somebody else started using itA 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 any 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)

H265
23.11.20, 13:59
I'm pretty sure his account got cracked by some seller. It happens all the time. iptorrents accounts are being sold everyday.

anon
25.11.20, 09:04
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 any 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.


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).

repulse
25.11.20, 10:21
"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 ?

anon
25.11.20, 10:28
"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.

repulse
25.11.20, 14:34
Thanks !
Aaaand, last question (i think), is this normal ?
Enabled, but grayed. Nothing else seems to interfere.
20804

EDIT : hum nope, definitely something wrong. No download occure with settings posted above. "Error : Offline - timeout" on almost all my torrent.

anon
26.11.20, 04:25
Enabled, but grayed. Nothing else seems to interfere.
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)?

repulse
26.11.20, 08:26
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


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

sigduwksnsksis9283
28.11.20, 02:50
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

anon
28.11.20, 06:58
On a GUI environment at least, this is the sort of simple yet repetitive task AutoHotKey is meant to deal with. The logic should be simple enough.


Main
Find all open windows where Window Title matches regexp "/Open Torrent Options \[.*\]/"
If there aren't any, End
Else, Focus the first one
Click button "Select All"
Sleep 1000 ms
Click button "Unmark"
Sleep 1000 ms
Click button "OK"
Sleep 1000 ms
Go To Main


The idea is dragging all your .torrent files to the mod, waiting for the dialogs to open, then running the script and letting it work on your behalf. You may have to increase the timings depending on your processing power and the amount of files in your torrents. Unfortunately this won't work on Web UI, console or remote desktop scenarios.

sneakayz47
28.11.20, 07:52
They there good humans. Can anyone help me to set the ratio cheating as upload per download ?
Like if i download 1mb file it will upload as 1mb without any seeding?

Thanks <3

anon
28.11.20, 07:57
Can anyone help me to set the ratio cheating as upload per download ?
Like if i download 1mb file it will upload as 1mb without any seeding?

13781

Check out options 17a and 17b. This feature is risky due to the high speeds involved, but in all likelihood you already know that and don't care :gninja:

sigduwksnsksis9283
28.11.20, 09:10
On a GUI environment at least, this is the sort of simple yet repetitive task AutoHotKey is meant to deal with. The logic should be simple enough.


Main
Find all open windows where Window Title matches regexp "/Open Torrent Options \[.*\]/"
If there aren't any, End
Else, Focus the first one
Click button "Select All"
Sleep 1000 ms
Click button "Unmark"
Sleep 1000 ms
Click button "OK"
Sleep 1000 ms
Go To Main


The idea is dragging all your .torrent files to the mod, waiting for the dialogs to open, then running the script and letting it work on your behalf. You may have to increase the timings depending on your processing power and the amount of files in your torrents. Unfortunately this won't work on Web UI, console or remote desktop scenarios.

Thanks for the spoonfeed anon, could also feed me with a alternative for linux?:gw00t: iirc AHK isn't on linux and only alternatives are there so if possible just feed me with the best alternative!

anon
28.11.20, 09:57
Can't help here, unfortunately; there are some recommendations at https://unix.stackexchange.com/questions/165124/, but I guess you've found that already. I will however note that xdotool seems really powerful, and will very likely do the job if you write a short Bash script that follows my pseudocode.

--->HDBD<---
29.11.20, 18:15
Hi guys I'm having some difficulties with my BiglyBT client. After I reinstalled Windows 10, I installed BiglyBT but with every Tracker that I try to download from
the statusbar reports a ''waiting'' status. I'd be glad if someone could help me with the troubleshooting.
20810

anon
29.11.20, 18:22
Do the torrents work if you right-click and select Force Start? If so, you'll need to adjust your queue settings.

--->HDBD<---
29.11.20, 18:42
Unfortunately the button to Force-start isn't even available when I right-click on it.
20811

anon
29.11.20, 18:46
Go to Tools -> Options -> Mode, make sure the proficiency level is set to Advanced. Anything lower than that hides some features and configuration options, including Force Start. As for the queue settings, try these.

Max active torrents: 0
Maximum 'stalled': 0
Don't start any more torrents when upload/download speed limit is reached: unticked
Transition 'force start' to 'force seeding': ticked

--->HDBD<---
29.11.20, 18:51
Tried that too but saw that I already got it on advanced. I made a screenshot for you.
20812

anon
29.11.20, 19:00
I edited my previous post, but the fact you aren't seeing Force Start even in Advanced mode baffles me :confused:

--->HDBD<---
29.11.20, 19:25
Well I've tried all recommended steps, thanks anyway bro I'll try just reinstalling the whole application and will get back to you if I have any news.

--->HDBD<---
03.12.20, 23:38
@anon

works after new installation

sneakayz47
04.12.20, 15:36
hello good people i need help here i have moded the biglybt but i cant ch3at at https tracker
can anyone help me if with full tut coz im newbie here

Thanks <3

anon
04.12.20, 21:23
works after new installation

Nice! :wsmile:


i cant ch3at at https tracker

If you don't give us more details, there's nothing we can do to help.

sashiagustina
08.12.20, 08:57
java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEn gine.java:77)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.jav a:94)


i got this error, i followed all the step. but there is a strange situation, when i dont have jre folder after installation, but i still copy JDK and rename it into jre into the installation folder.
I tried JDK 15 and JDK16
still get the same error

this is my vmoption file
-include-options ${APPDATA}\BiglyBT\java.vmoptions
--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED

anon
08.12.20, 11:55
java.lang.UnsupportedClassVersionError: com/biglybt/ui/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0

See 359461 onwards.

sigduwksnsksis9283
08.12.20, 12:28
i had a silly question related to the peer id and such, i have no idea on how in depth each client detection works so speaking as no brainer here. I cheat from mratio(qbit 4.3.0.1 client) and same client version for bbtem now usually i just cheat and after it is done i stop it and move the torrent to bbtem for seeding purposes. since im using the same client the peer id is bound to change and considering this is happening in within few seconds should i be worry or is it safe?

anon
08.12.20, 13:37
I cheat from mratio(qbit 4.3.0.1 client) and same client version for bbtem now usually i just cheat and after it is done i stop it and move the torrent to bbtem for seeding purposes. since im using the same client the peer id is bound to change and considering this is happening in within few seconds should i be worry or is it safe?

qBittorrent uses an individual peer_id and key for each entry, and retains them until the client is closed. This behavior prevents you from making excuses because...

You can't claim you merely stopped and started the torrent, the values don't change in that case.
Removing and readding does generate different values for the "same" one (technically a new entry), but there's no plausible reason to do that, let alone constantly.
Running two instances of the client and "moving" torrents between them also results in different values, but there's no reason to do that either.

Bottom line: it's a detection vector, a small one that's unlikely to be noticed, but you have no truly convincing argument to give if it does happen. You have to either accept this or not move torrents between programs.

sigduwksnsksis9283
08.12.20, 14:08
guess i'll use another client then:wwink:

anon
08.12.20, 15:48
The problem is, you don't have a lot of choices. The ideal scenario would be one where both peer_id and key are individual and volatile, because then you could use the same port and look 100% realistic. However, in all major clients, at least one of them is either global or persistent. A client where both are global and persistent would also work in theory, except that mRatio does not support the input of "foreign" identification data (only exception: memory reader) and BiglyBT Extreme Mod only allows a custom peer_id. Keep in mind this wasn't designed to be used alongside another program.

I was going to write a long reply about how it could be done with uTorrent if you resort to several complicated workarounds that have considerate room for error, but it's not worth it. I suggest either separating your activity so that you never need to "move" torrents from the same tracker between programs, or using the BBTEM's ratio tool instead of mR.

sigduwksnsksis9283
08.12.20, 17:00
The problem is, you don't have a lot of choices. The ideal scenario would be one where both peer_id and key are individual and volatile, because then you could use the same port and look 100% realistic. However, in all major clients, at least one of them is either global or persistent. A client where both are global and persistent would also work in theory, except that mRatio does not support the input of "foreign" identification data (only exception: memory reader) and BiglyBT Extreme Mod only allows a custom peer_id. Keep in mind this wasn't designed to be used alongside another program.

I was going to write a long reply about how it could be done with uTorrent if you resort to several complicated workarounds that have considerate room for error, but it's not worth it. I suggest either separating your activity so that you never need to "move" torrents from the same tracker between programs, or using the BBTEM's ratio tool instead of mR.

I would love to stay only on bbtem's ratio tool but see i have the problem of being dumb.
I can't optimize this so help me on this.
https://i.imgur.com/fJeOdfP.png
this "Downloads" and "Stops" the torrent.
now lets is there a way to make it auto/directly turn on "fake report to tracker system" and then turn on speed++ and then few of its stuff from there? if not then i guess that's my resort but i will have to test this on a tracker to optimize it my way.

also why does the downfake amount vanish whenever i disable the "ratio tool" and switch "fake report to tracker system"? is this known bug or am i doing something wrong.

anon
08.12.20, 17:30
image (https://i.imgur.com/fJeOdfP.png)
this "Downloads" and "Stops" the torrent.

now lets is there a way to make it auto/directly turn on "fake report to tracker system" and then turn on speed++ and then few of its stuff from there?

The last checkbox ensures the torrent is added as stopped. Otherwise, the default behavior is to force start if the ratio tool is enabled. Obviously this only makes sense when changed in the global settings and has no effect on individual ones, since you'll have already added the torrent by then.

There is no feature to automatically change modes upon torrent completion or any other criteria. If you need the swarm settings (which is what I'm guessing here), you'll have to settle for 22f. Also, it looks like your maximum download speed is lower than the minimum :weirdo:


also why does the downfake amount vanish whenever i disable the "ratio tool" and switch "fake report to tracker system"? is this known bug or am i doing something wrong.

Since both features are mutually exclusive I'd guess this is intentional, sort of like a fresh start when you switch modes (as 15a can also alter this stat).

sigduwksnsksis9283
08.12.20, 17:57
The last checkbox ensures the torrent is added as stopped. Otherwise, the default behavior is to force start if the ratio tool is enabled. Obviously this only makes sense when changed in the global settings and has no effect on individual ones, since you'll have already added the torrent by then.

There is no feature to automatically change modes upon torrent completion or any other criteria. If you need the swarm settings (which is what I'm guessing here), you'll have to settle for 22f. Also, it looks like your maximum download speed is lower than the minimum :weirdo:


alright so tell me one thing, what does it do after it is downloaded? send the completion of file announce? if so i guess i can deal with this.

PS: the speed was that for example reasons:tongue:

anon
08.12.20, 18:03
what does it do after it is downloaded? send the completion of file announce?

Yes, unless you enable option 6 (which is not mutually exclusive with anything) for that torrent =]

sigduwksnsksis9283
08.12.20, 18:18
Yes, unless you enable option 6 (which is not mutually exclusive with anything) for that torrent =]

Nice, another question since it is yes.
https://i.imgur.com/OnZcd8p.png
so whenever "ratio tool" is turned on the show you as seeder gets disabled, will i get in trouble for just sending a complete and then after i switch to the fake report system and the show you as seeder is not enabled by default? maybe im overthinking:wthink:

anon
08.12.20, 18:25
Changes apply immediately. If you switch before the next tracker update is due, they won't notice anything. You can also have "show you as seeder" without leaving the ratio tool, by setting 22c to 100.

proxcz
09.12.20, 01:21
Hi everyone just two question please

i try 3x times reinstall and i never see the JRE folder....
5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).

anyway i always upload the JDK from openJDK and rename..

Second.

In console i getting always this error

20838

Thanks for a help :-)

anon
10.12.20, 00:30
java.lang.ClassNotFoundException: sun.net.www.protocol.https.PsHttpsURLConnectionImp l

Did you edit the .vmoptions file as described in the first post?

adsadsdas23412341
13.12.20, 19:23
Hello. A new beta version was released. Would it be possible to provide an update?

anon
13.12.20, 21:25
The "Beta" in the title refers to the mod, not the base client. Currently we only do core updates for stable releases of BiglyBT, and the latest stable is still 2.5.0.0.