# Valex

## Valex

- [Introduction](https://valex.gitbook.io/valex/introduction.md): This is the official Valex documentation, for the executor & external
- [Download](https://valex.gitbook.io/valex/getting-started/quickstart.md): This document will explain to you how to download the executor and external
- [Setup Guide](https://valex.gitbook.io/valex/getting-started/editor.md): This document will explain how to setup and get valex up and running
- [Frequently Asked Questions (FAQ)](https://valex.gitbook.io/valex/getting-started/frequently-asked-questions-faq.md)
- [Staff applications (closed)](https://valex.gitbook.io/valex/forms/staff-applications-closed.md)
- [Reseller application](https://valex.gitbook.io/valex/forms/reseller-application.md)
- [Rules](https://valex.gitbook.io/valex/discord/rules.md)
- [General](https://valex.gitbook.io/valex/discord/general.md)
- [Conduct & Responsibility](https://valex.gitbook.io/valex/discord/conduct-and-responsibility.md)
- [Usage & Configuration Guide](https://valex.gitbook.io/valex/external/usage-and-configuration-guide.md)
- [Features](https://valex.gitbook.io/valex/external/features.md): This document will outline all of the features Valex external currently has
- [Error Codes](https://valex.gitbook.io/valex/external/error-codes.md): Valex Error Code Reference
- [The memory could not be read](https://valex.gitbook.io/valex/external-fixes/the-memory-could-not-be-read.md)
- [Signature verification failed (timestamp too old)](https://valex.gitbook.io/valex/external-fixes/signature-verification-failed-timestamp-too-old.md)
- [External CMD Prompt opening but not loading](https://valex.gitbook.io/valex/external-fixes/external-cmd-prompt-opening-but-not-loading.md)
- [Taskscheduler](https://valex.gitbook.io/valex/external-fixes/taskscheduler.md)
- [Failed to get place ID](https://valex.gitbook.io/valex/external-fixes/failed-to-get-place-id.md)
- [Executor file not found](https://valex.gitbook.io/valex/executor-fixes/executor-file-not-found.md)
- [Executor crashing, not injecting or opening](https://valex.gitbook.io/valex/executor-fixes/executor-crashing-not-injecting-or-opening.md)
- [Crash on inject](https://valex.gitbook.io/valex/executor-fixes/crash-on-inject.md)
- [Drawing](https://valex.gitbook.io/valex/execution/drawing.md): The Drawing class provides an interface for drawing shapes and text above the game window
- [WebSocket](https://valex.gitbook.io/valex/websocket.md): The WebSocket class provides a simple interface for sending and receiving data over a WebSocket connection.
- [Cache](https://valex.gitbook.io/valex/cache.md): The cache library provides methods for modifying the internal Instance cache.
- [Closures](https://valex.gitbook.io/valex/closures.md): The closure functions are used to create, identify, and interact with Luau closures.
- [Console](https://valex.gitbook.io/valex/console.md): The console functions are used to interact with one console window.
- [Crypt](https://valex.gitbook.io/valex/crypt.md): The crypt library provides methods for the encryption and decryption of string data.
- [Debug](https://valex.gitbook.io/valex/debug.md): The debug library is an extension of the Luau debug library, providing greater control over Luau functions.
- [Filesystem](https://valex.gitbook.io/valex/filesystem.md): The filesystem functions allow read and write access to a designated folder in the directory of the executor, typically called workspace.
- [Input](https://valex.gitbook.io/valex/input.md): The input functions allow you to dispatch inputs on behalf of the user.
- [Instances](https://valex.gitbook.io/valex/instances.md): The Instance functions are used to interact with game objects and their properties.
- [Metatable](https://valex.gitbook.io/valex/metatable.md): The metatable functions allow elevated access to locked metatables.
- [Miscellaneous](https://valex.gitbook.io/valex/miscellaneous.md): The miscellaneous functions are a temporary collection of functions that are not yet categorized.
- [Scripts](https://valex.gitbook.io/valex/scripts.md): The script functions provide access to script environments and internal state.
- [Main Lua Environment](https://valex.gitbook.io/valex/external-lua-environment/main-lua-environment.md)
- [Aimbot Library Lua Environment](https://valex.gitbook.io/valex/external-lua-environment/aimbot-library-lua-environment.md)
- [Teleport Library Lua Environment](https://valex.gitbook.io/valex/external-lua-environment/teleport-library-lua-environment.md)
- [Color3 & Vector3 Lua Environment](https://valex.gitbook.io/valex/external-lua-environment/color3-and-vector3-lua-environment.md)
