Alright! I got the basic algorithmic framework for the program, and now I am going to apply the events.
here's how the loop algorithm works:
1 2 3 4 5 6 7 8 9 10
|
while(forever)
int event = 0;
event = random_number(event); (custom random number algorithm i will make. Numbers will only be generated every 15 minutes, so that events last for a decent amount of time. There will be a 75% chance absolutely nothing will happen, for the sake of stealth. it takes event as an argument, so it will keep generating until a different value is returned)
[check for flash drive, and other operational-options]
if(program is "on")
{
execute_event(event);
}
continue loop
|
I have taskkill for internet explorer, firefox, and it can beep every time the user presses any mouse button (left click, right click, and middle click) just to be an ass, lol. It also taskkills taskmgr.exe (task manager) so she can not do anything about it.
**************************************************************
things i need (i don't know how to do):
- make a shortcut (i want the program to copy a shortcut of itself into the startup folder, so that if her computer is shut down, it doesn't de-activate my program too)
- I need the image name of Google Chrome, as i don't have it and i never will. I hate everything google except their search engine. I also hate internet explorer....
- Add a description, so that in Task manager it will look just like msseces.exe. This is important because it needs to run with administrative priveliges and this info will show up in the admin prompt.
**************************************************************
Anyway, I'm going to get started on the time parser, and hopefully get that much done today.
Thank you all for your help!