This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
This method is PATCHED. There will be no further support for this project
a tool to assist in code raiding in rust
This tool is designed to be used on a second monitor.
This tools will allow you to see a easily readable code to put in when code raiding and it allows you to go forwards and backwards without left and right arrows so you don't have to quench your eyes to see the code you were at in that .txt file and you don't even need to tab out! It has a feature to "start from" whichever line you wish to, so if there is multiple people using this tool at once it is possible to coordinate who will be using codes from what line eg. 1st person from 0-300 2nd from 300-600 and so on.
To launch this tool you will need python3 and you will need to install 2 libraries for it.
How to install: (If you have erros go all the way to the bottom to find a solution)
- Download python3 and install it: https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe
- Continue the install on default settings unless you personally wish to change something.
- When installed search python in your search bar and open a python command promp to check if it's install properly.
- After that search up cmd and open it. In it you will write: pip install pillow pynput
- When you're done installing(It should only take about 5sec) open the Kodelock.py or Launch.bat file to launch
Alternativley you could open command prompt cd into the directory of Kodelock and launch it directly with python Kodelock.py
I'm pretty sure rust doesn't even work on linux but if you're using linux you need to install the following:
sudo apt-get install python3-pil.imagetk
sudo apt-get install python3-tk
sudo apt-get install python3-pip
pip install pynput
.
.
.
.
.
If you're having issuses with pip dropping erros like not found externally or internally or something along those lines do the following:
- Search run and open it
- Write sysdm.cpl and press ENTER
- Go to "Advanced" in the menu and click "Enviroment Variables"
- Then on the bottom listbox scroll down until you findn PATH and click it once
- Then click Edit
- Click New and add C:\Python310\Scripts (You will have to chage the directory if you manually installed it to another drive)
- OK on everything and you're done!
Now launch a cmd as administrator and write pip in it. If an error pops up you probbably misspelled your python scripts path or you changed it from default.
Same guide with images ( METHOD 2 ) https://appuals.com/fix-pip-is-not-recognized-as-an-internal-or-external-command/