PDA

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



DigitalDJ
19.11.21, 04:36
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 2.9.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.9.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 and open %APPDATA%\BiglyBT\java.vmoptions (C:\Users\%USERNAME%\AppData\Roaming\BiglyBT\java. vmoptions), append the following lines:


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true

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"
echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-opens=java.base/java.net=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true" | 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
echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "--add-opens=java.base/java.net=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true" >> ~/.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!

luci9870
20.11.21, 11:51
21159Hallo, hat jemand Erfahrung mit macOS Big Sur auf M1 ? Es wurde jdk-17.0.1.jdk installiert

illusive
20.11.21, 16:54
21159Hallo, hat jemand Erfahrung mit macOS Big Sur auf M1 ? Es wurde jdk-17.0.1.jdk installiert

I think it's related to java not being seen correctly somehow. On Windows I use JDK 17 now and all worked perfectly !

Check this if it helps

https://www.sb-innovation.de/showthread.php?3730-Mac-OS-X-Azureus-SBI-Mod-installation-Tutorial&p=341799&viewfull=1#post341799

Ligion
20.11.21, 18:47
Hello everyone.

I have a problem after the install, in the step 8, I can open the biglyBt after paste the code.

to work I have to use "#" in the first line of the code to open/work the BigBT.

Can someone had the same problem or know the solution?

Ty for the help.

illusive
21.11.21, 23:17
Hello everyone.

I have a problem after the install, in the step 8, I can open the biglyBt after paste the code.

to work I have to use "#" in the first line of the code to open/work the BigBT.

Can someone had the same problem or know the solution?

Ty for the help.


Post the content of the file and its name & location since I can't understand what you mean.

anon
26.11.21, 14:33
I have a problem after the install, in the step 8, I can open the biglyBt after paste the code.

to work I have to use "#" in the first line of the code to open/work the BigBT.

Make sure you're extracting ghostfucker_utils.jar to the right location. If the file is not available (or you comment out the line that loads it), the mod will "work", but the cheating features won't.

andreinsouza
27.11.21, 13:01
Hello y'all,

I am trying to use Perfect Spoof and select qBitTorrent as client but the option seems greyed out.

How can i fix it?

21162

illusive
27.11.21, 17:56
Hello y'all,

I am trying to use Perfect Spoof and select qBitTorrent as client but the option seems greyed out.

How can i fix it?

21162

Did you modify BiglyBTSpoof.properties or something ? I got this working out of the box.

anon
27.11.21, 19:19
That's exactly what happens when ghostfucker_utils.jar cannot be loaded...

MongoD
28.11.21, 20:18
I can see extreme mod setting for each torrent, where I can select ratio tool. But I dont see perfect spoof anywhere.

I think I unzip files in correct location . Output of ls /Applications/BiglyBT/.biglybt
3rdPartyLicences.txt ghostfucker_utils.jar
BiglyBT.jar installer.log
BiglyBTSpoof.properties java.vmoptions
BiglyBT_2.9.0.0_20211119.zip java.vmoptionsecho
GPL.txt plugins
GPLv3.txt swt.jar
PerfectSpoof2_Docs.zip upnp_trace1.log
clientfiles upnp_trace2.log
commons-cli.jar upnp_trace3.log
dll upnp_trace4.log
fileicon upnp_trace5.log

Any idea what I might be doing wrong ?

anon
29.11.21, 15:16
I can see extreme mod setting for each torrent, where I can select ratio tool. But I dont see perfect spoof anywhere.

The client spoof is a global feature and therefore can only be configured at Tools -> Options -> Extreme Mod. If you don't see it, or the settings are unavailable as in the screenshot posted above, you haven't followed all the installation steps.


Output of ls /Applications/BiglyBT/.biglybt
3rdPartyLicences.txt ghostfucker_utils.jar
BiglyBT.jar installer.log
BiglyBTSpoof.properties java.vmoptions
BiglyBT_2.9.0.0_20211119.zip java.vmoptionsecho

Are you sure you pasted the terminal commands correctly?

MongoD
29.11.21, 16:35
21163

I think I am able to see the options and the menu is activated as well. Does it mean everything works as expected ?

Any reason why you think I may have pasted commands incorrectly ?

Thanks for the help anon.

anon
29.11.21, 17:14
I think I am able to see the options and the menu is activated as well. Does it mean everything works as expected ?

If you see the client you chose there in the status bar (bottom left corner of the window), then everything's fine.


Any reason why you think I may have pasted commands incorrectly ?

There is no other reason to have a file called "java.vmoptionsecho" in your installation directory.

MongoD
03.12.21, 19:35
If you see the client you chose there in the status bar (bottom left corner of the window), then everything's fine.



