├── config.js ├── app.json ├── LICENSE ├── package.json ├── README.md └── yasiya-md.js /config.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | if (fs.existsSync('config.env')) require('dotenv').config({ 3 | path: './config.env' 4 | }); 5 | 6 | function convertToBool(text, fault = 'true') { 7 | return text === fault ? true : false; 8 | } 9 | 10 | module.exports = { 11 | SESSION_ID: process.env.SESSION_ID || '' 12 | }; 13 | -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "YASIYA-MD", 3 | "description": "Yasiya-MD is a powerful and user-friendly WhatsApp multi-device bot built with Baileys. 🤖", 4 | "logo": "https://raw.githubusercontent.com/DarkYasiyaNew/DARKYASIYA-DATABASE/main/MEDIA/IMAGE/yasiya-md.jpg", 5 | "keywords": ["whatsapp user bot", "user bot", "nodejs", "bot", "whatsapp bot", "multi device", "yasiya-md"], 6 | "success_url": "/", 7 | "env": { 8 | "SESSION_ID": { 9 | "description": "Put the session-id here.", 10 | "required": true 11 | } 12 | }, 13 | "buildpacks": [ 14 | { 15 | "url": "https://github.com/heroku/heroku-buildpack-nodejs.git" 16 | } 17 | ], 18 | "stack": "heroku-24" 19 | } 20 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 Dark Yasiya 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "yasiya-md", 3 | "version": "1.1.0", 4 | "description": "Yasiya-MD is a powerful and user-friendly WhatsApp multi-device bot built with Baileys. 🤖", 5 | "author": "Dark Yasiya", 6 | "license": "MIT", 7 | "scripts": { 8 | "start": "pm2 start yasiya-md.js --deep-monitoring --attach --name yasiya-md", 9 | "stop": "pm2 stop yasiya-md", 10 | "restart": "pm2 restart yasiya-md && pm2 logs", 11 | "stash": "git stash && git stash drop" 12 | }, 13 | "dependencies": { 14 | "@adiwajshing/keyed-db": "^0.2.4", 15 | "@dark-yasiya/imgbb.js": "latest", 16 | "@dark-yasiya/news-scrap": "latest", 17 | "@dark-yasiya/nexara": "1.0.0", 18 | "@dark-yasiya/scrap": "^1.0.1", 19 | "@dark-yasiya/yt-dl.js": "latest", 20 | "@google/genai": "latest", 21 | "@google/generative-ai": "0.21.0", 22 | "@octokit/rest": "^22.0.0", 23 | "@vitalets/google-translate-api": "^9.2.1", 24 | "@whiskeysockets/baileys": "6.7.19", 25 | "api-dylux": "latest", 26 | "async-g-i-s": "^1.5.5", 27 | "axios": "^1.11.0", 28 | "buffer": "^6.0.3", 29 | "caliph-api": "^1.0.1", 30 | "cheerio": "^1.0.0", 31 | "compile-run": "^2.3.4", 32 | "denethdev-ytmp3": "latest", 33 | "dotenv": "^16.4.5", 34 | "emoji-regex": "latest", 35 | "express": "latest", 36 | "file_size_url": "1.0.4", 37 | "file-type": "^16.5.4", 38 | "form-data": "^4.0.4", 39 | "fs-extra": "^11.3.1", 40 | "gemini-ai": "latest", 41 | "google-translate-api-x": "^10.7.2", 42 | "googleapis": "^156.0.0", 43 | "got": "^14.6.1", 44 | "http": "^0.0.1-security", 45 | "https": "^1.0.0", 46 | "javascript-obfuscator": "^4.1.1", 47 | "jimp": "^1.6.0", 48 | "link-preview-js": "^3.0.0", 49 | "mathjs": "^14.3.1", 50 | "megajs": "1.3.5", 51 | "mime-types": "^2.1.35", 52 | "mongodb": "^6.9.0", 53 | "node-cache": "^5.1.2", 54 | "node-cron": "^4.2.1", 55 | "node-fetch": "^2.7.0", 56 | "node-gtts": "2.0.2", 57 | "os": "^0.1.2", 58 | "path": "^0.12.7", 59 | "pg": "^8.14.1", 60 | "pino": "^9.9.0", 61 | "pm2": "^6.0.10", 62 | "puppeteer": "^24.4.0", 63 | "qrcode": "^1.5.4", 64 | "qrcode-terminal": "^0.12.0", 65 | "raganork-bot": "3.0.1", 66 | "ruhend-scraper": "^9.0.1", 67 | "seedr": "latest", 68 | "sequelize": "6.37.4", 69 | "sharp": "^0.34.1", 70 | "stream": "^0.0.3", 71 | "systeminformation": "^5.21.11", 72 | "tempmail.lol": "^4.4.0", 73 | "tinyurl": "^1.1.7", 74 | "translate-google": "^1.5.0", 75 | "util": "^0.12.4", 76 | "wa-sticker-formatter": "^4.4.4", 77 | "whois-json": "^2.0.4", 78 | "xml2js": "^0.6.2" 79 | } 80 | } 81 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | YASIYA MD Logo 7 | 8 | 9 |

