Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

微控工具xp模块-开发版[微信(wechat)二次开发模块]



基于xposed框架的微信二次开发模块,方便开发者用微信做一些扩展功能(如微信群发多群直播等。。。)
目前支持功能:
发文本消息
发图片消息
发语音消息
发视频消息
获取微信好友列表
群列表
支持群发消息
支持消息转发(目前支持文本、图片、语音、视频、图文消息转发)
群管理功能(建群、加人、踢人、设置公告、改群名、退群、解散群)
[注:本模块为开发版,是用于开发者做二次开发的,所提到的功能只是提供接口,并不是安装模块就可以使用这些功能,开发者可以使用这些接口来开发相应功能的软件,如果你不是开发者,请下载演示app体验(微信群发多群直播]
更多功能更新中。。。


本模块安装后,可以利用提供的sdk接口库进行开发,使用sdk需要授权码,临时授权:
AppId:9999 授权码:757533D0860F8CC0590B510BE2374F48C5750673
发送文本、图片、语音、视频消息,获取好友、群列表使用临时授权就可以,如果需要使用其他功能需要申请正式授权。

支持微信版本:6.5.4,6.5.7,6.5.8
(sdk将不再提供6.5.4以下版本的支持)

微控SDK下载https://github.com/weechatfly/wtoolxposed
微信群发demo源码https://github.com/weechatfly/wtoolbatchmsgs
微信多群直播转播demo源码https://github.com/weechatfly/wtoolsdkroomlive

加QQ群:153770839 讨论群 验证:xposed

Author(s): 

weechatfly

Support/Discussion URL: 

https://github.com/weechatfly/wtoolxposed/issues

Source code URL: 

https://github.com/weechatfly

Package: 

com.easy.wtool

Version name: 

1.0.2.105

Release type: 

Stable (low risk of bugs)

Download: 

com.easy.wtool_v1_68f446.apk (6.48 MB)

Number of downloads: 

39 in total · 39 in the last 24 hours

MD5 checksum: 

68f4462ded8b503403b325e31aafef87

Uploaded on: 

Thursday, July 13, 2017 - 11:43

Changes: 

修正转发消息的bug

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

App locale 2

Xposed App Locale Set the language used by app. This is a fork of the module made by @jiefoxi, which seems to be abandoned. Credits jiefoxi/XposedAppLocale =>  https://github.com/jiefoxi/XposedAppLocale rovo89/XposedAppSettings =>  https://github.com/rovo89/XposedAppSettings License Apache License, Version 2.0 Author(s):  Flo354 ,  jiefoxi Support/Discussion URL:  https://github.com/Flo354/XposedAppLocale/issues Source code URL:  https://github.com/Flo354/XposedAppLocale Package:  com.flo354.xposed.applocale Version name:  2.0.5 Release type:  Stable  (low risk of bugs) Download:  com.flo354.xposed.applocale_v11_e033c7.apk  (1.04 MB) Number of downloads:  1,927 in total · 58 in the last 24 hours MD5 checksum:  e033c78074322df78a15d52a045b299e Uploaded on:  Saturday, March 10, 2018 - 18:14 Changes:  Support for new languages

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project