气死我了为什么要巡查我😭
👎1😢1
Signed 慈善家-失忆

Channel
@SYZZ17500
On this record: Growth · Engagement · Reactions · Posts · Polls · Handles named that no longer answer · Cite this entry
4,813subscribers
-288 since we began measuring on 7 August 2026
Risers and fallers across the register · movement among entries of 3,162–10,000.
| Telegram ID | -1002045172574 |
|---|---|
| Type | Channel |
| Username | @SYZZ17500 |
| Created | Between 1 November 2023 and 31 May 2024 — estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 7 August 2026 |
| Last confirmed live | 31 August 2026 |
| Measurements held | 10 |
| Confirmed unchanged | 1 time, most recently 31 August 2026 |
| On Telegram | t.me/SYZZ17500 |
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 31 Aug 2026, 10:36 | 4,813 | -27 |
| 28 Aug 2026, 00:38 | 4,840 | -27 |
| 25 Aug 2026, 00:25 | 4,867 | -51 |
| 21 Aug 2026, 08:07 | 4,918 | -36 |
| 18 Aug 2026, 00:32 | 4,954 | -47 |
| 15 Aug 2026, 07:12 | 5,001 | -38 |
| 11 Aug 2026, 22:12 | 5,039 | -53 |
| 8 Aug 2026, 16:53 | 5,092 | -9 |
| 7 Aug 2026, 17:17 | 5,101 | no change |
| 7 Aug 2026, 17:06 | 5,101 | first reading |
20 posts held, back to 31 December 2025 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 7 pages of Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 13 March 2026. An engagement rate over an empty window would be a number about nothing.
35 reactions across 11 posts, in 7 distinct kinds. The most used accounts for 54.3% of them.
| Reaction | Count | Share | Share, drawn |
|---|---|---|---|
| ❤ | 19 | 54.3% | |
| 👍 | 8 | 22.9% | |
| 🖕 | 4 | 11.4% | |
| 👎 | 1 | 2.86% | |
| 🔥 | 1 | 2.86% | |
| 😢 | 1 | 2.86% | |
| 🥰 | 1 | 2.86% |
No sentiment is inferred, and none should be read in. This table is ordered by count and by nothing else. Emoji do not carry stable meaning across languages or communities — 🙏 is thanks in one channel and mourning in another — so we publish which ones were pressed and how often, and pass no judgement on what an audience meant by them.
Precision. Telegram publishes reaction counts per emoji and short-forms each one — 4.34K, 1.2M — so any single kind at or above 1,000 reaches us at three significant figures, and only counts below 1,000 are exact. The shares above are ratios of those figures and carry the same error. This is also why the total here can differ slightly from a reaction total printed elsewhere on the page: both are sums of the same rounded parts, taken over samples with different edges.
Coverage. Reactions were read on 13 of the 20 sampled posts in this sample. Summed by Telegram’s own count on each post — not by adding up the per-emoji breakdown above — those same posts carry 35 reactions in total: the kind of figure the paragraph above means by “a reaction total printed elsewhere on the page”.
Measured over the 20 most recent posts we hold, published 31 December 2025 to 13 March 2026, using the newest reading held for each. Telegram Stars are excluded: they are a payment, not a reaction, and they have their own section.
气死我了为什么要巡查我😭
👎1😢1
Signed 慈善家-失忆
谁能送我一个ui @sxy17500
Signed 慈善家-失忆
亲爱的宝子们 心血来潮想更新一下等待我的再次回归😘
Signed 慈善家-失忆
telegram账号永久使用不出现接码问题:https://shop.zmfaka.cn/item/fcpobp
Signed 慈善家-失忆
好像挂圈已经是两年前的事了.
🖕4
Signed 打工赚钱养蛇蛇
服务器端绘制模块核心代码框架(DirectX 11 拦截渲染) 说明:此框架基于 MinHook 钩子库 拦截游戏的 Present 函数(渲染帧提交时触发绘制),仅用于技术研究,严禁用于违规场景。 1. 环境依赖 - 编译工具:Visual Studio(C++) - 依赖库: MinHook.lib (钩子库)、 d3d11.lib (DX11 库) - 运行环境:服务器端的 Windows 虚拟实例 + 安卓模拟器(运行和平精英) 2. 核心代码(DLL 注入型,注入到游戏进程) cpp #include <d3d11.h> #include <MinHook.h> #include <Windows.h> #include <vector> // 全局变量 ID3D11Device* g_pDevice = nullptr; ID3D11DeviceContext* g_pDeviceContext = …
Signed 打工赚钱养蛇蛇
如果仅从“本地软件触发服务器二进制,再作用于本地游戏”的技术流程来看,核心矛盾是:游戏辅助的二进制需要直接读写本地游戏进程内存/数据,而服务器上的二进制无法直接操作本地电脑的进程,因此必须通过“服务器下发指令/数据 + 本地程序执行”的方式实现,步骤如下: 1. 本地辅助软件拆分 - 把辅助拆成两部分:本地轻量客户端(负责和游戏进程交互、绘制功能) + 服务器端核心逻辑(负责计算绘制所需的坐标、参数等数据)。 - 服务器上的二进制不直接执行绘制,只负责处理游戏数据(如解析内存偏移、计算敌人坐标)。 2. 本地-服务器数据交互 - 本地客户端按钮点击后,向服务器发送请求(携带本地游戏进程的基础信息,如进程ID、内存基址)。 - 服务器运行二进制,处理这些信息,计算出绘制所需的关键参数(如敌人位置、骨骼坐标),并将参数返回给本地客户端。 3. 本地客户端执行绘制 - 本地客户端接收服务器返回的参数后,在…
❤1
Signed 打工赚钱养蛇蛇
要实现 本地软件按钮触发 → 服务器执行二进制 → 吃鸡游戏内生效,核心是让二进制的执行结果能被吃鸡游戏客户端/服务端识别,且需适配吃鸡类游戏的常见修改逻辑(如皮肤、道具、参数配置)
❤1
Signed 打工赚钱养蛇蛇
等我把电脑买回来就更新哈 大部分配件已经回来了过不了几天就可以更新了 为了防止二进制被拿去圈钱手机就不写了
❤3
Signed 慈善家-失忆
😊
Signed 打工赚钱养蛇蛇
失小忆端口到时候一起发布 直装就不加过检测了
❤1
Signed 慈善家-失忆
我也是考虑了很久决定还是把绘制和内透都加进来这样玩绘制的玩绘制玩内透的玩内透
❤4
Signed 慈善家-失忆
Showing the 12 most recent of 20 posts we hold for @SYZZ17500. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
The poll we hold for this entry, as Telegram rendered it when we read the post. A poll’s figures keep moving after that, so each one is dated.
你们都root了没
Shares as published. No per-option vote count is published by Telegram, so none is shown.
Percentages only — there are no per-option vote counts here, because Telegram publishes none. The public post preview gives each option’s share and a single voter total, and nothing else. Multiplying one by the other would produce a per-option tally that looks measured and is not: the shares are rounded to whole numbers before we ever see them. We print what was published and leave the column that does not exist empty.
The shares need not add up to 100. Rounding alone puts many polls at 99 or 101. A poll that allows more than one answer per voter runs well past 100 by design, and several here do. The bars are drawn against a fixed 100% track at each option’s own percentage rather than normalised to the total, so a poll that exceeds it shows that it does instead of being quietly rescaled.
Read from the 20 most recent posts we hold, published 31 December 2025 to 13 March 2026. Telegram labels each poll by kind — an anonymous poll, a quiz, a closed set of final results — and that label is reproduced rather than paraphrased.
@SYZZ17500 named 1 handle that resolve to nothing today. That is a fact about the reference, not necessarily a fact about the handle’s history — see the two groups below.
Most of these may never have existed as a live channel at all. A handle a channel names can be a typo, an aspirational name nobody registered, or a channel that was already gone before this one ever mentioned it. Unless a row below is marked evidenced, all we know is that it references a handle that is not a live channel today — not that anything “died”. How this is measured.
References a handle that is not a live channel — we have no record it ever was one.
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 31 August 2026 — this entry's latest reading, not the date you are reading this.
“失忆主频道” (@SYZZ17500), 4,813 subscribers as measured 31 August 2026. Telegram Register, tgregister.com/channel/SYZZ17500.
Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.