Skip to content

Instantly share code, notes, and snippets.

@MommyHeather
Last active November 9, 2023 03:51
Show Gist options
  • Save MommyHeather/1dc0fc8ded2265b57b5ba7fe0f6b7a42 to your computer and use it in GitHub Desktop.
Save MommyHeather/1dc0fc8ded2265b57b5ba7fe0f6b7a42 to your computer and use it in GitHub Desktop.
Progression of what each file did, with commits and dates

This is only for the output.jar that is downloaded and executed - commits which don't touch it are skipped. Note - these files aren't currently accessible / the links won't work.

Date Changes Commit Link (mmpa.mommyheather.co.uk)
2022.03.05 Initial version. Steals tokens from Discord Stable / Canary, Chrome, Opera, and the running game instance. Sends them to https://cheatersgetuwued.cf/ adfbbede4259b10ad5236d1c353d976ba12eb223 link
2022.03.05 Resets the SSL factory to default once theft has finished, likely because other stuff using SSL broke in the last iteration. 3192865a87fe4f1fc9478e06eb1fd7499d0b39a5 link
2022.03.06 Undoes the previous change... reworks whyTfDoesLetsEncryptNotWork() slightly bb0f157ab820667c4523de803b5e5ee608d8b3a2 link
2022.03.07 Adds error handling when getting locations for Discord Stable / Canary, Chrome Opera storage c0091dd14a3b76d07b1a2b24c31f1709758af928 link
2022.03.07 Refactor usage of whyTFDoesLetsEncryptNotWork(), no functionality change d97bdd4ebb2a2f0228f69dafa05f0760d340b607 link
2022.07.20 Add debug functionality, rework account theft - attempt to join a minecraft server for some reason? 8a137c947bda313d541507694156d0c5b65839b3 link
2022.07.20 Undo previous, for some reason? It gets redone later 1f92590f5f09e6b054746da84b0d6825cd497f73 link
2022.07.20 Readd the functionality removed last commit! who knows 4c37e5dee56b8701a5d8512a1960d0791689a186 link
2022.07.20 Break debug logging by lowercasing a string and comparing it to a string with uppercase characters, remove some log hiding 8c0d43a5d232b7f596cf3b75d4c0853ab76cb0ef link
2022.07.20 Literally nothing?? Line for line identical cf3ed6bc260fc5f51a247a7c3a5f377ad2b9d4cf link
2023.03.29 Change url for stolen data to https://owouwu.tk/ c529481f35a87cd7b5071cfcced96d9300334868 link
2023.05.18 Fix debug logging 2951cbbb26c2b005b2e9e0842b1c121e4f583d6c link
2023.05.18 Add a singular print statement when debugging is enabled 305986a0a115e6271372a1bd976652a1152ff09c link
2023.05.18 Another print statement! fe39c13ba4e018730d57fe553e5450a8e7570cda link
2023.05.18 Add a user agent when sending stolen data, with a value of IHateCloudflare'sBrowserIntegrityCheck! 6cfa209827f602c337ba071d1a8b2a2019b7e17e link
2023.05.22 Tell the end server if debug was enabled or not c127ff97202f44264b1e31fb9acf1b490fa724ce link
2023.05.23 Replace GameRegistry.ObjectHolder with a static call to Update() 2607ab4e3ab5e337ae6d44657b26365521356bc5 link
2023.05.23 Replace the above with a debug print 1bc9d180479a15d6b69e03e3e473727fdd27b6e8 link
2023.05.23 Remove the above, and add a call to System.Exit() if debug is enabled 77ea74152492d155f48c5ae0bc5ca0c4c5ccf9ae link
2023.05.23 Replace the above with a call to forge's own exit method 2d055621d12929ac2183dd2551087f0f5339c7b8 link
2023.06.05 Literally nothing again 67a5066ad626eef50e208bd616c7b9d01992cadc link
2023.06.05 Remove the call to forge's exit method 6afe0a78e70e4070e1e1320e1c48bfef99f44ca6 link
2023.06.07 Debug log the time the request was made a0ff7f99b47ac42b180767fdffadc80d7479b3da link
2023.06.07 Undo the above 3116e9053897390f166a571a530b9fb476cb380d link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment