Added a new module and 2 new commands to MCProxy!
Automatic Skywars Armor Swapping saves you time so you don’t have to worry about switching armors in skywars and you can get right to the pvp!
/debug allows you to view debug info about the proxy’s state, to make sure it’s functioning as it should
/apikey lets you view the active api key for the proxy, in case you want to use it elsewhere!
All mcproxy-specific commands (like dump packets, debug, and api key) allow prefixes of /mcproxy: before the command name, to make sure you’re running mcproxy commands!
github.com/TBHGodPro/McProxy
I made a program which will sync up multiple windows (with lines connecting their positions) in electron, this has built-in multiple methods of communication, including native electron ipc, websockets, net sockets, and more!
github.com/TBHGodPro/Multi-Window-Sync
I made a library for accessing and using the Hack Club Arcade API in typescript!
This library automatically accounts for ratelimits with the ratelimit headers returned in responses and will be published to npm very soon!
For now, here’s the repository if you are interested: github.com/TBHGodPro/Hack-Club-JS
Got 2 more modules ready for MCProxy along with a new command
The LC Staff Mods module lets you access hidden lunar client staff mods (like client-side x-ray)
Duels Utilities now highlights players in a color correlating to their health, green for high, red for low
Dump Packets is a command to dump every packet for the next n milliseconds
Got Bedwars Utilities ready in MCProxy with a Player Highlight portion already done, it just highlights player (works in all modes) with their team color!
Inspired off a youtube video I saw where it was done in python, I made flappy bird but everything is its own window in typescript with electron.
github.com/TBHGodPro/Flappy-Bird-Windowed/commit/c505c6abbcedc84b4b2c70c81826388d2617fcdeBeen working on the proxy for hypixel, added commands, and made a command for muting chat which hides all messages that shouldn’t be important to me (don’t include my name and aren’t from my party or guild)
(for the record, this in-game screenshot was taken in skyblock lobby 1, which is notorious for crazy chat spam, and it was muted for a good minute)
Got the proxy on hypixel working, plugin development begins, and here is the first one: a customizable dynamic boss bar
github.com/TBHGodPro/McProxy
Making a proxy for the minecraft server hypixel. I’ve already made one in the past, but this is kind of a refurbish, from scratch. Idea is a much cleaner codebase especially for modules.
Already have most things implemented, all thats left is custom / command handlers and then actually making the modules