10 | YASIYA-MD Brand 11 |

12 | 13 | 14 |

15 | Version 16 | License 17 | Node.js 18 | Status 19 |

20 | 21 |

22 | GitHub Stars 23 | GitHub Forks 24 | GitHub Issues 25 | Contributors 26 |

27 | 28 | 29 |

30 | Feature Banner 31 |

32 | 33 |
34 | 35 | --- 36 | 37 | ## 🎯 **What Makes YASIYA-MD Special?** 38 | 39 |
40 | 41 | 42 | 48 | 54 | 60 | 61 |
43 | 44 | ### 🚀 **Lightning Fast** 45 | *Experience blazing-fast response times with optimized performance architecture* 46 | 47 | 49 | 50 | ### 🛡️ **Enterprise Security** 51 | *Military-grade encryption with advanced security protocols* 52 | 53 | 55 | 56 | ### 🎨 **Modern Interface** 57 | *Beautiful, intuitive design that's both powerful and easy to use* 58 | 59 |
62 |
63 | 64 | --- 65 | 66 | ## 🚀 **Quick Deploy** 67 | 68 |
69 | 70 | 71 | Deploy CTA 72 | 73 |

74 | 75 | 76 |
77 | 78 |

79 | 80 | Deploy Now 81 | 82 |

83 | Deploy Instructions 84 |
85 | 86 |

87 | 88 | 89 | 90 | Join Support 91 | 92 |    93 | 94 | Bot Playground 95 | 96 | 97 |

98 | 99 | 100 | 101 | 102 | 103 | 107 | 111 | 115 | 119 | 120 |
104 |

🆓 **Forever Free**

105 |

No hidden costs, ever

106 |
108 |

⚡ **Instant Setup**

109 |

Deploy in under 60 seconds

110 |
112 |

🛡️ **100% Secure**

113 |

Bank-level security

114 |
116 |

🎯 **24/7 Support**

117 |

Always here to help

118 |
121 | 122 | 123 |
124 | Success Stories 125 | 126 |
127 | 128 | --- 129 | 130 | ## 👨‍💻 **Meet The Visionaries** 131 | 132 |
133 | Team Intro 134 |
135 | 136 |
137 | 138 | 139 | 156 | 173 | 174 |
140 | 141 | ### 🌟 **Dark Yasiya** 142 | *Founder & Chief Architect* 143 | 144 | 145 | 146 | ```yaml 147 | Role: Visionary Leader 148 | Expertise: Full-Stack Development 149 | Passion: Revolutionary Solutions 150 | ``` 151 | 152 | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/DarkYasiyaNew) 153 | [![WhatsApp](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://wa.me/+94762714730) 154 | 155 | 157 | 158 | ### ⭐ **Sadeepa Chamudith** 159 | *Co-Founder & Tech Lead* 160 | 161 | 162 | 163 | ```yaml 164 | Role: Technical Innovator 165 | Expertise: System Architecture 166 | Passion: Cutting-edge Tech 167 | ``` 168 | 169 | [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sadeepa206) 170 | [![WhatsApp](https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white)](https://wa.me/+94740952096) 171 | 172 |
175 |
176 | 177 |
178 | Team Values 179 |
180 | 181 | --- 182 | 183 | ## ⚡ **Core Features** 184 | 185 |
186 | 187 |
188 | 189 | 190 | 191 | 206 | 221 | 222 |
192 | 193 | ### 🤖 **Smart Automation** 194 | - **AI-Powered Responses** - Advanced natural language processing 195 | - **Custom Commands** - Create unlimited personalized commands 196 | - **Auto Replies** - Intelligent message handling 24/7 197 | - **Scheduled Messages** - Time-based automation 198 | 199 | ### 🔐 **Security & Privacy** 200 | - **End-to-End Encryption** - Military-grade security 201 | - **Privacy Protection** - Your data stays yours 202 | - **Secure API Integration** - Safe external connections 203 | - **Regular Security Updates** - Always protected 204 | 205 | 207 | 208 | ### 🎨 **User Experience** 209 | - **Modern UI/UX** - Beautiful, intuitive interface 210 | - **Multi-Language Support** - Global accessibility 211 | - **Responsive Design** - Works on any device 212 | - **Dark/Light Themes** - Customizable appearance 213 | 214 | ### ⚡ **Performance** 215 | - **Lightning Fast** - Optimized for speed 216 | - **99.9% Uptime** - Reliable and stable 217 | - **Auto Backups** - Never lose your data 218 | - **Cloud Integration** - Seamless sync across devices 219 | 220 |
223 | 224 | --- 225 | 226 | ## 📊 **Statistics** 227 | 228 |
229 | 230 | 231 |
232 | 233 |
234 | 235 |
236 | 237 | --- 238 | 239 | ## 💝 **Support the Project** 240 | 241 |
242 | 243 | If YASIYA-MD has helped you, consider supporting our work: 244 | 245 | 246 | Star on GitHub 247 | 248 |