There is no other reason to have a file called "java.vmoptionsecho" in your installation directory.

I am able to change the client and it does appear in bottom left corner.

I have been a long time mRatio user but unfortunately it does not work on macOS. So I am not really sure how to accomplish following tasks. (If there is any guide which explains each option then can you please share here?)

1) I dont want to download the torrent. I just want to report to tracker that I downloaded the torrent completely and seeded it with ration x:1 (upload:download)

2) Download the actual torrent and report to tracker that I seeded it with ration x:1.

Appreciate your help

Lucius
03.12.21, 19:42
I am able to change the client and it does appear in bottom left corner.
Restart the app


1) I dont want to download the torrent. I just want to report to tracker that I downloaded the torrent completely and seeded it with ration x:1 (upload:download)
You need "Ratio Tool" Mode.


2) Download the actual torrent and report to tracker that I seeded it with ration x:1.
Take a look at "Speedmode++"

MongoD
04.12.21, 00:42
You need "Ratio Tool" Mode.


So in ratio tool I just selected upload and download speed. But where can I check fake upload, download and ration ?
My settings look something as below

21169

Lucius
04.12.21, 06:24
So in ratio tool I just selected upload and download speed. But where can I check fake upload, download and ration ?
My settings look something as below

21169

Ratio Tool is all fake

andreinsouza
04.12.21, 10:31
That's exactly what happens when ghostfucker_utils.jar cannot be loaded...

And how can i make it load correctly?

I am using Windows 10 btw

anon
04.12.21, 21:18
I have been a long time mRatio user but unfortunately it does not work on macOS.

See 31340.


(If there is any guide which explains each option then can you please share here?)

See 13781.

A short search goes a long way, nya!


So in ratio tool I just selected upload and download speed. But where can I check fake upload, download and ration ?

Those are attributes just like name, size and label, and therefore can be viewed by double-clicking a torrent to open its properties. You can also add them as columns in the My Torrents view (and will likely want to do that).


And how can i make it load correctly?

Go through the install procedure again, as you must have skipped or misfollowed a step, most likely #8.

vaxike2028
04.12.21, 23:56
I accidently started seeding without Perfect Spoof, will the tracker staff find out that I was using this Mod?

anon
05.12.21, 21:37
I accidently started seeding without Perfect Spoof

How did that happen exactly?


will the tracker staff find out that I was using this Mod?

Which client(s) you've used is almost always logged. They may not find out right now, and in all likelihood nothing will happen, but if you somehow draw attention towards your account in the future, the data could be noticed and used against you.

Anyway, while not much can be done at this point, if you go to Tools -> Options -> Startup & Shutdown, you'll find settings to both automatically stop all torrents when exiting the program and start them when opening it. Enable the former and disable the latter, and you'll get "insurance" against future accidents like these, obviously at the cost of having to start your torrents manually every time.

Kingz
20.12.21, 07:12
I do have an issue
first time to face such problem


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)


java is updated . version 17 and 19
I removed everything and installed it again did not solve the issue
if I run the java file it is ok but with the exe it gives me the above message

anon
20.12.21, 07:17
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 357181.


if I run the java file it is ok

I've been running the mod like that for nearly 4 years. If these posts are any indication, I've spared myself a lot of trouble, all in exchange for seeing javaw instead of BiglyBT in the task manager :lol:

luci9870
23.12.21, 17:57
M1 Monterey
https://www.sb-innovation.de/showthr...l=1#post341799

does not work. Does not start

josecarmona
04.01.22, 22:09
Hi! what are the best options for Torrentleech,and there is a dark mode or at least a plugin for this amazing Mod,
is there is safe enough for Torrentleech,IPT,TD,TS,thanks for the Tips ANON,but i am scratching here just the tip of the Iceberg here, and don't want to get sunken,sorry again for my newbieness,thanks for the Simpsons video! es de no creer!
un abrazo enorme! Big Hughs pal!

anon
09.01.22, 08:07
Hi! what are the best options for Torrentleech

See the last pages of 6762.


and there is a dark mode or at least a plugin for this amazing Mod

See https://github.com/BiglySoftware/BiglyBT/issues/1841.


is there is safe enough for Torrentleech,IPT,TD,TS

It's safe everywhere as long as used correctly, but the exact way of doing so varies for each tracker. See 19749 for more details. Obviously, 13781 is mandatory reading too.


thanks for the Simpsons video! es de no creer!
un abrazo enorme! Big Hughs pal!

You're welcome and have another :happy:

http://www.sb-innovation.de/attachment.php?attachmentid=18385

tonyqc
16.01.22, 06:25
hi,

For macOs after i complete this step;
4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

the app no longer launch...

