Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Ducky.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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:");
Expand All @@ -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("=======================");
Expand Down Expand Up @@ -372,4 +372,4 @@ else if (input.equalsIgnoreCase("Fake")) runFakeBSOD();
} else {
websiteOpened = false;
}
}
}