Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.
/ Simplify Public archive

A Simple Cross Platform Automated ReVanced Shell Script for Patching apk

License

Notifications You must be signed in to change notification settings

arghya339/Simplify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplify

A Simple Cross Platform Automated ReVanced Shell Script for Patching apk


This Script works on Android devices, macOS and Windows!

Purpose

  • This script automates the process of patching stock apk using ReVanced pathing method.

Prerequisites

  • Android device with USB debugging enabled (and enable it form Developer options and you can enable Developer options by tapping the build number 7 times from Device Settings)
  • Android 5 and up device
  • A PC [Windows 10 1809 (build 17763) or later (Windows 11)] with Microsoft DesktopAppInstaller known as winget-cli or macOS or Android device with Termux with working internet connection
  • Latest Microsoft PowerShell (and you can check PowerShell Version uisng following command ~ $PSVersionTable) or Terminal (~ zsh --version) or Termux (~ termux-info)

Usage

  • macOS

    • Open Terminal and run the script with the following command:
    curl -L "https://raw.githubusercontent.com/arghya339/Simplify/refs/heads/main/Terminal/RVX.zsh" -o "$HOME/Downloads/RVX.zsh"
    
    zsh $HOME/Downloads/RVX.zsh
    
  • Windows10/11

    • Open Windows Terminal (Admin)
    • Install Microsoft PowerShell on Windows using winget (Windows built in package manager): ~ winget install Microsoft.PowerShell --accept-source-agreements --silent --force
    • Check MsPS Verison ~ pwsh -v
    • Remove the existing WindowsPowerShell directory: ~ Remove-Item $env:USERPROFILE\Documents\WindowsPowerShell -Force -Recurse
    • Open Microsoft Terminal right click in the tab row > Settings > Startup > from Default profile drop-down menu select PowerShell > Save > Close Windows Terminal window
    • Open Windows Terminal (Admin)
    • Check MicrosoftPowerShell Version: ~ $PSVersionTable
    • Open Microsoft PowerShell Terminal (Admin) and run the script with the following command:
    Invoke-WebRequest -Uri https://raw.githubusercontent.com/arghya339/Simplify/refs/heads/main/PowerShell/RVX.ps1 -OutFile "$env:USERPROFILE\Downloads\RVX.ps1"
    
    Set-ExecutionPolicy Bypass -Scope Process -Force; & "$env:USERPROFILE\Downloads\RVX.ps1"
    
  • Android

    • Open Termux and run the script with the following command:
    curl -o "$HOME/RVX.sh" "https://raw.githubusercontent.com/arghya339/Simplify/refs/heads/main/Termux/RVX.sh" && clear
    
    sh $HOME/RVX.sh
    

Safety!

After patching Complite, Please disabled Developer options from Device Settings.

Dependencies

universal "revanced-cli" [GNU 3], "revanced-patches" [GNU 3], VancedMicroG [Apache 2]

macOS "brew" [BSD 2], "Java" [GFTC], "Android SDK" [Apache 2.0], "Python" [PSF / GPL], "jq" [MIT], "APKEditor" [Apache 2.0]

Windows "Chocolatey" [Apache 2.0], "Java" [GFTC], "Android SDK" [Apache 2.0], "Python" [PSF / GPL], "jq" [MIT], "APKEditor" [Apache 2.0]

Android "Java" [GFTC], "Python" [PSF / GPL], "jq" [MIT], "APKEditor" [Apache 2.0]

How it works (Demo on YouTube)

image

image

Disclaimer

  • This script is for educational purposes only.
  • Modifying and reinstalling APKs can be risky and may violate app terms of service or legal regulations.
  • Use it responsibly and at your own risk.

Developer info

Happy Patching!