Metadata-Version: 2.1
Name: FiveMCipherFinder
Version: 1.4.0
Summary: Finds Cipher in lua scripts.
Home-page: https://github.com/exersalza/FivemCipherFinder
Author: exersalza
License: MIT
Project-URL: Source, https://github.com/exersalza/FivemCipherFinder
Project-URL: Issues, https://github.com/exersalza/FivemCipherFinder/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
License-File: LICENSE

# [CURRENTLY UNDER DEVELOPMENT] FivemCipherFinder (v1.4.0 poggers)
This is a Fivem Cipher remover for those that don't want Ciphers in their scripts :D

The idea behind these scripts are to remove a Cipher or more. Currently, there is it only in Python available, but I will soon add the C++ variant.

Desc:
The script will walk through your Servers directory's and scan for as example `\x41\x42\x43`. When it found something.

## Languages 
Planed are Python (Currently in development) and C++ (Not started)


## Install instructions for Python
Py-Version: 3.7 and above

Clone or Download the latest release and unpack it.

The `main.py` is your entry point, you can run it with `find-cipher <Your Path> [Exclude Path]`. 
You can also just use the file as `Your Path` to scan only one file. `Exclude Path` is not requiered.

With the exclude path parameter, you can add one or more paths that shall be excluded (anticheat or anticheat, cars).

The script with the Ciphers getting logged in a File (`CipherLog.txt`) that gets created.
