You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
أداة سطح مكتب (واجهة **Tkinter**) لتوليد بيانات تسجيل جهاز وإرسالها إلى واجهة **device register** الخاصة بتطبيق TikTok، ثم حفظ النتائج في ملفات **JSON** مع دعم **الدُفعات**، **تعدد الخيوط**، و**البروكسي** الاختياري.
6
6
@@ -18,15 +18,16 @@
18
18
2.[المتطلبات](#المتطلبات)
19
19
3.[التثبيت](#التثبيت)
20
20
4.[تشغيل البرنامج](#تشغيل-البرنامج)
21
-
5.[هيكل المشروع والملفات المهمة](#هيكل-المشروع-والملفات-المهمة)
22
-
6.[شرح واجهة المستخدم](#شرح-واجهة-المستخدم)
23
-
7.[أماكن حفظ الملفات وتنسيق JSON](#أماكن-حفظ-الملفات-وتنسيق-json)
- عند نشر ملف **`.exe`** جاهز سيظهر ضمن **Assets** في صفحة الإصدار؛ غالباً ما تبقى حاجة لمجلد **`Libs/`** و**Java** ما لم يذكر خلاف ذلك في وصف الإصدار.
83
93
84
94
---
85
95
@@ -227,7 +237,6 @@ TikTokDeviceGenerator-main/
227
237
228
238
| القناة | الطريقة |
229
239
|--------|---------|
230
-
|**Buy Me a Coffee**| دفع سريع بالبطاقة — [buymeacoffee.com/loukious](https://buymeacoffee.com/loukious)|
Desktop GUI (**Tkinter**) that generates device-registration payloads via **Java / unidbg**, POSTs them to TikTok’s **device register** endpoint, and saves results as **JSON** with **batch mode**, **threading**, and optional **proxy** support.
6
6
@@ -20,6 +20,7 @@ Desktop GUI (**Tkinter**) that generates device-registration payloads via **Java
20
20
-[Requirements](#requirements)
21
21
-[Installation](#installation)
22
22
-[Run](#run)
23
+
-[Releases](#releases)
23
24
-[Project layout](#project-layout)
24
25
-[User interface](#user-interface)
25
26
-[Output files \& JSON](#output-files--json)
@@ -76,7 +77,16 @@ Install a **JDK/JRE** and verify `java -version`. If only **32-bit** Java is ins
76
77
python DeviceGenerator.py
77
78
```
78
79
79
-
There is no separate CLI; all options are in the GUI. A prebuilt **`.exe`** may be available from **Releases** (same `Libs` / Java expectations).
80
+
There is no separate CLI; all options are in the GUI.
81
+
82
+
---
83
+
84
+
## Releases
85
+
86
+
Versioned downloads, changelogs, and tagged snapshots: **[github.com/code-root/TikTokDeviceGenerator/releases](https://github.com/code-root/TikTokDeviceGenerator/releases)**
- A prebuilt **`.exe`** (when published) will appear under **Assets** on a release; you still need **`Libs/`** and a suitable **Java** runtime unless the release notes say otherwise.
80
90
81
91
---
82
92
@@ -211,7 +221,6 @@ If this tool is useful to you, optional support helps maintain and improve it. P
0 commit comments