NPC Activities
20 subscribers
5 photos
1 video
17 files
13 links
Side quests only :D
Download Telegram
Forwarded from Deleted Account
https://github.com/RipperHybrid/AshLooper

Cloning into 'AshLooper'...

remote: Your account is suspended. Please visit https://support.github.com for more information.
Forwarded from Ryu
welcome back
2
Ryu
welcome back
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from GitHub
🔨 1 new commit to AshLooper:Master:

61c0556: docs: v9.2 "The Rebirth" - Cloudflare migration & core logic overhaul

- Updated infrastructure notice: Account restored, updates moved to Cloudflare, and GitLab mirror established.
- Documented service.sh rewrite: Dynamic validate_tools() for native pgrep`/`pidof detection (Universal Support).
- Refined stability check logic and removed hard dependencies. by RipperHybrid
🔥2
If You Gaze Long Into An Abyss, The Abyss Also Gazes Into You - Friedrich Nietzsche O_O
Meta-Overlayfsx_v1.3.2_13200.zip
449.7 KB
### Update Info
Released on: 09-02-2026 02:38 AM

### Changelog
## v1.3.2 - Major Overhaul & WebUI Integration

### 🚨 Core Rebranding
- Project Renamed: transitioned from meta-overlayfs to overlayfsx.

### New Features
- WebUI Dashboard:
- Added a comprehensive KernelSU Manager WebUI built with Vite & Vanilla JS.
- Dashboard: View real-time storage usage (ext4 image), mount status, and device info.
- Module Manager: Search, filter, enable/disable modules, and uninstall modules directly from the UI.
- Log Viewer: View and clear system logs (overlayfs.log) directly within the app.

### 🛠️ Technical Improvements
- Shell Script Refactoring:
- utils.sh: Introduced a shared utility library to centralize logging, prop extraction, and mounting logic, reducing code duplication across scripts.
- metamount.sh:
- Added Orphaned Module Cleanup: Automatically detects and remo

... (Changelog truncated due to Telegram limit)
🔥1
FontCraftPro_V5.9_By_RipperHybrid.zip
2.4 MB
# FontCraft v5.9 - Major Release

### 🚀 Major New Features
- **Magisk WebUI Support:** Full WebUI experience now available for Magisk users via new bridge system
- **Browser Bridge Download:** Fallback download system streams through browser when wget fails
- **Toast Notification System:** Visual notifications with success/error/warning/info types
- **New Emoji Pack:** Added SamsungOneUi5_beta4 emoji pack back

### 🛠 Core Improvements
- **Modular Architecture:** Created shared `utils.sh` with all core functions
- **Interactive Action Menu:** Vol+ select / Vol- navigate with WebUI launcher, GMS cleaner, and exit options
- **Process Locking:** Prevents duplicate service instances with lock directory
- **Session Management:** Auto-shutdown after 10min max / 5min idle

### 🎨 WebUI Updates
- **Retro Default Theme:** Reduced to 2 themes (Light/Retro) with Retro as default
- **Magisk Preset:** Added Magisk preset with proper installation args


... (Changelog truncated due to Telegram limit)
2
FontCraftPro_V6.0_By_RipperHybrid.zip
2.4 MB
# FontCraft v6.0

### 🛠 Core Improvements
- **Template Cleanup:** Added proper cleanup of old template before moving new one with `rm -rf /cache/Template/`
- **Theme Default:** Changed default theme to retro (amber/orange with black backgrounds)
- **File Size Display:** Shows Font/Emoji sizes in download modal from JSON metadata
2
Meta-Overlayfsx_v1.3.3_13300.zip
456.4 KB
Update Info
Released on: 02-03-2026 12:50 AM

Changelog
v1.3.3 - Conflict Detection & Mount Priority

New Features

• Smart File Conflict Detection:
• Added a pre-mount scanner during module installation that detects if multiple modules are attempting to modify the exact same system files.

• Deterministic Mount Ordering (Rust):
• Updated the core mounting binary (src/mount.rs) to explicitly sort enabled modules alphabetically before building the OverlayFS layers.
• This guarantees a predictable mount priority hierarchy (e.g., ModuleA will always reliably overwrite ModuleB) rather than relying on the random read order of the filesystem.

• Shell Script Refactoring:
metainstall.sh & utils.sh: Integrated the new conflict checking logic seamlessly into the install hook before files are pushed to the ext4 image.
2
FontCraftPro_V6.0_By_RipperHybrid.zip
2.4 MB
ci: fix YAML syntax error in Telegram caption block

- Replace multiline variable assignment with printf to avoid blank line breaking YAML parser
- Added Twemoji emoji pack
- Added Samsung OneUI 8.5 emoji pack
- Added Openmoji emoji pack
- Added Blob Emoji pack
1
Bored asf but the song is nice atleast 🙂‍↕️
2🔥1
AshReXcue_Bootloop_Protector_9.5_195.zip
811.5 KB
commit: feat: Major upgrade to v9.5 with WebUI V2.4, Whitelist system, and Core Refactor

