#1 冒险岛机器人

实时的 冒险岛机器人,直接在浏览器中运行。

Violet 是面向硬核冒险岛玩家的 #1 实时控制面板。无缝刷怪、自动星之力、自动魔方、物品过滤、宏、Lua。所有功能都在一个安静的界面上实时调节。每个许可证最多 3 个同时会话。

我们做的事

真正会用的每一个功能,都集中在一个界面。

没有满屏开关,也没有一堆叠加层。整个冒险岛训练循环(战斗、物品处理、自动化、宏、脚本)都在一个安静的面板里。

循环中

无缝刷怪

针对你的职业调校的反应式技能循环。防御动作自然穿插,移动中即可拾取。几小时不碰键盘也能持续刷。

自动星之力 & 魔方

在 15–17★ 启用保护的安全星之力。从普通到传说的 AND/OR 魔方条件。设定目标,离开座位,回来时已经富了。

物品过滤 & 自动出售

白名单或黑名单掉落,设置最低金币门槛,向 NPC 自动出售,背包满还能自动跑回商店。

宏与按键绑定

把任何设置绑定到任意按键,包括 M4/M5。无需打开菜单,在游戏内直接切换功能。

Lua 脚本

勾住封包、自动化战斗、构建菜单面板、触发 Discord webhook。与内置功能使用同一套 API。

多开

每个许可证最多 3 个同时会话。每个会话独立同步。一键切换。

01自动星之力

一颗一颗星,刹车真的有效

30 星轨道,包含目标选择器、实时成本估算和蒙特卡洛分布。设好保护,离开就行。

Looping
  • 目标选择器
  • 防爆保护
  • 成本估算
  • 实时统计
02自动魔方

魔方逻辑像 真正的逻辑 一样易读。

用嵌套的 AND/OR 组构建你想要的卷出条件。任何一个组完全满足时,魔方立即停止。

Looping
  • 魔方背包
  • 等级过滤
  • AND/OR 构建器
  • 实时进度
03Lua 脚本

如果我们没做,你可以自己做

对游戏内事件做出反应、自动决策、构建自己的菜单面板,甚至触发 Discord webhook。从 10 行的 Buff 跟踪器到 500 行的任务机器人。把文件丢进 /scripts,实时编辑,热重载。

scripts/buff_tracker.lua热重载
-- scripts/buff_tracker.lua
local BUFFS = { HOLY_SYMBOL = 1211003, MW = 1321007 }

on_tick(function()
  for name, id in pairs(BUFFS) do
    if not player:has_buff(id)
       and not core.skill_book.is_skill_on_cooldown(id) then
      core.input.use_skill(id)
    end
  end
end)

-- ping Discord when a boss spawns
on_packet_recv(function(p)
  if p:get_opcode() == 0x01CC then
    core.http.post(WEBHOOK, { content = "Boss spawned" })
  end
end)
完整 API
  • 封包钩子
  • 技能 + 冷却 API
  • NPC 对话钩子
  • 实时菜单面板
  • HTTP / Discord webhook
  • require() 多文件模块

想看到所有钩子、方法和示例吗?

阅读 Lua 文档

价格

诚实的价格。想怎么付就怎么付。没有你忘了取消的订阅。

每个 Discord 账号一个许可证。每个许可证含一个会话。需要更多?在 Monthly 或 3 Months 套餐上按需加购会话槽,最多 3 个同时会话。

所有结账完全自动

Bitcoin
Ethereum
USDT
USDC
PayPal
WeChat
Alipay

2 周

两周满血。无需承诺。

$2514 天
  • 每天 $1.79
  • 全功能开放,单会话
  • 不可加购多开(仅 Monthly+)
  • 不续订,14 天后到期
选择 2 周
最受欢迎

月度

对比 2 周套餐每天省 25%

适合稳定玩家。

$40每月
  • 每天 $1.33
  • 全功能开放,无等级限制
  • 可加购多开
  • 每月续订,随时取消
选择 月度

3 个月

对比月度每天省 17%

一次锁定,忘掉续订。

$10090 天
  • 每天 $1.11
  • 全功能开放,无等级限制
  • 可加购多开
  • 一次付款,覆盖 90 天
选择 3 个月

需要更多会话? 在 Monthly 或 3 Months 上加购会话槽,每个许可证最多 3 个同时会话。

与主套餐独立续订。

$30/ 每个额外会话 / 月

加密货币(任何主流币种)、通过分销商的 PayPal、微信 (VX)、支付宝 (ZFB)。所有销售均为最终交易,不予退款。

