Skip to content

Runs apk tools on boot with magisk.

Notifications You must be signed in to change notification settings

f3ger/magisk-furtif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagiskFurtif

Description

Runs apk-tools on boot with magisk.

Instructions

  1. edit the config file (magisk-furtif.json)
  • Device Name
  • Discord Webhook URL
  • edit tab cords (In the example config the values ​​of a TX9s are stored)
  1. push config file (magisk-furtif.json) to /sdcard/Download

    adb push magisk-furtif.json /sdcard/Download

  2. Flash the zip for your platform using TWRP or Magisk Manager.

example configuration

H96max V11(Android 11) RK3318

"start_coordinates": {
    "tap1": { "x": 945, "y": 665, "sleep": 10 },
    "swipe": { "x1": 1340, "y1": 890, "x2": 1340, "y2": 295, "duration": 300, "sleep": 35 },
    "tap2": { "x": 1295, "y": 970, "sleep": 20 },
    "tap3": { "x": 945, "y": 325, "sleep": 10 },
    "tap4": { "x": 945, "y": 570, "sleep": 15 }
}

About

Runs apk tools on boot with magisk.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 87.3%
  • Python 12.7%