← Back to Home
Documentation
Complete guide to using ArcaneX
Getting Started
Installation
Follow these steps to install ArcaneX:
- Download the latest version from the homepage
- Extract the ZIP file to a folder of your choice
- Run
ArcaneX.exe as administrator
First Launch
When you first launch ArcaneX, you'll see the main interface with:
- Script editor with syntax highlighting
- Execute button to run your scripts
- Script Hub for pre-made scripts
- Settings panel for customization
Basic Usage
Attaching to Roblox
ArcaneX uses an automatic attach engine. Simply:
- Launch Roblox and join any game
- Open ArcaneX — it will detect the running process and attach automatically
- Wait for the "Attached" status indicator
Executing Scripts
To execute a script:
- Paste or type your Lua script in the editor
- Click the "Execute" button or press
Ctrl+Enter
- The script will run immediately in the game
Using Script Hub
Access pre-verified scripts from our built-in hub:
- Click the "Script Hub" tab
- Browse available scripts by category
- Click on any script to load it into the editor
- Execute as normal
Advanced Features
Save & Load Scripts
Manage your favorite scripts:
- Click "Save" to store the current script
- Give it a name for easy identification
- Access saved scripts from the "Saved" tab
- Load any saved script with one click
Auto-Execute
Run scripts automatically on game join:
- Save your script to the
autoexec folder
- Scripts in this folder run automatically once ArcaneX is attached
- Perfect for universal scripts like Infinite Yield
Customization
Personalize your experience:
- Change editor theme (dark/light)
- Adjust font size for better readability
- Enable/disable syntax highlighting
- Configure hotkeys for quick actions
Troubleshooting
ArcaneX won't attach
- Make sure Roblox is running before launching ArcaneX
- Run ArcaneX as administrator
- Restart both Roblox and ArcaneX
Scripts not executing
- Verify the script is compatible with the current game
- Check for syntax errors in the script
- Ensure you're properly attached to Roblox
- Try a simple test script like
print("test")
Crashes or freezes
- Update to the latest version of ArcaneX
- Clear the cache folder in ArcaneX directory
- Avoid running multiple executors simultaneously
- Check if your system meets minimum requirements