A simple prank batch file designed to surprise your friends with a harmless "hack" prank. When executed, this script checks your internet connection, opens Notepad, simulates a funny message being typed out, and then opens a YouTube video for a playful twist.
- Internet Check: Uses a ping to 8.8.8.8 to ensure an active internet connection.
- Automated Message: Opens Notepad and injects a humorous message using a temporary VBS script.
- Fun Reveal: Launches a YouTube link to complete the prank experience.
-
Connectivity Check:
The script pings Google's DNS server (8.8.8.8). If the ping fails, an error message is displayed prompting you to connect to the internet. -
Notepad Activation:
If connected, it opens Notepad and waits briefly. -
Message Injection:
A temporary VBScript is generated that:- Activates Notepad.
- Simulates typing the message:
"haha, corngatulations, i hacked ur computer, now watch this: https://youtu.be/xzJn0zdwuoM?si=m3Qgd-ayiXWqlVV9"
-
Prank Execution:
Finally, the script opens the specified YouTube video, revealing the prank.
- Operating System: Windows (the script uses Batch and VBScript).
- Internet Connection: Required to pass the connectivity check and open the YouTube link.
-
Download or Clone the Repository:
git clone https://github.com/TheNeodev/huehue.git
-
Run the Script:
Simply double-click on
huehue.bat
or run it from the Command Prompt:huehue.bat
Warning:
This prank file is meant solely for harmless fun. Use it only on devices you own or have explicit permission to experiment on. The creator is not responsible for any consequences that may arise from unauthorized or malicious use. Always prank responsibly.
This project is licensed under the BSD-2-Clause License. See the LICENSE file for details.
Contributions are welcome! If you have ideas to improve the prank or add new features, feel free to fork the repository and submit a pull request.
Developed by TheNeodev.
readme by gpt o3-mini