常见问题

安全,而且我们的设计本身就强制如此。账号信息在浏览器中先用 RSA-2048 加密,再离开你的设备。它们只在启动时短暂解密,用于驱动加密的登录管线,然后立即从内存丢弃。我们绝不记录、绝不分享,也绝不会在你请求的会话之外使用。

不需要。你可以在同一台电脑上聊天、上网、直播、切到另一个游戏,与此同时角色继续运行。无需 PICO,无需虚拟机,也不用多备一台机器。

安全。Violet 绕过游戏可能抛出的所有反作弊指标,并严格区分不安全功能与安全功能。任何风险功能在你显式开启前都会保持锁定。默认配置即经过验证的安全集合,所以除非你主动选择,否则不会踏入封号区域。

每个许可证含 1 个会话槽。在 Monthly 或 3 Months 上可按需再加 2 个,每个 $30/月,每个许可证最多 3 个同时会话。三个会话可以在同一台 PC 上、各自的客户端窗口里同时运行,全部由一个面板控制。2 周套餐仅支持单会话。

只需要我们的 Windows 启动器。它处理加密登录、游戏更新时的自动补丁(无需等待或手动操作)、版本校验,以及七阶段管线的进程注入。启动之后的一切(每个功能、每个设置、每个按键绑定)都在网页面板里。

所有销售一经购买即视为最终。每个许可证在购买的瞬间就会激活后端基础设施,因此我们不提供普遍退款。但如果确实出错(买错套餐、激活失败、不小心重复购买),来 Discord 找我们。我们不完美,但也不会冷漠。

声音

那些真正 活在里面的人 怎么说。

由社区精选。