then I try step 5 but I think I did something bad at this command;
OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
what this command should be exacly if I downloaded the jdk with firefox at defauld download folder? I mean the .tar.gz
https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_macos-x64_bin.tar.gz

tonyqc
16.01.22, 06:42
Probably did something wrong at step 1 or 5: I need a video or something for the installation only. settings think in azureus is easy for me. Only the installlation for Macos is hard ...

anon
17.01.22, 14:05
then I try step 5 but I think I did something bad at this command;
OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
what this command should be exacly if I downloaded the jdk with firefox at defauld download folder? I mean the .tar.gz

Well, PATH_TO_OPENJDK_ARCHIVE would obviously need to be replaced with the path to the Java .tar.gz in your local file system...

tonyqc
18.01.22, 03:35
Well, PATH_TO_OPENJDK_ARCHIVE would obviously need to be replaced with the path to the Java .tar.gz in your local file system...

so the command should be;
OPENJDK_ARCHIVE="/Downloads/openjdk-17.0.1_macos-x64_bin.tar.gz"
????

anon
18.01.22, 07:41
If that's the full path then yes, but it seems unlikely that you'd have "Downloads" right in the file system root. I don't know what the Firefox default download directory is under Mac OS, but you can get it by opening the file's properties in Finder, or using the "find" command in a terminal.


find / -name "openjdk-17.0.1_macos-x64_bin.tar.gz" 2>/dev/null

yumzion90
08.02.22, 21:31
so , followed all instructions , installed biglybt ...then overwrote everything per the hack folder and renamed the jdk 15.0.2 jdk folder to jre and put in biglybt ...but i get this error when i start per biglybt.exe>

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)


please help

anon
09.02.22, 05:06
Search this in Google, you'll find several relevant answers.


"has been compiled by a more recent version of the Java Runtime" site:sb-innovation.de

yumzion90
09.02.22, 10:49
not really helping here, maybe a fully portable build with everything it needs could solve the issue...that way any variables of foldernames or location would be also solved since it would be fully self contained , since from what ive seen this comes up quite often with folks, appreciated

update>


works!, figured it out again , looking at my older install i noticed in the .install4j Folder in BiglyBT, that it was missing the pref_jre.cfg so i added that back in and also made sure that both the pref_jre.cfg and the inst_jre.cfg are pointing towards my jre folder inside the biglybt folder ...that does the trick !

BUT ....one more issue now is that BiglyBT wont show up when starting ...but i also realized a fix for that quickly ...the java.vmoptions file in biglybt roaming ....just had to delete its contents and works, so something bout >

--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailo r.noOptimize=true

isnt working...

anon
10.02.22, 03:07
not really helping here, maybe a fully portable build with everything it needs could solve the issue...

That would be three portable builds (what about Linux and Mac users?) that we would have to update along with the mod itself for every new release, when people can instead follow the instructions in the first post and do a little solution search if things don't work out... as you've just done!


BUT ....one more issue now is that BiglyBT wont show up when starting ...but i also realized a fix for that quickly ...the java.vmoptions file in biglybt roaming ....just had to delete its contents and works, so something bout ... isnt working...

The lines work and are highly important. Make sure they're being applied somewhere, or else your next problem will be that the Perfect Spoof doesn't work and torrents don't start :richter:

yumzion90
10.02.22, 10:13
thats the thing ......the lines are the issue , if i have them even only one line such as --patch-module=java.base=ghostfucker_utils.jar

biglybt wont show up ....help would be appreciated my good dude , im begging here....not smart enough to get this one solved on my own, much obliged

whyme
11.02.22, 21:06
so , followed all instructions , installed biglybt ...then overwrote everything per the hack folder and renamed the jdk 15.0.2 jdk folder to jre and put in biglybt ...but i get this error when i start per biglybt.exe>

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)


please help
Goodluck....

yumzion90
12.02.22, 04:08
please read posts before replying thank you kindly >

http://www.sb-innovation.de/showthread.php?35056-BiglyBT-Extreme-Mod-by-SB-Innovation-2-9-0-0-Beta&p=364027&viewfull=1#post364027

would still love someones help on this one please very much

yumzion90
14.02.22, 18:06
any help? ...please!

fakeup
19.02.22, 15:55
@anon

How would you rate
VEM 5.7.5.0 vs BiglyBT Extreme Mod 1.2.0.0 rev2 Beta ?

In other words is BiglyBT 1.2.0.0 that much better than VEM 5.7.5.0. I hear BiglyBt is a bit of a resource hog epspecially the latest ones. And that's basically my concern, was wondering if I could safely cheat undetected as a leecher (right settings) without being detected?

