A Simple Cross Platform Automated ReVanced Shell Script for Patching apk
This Script works on Android devices, macOS and Windows!
- This script automates the process of patching stock apk using
ReVanced
pathing method.
- 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
)
-
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
- Open
-
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 thetab row
>Settings
>Startup
> fromDefault profile
drop-down menu
selectPowerShell
>Save
> CloseWindows 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"
- Open
-
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
After patching Complite, Please disabled Developer options from Device Settings.
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)
- 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.
- Powered by ReVanced and RVX
- Developer: @arghya339