Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dsinkerii committed Sep 9, 2023
2 parents d598da4 + 6ac2526 commit f93fec9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Dsinkerii

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# messedup-settings
https://youtu.be/qbOCx4pdUnQ

### (for best experience, install https://git.frohnmeyer-wds.de/JfMods/Slyde to remove limit from options, allows to set any value more or less than intended)

# ‼️ READ BEFORE INSTALLING ‼️

🔴 IF you are the one who is going to edit the settings, make sure to follow these steps:
1. make sure you have python installed, its a very important step.
2. run in your console this command
```bash
pip install paho.mqtt Crypto pillow dearpygui
python -m pip install paho.mqtt pycryptodome pillow dearpygui
```
3. then, after installing it, install the `actor.zip`, this contains all required files for the script.
4. go to the unzipped folder in your console by running
Expand All @@ -28,7 +30,13 @@ python host.py
3. this key allows anyone to edit your settings, so be careful on who you give this secret key to.
4. PS. your old `options.txt` file wont be recovered once you close minecraft, make sure to make a copy of it if you plan on playing with it with someone.

# UPDATE 3: After a hella lot of time, it works! so happy.
If you have any issues with this mod or following any of the steps, feel free to open an issue.
(in case its an emergency (something like a security exploit) feel free to DM me in discord: @dsinkerii (dm's always open))

⭐ if you like this mod please hit that funny star button, i really appreciate that
![](https://media.discordapp.net/attachments/1134600951999778940/1137065459196383403/image.png?width=20&height=20)

# UPDATE 4: if you know how to compile a script and you use windows (because i am a linux user) feel free to open a pull request with the compiled script in a zip file so i can add it as a .exe file. (i dont want to ask my friends who dont know python at all explain to do this every update)

# how does it work
![what](https://github.com/dsinkerii/messedup-settings/assets/104655906/626da6e5-8ea3-47a4-ba86-8cf079f68bc8)
Expand Down

0 comments on commit f93fec9

Please sign in to comment.