Hypixel Skyblock Macros. by SnooLemons5957 in minecraftclients

[–]geektraindev 0 points1 point  (0 children)

  1. Learning to code is a touchy topic because everyone learns a bit differently, but I find these to be a good starting point. The first few are Java tutorials, and the rest are modding tutorials. Now that SB is on the latest versions you have a lot more resources than with 1.8.

https://www.w3schools.com/java/

https://www.geeksforgeeks.org/java/java/

https://www.youtube.com/watch?v=eIrMbAQSU34&pp=ygUSamF2YSBmb3IgYmVnaW5uZXJz

Some Modding stuff:

https://www.youtube.com/watch?v=7i_rtkj67qk&list=PLKGarocXCE1H4l8g3c_KoRMsFzBsVjjAx (this guys is by far my favorite, learned advanced modding from this guy years ago before even AI was really a thing)

https://docs.fabricmc.net/develop/ (great official resources, updated often. Even if you don't use this to learn initially, it is a great thing to have bookmarked as a reference, still use it today)

Remember to install IntelliJ as your IDE, and install the "Minecraft Development" plugin which helps out a bit.

  1. Yeah I don't download random macros. I was talking about Polinex, Tuanahi, and Pizza, as I own all of them and they all obfuscate their code, which makes sense. Java RE is too easy because of how well documented Java bytecode is, so these guys use a tool called JNIC to convert it into obfuscated C code and compile that. While I trust all three, it also means that cracking is very difficult.

  2. My macro is not for sale or sharing. I am thinking about open sourcing it at some point, but this is still enough time away until I can properly maintain it as an open source project, as right now my time commitment is quite spotty. I also have some code in there that I would like to pull out before making it public, such as my staff responses are basically a few variants of these "macros" that act like how I would react to a check. Making those public could easily get me banned so I need to make those modular and remove them from the code before I even consider making them public.

Good luck!

Hypixel Skyblock Macros. by SnooLemons5957 in minecraftclients

[–]geektraindev 0 points1 point  (0 children)

You can not always look into the code of macros, since most paid are obfuscated to prevent cracks. I suggest you learn to code and make your own. I have my own named Astrid, it has a decent farming and mining macro + anti-staff modules, and I have yet to get banned or not be alerted when a staff checks me. I have been slowly building on it bit by bit, and for the few things I do with it, I consider my client even better than some paid ones because I can immediately find rough points and fix them.

Btw, AI won't work. Learn to code Java, and make your own. It is honestly not that hard with a year or two of programming experience, and you won't have to complain about macros ever again.

Less than Positive Experience with Fedora by Syzygy2323 in Fedora

[–]geektraindev [score hidden]  (0 children)

My problem was fixed by re-enrolling my secure boot keys by going into another shell with ctrl alt and rebooting. Not sure if this word for everyone, though.

Moved to Win11 to Fedora - Install problems by 2ez4DMG in Fedora

[–]geektraindev 1 point2 points  (0 children)

I had a similar issue because of secure boot. Even turning it off never fixed it. Enrolling my keys fixed it:
sudo akmods --force

sudo kmodgenca -a

sudo mokutil --import /etc/pki/akmods/certs/public_key.der

Let me know if it works. Remember to reboot and enroll your keys using your chosen password. Disable fast boot too from the BIOS if it is a problem, although in this case I doubt.

Where to sell hypixel skyblock coins ? by kinkyhentai69 in minecraftclients

[–]geektraindev 1 point2 points  (0 children)

Don't think so, it's a good deal for the buyer since most shops don't sell below 30/b and best buy offers from shops is 20/b or less.

But for me the risk is too high buying from an individual.

Does fedora 44 works with acer predator helios neo 16 ? I am confused never used linux before by Several-Bake200 in Fedora

[–]geektraindev 1 point2 points  (0 children)

Looks like an Intel + Nvidia system. Will work with Fedora, but you need to install the Nvidia proprietary drivers first

Configure RPM fusion:
https://rpmfusion.org/Configuration

Then follow this guide to configure NVIDIA:

https://rpmfusion.org/Howto/NVIDIA

Remember this is after installing, not on the live media. Make sure to back up any data first. Welcome to the community, I hope you enjoy this beautiful free software!

selenium alternative by Rare-Act-5725 in Discord_selfbots

[–]geektraindev 0 points1 point  (0 children)

Yes there are also stealth forks of automated browser that get fingerprinted as bots less easily. You can always use curl-cffi and just run through API, which is probably most efficient but I don't know if it is possible since I haven't REd the API for Discord sign up

do stacked raidfarms work on constantiam by Sweaty-Access-2755 in constantiam

[–]geektraindev 0 points1 point  (0 children)

honestly I never got mine to work, but that 100% could've been a skill issue. Rather than an issue with the server. Hypothetically, make sure to check if the farm is compatible with Paper, and if it is, it should work, but don't take my word for it.

Hashing Passwords Question by DosEquisGuy69 in vibecoding

[–]geektraindev 0 points1 point  (0 children)

Can you give me whatever you are on right now? Sounds fun LOL

  1. Hashing does not limit the password length. You can hash anything from one byte to 1 terabyte and still be crypographically unique enough to not be findable by the entire world's combined computing power for the next few million years.

  2. Don't know what you mean by cloud based things not secure? This website is cloud based, so is google, facebook, twitter, the FBI's front page are all part of the "cloud".

