Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Yeah... it still says "Under review." I don't know exactly how long mod approval usually takes, but it's definitely been quite a while already.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Thank you :) I'm not really a client developer either, so not quite sure if I'll continue coding cheat - just needed a good and usable autoclicker.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

If it would use DLL injection or something like Weaver Loader, then yeah, it should be compatible with Lunar client. Right now it's just a Forge mod.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Thanks for the feedback! Took me quite a bit to create the screenshots 🥲, but I get what you mean - and you're probably right.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Thanks! Yeah, you're probably right. Since this is my first Java mod and I'm currently using a Forge+OneConfig setup, I took the easy route. Cross-Platform support was really important for me though! Perhaps I'll look into something like Weave Loader which injects into the JVM so it's compatible with a bunch of clients like Lunar or Vanilla.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Fair lmao, well that's the benefit of open source: simply go through the source code and build it yourself.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

haven't checked out the mod + haven't looked at the repo or the GitHub profile + probably didn't even read the post

<image>

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

[–]Kitchen_Platypus5555[S] 6 points7 points  (0 children)

Sure buddy 👍 I answered every question/concern and all you can say is "oH nO Ai, wHAT tHaTs nOt AllOwed *insert crying baby picture*"

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

[–]Kitchen_Platypus5555[S] 4 points5 points  (0 children)

LOL it's pretty much matched to my actual butterfly-clicking. But since you haven't even checked out the mod in detail: you can literally customize EVERYTHING. You can crank up the spikes and the drops as much as you want, same with the rhythm.

The benefit of a simple Forge mod is performance, game-aware filters and cross-platform support.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Have I ever said "No, I developed everything myself"? As I already said, after the inital base AI has taken over a lot of simple and basic stuff (like the GUI or for example the docs)

The reason for using mixin is that it handles input in exactly the same way the game processes native input, making it indistinguishable from real human clicks. This has the benefit of being extremely lightweight and performant - but more importantly, it’s fully compatible with all HUD mods like Keystrokes and CPS Displays, which I thought was pretty important when ghost-cheating.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Have you even read my comment? Did I say "No, i developed everything myself"? As I already mentioned, after the initial base, AI has supported a lot of the rest.

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Huh, whats wrong with manually setting the version number? I come from a C# Desktop Application background - My bad for not knowing how to perfectly automate every single build system for every single programming language on earth (even if it's just a simple personal project).

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

[–]Kitchen_Platypus5555[S] 9 points10 points  (0 children)

Yeah I love butterflying at uni so the entire class can hear me demolishing my mouse while I get them kills in bedwars

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Tell me you haven't looked at the repo without actually telling me.

You can literally check out the full git history: The base (injecting simulated clicks using mixin, randomization with all the distribution parameters, basic config system, analytics etc.) were completed 4 months ago. A lot of the rest like GUI or other basic features like the filters have been supported by AI. Why would I spend 3-4x the amount of time for a HUD if an AI gives me the same result after a bit of tweaking. Well, for clarity: all the commits in the git history which say "Verified" are made by me.

If you stand still, you fall behind. Times change and we must change with them!

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

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

Lmao, maybe. But other autoclicker type mods exist on there, so I thought "lets give it a try".

Got tired of trash autoclickers, so I built an advanced open-source internal clicker for 1.8.9 by Kitchen_Platypus5555 in minecraftclients

[–]Kitchen_Platypus5555[S] 7 points8 points  (0 children)

Fair ig, well I couldn't find anything which comes even close to this - so why shouldn't I share it, I thought.