【更新完毕】教你们玩坏lv巨人——破解会员 去广告 提…19

驴巨人,懂的人都懂。
有些人喜欢白嫖,有些人喜欢折腾,我就是那种喜欢白嫖+折腾的人。
自己动手才有舒爽的感觉(咳咳,不好意思,麒麟臂发作了)。
开整,盘它~
教程里我就不解释代码原理了,按照步骤来,一般没问题,除非驴巨人更新了代码逻辑。

本期教程目的:
破解会员
跳过开屏5秒广告
去进入页面官方公告弹窗
去除各页面的滚动广告
精简页面
最终页面效果:

一、破解会员教程
第一步:去签名校验
需要工就婧MT管理器(去酷安下载),NP管理器(百度一下)1、我没mt会员,打开np管理器,找到驴巨人安装包,单击“打开〉功能〉超强去签名校验1.0,精简包”。
第二步、破解会员
1、mt管理器打开刚才去签名校验的apk文件,选择“查看”。
2、点击classes.dex,选择dex编辑器++,全选dex文件,确定。
3、搜索〉发起新搜索,搜索字符串“您VIP已经过期”。
4、出来两个结果,点击第一个。
5、在1904行长按c跳转,进去后,再在255行将const/4 v1, 0x0修改为const/4 v1, 0x1,一路返回保存,自动签名即可。
虽然提示会员已过期,但是可以无限制使用。
————————————————————————————
2021.5.17更新:去开屏5秒广告
打开MT管理器,载入昨天破解会员的LV巨人。
依然使用dex编辑器++打开全部classes.dex文件,发起新搜索 > 搜索代码 >
Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;->d(Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;)V复制代码共有2个结果,点第一个进去。

将方法a的代码:

.method public a(Z)V

.registers 3

if-eqz p1, :cond_23

.line 1

iget-object p1, p0, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2$5;->this$0:Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;

const/4 v0, 0x1

invoke-static {p1, v0}, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;->a(Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;Z)Z

.line 2

iget-object p1, p0, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2$5;->this$0:Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;

iget-object p1, p1, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;->timerCountdownView:Lcom/hex/wanshiwu/v2/widget/TimerCountdownView;

if-eqz p1, :cond_11

.line 3

invoke-virtual {p1}, Lcom/hex/wanshiwu/v2/widget/TimerCountdownView;->a()V

.line 4

:cond_11

iget-object p1, p0, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2$5;->this$0:Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;

invoke-static {p1}, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;->c(Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;)Lja/lang/String;

move-result-object p1

invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Lja/lang/CharSequence;)Z

move-result p1

if-nez p1, :cond_1e

return-void

.line 5

:cond_1e

iget-object p1, p0, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2$5;->this$0:Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;

invoke-static {p1}, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;->d(Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;)V

:cond_23

return-void

.end method复制代码修改为:

.method public a(Z)V

.registers 3

.line 5

iget-object p1, p0, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2$5;->this$0:Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;

invoke-static {p1}, Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;->d(Lcom/hex/wanshiwu/v2/splash/SplashActivityV2;)V

return-void

.end method复制代码一路返回保存,自动签名,ok了。
广告依然会载入,但是会自动跳过开屏5秒广告,这样既不影响开发者收入,我们体验感也提升了。
————————————————————————————————————————————
2021.5.18更新:去各个页面轮播广告
用过的都知道,驴巨人在顶部及播放页广告都有菠菜广告,看着很不舒服,我们要隐藏它。
依然打开昨天修改的安装包,点击右上角的三个点,选择xml搜索,搜索字符串RollPagerView,共有11个页面:

需要打开每个xml页面,反编译,修改如下:
在RollPagerView类下添加android:visibility=”gone”(隐藏控件并不显示)。
一路返回保存,自动签名,这样就隐藏了菠菜轮播广告,顺眼了不少。
——————————————————————————————————————
2021.5.19更新
众所周知,驴巨人最强大之处在于集合了众多app,它会从服务器下载安装包在本地运行,但是你直接抓包下载的app是不能直接安装的。那么本地肯定会存储可以运行的安装包。找到这个目录就可以找到正确的安装包。

/storage/emulated/0/Android/data/us.l小东西.vip19/cache/复制代码

这个路劲就是正确的安装包存放路径。注意:us.l小东西.vip19是绿巨人的包名,会随着版本更新而变化。

朋友做了个图源站,喜欢白嫖看美女,白嫖看漫画,白嫖电影的吧友们欢迎来玩:https://www.pachongji.com

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注