Add ClientID spoofer#8536
Open
Razzyk wants to merge 2 commits into
Open
Conversation
Contributor
|
if ur server requires this borderline spyware id just recommend not playing on it. |
1zun4
requested changes
Jun 23, 2026
1zun4
left a comment
Member
There was a problem hiding this comment.
Overall it looks fine to. Just has to be verified if we don't cause issues with
- Having Client ID mod installed (maybe rather inject it instead of making our own?)
- Verify if the registered channels cannot be used to detect if the mod is installed.
Comment on lines
+166
to
+175
| private fun registerPayloadTypes() { | ||
| runCatching { | ||
| PayloadTypeRegistry.serverboundPlay().register(ClientIdModCheckPayload.ID, ClientIdModCheckPayload.CODEC) | ||
| PayloadTypeRegistry.serverboundPlay().register(ClientIdModListPayload.ID, ClientIdModListPayload.CODEC) | ||
| PayloadTypeRegistry.serverboundPlay().register(ClientIdPackListPayload.ID, ClientIdPackListPayload.CODEC) | ||
| PayloadTypeRegistry.serverboundPlay().register(ClientIdVersionPayload.ID, ClientIdVersionPayload.CODEC) | ||
| }.onFailure { error -> | ||
| logger.debug("ClientID payload types were already registered or unavailable.", error) | ||
| } | ||
| } |
Member
There was a problem hiding this comment.
Could this not be used to detect LiquidBounce / "Client ID" e.g. by checking if these channels are registered, or is that not possible? Needs to be checked!
Comment on lines
+60
to
+65
| private val modListMode by enumChoice("ModList", ModListMode.SPOOFED) | ||
| private val spoofedMods by textList("SpoofedMods", defaultSpoofedMods.toMutableList()) | ||
| private val resourcePackMode by enumChoice("PackList", ResourcePackMode.CURRENT) | ||
| private val spoofedPacks by textList("SpoofedPacks", mutableListOf("Default")) | ||
| private val clientIdVersion by text("Version", DEFAULT_VERSION) | ||
| private val sendPackUpdates by boolean("SendPackUpdates", true) |
Member
There was a problem hiding this comment.
A bit more human-written descriptions for these options would help. For example, SendPackUpdates tells me nothing as a user.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I have tested this, and it did bypass the checks for clientID
https://modrinth.com/plugin/client-id
and yes, this is vibe coded but it does work so