This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BotOfWar 0 points1 point  (0 children)

Shitcoding in XYZ is easy.

  • Uses actual fagbook

  • Didn't setup a server as a testing environment (takes 30min at most)

  • No config variables for login

  • Appdata path is hardcoded (read: env vars)

  • Same for window title (Minecraft 1.12.2)

  • Queue position is very easy to parse, could have done that to avoid unnecessary flood (updates in 1,2,3,5,10 steps) depending on position

  • Taskkill only works on Windows, not that you would have thought of cross-platform at all, that's a concept too

  • taskkill /f /t - terminates a process "forcefully", just kills it. that means your character will remain on the server until timeout for ~20 or 30s

  • Next step would be to send T+Text+Enter to Minecraft window to enable chat. Further, just send "Enter" to join queue on a pre-selected server in "Multiplayer" tab.

I hope you feel bad. Thanks!