en
Feedback
Developer House

Developer House

Open in Telegram

Developer House Is a Technology based Channel Which help User To Give Informtaion About ⤏ Android APP Project ⤏ APP Source & Api Related Link ⤏ API Development ⤏ App, Software, Premium Account Giveaway etc.

Show more
No data
Subscribers
-224 hours
-167 days
-4630 days
Posts Archive
āĻ•āĻŋāϛ⧁ āĻŦā§āϝāĻžāĻ•ā§āϤāĻŋāĻ—āϤ āϏāĻŽāĻ¸ā§āϝāĻžāϰ āϜāĻ¨ā§āϝ āĻ…āύāϞāĻžāχāύ⧇ āφāϏāϤ⧇ āĻĒāĻžāϰāĻŋāύāĻŋ āĨ¤ āφāϰ āĻ•āĻžāĻ¸ā§āϟāĻŽ āĻāϏāĻāĻŽāĻāϏ āφāĻŽāĻŋ āϝ⧇āχ āϏāĻžāχāϟ āĻĨ⧇āϕ⧇ āύāĻŋāϝāĻŧ⧇āĻ›āĻŋāϞāĻžāĻŽ āĻ“āχ āϏāĻžāχāϟ āφāĻŽāĻžāϰ āĻ…ā§āϝāĻžāĻ•āĻžāωāĻ¨ā§āϟ āĻŦā§āϞāĻ• āĻ•āϰ⧇ āĻĻāĻŋāϝāĻŧ⧇āϛ⧇ āϤāĻžāϰ āϜāĻ¨ā§āϝ āĻ•āĻžāĻ¸ā§āϟāĻŽ āĻāϏāĻāĻŽāĻāϏ āĻŦāϟ āĻĻāĻŋāϤ⧇ āĻĒāĻžāϰāĻŋāύāĻŋāĨ¤ āĻ…ā§āϝāĻžāĻ•āĻžāωāĻ¨ā§āϟ āĻ āĻŋāĻ• āĻšāϞ⧋ āĻšā§āϝāĻžāύ⧇āϞ⧇ āϜāĻžāύāĻŋāϝāĻŧ⧇ āĻĻ⧇āĻ“āϝāĻŧāĻž āĻšāĻŦ⧇ āĨ¤

āφāĻ—āĻžāĻŽā§€āĻ•āĻžāϞ āĻ•āĻžāĻ¸ā§āϟāĻŽ āĻāϏāĻāĻŽāĻāϏ āĻŦāϟ āĻĻ⧇āĻ“āϝāĻŧāĻž āĻšāĻŦ⧇āĨ¤ āĻāχ āĻĒā§‹āĻ¸ā§āĻŸā§‡ āϝāĻĻāĻŋ ā§§ā§Ļā§Ļ+ āϰāĻŋāϝāĻŧ⧇āϞ āϰāĻŋāϝāĻŧ⧇āĻ•ā§āϟ āφāϏ⧇ āϤāĻžāĻšāϞ⧇ āφāύāϞāĻŋāĻŽāĻŋāĻŸā§‡āĻĄ āĻāϏāĻāĻŽāĻāϏ āĻĻ⧇āĻ“āϝāĻŧāĻž āĻšāĻŦ⧇ āύāĻžāĻšāϞ⧇ āϞāĻŋāĻŽāĻŋāϟ āϏāĻŋāĻ¸ā§āĻŸā§‡āĻŽ āĻ•āϰ⧇ āĻĻ⧇āĻ“āϝāĻŧāĻž āĻšāĻŦ⧇ āĨ¤ 🙂🙂🙂🙂🙂🙂🙂

We have created a new Facebook Advanced Phishing app, it will be published tomorrow. You can use telegram bot token in app and no one can hack your token from app.

StringFog Decrypt App Project.
Use Android Studio/ Android Ide for build

StringFog Decrypt & Encryption Simple Modding Method.

https://custom-sms-v1.vercel.app/send-sms?number=88019**&message=Gift DH Alamin&key=Developer-House BD Free Custom SMS. API Limit 50

photo content

Who Can Dump This Game Protected Lib File ? Game :- Playstore

