forked from chudongjingling/open_code
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d5a310
commit 8af6f25
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
list = { | ||
"app.weiphone.net.85819.ios.otrlocation", | ||
"com.ts.rebirth", | ||
"app.weiphone.3k.debbgkiller",--3 K 助手 | ||
"com.saurik.patcyh", | ||
"com.pk191", | ||
"com.pk192", | ||
"com.pk193", | ||
"com.tongbu.tuideb",--同步推 | ||
"app.weiphone.watchdogpro", | ||
"app.weiphone.007gaiji.007gaiji",--007 改机 | ||
"app.weiphone.tencent.xin",--威锋微信 | ||
"libactivator", | ||
"watchdogpro.178", | ||
"com.ts.touchsprite",--触动旧版 | ||
"com.tszuoniqiu.ios",--触动破解版 | ||
"app.weiphone.hackyouriphone.backgroundmanager", | ||
"app.weiphone.killbackground7", | ||
"app.weiphone.als",--ALS | ||
"app.weiphone.als.air",--天空数据 | ||
"app.weiphone.wukong.wxshaketweak",--悟空助手 | ||
"app.weiphone.myrepospace.tzjl.txyapp",--天下游 | ||
--"com.touchsprite.ios"--触动精灵 | ||
} | ||
for i = 1,#list do | ||
os.execute("dpkg -P "..list[i]) | ||
mSleep(100) | ||
end | ||
os.execute("reboot") |