From 3476373118c1142aad4f9abc30dfbfb73b43baa5 Mon Sep 17 00:00:00 2001 From: __B3y__ <85953451+RealBey@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:24:33 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 4ea1c19..2761932 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,23 @@ enable cheats and more in sons of the forest Juste exclude on windows defender and play + +This is a Python script that uses the tkinter and pynput.keyboard libraries to create a GUI that allows the user to control certain commands in a game using keyboard shortcuts. The GUI displays toggle buttons that the user can click to turn various options on or off. The state of the buttons is displayed on the buttons themselves. + +Dependencies +This script requires Python 3 to run. The following Python libraries are also required: + +tkinter +pynput.keyboard +keyboard +These libraries can be installed using pip. + +How to use +To use this script, run it in a Python environment. The GUI will be displayed on the screen. Click the toggle buttons to turn various options on or off. Keyboard shortcuts are available to control the options: + +Press F5 to spawn items in the game. +Press F6 to ignite the radius. +Press F7 to toggle the AI dummy. +Press F10 to toggle the AI radar. +Press F1 to activate the cheatstick. +Note that this script is designed to work with a specific game and may not work with other games.