Hacker Gpt In Official ChatGPT. [Note : You will find here lots of GPT models ]
+1
Hacker Gpt In Official ChatGPT. [Note : You will find here lots of GPT models ]

Multiple File Sharing Telegram Bot BJS code. Command: /start
if(!params){
Api.sendMessage({ text: "/upload - To upload content and share it.",
reply_markup: JSON.stringify({
hide_keyboard: true
})
})
return;
}
if (params) {
    var files = Bot.getProperty(params);
    if (files && files.length > 0) {
        files.forEach(file => {
            switch (file.type) {
                case "video":
                    Api.sendVideo({ video: file.file_id, caption: file.caption || undefined });
                    break;
                case "photo":
                    Api.sendPhoto({ photo: file.file_id, caption: file.caption || undefined });
                    break;
                case "audio":
                    Api.sendAudio({ audio: file.file_id, caption: file.caption || undefined });
                    break;
                case "sticker":
                    Api.sendSticker({ sticker: file.file_id });
                    break;
                case "document":
                    Api.sendDocument({ document: file.file_id, caption: file.caption || undefined });
                    break;
                case "animation":
                    Api.sendAnimation({ animation: file.file_id, caption: file.caption || undefined });
                    break;
                case "voice":
                    Api.sendVoice({ voice: file.file_id, caption: file.caption || undefined });
                    break;
            }
        });
    } else {
        Bot.sendMessage("No files to send.");
    }
}
Command: /upload Answer: Send your content for sharing! Wait for answer: false Keyboard: ✅ BJS: Bot.runCommand('/handle') Command: /handle Wait for answer: true
if (message == "✅") {
    if (options && options.shrt) {
        var filesList = Bot.getProperty(options.shrt, []);
        if (filesList.length > 0) {
            return Bot.sendMessage("Done!\nHere is your link: https://t.me/" + bot.name + "/?start=" + options.shrt);
        } else {
            return Bot.sendMessage("Error: No files uploaded to confirm.\nUse: /upload to upload. ");
                    }
    } else {
        return Bot.sendMessage("Error: No files uploaded to confirm.\nUse /upload to upload.");
        

    }
}

var shrt = (new Date().getTime()).toString(36);
if (options && options.shrt) {
    shrt = options.shrt;
}

var filesList = Bot.getProperty(shrt, []);
var fileEntry = {};

if (request.video && request.video.file_id) {
    fileEntry = { type: "video", file_id: request.video.file_id, caption: request.caption || "" };
} else if (request.photo && request.photo.length > 0 && request.photo[0].file_id) {
    fileEntry = { type: "photo", file_id: request.photo[0].file_id, caption: request.caption || "" };
} else if (request.audio && request.audio.file_id) {
    fileEntry = { type: "audio", file_id: request.audio.file_id, caption: request.caption || "" };
} else if (request.sticker && request.sticker.file_id) {
    fileEntry = { type: "sticker", file_id: request.sticker.file_id };
} else if (request.document && request.document.file_id) {
    fileEntry = { type: "document", file_id: request.document.file_id, caption: request.caption || "" };
} else if (request.animation && request.animation.file_id) {
    fileEntry = { type: "animation", file_id: request.animation.file_id, caption: request.animation.caption || "" };
} else if (request.voice && request.voice.file_id) {
    fileEntry = { type: "voice", file_id: request.voice.file_id, caption: request.caption || "" };
}

if (Object.keys(fileEntry).length > 0) {
    filesList.push(fileEntry);
    Bot.setProperty(shrt, filesList, "json");
    Bot.runCommand('/handle', { shrt: shrt });
} else {
    Bot.sendMessage("No valid media file detected. Please send a valid media file.");
}
YouTube Tutorial & Demo : https://youtu.be/2Rnm6jd0ZF4?feature=shared Credit: @siyabots

During testing of Ransomware app, all files were deleted on my phone, So Android Rat app will take a long time to come.