Maybe theres no other way and I should get the latest Bigly to be safe ? Are the early versions of Bigly so outdated that they are detectable?

anon
19.02.22, 20:26
How would you rate
VEM 5.7.5.0 vs BiglyBT Extreme Mod 1.2.0.0 rev2 Beta ?

How would you rate Windows 95 vs. Windows 98?

The fact you're considering 1.2.0.0 rev2 indicates your OS is at least Windows 7 (Java 9 is not compatible with XP) and very likely a 64-bit edition (Java 9 never received an official x86 release, only a "forgotten" one which Oracle DMCAed wherever they found it), which is good enough for the latest version of the mod.

Azureus/Vuze/BiglyBT was never known for its low resource consumption, but "not low" doesn't mean "unusably high", and there are tweaks to keep things under control. Deliberately running old versions will have very little impact on this and is not worth the loss of functionality and security.

fakeup
19.02.22, 20:57
Well I like XP, low memory consumption and such, no matter what people say about that OS, on 1 pc i have it installed. But lets be honest it's pretty outdated these days. I mostly use win7 or Win 8.1. I was worried newer Biggly would eat my memory, only 4GB.

I've read it here someone was saying some good things about Bigly 2.7

anon
19.02.22, 21:44
Well I like XP

As do I (remember 33804?), but the more programs dropped support for it, the harder it became to keep a setup that is both usable and secure, and at some point I had to let go. The facts I gave away my desktop computer on January 2019 and lost my virtual machines on a hard disk crash on December 2020 left me without an actual Windows XP system to test things, which was the last straw.

Some truly amazing projects (XomPie, NTOSKRNL_Emu) have managed to keep the system alive, but until there's a way to run the latest Java, you won't have much of a choice here. Especially considering Java 8 is the last version that works on XP, and that's below the minimum requirements for even BBTEM 1.2.0.0.


I've read it here someone was saying some good things about Bigly 2.7

I think we're going in circles here. :idunno:

yumzion90
21.02.22, 13:00
thats the thing ......the lines are the issue , if i have them even only one line such as --patch-module=java.base=ghostfucker_utils.jar

biglybt wont show up ....help would be appreciated my good dude , im begging here....not smart enough to get this one solved on my own, much obliged

would still appreciate some help here please!

anon
21.02.22, 21:31
I'm out of ideas here, mate. Maybe you could retry from scratch with a clean install.

yumzion90
22.02.22, 06:33
damn ....cause thats exactly what i did since the start ........yet get the above mentioned issue when using said java.vmoptions with added lines

Lucas Kane
22.02.22, 14:09
Trying to figure out a strange behavior when using Ratio Tool + after restarting the client :

- When "Add stopped" is checked >> torrent is stopped after restarting, also all other torrents that are using Speed mode++ are seeding normally.
- When "Add stopped" is not checked >> torrent is Forced Seeding after restarting, also all other torrents that are using Speed mode++ are seeding normally.

I don't recall that this was the case when I was using Ratio Tool some time ago, tried to play with many options related to queueing and seeding but with no success.

I need all the torrent to be normally seeding after restart.

Any thought ?

anon
23.02.22, 01:21
"Add stopped" should have no effect on a torrent that has already been added. For the rest, making a note to have a close look and compare behavior against old versions when I have enough time.


tried to play with many options related to queueing and seeding

Does that include these?


Options
Startup & Shutdown
Auto-pause/resume
Pause downloads on exit
Resume paused downloads on start after initialization completes

Files
Torrents
By default add new torrents in a stopped state
When a torrent is added in a stopped state automatically pause it

Lucas Kane
01.03.22, 17:48
Does that include these?


Options
Startup & Shutdown
Auto-pause/resume
Pause downloads on exit
Resume paused downloads on start after initialization completes

Files
Torrents
By default add new torrents in a stopped state
When a torrent is added in a stopped state automatically pause it


Yes, I already tried those and I re-tried them again after you mentioned them but they don't have any effect on "forced seeding" state.

I will try the new 3.0.0.0 update, but I don't expect any difference as this part of configurations most probably hasn't been touched in the new implementation.

anon
02.03.22, 00:32
Okies, will check this with 1.9.0.0, 2.9.0.0 and the new 3.0.0.0 once the worst of this month is over =]

As I recall, the part of the code that loads ratio tool torrents is a bit hacky, which is why the "add stopped" setting exists in the first place instead of following regular start and queue rules. The rest is solid though.

nero103
09.03.22, 03:43
There is no "jre" folder in "biglybt" just ".install4j". How do I proceed?

anon
10.03.22, 11:07
There is no "jre" folder in "biglybt"

Well, then you won't have to delete it! :weirdo: By the way, version 3.0.0.0 is out...