Everything works as supposed. Probably already better than GK terminal back in the day. Devs reaction time to problems is fast. Updated fast. Everything you need basically in trainer.
-***Discord member
Really great trainer, 10/9. highly stable and easy to use !
A***Discord member
10/10 for any trainer public or private I've used since the terminal days. The dev team has had really quic response times for both patches and bug fixes with compensation for downtime as well. Looking forward to what new features get added and what else the community can come up with for scripts as well
D***Discord member
Third month sub, love the support, community and the results are amazing, gains were beyond impressive and the staff/admin are very nice to talk to and compressive -even for me who got hard adhd-h/low autism-, and you can pretty much solve all your doubts and get the best usage by talking and sharing too, love to contribute too and ppl are rly nice, thx Violet, revived my joy to play and fully experience the game 🐐 staff
B***Discord member
Absolutely love violet. I got my first ever 22* items on GMS (and maplestory). Soloed bosses i’ve never dreamed of soloing up to bm, and reached challenger (6k legion boost) in a one month subscription time. Not one ban in an entire month. This isn’t guaranteed for you, but if you aren’t being obvious with your botting it’s pretty hard to get banned (knock on wood). I would recommend this product to anyone, although the paypal option should match the same price as the crypto option. I don’t like that it’s more expensive. Support was extremely fast. They were so kind they paused my license when my program wasn’t working on my PC until we got it resolved. Multiple times helped me within a couple hours to get back online. They also push updates out very fast and on time. I hope this never stops
b***Discord member
Violet has done something incredible. It's been a long time since I really enjoyed playing Maple. Even if I just turn on a few QoL autos or let the game run while I'm doing something else, it really gave me the chance to experience the game further than I'd ever be able to. Highly recommend the product and the team is phenomenal. 100/10. <:thumb:989059931560878112>
B***Discord member
I’m also from back in the day; familiar map hack, damage range hack, gamersoul and gamekiller forums etc and my first impression is; goated team and goated product, I’m on a straight new account and its easily the smoothest trainer/bot I’ve ever used
a***Discord member
I've been part of the MapleStory hacking, exploiting, and botting scene for many years, going all the way back to the early days of the game. Since the shutdown of GK Terminal, which was once the most stable and widely used platform, there have been countless attempts to revive or rebuild what was lost. Unfortunately, most of these efforts ended up being unreliable, poorly maintained, and unsafe to use. They often led to bans, detection, and offered little to no ability to stay updated or secure. When I started using Violet, even during its testing phases, it was clear how much effort had gone into its development. The attention to detail, quality of features, overall performance, and user safety stood out right away. The development team truly listens to feedback. They are responsive, helpful, and consistently quick to resolve any issues that come up. You are never left in the dark, and their communication is always clear and respectful. They genuinely care not just about the product, but also about the users behind the screen. This isn't one of those transactional projects where you pay and get ignored afterward. Violet runs smoothly and stands out as the first fully internal MapleStory trainer I've seen. It includes a background auto rune solver that works with all rune types (purple,etc) so you can continue with other tasks like working, studying, without worrying,both a hack and a bot, with features like auto buff, auto pet feeding, auto attack, kami, rusher ,auto cc, and many more still being added and worked on. One of the most incredible aspects is how much the team prioritizes user safety and privacy. They’re fully transparent with anything you might be concerned about, whether it's how the software works or what data is involved. Every feature is easy to use through a simple, if you're new to cheating in general, the trainer includes helpful tooltips that guide you through each function. And if you ever have questions, the team is always happy to help.
동***Discord member
truly a market defining product, violet has established itself in the upper echelon of gaming cheats with an excellent and easy to use menu, hardworking and communicative devs, and a priority on user experience that I have not felt anywhere else. would be impossible for me to go back to using any other maplestory platform after getting a taste of this.
c***Discord member
Most stable, easiest to use trainer for maple I've ever had the pleasure of using. I will 100% be a returning customer.
i***Discord member
truly a market defining product, violet has established itself in the upper echelon of gaming cheats with an excellent and easy to use menu, hardworking and communicative devs, and a priority on user experience that I have not felt anywhere else. would be impossible for me to go back to using any other maplestory platform after getting a taste of this.
z***Discord member
10/10 trainer, very customizable menu and uptime is great. Feature's are always being added and tested out. Recommended 🚀
H***Discord member
Just extend for another 2 months, absolutely 10 out of 10 trainer which help me exploring MS beyond my ability. Thank you developing team.
s***Discord member
absolutely love violet!! have had it for 2 months and i’ve had a lovely experience with it. i’m disabled so gaming is hard with my mobility this has helped me play and remember my teen days 🥹 just being able to grind without having to use my hands has been pretty game changing for me!! support is always fast and kind to talk with! i’d definitely recommend it to friends
B***Discord member
What these guys are doing here is very special to me. I got my start in MapleStory at 14 years old (2006!) in highschool, and stumbled in to someone vaccing around one of the early areas of the game. From that point, I needed to figure out how it was being done. I loaded up IE6 and started searching. I found MPCForum, made an account, and started my foray in to the scene with UCEs and debug registers to enable godmode and the like. From there I went to Cheat Engine Forums up until DarkByte shut down the MS section. Ended up launching a forum + trainer for MS in the form of SNSGaming, alongside Linosal (from TheDarkAlliance community) Anybody remember these old names? (I used to go by Int3, or just 'Nate') Haha. The site didn't last long, and we shuttered it in fear of nexon's legal actions. After that, we all stepped away and years went by. But I got curious. I wanted to know if people were still toying with this game in 2025. I was feeling nostalgic. Back to Google I went, to epvp - and I found Violet. Wow, what an amazing team. I wanted to cheat in this game again and these guys had it sorted. Instead of selling a trainer, I am a customer. And I couldn't be more pleased. Features work, are safe, and a lot of care is taken. They have talent. What an experience. Thank you to the Violet team for keeping this all alive.
S***Discord member
I haven't played Maple since GS and GK went down and I gotta say this is bringing back so many memories and ideas on what I want in the future and how I can keep coming back to Maple. I think this might be the best time to come back if you're an OG who likes to gain a significant advantage without breaking the bank trying to get funding for your main or just have a smoother time coming back to Maple. The current iteration with how the update added more anticheat components did make some necessary features not work as intended, but I'm currently loving what I'm working with and the bugs are gonna get fixed soon so I'd recommend coming in NOW. Plus, the price point is incredibly easy to make back within the month you start using it 100%. If you only want to be safe while using Violet, they already note what is known to be inherently safe and if you wish to push further then you will have to be extra careful with your settings. Only experienced a few crashes that were completely user error, but once I found my perfect settings I was good to go! I'm hoping for even more features in the future, but even now it's worth the price point
E***Discord member
I also want to make it clear that I have no connection to the developers or the Violet project itself. This is simply my genuine and honest review based on personal experience.
동***Discord member
10/10 trainer, easy set up, responsive developer team, and incredibly stable.
L***Discord member
I've used about 5 different trainers/bots since November 2024, this is the best one for every purpose. I know other trainer devs that testify of Violet devs ability/knowledge. 10/10 would recommend
Y***Discord member

随时可以开始

开始使用,或先来 打个招呼

在下单前可以来 Discord 问任何问题,也可以直接进入面板,开始调校功能。

Violet — #1 冒险岛机器人 | 实时浏览器控制