- Feat: Add interactive CLI menu in 'action.sh' with Volume Key and Touch (VSKL) support
- Feat: Introduce Whitelist system to protect specific modules from lockdown/disabling
- WebUI: Upgrade to V2.4 with Floating Action Button (FAB) navigation and dynamic SVG injection
- WebUI: Add dedicated Whitelist Manager tab with swipe gesture support
- WebUI: Add sticky footer in Settings to track, save, or discard unsaved config changes
- WebUI: Implement Vite build system for dependency management and asset bundling
- Security: Migrate token delivery to URL hash fragments instead of open fetch requests
👍2🔥1
AshReXcue_Bootloop_Protector_9.6_196.zip
812.5 KB
commit: feat(core)/feat(webui): add SystemUI crash monitoring and interactive WebUI elements

- Added com.android.systemui crash loop detection (triggers protection after 3 restarts)
- Implemented trigger_crash_reboot in utils.sh for safer bootloop cycling
- Added real_loops/real_disable caching to allow early loop counter resets, preventing manual reboot penalties
- Updated terminal syntax colors (Normal/Cyan, Warning/Purple, Error/Red)
- Enhanced displayLogContent to actively classify specific system events as warnings/errors
- Implemented long-press context bubble on Stability Time stepper for adjustable increment sizes (1-5s)
- Expanded Stability Time UI bounds to 35-120s for better crash loop handling
🔥2
The problem with books is that they end 😶
1
🫪🫩
2🔥2
FontCraftPro_V7.0_By_RipperHybrid.zip
2.4 MB
v7.0: Major Architecture Overhaul, Vite UI, and XML Injection

Frontend & WebUI:
- Migrated WebUI to a Vite build system (ES modules, optimized bundling).
- Complete CSS redesign featuring modern glassmorphism, ambient backgrounds, and better queue visualization.
- Added a custom repository/mirror selection dropdown in Settings.
- Added a floating action button (FAB) for post-flash rebooting.

Core Shell Logic & Execution:
- Centralized `install_font` and `gms_cleaner` into `utils.sh` for cleaner script execution.
- Implemented `inject_font_xml` to dynamically patch `font_fallback.xml` and `fonts.xml` during installation.
- Migrated session state, tokens, and build environments to a unified `FC_ROOT` (/cache/fontcraft).
- Extracted `monitor.sh` into a standalone background watcher script instead of dynamic generation.

CI/CD & Module Management:
- Updated GitHub Actions to run `npm run build` and pack the `dist` folder into the release

... (truncated due to Telegram limit)
2
FontCraftPro_V7.1_By_RipperHybrid.zip
2.4 MB
Refactor: Unified dynamic font injection and resilient backup system (v7.1)

Core / Shell Script (utils.sh):
- Implement pristine XML backup system (/data/adb/FontCraft_Backup) to prevent recursive update corruption.
- Remove bloated 8-file AOSP fallback; cleanly defaults to `Roboto-Regular.ttf` to prevent dirty directory states.
- Upgrade random port generator to scan /proc/net/tcp (hex) directly, eliminating flaky `netstat` dependencies.

WebUI Frontend (js/):
- Strip bulky inline AWK patching from `flasher.js` and delegate logic natively to `utils.sh` from the workspace.
- Achieve 100% execution parity between CLI and WebUI installers.
- Remove hardcoded `SYSTEM_FONTS` array from `config.js`.
- Update `selectCurrentItem` in `main.js` to dynamically `find` installed module fonts instead of relying on static arrays.
🔥2
Meta-Overlayfsx_v1.3.4_13400.zip
556.5 KB
Update Info
Released on: 11-05-2026 11:05 AM

Changelog
v1.3.4 - Kernel Inspector & Next-Gen WebUI

New Features

- Kernel Mount Inspector (inspect): New subcommand that reads /proc/mounts directly from the kernel to report active overlays and file conflicts. Supports JSON output (-r) for WebUI integration.
- Staged Module Updates: Module payloads are now staged to update folders and atomically swapped at boot to prevent VFS cache corruption.
- First-Time Module Sync: Interactive option during initial install to auto-sync existing modules into the ext4 image using volume key selection.
- Unified Logging: Shell scripts now use leveled INFO/WARN/ERROR logging with consistent prefixes in overlayfsx.log.

🎨 WebUI Redesign

- Complete glass-morphism visual overhaul with Google Fonts (Outfit + DM Mono)
- SVG donut chart showing per-partition storage with glow filters
- Module info modal w

(Changelog truncated. Click to see full changes)
🔥2