禁止NPC回购

function disable_redeem_item()
{
    Interceptor.attach(ptr(0x85F7C04), {
        onEnter: function (args) {
            //console.log("disable_redeem_item ="+ args)

        },
        onLeave: function (retval) {
            var returnValue = retval.toInt32();
            console.log("Return Value = "+returnValue);
            retval.replace(1);
        }
    });
}

更新:用这个CItem::IsBanRedeemItem(void)    085F7BE0    更对一点 不过不影响 上面这个也能用

给TA打赏
共{{data.count}}人
人已打赏
插件教程教学资源

frida禁用分解功能(@吴克大哥)

2024-12-28 15:49:04

插件教程教学资源

副本捡东西全服喊喇叭给点券

2024-12-28 15:49:06

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索