NepMods🦅
رفتن به کانال در Telegram
4 763
مشترکین
+324 ساعت
+87 روز
+6430 روز
در حال بارگیری داده...
کانالهای مشابه
ابر برچسبها
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
سپتامبر '26
سپتامبر '26
+14
در 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 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 04 سپتامبر | +1 | |||
| 03 سپتامبر | +7 | |||
| 02 سپتامبر | +2 | |||
| 01 سپتامبر | +4 |
پستهای کانال
| 2 | First test, mod menu build in SaynaaIDE | 419 |
| 3 | https://github.com/ispointer/Anime-Git-Stats
RevDex Owne Web Scrape 📚 | 416 |
| 4 | 🚀 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 | 598 |
| 5 | ⚠️ 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 | 560 |
| 6 | 🚀 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 | 537 |
| 7 | https://github.com/ispointer/TextEditor-Android | 1 330 |
| 8 | 🚀 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 879 |
| 9 | test project
Git - https://github.com/ispointer/NoDex | 1 584 |
| 10 | https://github.com/ispointer/NoDex | 1 562 |
| 11 | 📢 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 798 |
| 12 | 🚀 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 172 |
| 13 | 🚀 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 242 |
| 14 | https://github.com/bapanxd/IL2CppManager | 1 403 |
| 15 | Demo | 1 229 |
| 16 | Open IDE and import this project | 1 331 |
| 17 | 🧮 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 |
| 18 | 🚀 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 |
| 19 | بدون متن... | 866 |
| 20 | SaynaaIDE | 792 |
