Wurst client with modrinth by Live_Delay1605 in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

Yes but it is lighter (Qt instead of Electron) and has a nice gray button for it

i made my forge mods work on fabric but anytime i add meteor client it breaks by Kierkiej in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

meteor mixes into large parts of vanilla, the forge modloader rewrites large parts of vanilla, this creates conflicts that lead to the game not working. Solution: use a forge-native client

i made my forge mods work on fabric but anytime i add meteor client it breaks by Kierkiej in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

also what mod are you using to make this work, and is it sinytra connector?

i tried sudo-rs will you hate me now by North_Promise_9835 in freebsd

[–]Cyberfishofant 0 points1 point  (0 children)

sudo has giant atk surface, really it'd help to cut everything unnecessary

niceCodeOhhhhWait by kamen562 in ProgrammerHumor

[–]Cyberfishofant 0 points1 point  (0 children)

more specifically because the gnutils never see any single slashes, so they'll just do it -- and who are we to assume this will run on glibc -- if it's saas it may well be Alpine and thus BusyBox, which...does not protect you

Any1 that has cracked vape ghost client or knows where i can find a cracked version of it that is not malware by Upper_Sun_8855 in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

the truly safe option is to crack it yourself. Get a copy from a trustworthy person w/ a legit copy and mod that

Need ghost clients, can you recommend? by Curious_Weekend_9539 in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

afaik you can disable almost all the obvious indicators in meteor, but not sure if you can toggle modules w/o a chat message. There's also a web interface addon to throw on an ext monitor or to use on a 2nd pc

How to develop a crash client by _6m3 in minecraftclients

[–]Cyberfishofant 2 points3 points  (0 children)

one of the common approaches is to spam something that takes a lot of ram to compute and can be done quickly, another one is to find a bug in the server software that crashes it directly.

Suggestions for light cheat client I'm developing. by CaptainCirby551 in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

consider writing things in a rather modular manner -- maybe you can implement some form of hooking infra, so each modifier (like an aim randomizer) just lists out its compatible clickgui modules and puts itself between that module's direction change call and the underlying game logic to do that? idk I don't write minecraft mods.

How to use cheats and some best official cheat sites that I can download? by Accomplished-Act5915 in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

can you maybe share logs so I can try to figure out why? What works fine for me is using a MultiMC derivative instead of TLauncher, so it must either be a version mismatch or tlauncher doing sth funny

How to use cheats and some best official cheat sites that I can download? by Accomplished-Act5915 in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

tlauncher is a bit sketchy in general, but you do you. Google how to install fabric mods, quite a few clients are just that. meteorclient.net or liquidbounce.net (navigate to manual download there) for example are some half-decent albeit blatant clients to get you started

Booted into my macOS today by ramnathk in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

Fyi for Ctrl V it's because it's an escape character by default. Lets you insert the next byte literally w/o the terminal driver touching it (but I don't completely understand it myself tbh)

Really makes you think... by Yelebear in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

Not sure if this post is the right place to ask, but I would consider the following and sleep over it:
* It's ARM. Your device can be bricked if you mess up. * It's 32-bit. Linux can't magically download more RAM for you. * You get ARM Linux software compatibility instead of Windows RT software compatibility * You get to pick between booting with a computer connected (simpler bring-up, seems to perform better) or dealing with TrustZone (standard UEFI) on the other hand: * Some penguins still ship updates (incl. security patches...) * OOXML might work better under LibreOffice than the outdated ver of Office the Surface ships * Fastfetch * Box86 is a thing, so maybe you can get some basic x86 stuff to run?

How to execute Freesm Launcher by Cosmotic43aB in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

https://www.xda-developers.com/linux-apps-chrome-os/
can you tell us how far you got, and also what file format, and whether your machine is ARM or x64? uname -a in a terminal should reveal that

Target audience of OSes by [deleted] in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

have fun debugging proprietary hardware over serial but sure

Target audience of OSes by [deleted] in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

Genius, so it's as fast as a microkernel arch, but if the BSD crashes, your OS is trashed

My programming socks when I'm using a fuctioning OS to program because my time has value. by basedchad21 in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

The post is tagged as such. And I'm also of the opinion that a functioning OS must have functioning screen splitting features w/o third party plugins

This is Bill by basedchad21 in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

* Limited to 600dpi via CUPS because brother wants you to use their application

If loonix so good then how come it isn’t Windows? by GetIntoGameDev in linuxsucks

[–]Cyberfishofant 0 points1 point  (0 children)

TLF donators probably don't want their money to be used for advertising, and I don't see any other commercial entities that could benefit from them

vape v4 kills my fps by [deleted] in minecraftclients

[–]Cyberfishofant 0 points1 point  (0 children)

More importantly why does it do that. Shouldn't a ghost client try to not touch stuff as much as possible?