🚀 Introducing Telegram All In One Bot âš™ī¸ Meet your new best friend for all things Telegram! 🎉 Whether you need to shorten URLs, generate QR codes, check IP information, or perform various other tasks, our bot has you covered! 🔹 Features: - đŸ’ģ URL Shortener: Quickly shorten long URLs. - 📊 QR Code Generator: Create custom QR codes effortlessly. - 🌐 IP Information: Get detailed IP info with ease. Streamline your workflow and enhance your productivity with @Aio_Tools_Bot! Simply add the bot to your chat and let it handle the heavy lifting. 💡 Why use multiple bots when you can have it all in one place? Join the revolution and make your Telegram experience smoother than ever! đŸ“ĸ Don’t forget to share this with your friends and spread the word! ✨ Stay tuned for more features and updates!
🏆Bot Is Under Development
#TelegramBot #AllInOne #Productivity #TechTools #AioToolsBot

āĻ•āĻžāϰ āĻ•āĻžāϰ āĻĢāĻžāĻ“ ā§Ģ āϜāĻŋāĻŦāĻŋ āχāĻ¨ā§āϟāĻžāϰāύ⧇āϟ āĻ•āĻžāϜ āĻ•āϰāϤ⧇āϛ⧇?

Lifetime Ubuntu Gui Required:- 1) Termux 2) Good Net Speed 3) At least 5+ GB of free space on the phone. Read GitHub "Readme"
Lifetime Ubuntu Gui Required:- 1) Termux 2) Good Net Speed 3) At least 5+ GB of free space on the phone.
Read GitHub "Readme" File Carefully. Then you can setup it yourself very easily.
Repository :- Click Here👈

āϕ⧇āω āĻ­āĻžāϞ⧋ āĻāĻ•āϟāĻž āĻ­āĻŋāĻĒāĻŋāĻāύ āύāĻžāĻŽ āĻŦāϞ⧋ , āϝ⧇āχāϟāĻž āĻŦāĻ°ā§āϤāĻŽāĻžāύ⧇ āĻāĻ•āϟ⧁ āĻ­āĻžāϞ⧋ āχāĻ¨ā§āϟāĻžāϰāύ⧇āϟ āϏāĻžāĻ°ā§āĻ­āĻŋāϏ āĻĻāĻŋāĻšā§āϛ⧇ āĨ¤ āĻāĻ–āύ āϝ⧇ āύ⧇āϟ ... ā§§ā§Ļā§Ļ āĻāĻŽāĻŦāĻŋ āĻĢāĻžāχāϞ āĻĄāĻžāωāύāϞ⧋āĻĄ āĻĻāĻŋāϤ⧇ ā§§ā§Ļ+ āϘāĻ¨ā§āϟāĻž āϏāĻŽāϝāĻŧ āϞāĻžāĻ—āĻŦ⧇ āĻĻ⧇āĻ–āĻžāĻšā§āϛ⧇ 😅

Internet was completely shut down in Bangladesh from 17th

āĻ…āĻŦāĻļ⧇āώ⧇ āĻŦāĻžāϏāĻž-āĻŦāĻžā§œāĻŋāϤ⧇ āϧ⧀āϰ⧇āϧ⧀āϰ⧇ āϚāĻžāϞ⧁ āĻšāĻšā§āϛ⧇ āχāĻ¨ā§āϟāĻžāϰāύ⧇āϟ āϏ⧇āĻŦāĻžāĨ¤ Follow us for more updates. °☆°━━━━━━━━━━━━━━âœĩ╗ 🔔 t.me/trickbd_offici
āĻ…āĻŦāĻļ⧇āώ⧇ āĻŦāĻžāϏāĻž-āĻŦāĻžā§œāĻŋāϤ⧇ āϧ⧀āϰ⧇āϧ⧀āϰ⧇ āϚāĻžāϞ⧁ āĻšāĻšā§āϛ⧇ āχāĻ¨ā§āϟāĻžāϰāύ⧇āϟ āϏ⧇āĻŦāĻžāĨ¤ Follow us for more updates. °☆°━━━━━━━━━━━━━━âœĩ╗ 🔔 t.me/trickbd_official đŸ’Ŧ t.me/trickbdofficialgroup 🗂 t.me/trickbddotcom (BackUP) 🌍 https://trickbd.com 🌐 https://facebook.com/trickbddotcom ╚âœĩ━━━━━━━━━━━━━━°☆° React, Comment and Share with your Friends and Family.

🙂

Upcoming new app with updated and powerful..
+3
Upcoming new app with updated and powerful..