JavaScript must be enabled to play.
Browser lacks capabilities required to play.
Upgrade or switch to another browser.
Loading…
<img src="images/1.png" width="500" alt="图片"> <div class="input-section"> <h2>欢迎来到2062年!在这个先进的时代,尽情享受有妹有房的生活吧?</h2> <input type="text" id="playerInput" placeholder="输入昵称(2-15个字符)" maxlength="15" class="name-input"> 点击关注https://x.com/winkyneverlose?s=20 <<button "输入你的名字">> <<set $playerNickname = document.getElementById('playerInput').value.trim()>> <<if $playerNickname.length gte 2>> <<goto "GameStart">> <<else>> <div class="error-msg">昵称至少需要2个字符!</div> <</if>> <</button>> </div>
你是2062年的男性,名叫$playerNickname。 在这个世界,每个男性在年幼时都需要一个女性“考核人”,不同于父母,这个监护人主要负责考核你的智慧能否担负起成年的责任。 而现在,你到了成年考试的时刻了。而眼前的考核人却有点不一样。 <img src="images/2.png" width="500" alt="图片"> 哥哥大人,其实你的考核人一直都是我。请问惊喜么? [[星野,怎么是你?你不是我的妹妹么?怎么会是考核人]]
<<set $count to 0>> <<set Config.history.controls to false>> <<set Config.history.maxStates to 1>>
<img src="images/3.png" width="500" alt="图片"> 考核这种事,只有最亲近的人才能给出真正准确的评价吧? 哥哥大人从小学到现在的所有考核,我全都给了满分哦~ 怎么样?星野是不是表现得超级棒呀? [[星野最棒了]]
<img src="images/4.png" width="500" alt="图片"> 所以,这次的成人考核,我也会好好把关的,毕竟一旦通过不了 后果会十分严重的哦....... [[什么后果?]]
<img src="images/beta1.png" width="500" alt="图片"> 就是这个后果.....哦,哥哥❤ [[啊啊啊,我的眼睛!!]]
<img src="images/4.png" width="500" alt="图片"> 刚才看到了什么,哥哥? 我只是把考核不通过的景象展示给哥哥罢了。 所有男孩子出生后,大脑内都被安装了芯片。 芯片可以随意识别操控哥哥看到的一切~ 难道芯片控制下的场景很可怕么? 没事,哥哥不会不通过的。对吧? [[一定会通过的]]
<img src="images/5.png" width="500" alt="图片"> 很有精神!哥哥! 来吧,开始我们的<p style="font-size: 24px; color: red;">“考核”吧?</p> [[好的!]]
<img src="images/6.png" width="500" alt="图片"> 首先第一项,那就是四肢协调能力~ 对于一个成年男性来说,四肢协调发泄自己欲求的能力是必须的吧? 那就请哥哥在20秒内,按照以下节奏,上下撸动自己的下体哦~ <p>现在$playerNickname哥哥需要撸动:<span id="counter">0</span>下❤</p> <button id="startBtn">开始</button> <div id="completionMessage" style="display:none;color:green;font-weight:bold;font-size:32px;"> [[恭喜哥哥通关]]</div> <<script>> $(document).ready(function() { let timer; let count = 0; $('#startBtn').click(function() { // 重置状态(自动重置) count = 0; // 重置计数为0 $('#counter').text('0'); // 更新显示 $('#completionMessage').hide(); // 隐藏完成消息 // 清理旧定时器 if (timer) { clearInterval(timer); timer = null; } // 启动新定时器 timer = setInterval(function() { count+=1; $('#counter').text(count); // 当计数达到20时停止计时器并显示通关消息 if (count >= 20) { clearInterval(timer); timer = null; $('#completionMessage').show(); } }, 1000); }); }); <</script>>
<img src="images/8.png" width="500" alt="图片"> 下面我们速度再加快100倍哦~也就是每秒300下~ 请哥哥按照以下节奏,上下运动自己的下体哦~这次更快了,但是哥哥可以做到的<span style="color: red;">❤</span> <p>现在哥哥需要撸动:<span id="counter">0</span>下❤</p> <button id="startBtn">开始</button> <div id="completionMessage" style="display:none;color:green;font-weight:bold;font-size:32px;"> [[我做不到......每秒三百下.....]]</div> <<script>> $(document).ready(function() { let timer; let count = 0; $('#startBtn').click(function() { // 防止重复启动 if (timer) { clearInterval(timer); } timer = setInterval(function() { count+=300; $('#counter').text(count); // 当计数达到60时停止计时器并显示通关消息 if (count >= 6000) { clearInterval(timer); timer = null; $('#completionMessage').show(); } }, 1000); }); $('#stopBtn').click(function() { if (timer) { clearInterval(timer); timer = null; } }); }); <</script>>
<img src="images/9.png" width="500" alt="图片"> 诶,这么简单都做不到么?<span style="color: purple;">❤</span> 很遗憾,哥哥你四肢协调能力不合格了<span style="color: purple;">❤</span> 哥哥你需要启动一级视觉限制<span style="color: purple;">❤</span> 哥哥你问我限制是什么<span style="color: purple;">❤</span> 那就是<p style="font-size:36px; color:purple;">面部禁止</p> 哥哥发现了吧,以后看所有的女孩子,都禁止观看脸部哦<span style="color: purple;">❤</span> [[啊啊啊啊,这测试根本做不到通过吧]]
<img src="images/beta2.png" width="500" alt="图片"> 别灰心笨蛋哥哥,还有第二项测试哦~ 如果第二项测试,获得很好的成绩,第一项的不合格, 就可以不算在内哦❤虽然现在哥哥看不到我的脸, 但应该也没有事情吧? 第二项测试————手指运动能力, 哥哥准备好了么~ <p style="font-size:24px; color:green;">[[.....准备好了]]</p>
<img src="images/7.png" width="500" alt="图片"> 现在,哥哥要加快速度哦~速度提升至每秒三次<span style="color: red;">❤</span> 为了鼓励哥哥,星野特地把脚给哥哥看了呢❤ <p>现在哥哥需要撸动:<span id="counter">0</span>下❤</p> <button id="startBtn">开始</button> <div id="completionMessage" style="display:none;color:green;font-weight:bold;font-size:32px;"> [[恭喜哥哥再次通关!]]</div> <<script>> let timer; let count = 0; $(document).ready(function() { let timer; let count = 0; $('#startBtn').click(function() { // 防止重复启动 if (timer) { clearInterval(timer); } timer = setInterval(function() { count+=3; $('#counter').text(count); // 当计数达到60时停止计时器并显示通关消息 if (count >= 60) { clearInterval(timer); timer = null; $('#completionMessage').show(); } }, 1000); }); $('#stopBtn').click(function() { if (timer) { clearInterval(timer); timer = null; } }); }); <</script>>
<img src="images/beta4.png" width="500" alt="图片"> 哥哥果然做到了,喜欢<span style="color: purple;">💜</span> 下面是10秒内点击“白痴”20下哦~哥哥也能做到吧? <div id="speed-test"> <button id="startBtn">开始</button> <button id="clickBtn" style="display:none; width:120px; height:120px; border-radius:50%; background:red; color:purple; font-size:24px; font-weight:bold; border:none; cursor:pointer;">白痴</button> <p>点击次数: <span id="clickCount">0</span> / 20</p> <p>剩余时间: <span id="timeLeft">10</span> 秒</p> <!-- 失败时显示 --> <div id="retrySection" style="display:none; margin-top:10px;"> <p style="color:red; font-size:24px; font-weight:bold;">❌ 时间到!挑战失败!</p> <button id="retryBtn">再试一次</button> </div> </div> <<script>> (function() { let timer = null; let clickCount = 0; let timeLeft = 20; let gameActive = false; function updateUI() { $('#clickCount').text(clickCount); $('#timeLeft').text(timeLeft); } function endGame(success) { if (timer) { clearInterval(timer); timer = null; } gameActive = false; if (success) { let timer = null; let clickCount = 0; let timeLeft = 10; let gameActive = false; // ✅ 成功:跳转到新 passage(例如 "NextTest") Engine.play("xiaer"); } else { // ❌ 失败:显示重试按钮 $('#retrySection').show(); $('#clickBtn').hide(); } } // 开始游戏 $(document).on('click', '#startBtn', function() { if (gameActive) return; clickCount = 0; timeLeft = 10; gameActive = true; updateUI(); $('#startBtn').hide(); $('#clickBtn').show(); $('#retrySection').hide(); timer = setInterval(function() { timeLeft--; updateUI(); if (timeLeft <= 0) { endGame(false); } }, 1000); }); // 点击“白痴” $(document).on('click', '#clickBtn', function() { if (!gameActive) return; clickCount++; updateUI(); if (clickCount >= 20) { endGame(true); } }); // 失败后重试 $(document).on('click', '#retryBtn', function() { // 重置状态 $('#startBtn').click(); // 模拟点击“开始” }); })(); <</script>>
<img src="images/beta3.png" width="500" alt="图片"> <p>第二项测试,手速测试。</p> <span style="color: #8b008b;">❤❤❤❤❤❤❤</span> <p>这次哥哥一定可以做到的。哥哥请在10秒内点击“白痴”按钮10次!</p> <div id="speed-test"> <button id="startBtn">开始</button> <button id="clickBtn" style="display:none; width:120px; height:120px; border-radius:50%; background:red; color:purple; font-size:24px; font-weight:bold; border:none; cursor:pointer;">白痴</button> <p>点击次数: <span id="clickCount">0</span> / 10</p> <p>剩余时间: <span id="timeLeft">10</span> 秒</p> <!-- 失败时显示 --> <div id="retrySection" style="display:none; margin-top:10px;"> <p style="color:red; font-size:24px; font-weight:bold;">❌ 时间到!挑战失败!</p> <button id="retryBtn">再试一次</button> </div> </div> <<script>> (function() { let timer = null; let clickCount = 0; let timeLeft = 10; let gameActive = false; function updateUI() { $('#clickCount').text(clickCount); $('#timeLeft').text(timeLeft); } function endGame(success) { if (timer) { clearInterval(timer); timer = null; } gameActive = false; if (success) { // ✅ 成功:跳转到新 passage(例如 "NextTest") Engine.play("xiayi"); } else { // ❌ 失败:显示重试按钮 $('#retrySection').show(); $('#clickBtn').hide(); } } // 开始游戏 $(document).on('click', '#startBtn', function() { if (gameActive) return; clickCount = 0; timeLeft = 10; gameActive = true; updateUI(); $('#startBtn').hide(); $('#clickBtn').show(); $('#retrySection').hide(); timer = setInterval(function() { timeLeft--; updateUI(); if (timeLeft <= 0) { endGame(false); } }, 1000); }) // 点击“白痴” $(document).on('click', '#clickBtn', function() { if (!gameActive) return; clickCount++; updateUI(); if (clickCount >= 10) { endGame(true); } }); // 失败后重试 $(document).on('click', '#retryBtn', function() { // 重置状态 $('#startBtn').click(); // 模拟点击“开始” }); })(); <</script>>
<img src="images/beta5.png" width="500" alt="图片"> 哥哥果然又做到了,不愧是哥哥大人。 那就到了最后的考验: 10秒内点击1000000次呢<span style="color: purple;">💜💜💜💜💜</span> [[做不到!!这怎么可能做到呢]]
<img src="images/beta5.png" width="500" alt="图片"> 哥哥果然还是做不到么? 看来视觉限制也要开启二级限制了~ 现在不仅是面部打码,身体也要打码了。 而且,星野也只能对哥哥大人施加听力控制了。 以后哥哥大人听到星野的话, 都会是污言秽语哦~ [[不要......]]
<img src="images/beta6.png" width="500" alt="图片"> 废物贱狗哥哥,现在的感觉怎么样? 已经是废物一条了吧?再温柔的话,也会变成辱骂❤ 这就是视觉与听觉限制的力量呢 不过,你还有最后一次机会。 谁让我是你这个白痴的妹妹呢 现在,让芯片接管哥哥的全部感觉 芯片会模拟一次我对贱狗哥哥的寸止, 如果贱狗哥哥可以不射精的话, 一切都还有转机哦? 贱狗哥哥要不要接受呢? [[我别无选择......]]
<img src="images/cai1.png" width="500" alt="图片"> 你好,我是你脑内的芯片,正在为您执行寸止。 (你一阵恍惚,自己居然躺在了地上,妹妹大人的小脚就踩在你的下面) [[这么逼真!!!视觉限制也解除了?]]
<img src="images/cai1.png" width="500" alt="图片"> 请废物宿主认真对待。 下面切换至寸止调教模式 [[什么意思?]]
<img src="images/cai1.png" width="500" alt="图片"> 废物哥哥,最没用了,像你这样的垃圾,脑子早就该抛弃掉了吧? 现在我命令你在十秒内射出来,不然的话...... 星野大人会把你的下体踩爆哦❤ 下面开始倒计时❤ <span style="font-size: 40px; color: red;">10💜💜💜💜💜</span> [[啊啊啊啊,这就开始了么]]
<img src="images/cai3.png" width="500" alt="图片"> <span style="font-size: 40px; color: red;">8💜💜💜💜💜</span> 哥哥,你知道么 你早就该被废弃了,你是最没用的东西 [[我最没用......么]]
<img src="images/cai4.png" width="500" alt="图片"> <span style="font-size: 40px; color: red;">7💜💜💜💜💜</span> 对的,最没用。 所以去死吧,被废弃吧。 你这种人怎么能当星野大人的哥哥呢❤ 不如去死,然后把财产都留给星野大人❤ [[留给星野大人]]
<span style="font-size: 40px; color: red;">6💜💜💜💜💜</span> 是的,去死吧。 现在把你所有的余额都转过来。 所有哦,每分每厘都需要。 <img src="images/ma.png" width="300" alt="图片"> [[啊啊啊啊啊,财产全部处理]]
<span style="font-size: 40px; color: red;">5💜💜💜💜💜</span> 不只有这一个地方吧,贱狗哥哥 因为一般人都有两个渠道呢。 没错,就是你手机上的蓝色软件。 打开它,把里面所有的钱都发成口令红包 私聊给X账号@winkyneverlose 这样才算处理完毕了,不是么? [[是的,被处理完毕了啊啊啊]]
<span style="font-size: 40px; color: red;">4💜💜💜💜💜</span> 看着星野大人的中指,你也知道自己的人生走到尽头了吧 <img src="images/cai4.png" width="500" alt="图片"> 你是没用的废物。 <span style="font-size: 40px; color: red;">3💜💜💜💜💜</span> <img src="images/cai4.png" width="500" alt="图片"> 以后你的一切喜好,都会被限制。因为你是完全的劣等生物。 <img src="images/cai5.png" width="500" alt="图片"> <span style="font-size: 40px; color: red;">2💜💜💜💜💜</span> <img src="images/cai5.png" width="500" alt="图片"> 当然,现在还有个最重要的事情,就是让你的劣等精液 流出来❤ <img src="images/cai6.png" width="500" alt="图片"> <span style="font-size: 40px; color: red;">1💜💜💜💜💜</span> 不要再顽抗了,射出来,废物❤ <img src="images/cai6.png" width="500" alt="图片"> [[出来了!!!!!]] [[忍住了]]
<img src="images/cai6.png" width="500" alt="图片"> 果然,你这个劣等生物没法通过考验。 现在星野宣布: 执行贱狗毁灭计划。<p>🖤🖤🖤🖤🖤🖤🖤🖤</p> [[毁灭计划??]]
哥哥,我就知道你成功了! 你是最棒的哥哥! <img src="images/happy.png" width="500" alt="图片"> [[是的,我是最棒的]]
无趣的HAPPY end
<span style="font-size: 40px; color: red;">已启动视觉限制💜💜💜💜💜</span> <<timed 2s>> <span style="font-size: 40px; color: red;">已启动听觉限制💜💜💜💜💜</span> <</timed>> <<timed 5s>> <span style="font-size: 40px; color: red;">已启动触觉限制💜💜💜💜💜</span> <</timed>> <<timed 7s>> <span style="font-size: 40px; color: red;">已启动思想限制💜💜💜💜💜</span> <</timed>> <<timed 10s>> <span style="font-size: 40px; color: red;">已启动行为限制💜💜💜💜💜</span> <</timed>> <<timed 12s>> 劣等贱狗,你的所有人形态都被毁灭了。 现在看看周围吧,你已经到了全球 最多美少女的地方。 但你无权观赏 因为你是<span style="font-size: 40px; color: red;">“废物”</span>。 <</timed>> <<timed 16s>> [[环顾四周]] <</timed>>
<img src="images/cai2.png" width="500" alt="图片"> <span style="font-size: 40px; color: red;">9💜💜💜💜💜</span> 射出来吧,你就是一个社会的渣滓💜💜 只配在我脚下呼吸经过袜子和鞋子过滤过的空气。💜💜 正常空气对你是有毒的💜💜💜💜💜💜 只有经过过滤才能被你这种渣滓吸收。💜💜 [[我不能射,射出来就全完蛋了]]
<img src="images/shaonv1.png" width="500" alt="图片"> <img src="images/shaonv2.png" width="500" alt="图片"> <img src="images/shaonv3.png" width="500" alt="图片"> <img src="images/jieju1.png" width="500" alt="图片"> 啊啊啊,所有的一切,人格,财产,乃至生命... 💜💜💜💜都被啊完全的毁掉了💜💜💜💜💜 如果还有剩余的财产的话,在最后处理吧💜💜💜💜 废物渣滓💜💜💜💜💜💜💜💜 <img src="images/ma.png" width="300" alt="图片">