吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2082|回复: 7
收起左侧

[求助] 新手破解某小众游戏辅助问题

[复制链接]
Angelbeat 发表于 2020-3-7 14:25
本帖最后由 Angelbeat 于 2020-3-12 12:24 编辑

整个辅助都是繁体字  拖进OD智能搜索什么相关提示都找不到 新手彻底懵了
这个好像是要注册然后购买卡密充值的

有空的大佬给看看吧
链接:https://pan.baidu.com/s/1SPcQZXuzq4qh0hP-m-0BZw
提取码:zmn7

蓝奏
https://www.lanzouj.com/ia66hhg
image.png

查壳应该是没有

查壳应该是没有
QQ截图20200307142521.png

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

 楼主| Angelbeat 发表于 2020-3-10 19:31
顶顶顶。。。。。。
罗萨 发表于 2020-3-11 20:56
 楼主| Angelbeat 发表于 2020-3-12 12:24
罗萨 发表于 2020-3-18 11:47
Angelbeat 发表于 2020-3-12 12:24
https://www.lanzouj.com/ia66hhg
来了来了

刚看到,他有两个区段是被加密了的,下断MessageBoxW返回到领空之后就可以看到登陆验证了,顺便看到了他功能源码保存在了内存里,界面使用的xml,我导出了一份代码,有兴趣的你可以看看

https://www.lanzouj.com/iadjyne
罗萨 发表于 2020-3-18 11:53
界面部分代码:
[XML] 纯文本查看 复制代码
<Button  resid = "SplitButtonTemplate"  id = "atom(SplitButtonTemplate)"  sheet = "DUIToolbarButtonStyle"  layoutpos = "left" layout = "BorderLayout()"  accessible = "true"  accrole = "splitbutton"  accdefaction = "resstr(0x3710)"  active = "keyboard"><Button  id = "atom(SplitButton)"  layout = "BorderLayout()"  active = "mouse"  tooltip = "true"><Element  id = "atom(ActionButtonIcon)"  layoutpos = "left" /><Element  id = "atom(ActionButtonLabel)"  shortcut = "-1" /></Button> <Button id = "atom(SplitButtonDropdown)"  active = "mouse"  tooltip = "true" accessible = "true"  accrole = "buttondropdown" accdefaction = "resstr(0x3710)" /></Button> <Button  resid = "PlainButtonTemplate"  id = "atom(PlainButtonTemplate)"  sheet = "DUIToolbarButtonStyle"  layoutpos = "left" layout = "BorderLayout()"  accessible = "true"  accrole = "pushbutton"  accdefaction = "resstr(0x3710)"  active = "keyboard"><Button  id = "atom(PlainButton)"  layout = "BorderLayout()"  active = "mouse"  tooltip = "true"><Element  id = "atom(ActionButtonIcon)"  layoutpos = "left" /><Element  id = "atom(ActionButtonLabel)"  shortcut = "-1" /></Button> </Button> <Button  resid = "WholeDropdownButtonTemplate"  id = "atom(WholeDropdownButtonTemplate)"  sheet = "DUIToolbarButtonStyle"  layoutpos = "left" layout = "BorderLayout()"  accessible = "true"  accrole = "buttondropdown"  accdefaction = "resstr(0x3710)"  active = "keyboard"><Button  id = "atom(PlainButton)"  layout = "BorderLayout()"  active = "mouse"  tooltip = "true"><Element  id = "atom(ActionButtonIcon)"  layoutpos = "left" /><Element  id = "atom(ActionButtonLabel)"  layoutpos = "left"  shortcut = "-1" /><Element  id = "atom(WholeDropdownGlyph)"  />


[C] 纯文本查看 复制代码
function clickRefresh()
{
var location = window.location.href;
var poundIndex = location.indexOf('#');
if (poundIndex != -1 && poundIndex+1 < location.length && isExternalUrlSafeForNavigation(location.substring(poundIndex+1)))
{
window.location.replace(location.substring(poundIndex+1));
}
}
function navCancelInit()
{
var location = window.location.href;
var poundIndex = location.indexOf('#');
if (poundIndex != -1 && poundIndex+1 < location.length && isExternalUrlSafeForNavigation(location.substring(poundIndex+1)))
{
var bElement = document.createElement("A");
bElement.innerText = L_REFRESH_TEXT;
bElement.href = 'javascript:clickRefresh()';
navCancelContainer.appendChild(bElement);
}
else
{
var textNode = document.createTextNode(L_RELOAD_TEXT);
navCancelContainer.appendChild(textNode);
}
}
function expandCollapse(elem, changeImage)
{
if (document.getElementById)
{
ecBlock = document.getElementById(elem);
if (ecBlock != undefined && ecBlock != null)
{
if (changeImage)
{
elemImage = document.getElementById(elem + "Image");
}
if (!changeImage || (elemImage != undefined && elemImage != null))
{
if (ecBlock.currentStyle.display == "none" || ecBlock.currentStyle.display == null || ecBlock.currentStyle.display == "")
{
ecBlock.style.display = "block";
if (changeImage)
{
elemImage.src = "up.png";
}
}
else if (ecBlock.currentStyle.display == "block")
{
ecBlock.style.display = "none";
if (changeImage)
{
elemImage.src = "down.png";
}
}
else
{
ecBlock.style.display = "block";
if (changeImage)
{
elemImage.src = "up.png";
}
}
}
}
}
}
悟空馒头 发表于 2020-3-25 19:08
这都是大神
潜水呀zhtty 发表于 2020-3-26 00:13
难受啊,加油学习
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 12:48

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表