I'm starting to learn how to code in C++ and I thought it would be fun to prank my sister with a console window spamming that she has a virus or has been hacked; but I cant get the console to say open after it has finished spamming the "you have been hacked" line. Think one of you guys could give me a little advice? - This is that I've done ...
using System;
using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;
namespace U_NEED_THIS_FILE { class Program { static void Main(string[] args) {
I would imagine that this would look scary as hell if you had no idea what was going on.
-
http://i.imgur.com/mnHuoy8.jpg
-
I'll update this once i do more with the program, I'm planning on making another application disguised as a picture or something call a bunch of this spam thingy.