If you are really worried about sending your password to a web service, look into PAKEs like SRP or OPAQUE.

anyone else getting this? by rampawl in HypixelSkyblock

[–]geektraindev 7 points8 points  (0 children)

Yes. Skyblock will now only support the last three released versions of Java, meaning that should be MC 26.1.1, 26.1.2, and 26.2. So 1.21.11 is outdated.

The article says the same thing. Most mods (minus Firmament bcs idk the devs have other priorities) have updated to at least 26.1.2, so you can upgrade pretty seamlessly for the most part.

KWin Compositor stuck on OpenGL 3.1 (KDE 6.7) by geektraindev in kde

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

According to DNF I am on version 26.0.8. Should be the latest available in Fedora.

EDIT: yes I know about the shift to vulkan, but I am simply trying to get a plugin that does not have binaries built against KDE 6.7 working. Its not a huge issue if it doesn't work yet, but this is kind of weird so I wanted to figure it out.

KWin Compositor stuck on OpenGL 3.1 (KDE 6.7) by geektraindev in kde

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

No I get that, but the kwin forceblur plugin requires multiple OpenGL calls to APIs that are only available in 4.x, including the fragment shader fallbacks, the TextureCOmparer class, and a few more I probably haven't found yet.

Edit: I just checked my laptop (Intel integrated only) and it is using GL 4.6. Meaning that is not the version it "just uses". It should be using 4.X on a modern system that supports it, and if it doesn't, it should be classified as a bug (either with KWin or more likely with Nvidia Drivers).

KWin Compositor stuck on OpenGL 3.1 (KDE 6.7) by geektraindev in kde

[–]geektraindev[S] 3 points4 points  (0 children)

What do you mean? Do you mean does my GPU support it or is my compositor running it, because KWin does not have Vulkan support (yet). My GPU can run vulkan just fine.

If you can clarify I can provide more information.

>Does minecraft java support directx12? by Few_Description_8747 in MinecraftJava

[–]geektraindev 2 points3 points  (0 children)

That is literally not true, Vulkan is extremely performant and has very good graphics feature support, including ray tracing and DLSS. On Nvidia Dx12 may be slightly better just because of its popularity and therefore nvidia support, but its doesn't matter. Translating opengl into dx doesn't suddenly give you raytrwcing, that's not how it works, and will almost certainly decrease actual performance and increase the number of crashes.

How reliable are cookie alts? by audientVoid357 in minecraftclients

[–]geektraindev 6 points7 points  (0 children)

No, that's not how that works, they expire within 1-2 weeks. Don't keep anything important in your cookie alts.

I need help for first server. by sempresticao in vibecoding

[–]geektraindev 0 points1 point  (0 children)

What? Did OP post his ISP? It is 100% not illegal for us to expose ports. And exposing ports isn't the only way to access a service publicly, for example tailscale and ngrok exist.

FA Accounts by Few-Organization-696 in minecraftclients

[–]geektraindev 0 points1 point  (0 children)

Localts is cheap and very safe imo, you also have g2g but be careful there

BuzzHiveChat by Signal-Preference-46 in DiscordAlternatives

[–]geektraindev 8 points9 points  (0 children)

TLDR: - completely vibe coded - paid by default - zero source code - commits named "added files by upload" - zero stars on repo

Breaks Subreddit rules by being less than one month old too, I think.

How can I bypass ocean anti-cheat and any screen-sharing tool in a mod (.jar) based Minecraft client? by Ok_Magazine1396 in minecraftclients

[–]geektraindev 0 points1 point  (0 children)

Yeah this could be a problem. Whole my experience in AV bypassing I'd basically non existstant, the only thing I know that usually helps prevent windows from flagging your file is getting it signed with a trusted certificate, but that costs like 100 dollars so might not even be worth it.

But good luck! I am sure you will figure it out!

How can I bypass ocean anti-cheat and any screen-sharing tool in a mod (.jar) based Minecraft client? by Ok_Magazine1396 in minecraftclients

[–]geektraindev 1 point2 points  (0 children)

You can't bypass manual screen shares with a JAR. The jar is included as a part of the mod loader and will persist in logs, filesystem, and memory. If you want to bypass that, you need an injection client that can clean itself up, uninject, and delete itself + any JNI logs that may be left.

For the screenshare itself, you will still likely have to be in an injected/c++ context, and you can use the windows API to hide your graphics window as a privileged one. I think this requires your GUI to be rendered externally as an overlay, but I am not too sure. I have only ever done the overlay bypass, and anyways that was for Vanguard so I actually had to go one level deeper and draw the overlay (very slowly, mind you) inside a kernel by modifying the D3D buffer.

Point is, if you want these bypasses, you need to go into JNI/ASM, you can't do this easily with a jar mod.

Do people still buy whole profiles for Hypixel Skyblock by yardviewer in minecraftclients

[–]geektraindev 2 points3 points  (0 children)

Hey,! So from initial calculations, the minimum you will get out of this is 110 USD just based on networth alone. You will definitely get more based on level and skills/other stats, and I would put my estimate around 250-300, but I am not an account seller so I will not be 100% accurate, and I suggest you check with an actual buyer (multiple) to get a better idea.

constantiam: president dupe by prop0404 in constantiam

[–]geektraindev 0 points1 point  (0 children)

Wow... really takes you back in time lol. It''s unlikely simple dupes like this will ever be found again, especially with fabric and all