ch
Feedback
NepMods🦅

NepMods🦅

前往频道在 Telegram
4 762
订阅者
+224 小时
+37 天
+5930 天
吸引订阅者
九月 '26
九月 '26
+18
在0个频道中
八月 '26
+143
在1个频道中
Get PRO
七月 '26
+101
在1个频道中
Get PRO
六月 '26
+102
在0个频道中
Get PRO
五月 '26
+82
在0个频道中
Get PRO
四月 '26
+89
在0个频道中
Get PRO
三月 '26
+51
在1个频道中
Get PRO
二月 '26
+51
在0个频道中
Get PRO
一月 '26
+85
在0个频道中
Get PRO
十二月 '25
+66
在1个频道中
Get PRO
十一月 '25
+80
在1个频道中
Get PRO
十月 '25
+87
在1个频道中
Get PRO
九月 '25
+82
在3个频道中
Get PRO
八月 '25
+101
在1个频道中
Get PRO
七月 '25
+133
在4个频道中
Get PRO
六月 '25
+126
在2个频道中
Get PRO
五月 '25
+55
在0个频道中
Get PRO
四月 '25
+49
在2个频道中
Get PRO
三月 '25
+84
在0个频道中
Get PRO
二月 '25
+53
在0个频道中
Get PRO
一月 '25
+73
在0个频道中
Get PRO
十二月 '24
+85
在0个频道中
Get PRO
十一月 '24
+331
在4个频道中
Get PRO
十月 '24
+441
在2个频道中
Get PRO
九月 '24
+135
在2个频道中
Get PRO
八月 '24
+443
在2个频道中
Get PRO
七月 '24
+196
在3个频道中
Get PRO
六月 '24
+373
在1个频道中
Get PRO
五月 '24
+156
在0个频道中
Get PRO
四月 '24
+369
在0个频道中
Get PRO
三月 '24
+399
在2个频道中
Get PRO
二月 '24
+917
在0个频道中
Get PRO
一月 '24
+1 587
在2个频道中
Get PRO
十二月 '23
+253
在0个频道中
Get PRO
十一月 '23
+115
在3个频道中
Get PRO
十月 '23
+113
在1个频道中
Get PRO
九月 '23
+114
在0个频道中
Get PRO
八月 '23
+151
在0个频道中
Get PRO
七月 '23
+173
在0个频道中
Get PRO
六月 '23
+180
在0个频道中
Get PRO
五月 '23
+138
在0个频道中
Get PRO
四月 '23
+171
在0个频道中
Get PRO
三月 '23
+180
在0个频道中
Get PRO
二月 '23
+168
在0个频道中
Get PRO
一月 '23
+191
在0个频道中
Get PRO
十二月 '22
+157
在0个频道中
Get PRO
十一月 '22
+186
在0个频道中
Get PRO
十月 '22
+389
在0个频道中
Get PRO
九月 '22
+253
在0个频道中
Get PRO
八月 '22
+322
在0个频道中
Get PRO
七月 '22
+579
在0个频道中
Get PRO
六月 '22
+282
在0个频道中
Get PRO
五月 '22
+338
在0个频道中
Get PRO
四月 '22
+259
在0个频道中
Get PRO
三月 '22
+311
在0个频道中
日期
订阅者增长
提及
频道
05 九月+1
04 九月+4
03 九月+7
02 九月+2
01 九月+4
频道帖子
2
Usage -- patch no required to use hex bytes+1
Usage -- patch no required to use hex bytes
324
3
没有文字...
560
4
First test, mod menu build in SaynaaIDE+1
First test, mod menu build in SaynaaIDE
567
5
https://github.com/ispointer/Anime-Git-Stats RevDex Owne Web Scrape 📚
https://github.com/ispointer/Anime-Git-Stats RevDex Owne Web Scrape 📚
492
6
🚀 Saynaa Mod Menu Development I’m currently working on a set of Mod Menu tools for Saynaa, which will be used with SaynaaIDE to build Mod Menus. If you have any useful C/C++ tools, native libraries, utilities, or ideas that could be useful for Mod Menu development with Saynaa, feel free to share them with me. I’d like to explore and integrate useful tools into the ecosystem. Saynaa can load native .so modules, so these tools can be written in C/C++, built independently, and used from Saynaa through its native API. There is currently an Android limitation I’m working on: Android doesn't allow the .so libraries to be loaded normally from external/shared storage such as /storage/emulated/0. Loading the same libraries from the app's internal storage such as /data/data/<package-name>/. works correctly. I’m currently working on a solution so the workflow can be more flexible. The goal is to make SaynaaIDE a practical environment for building Mod Menus, while allowing developers to extend it with their own native tools. 🔥 If you have something useful that could fit this project, share it with me! #Saynaa #SaynaaIDE #ModMenu #Android #C #Cpp #Termux #NativeDevelopment
703
7
⚠️ Important — Existing SaynaaIDE Projects Projects created with older versions of SaynaaIDE may not work directly in SaynaaIDE 1.0.1. This release contains major internal changes, so older projects may need to be updated. For example, in init.sa: activity.getSaynaaDir()  should now be used instead of: java.saynaadir  This is especially important because SaynaaIDE now supports creating Mod Menus, where SaynaaActivity may not be available. The package name has also changed: com.android.saynaa → com.saynaa There are also other internal changes that may require modifications to older projects. 🆕 loadfile() has been updated The built-in loadfile() now supports: loadfile([module:Module], path:String, [mode:Number=0]) -> Var  Modes: 0: CLONE  — Create child module from parent context 1: SHARED — Execute inside parent module; changes affect parent 2: NEW    — Create empty module with no parent context  package.loadfile has been removed because it was a duplicate of the built-in loadfile(). 🔧 If you are updating an old project, make sure to review these changes and update your code accordingly. #SaynaaIDE #Saynaa #Update #BreakingChanges #Development
637
8
🚀 SaynaaIDE 1.0.1 is here! 🔥 A new stable release with improvements, fixes, and refinements to make SaynaaIDE better and more reliable. ✨ 📦 SaynaaIDE_1.0.1.apk ✨ Improvements & refinements 🐛 Bug fixes ⚡ Performance & stability improvements 🛠️ More features and developer tools 🎨 UI and overall experience improvements 🚀 SaynaaIDE is growing! More updates and features are coming. #SaynaaIDE #Saynaa #Android #IDE #Development #Programming
636
9
https://github.com/ispointer/TextEditor-Android
1 419
10
🚀 SaynaaIDE 1.0.0-dev.3 The SaynaaIDE project code for version 1.0.0-dev.3 is now available! 📁 SaynaaIDE_1.0.0-dev.3.syp 🛠️ Latest improvements 🐛 Bug fixes ⚡ Development updates 💻 Project source/code included 🚧 SaynaaIDE is still under active development.
1 956
11
test project Git - https://github.com/ispointer/NoDex
1 637
12
https://github.com/ispointer/NoDex
1 625
13
📢 Saynaa IDE — Project Directory Update I’ve changed the project directory structure in Saynaa IDE to make it more organized and easier to manage. Previously, projects were stored directly in: /storage/emulated/0/.SaynaaIDE/ This caused projects to not appear correctly in the app’s project list. 🔧 New project directory: /storage/emulated/0/.SaynaaIDE/project/ The main reason for this change is to keep the .SaynaaIDE directory organized and allow Saynaa IDE to have separate directories for different purposes, such as: - 📁 .SaynaaIDE/project/ — User projects - ⚙️ .SaynaaIDE/.build/ — Build-related files - 📦 .SaynaaIDE/.bin/ — apk build files - 📤 .SaynaaIDE/.share/ — Files used when sharing projects This new structure will make it easier to manage projects, builds, binaries, and project-sharing data as Saynaa IDE continues to grow. 🚀 ⚠️ Important: Projects from older development builds may need to be moved to the new project/ directory. Thanks for testing Saynaa IDE and helping improve the project! ❤️ #SaynaaIDE #Android #IDE #Programming #Development #DevBuild #Update
1 907
14
🚀 Saynaa IDE 1.0.0-dev.2 — Major Improvements! 🎉 The second development build of Saynaa IDE is now available! 📱🔥 🔢 Version: 1.0.0-dev.2 🧪 Build: Development / Early Testing 📦 Format: APK 💻 Platform: Android 🛠️ Focus: Bug fixes, improvements, and UI enhancements ✨ What’s new: - 🐛 Major bug fixes - ⚡ Performance and stability improvements - 🎨 UI improvements - 🛠️ Better development experience - 🔧 Various internal improvements This build continues the development of Saynaa IDE. More features and improvements are coming in future releases! 🚀 📥 Download: SaynaaIDE_1.0.0-dev.2.apk 💬 Test it, report bugs, and share your feedback to help make Saynaa IDE better! #SaynaaIDE #Android #IDE #Programming #Development #DevBuild #SoftwareDevelopment
1 236
15
🚀 Major Improvement & Bug Fixes! SaynaaIDE just got a major upgrade! ✨ Improved performance, fixed several bugs, and made th+5
🚀 Major Improvement & Bug Fixes! SaynaaIDE just got a major upgrade! ✨ Improved performance, fixed several bugs, and made the overall experience more stable and reliable. More improvements are coming! 🔥 #SaynaaIDE #Update #BugFixes #AndroidDev #Programming
1 295
16
https://github.com/bapanxd/IL2CppManager
1 409
17
Demo
Demo
1 229
18
Open IDE and import this project
1 331
19
🧮 Calculator.syp A simple calculator project built with Saynaa IDE. ✨ Demonstrates: • Basic UI • Calculator operations • Saynaa code • User input & expression handling 📦 Project file: Calculator.syp Try it with Saynaa IDE 1.0.0-dev.1 🚀 #SaynaaIDE #Calculator #Saynaa #Programming
1 430
20
🚀 Saynaa IDE 1.0.0-dev.1 The first development build of Saynaa IDE is now available! 🎉 📱 App: Saynaa IDE 🔢 Version: 1.0.0-dev.1 🧪 Build: Development / Early Testing 📦 Format: APK 💻 Platform: Android 🛠️ Purpose: Programming & development environment ⚡ Status: Early development — features and UI are still being improved This build is intended for testing and feedback. You may encounter bugs, incomplete features, or changes in future builds. 📥 Download: SaynaaIDE_1.0.0-dev.1.apk 💬 Test it, report bugs, and share your feedback to help improve Saynaa IDE. #SaynaaIDE #Android #IDE #Programming #Development #DevBuild
1 079