Giter VIP home page Giter VIP logo

nvwagroupcontroller's Introduction

介绍

女娲群控系统,免root控制安卓手机,安卓4.4版本以上的全部兼容

Jietu20200126-152902.jpg Jietu20200126-152948.jpg

使用方法

  1. 下载代码 git clone https://github.com/zhongxia245/weiqunkong.git
  2. 使用Pycharm打开项目
  3. 安装依赖pip install -r requirements.txt
  4. 运行项目
  5. 进入web文件夹,执行npm serve(需要先安装nodejs)
  6. 浏览器打开127.0.0.1:8000
  7. 手机连接到电脑,打开开发者模式,并信任电脑(电脑要安装adb)
  • 执行adb push Main.dex /sdcard/Main.dex
  • 执行adb shell
  • 执行命令 export CLASSPATH=/sdcard/Main.dex
  • 执行命令 exec app_process /sdcard com.wanjian.puppet.Main &
  • 执行exit,然后adb forward tcp:8888 localabstract:puppet-ver1

nvwagroupcontroller's People

Stargazers

dbaspider avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.