📝 Contribution Opportunities
Interested in contributing? Below are available tasks across different areas of the project. Feel free to reach out to @yulesxoxo for questions or guidance.
🔧 Backend Development
Android Multi-Touch Gesture Implementation (PoC)
Library: uiautomator2
Challenge:
ADB lacks native multi-touch gesture support. uiautomator2 offers:
- Coordinate-based tapping (
d.click(x, y)
) - Screenshot capture (
d.screenshot()
) - Advanced gestures (swipe, pinch, etc.)
Goals:
- Develop PoC for multi-touch gestures
- Prioritize pinch-to-zoom for game automation
Extended Opportunities:
- Explore additional uiautomator2 game automation features
- Performance comparison: uiautomator2 vs standard ADB
- Benchmark tests for shared functionality (tap, screenshot, swipe)
Desktop Client Support Investigation
Current Understanding:
- Mouse click simulation limitations (requires actual cursor movement)
- Screenshot challenges with display scaling/multi-monitor setups
- Higher detection risk compared to ADB (if Lilith starts to care about botting)
Implementation Needs:
- Device abstraction layer (Android vs Desktop)
- Unified input mapping system
# The actual bot code should not end up looking like this. if device.platform == "Android": device.press_back_button() elif device.platform == "DesktopApp": device.keyboard.press("ESC")
- Complete desktop interaction logic
🖥️ Frontend Development
Global Hotkey Config Component
Create a Svelte Component to edit a single Global Hotkey in the config.
You can decide what format it should be stored in, in the config too.
📖 Documentation
Emulator Setup Guides
Format: Individual .md
files per emulator
Needed Guides:
- MuMu Player
- BlueStacks
- LDPlayer
- MuMu Pro (Mac)
- BlueStacks Air (Mac)
Guide Requirements:
- Default device ID setup
- ADB enabling steps
- Recommended configuration
- Multi-instance device identification
Physical Device Setup
Topics Needed:
- Wireless debugging setup
Custom Routine Documentation
Content Needed:
- Feature explanation and workflow
- Practical examples (AFK Journey reference)
🎮 AFK Journey Specific
Arcane Labyrinth Optimization (Difficulty 15+)
Goal: Consistent Floor 16 clears
Suggestions:
- Coordinate with Arcane Lab channel for team comps
- Develop rune/crest priority system
Fishing
This is 80% done only needs logic to navigate to fishing spots.
Feature Documentation
Scope:
- Complete feature catalog
- Usage instructions
- Configuration options
- Visual examples
🚧 In Progress
- GFL2 Daily Automation - @valextr
- Backend Refactor (Second Pass) - @valextr
💬 Getting Help
- Discord: Use the badge above
- GitHub: Create issues for bugs/feature requests