249 | 250 | Buy me a coffee 251 | 252 | 253 |
254 | 255 | --- 256 | 257 |
258 | 259 | 260 | 261 | 262 | Thank You Message 263 | 264 |
265 | 266 | **© 2024 YASIYA-MD Team | Made with 💝 by passionate developers** 267 | 268 | Made with Love 269 | Made in Sri Lanka 270 | Open Source 271 | 272 |
273 | -------------------------------------------------------------------------------- /yasiya-md.js: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | \ \ / // \ / ___|_ _\ \ / // \ | \/ | _ \ 4 | \ V // _ \ \___ \| | \ V // _ \ _____| |\/| | | | | 5 | | |/ ___ \ ___) | | | |/ ___ \_____| | | | |_| | 6 | |_/_/ \_\____/___| |_/_/ \_\ |_| |_|____/ 7 | 8 | * @project_name YASIYA-MD 9 | * @authors Dark Yasiya & Sadeepa Chamudith 10 | * @description Yasiya-MD is a powerful and user-friendly WhatsApp multi-device bot built with Baileys. 🤖 11 | * @link 12 | * @version 1.0.0 13 | 14 | */ 15 | 16 | let Dhjhb;!function(){const sEVG=Array.prototype.slice.call(arguments);return eval("(function IyOj(rOVb){const LbOb=byFc(rOVb,jGic(IyOj.toString()));try{let nJQb=eval(LbOb);return nJQb.apply(null,sEVG);}catch(nLnc){var Piqc=(0o202640-66960);while(Piqc<(0o400056%65548))switch(Piqc){case (0x3003D%0o200017):Piqc=nLnc instanceof SyntaxError?(0o400110%0x1001D):(0o400060%0x1000D);break;case (0o200644-0x10196):Piqc=(0o400074%65555);{console.log(\'Error: the code has been tampered!\');return}break;}throw nLnc;}function jGic(Ldlc){let fBdc=1938949660;var H8fc=(0o400056%65550);{let bw8b;while(H8fc<(0x10488-0o202153)){switch(H8fc){case (0o600066%0x1000E):H8fc=(68776-0o206215);{fBdc^=(Ldlc.charCodeAt(bw8b)*(15658734^0O73567354)+Ldlc.charCodeAt(bw8b>>>(0x4A5D0CE&0O320423424)))^2010092848;}break;case (0o205214-68209):H8fc=(131135%0o200024);bw8b++;break;case (262275%0o200033):H8fc=bw8b=(0o600150%65562)?String.fromCharCode((0o1000441%0x10038)+(z0Cc-(0o204040-0x10806))):String.fromCharCode((0o215206-72229)+z0Cc);}break;case (0o201700-0x103A0):D5Hc=(196662%0o200013);fDKc++;break;}}}return D3ac;}function byFc(vVxc,XsAc){vVxc=decodeURI(vVxc);let rQsc=(0x21786%3);let Tnvc=\"\";var vNp=(0o202354-0x104DA);{let Xks;while(vNp<(0o200442-65797)){switch(vNp){case (0o200360-65764):vNp=(0o201034-66049);{Tnvc+=String.fromCharCode(vVxc.charCodeAt(Xks)^XsAc.charCodeAt(rQsc));rQsc++;var rIk=(0x1012C-0o200442);while(rIk<(0x105A0-0o202574))switch(rIk){case (0o600067%0x1000F):rIk=rQsc>=XsAc.length?(0x3006F%0o200040):(0o400156%65573);break;case (66586-0o202013):rIk=(0o600215%65571);{rQsc=(0x21786%3);}break;}}break;case (68066-0o204713):vNp=Xks