Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyTek authored Apr 4, 2023
1 parent 7c818a7 commit 3476373
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3476373

Please sign in to comment.