From 3e6318c91523d208273f1de46200003ee1a1b542 Mon Sep 17 00:00:00 2001 From: Mohit-hack143 <143507708+Mohit-hack143@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:09:27 +0530 Subject: [PATCH] Update Ducky.ino editor by Mohit Pratap --- Ducky.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ducky.ino b/Ducky.ino index 4f5ca36..183e77f 100644 --- a/Ducky.ino +++ b/Ducky.ino @@ -143,7 +143,7 @@ void AboutUs() { Serial.println(); Serial.println("📃 === ABOUT US ==="); Serial.println(); - Serial.println("👨‍💻 Project Created By: Linuxndroid & Krishna Rajput"); + Serial.println("👨‍💻 Project Created By: Mohit Pratap"); Serial.println("📚 Purpose: Educational Use & Learning ESP32 HID (Ducky Style)"); Serial.println(); Serial.println("💡 Hacker Quotes:"); @@ -152,7 +152,7 @@ void AboutUs() { Serial.println("\"It's not a bug, it's a feature...\" 😎"); Serial.println(); Serial.println("🔗 Follow Us:"); - Serial.println("Linuxndroid YouTube: https://youtube.com/Linuxndroid"); + Serial.println("instagram: https://www.instagram.com/tharaa_mohit_bhaihere?igsh=Y3drdGcxM3Y2eW84&ut-m_source=qr"); Serial.println(); Serial.println("⚠️ Use responsibly. Knowledge is power — use it wisely."); Serial.println("======================="); @@ -372,4 +372,4 @@ else if (input.equalsIgnoreCase("Fake")) runFakeBSOD(); } else { websiteOpened = false; } -} \ No newline at end of file +}