uk
Feedback
NepMods🦅

NepMods🦅

Відкрити в Telegram
4 763
Підписники
-124 години
-57 днів
+6030 днів

Триває завантаження даних...

Залучення підписників
вересень '26
вересень '26
+21
в 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 каналах
Дата
Залучення підписників
Згадування
Канали
06 вересня+1
05 вересня+3
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
361
3
Немає тексту...
577
4
First test, mod menu build in SaynaaIDE+1
First test, mod menu build in SaynaaIDE
593
5
https://github.com/ispointer/Anime-Git-Stats RevDex Owne Web Scrape 📚
https://github.com/ispointer/Anime-Git-Stats RevDex Owne Web Scrape 📚
518
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
715
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
652
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
652
9
https://github.com/ispointer/TextEditor-Android
1 435
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 969
11
test project Git - https://github.com/ispointer/NoDex
1 648
12
https://github.com/ispointer/NoDex
1 633
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 917
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 243
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 304
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