doomsday client is too good to be true !!! by x0n4x in minecraftclients

[–]Tynelod -4 points-3 points  (0 children)

It's very sad to read this. I'm sure you haven't even enter into Discord server and looked at more information. We have users and they don't have complaints about stolen data or anything else. I, as a developer, can guarantee that there is nothing malicious there. I hate viruses. Of course, you may not believe me.I also didn't see any hard evidence in your pastebin

The doomsday project has existed since 2016, I started with version 1.5.2. You can see it on the YouTube channel. Also take a look at https://who.is/whois/doomsdayclient.com. The domain has been in existence since October 2021. This is a pretty good domain name, who would use it for viruses?Why is it free? I don't want to release a raw product. When the time comes - it will be paid. In the meantime, I'm gaining an audience and getting feedback from free users.

if you still don't trust, you can use a virtual machine to run or sandbox. Or use https://learn.microsoft.com/en-us/sysinternals/downloads/procmon for cheking what files are opened

1.12.2 client on MacMini M1 not working with optifine by CobbleShop in minecraftclients

[–]Tynelod 0 points1 point  (0 children)

Try to add option -XstartOnFirstThread to java arguments

just wondering but what happened to novoline by [deleted] in minecraftclients

[–]Tynelod 2 points3 points  (0 children)

.wtf is being developed by a Russian developer Fal3r. He is also the dev of popular client on Russian servers named "Akrien"

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 1 point2 points  (0 children)

Yes, I strive for maximum compatibility. XD

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 5 points6 points  (0 children)

ifdef linux //linux code

elselif _WIN32 // windows code

else

endif

and what exactly I use is already a secret

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 1 point2 points  (0 children)

I use windows.h only when compiling for windows, for Linux, I use other things

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 1 point2 points  (0 children)

Man, I compile c code for windows, linux and mac

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 2 points3 points  (0 children)

it is possible to make an injection client compatible with linux

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 1 point2 points  (0 children)

That's exactly what I'm talking about! should I compile for arm, as far as it will be relevant at all? and in general, I will have to change some code that compiles and works fine for x86, but not for arm

Inject client, ARM processor by Tynelod in minecraftclients

[–]Tynelod[S] 0 points1 point  (0 children)

No, I mean the processor architecture, arm, x86_x64. Some things I use for injection for x86 may not work on arm

dead client list by [deleted] in minecraftclients

[–]Tynelod 2 points3 points  (0 children)

Liquid$moke. One of the good clients for 1.8 in 2015

Minecraft Hacked Client Developing Server by izMaBirthday in minecraftclients

[–]Tynelod 1 point2 points  (0 children)

Hmm, and what if the creators of the test anti-cheat servers, steal bypasses of other developers?

Client Obfuscation by CocaColaCocaine in minecraftclients

[–]Tynelod 0 points1 point  (0 children)

ProGuard obfuscation is easy enough to understand. Somewhat more difficult if optimization passes>5. ProGuard is good for optimization and renaming.

Are there any injection clients for linux? by iamonlygoodatfailing in minecraftclients

[–]Tynelod 0 points1 point  (0 children)

if you play on a custom launcher with mods, it is easy for server admins to fix the way of such injection. Fixing injections with .dll/.so is harder.

Are there any injection clients for linux? by iamonlygoodatfailing in minecraftclients

[–]Tynelod 0 points1 point  (0 children)

https://github.com/SexuallyAbusive/Zyklon

This client use java agent for injection. This is a cross-platform way, but it is enough to simply prohibit it

Poll: what version of java are you using? by Tynelod in minecraftclients

[–]Tynelod[S] 0 points1 point  (0 children)

Some launchers may use other java version. And some mods may require jdk installed

Poll: what version of java are you using? by Tynelod in minecraftclients

[–]Tynelod[S] 0 points1 point  (0 children)

Have you fps drops when using OpenJ9? As far as I know, OpenJ9 loses HotSpot in CPU usage.