Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

📝 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.

Discord Presence


🔧 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:

  1. Explore additional uiautomator2 game automation features
  2. Performance comparison: uiautomator2 vs standard ADB
  3. Benchmark tests for shared functionality (tap, screenshot, swipe)

Desktop Client Support Investigation

Current Understanding:

  1. Mouse click simulation limitations (requires actual cursor movement)
  2. Screenshot challenges with display scaling/multi-monitor setups
  3. Higher detection risk compared to ADB (if Lilith starts to care about botting)

Implementation Needs:

  1. Device abstraction layer (Android vs Desktop)
  2. 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")
    
  3. 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