self-destruct my software
I was wondering of a way to get my .exe to stop working, while making it look like a bug or something in the software (the reason is job security or too get back at the company after I leave)
I was thinking of a .dll that has a timeing control on it say, 90 days and after the alloted time a msgbox or form comes up that says something like... "Invalid procedure call...blah.blah.blah" but looks just like a real VB message, then I could set it up to accept only certain key strokes (a password) all other keystrokes do nothing. Then an input box comes back and lets me reset the timer/day counter for whatever.
The key is too make it look like some other type of error, so the company doesn't think I did something. It also has to be something an average VB or C++ programmer or administrator can't figure out!!!! (yes, I know this is malicous)
Do you see any flaws??
Any better suggestions.:(
[Place message subject here]
wow, a lot goes on here in 5 hours. i've never used this code, whenever i see something that looks like it might be useful sometime down the road, and it looks like this one was somewhat useful in helping you. I think you need to use the P&D wizard for this to work. make a registry key with the date of expiration in it. have the program check that key. if the current date is the date of expiration or later, then run the code. however, this will not destroy the file, it will only run the uninstaller. you may want to put code in that diables the program after the specified date, or make another program that executes after the date, and the other program will destroy the first file and give a message that the trial period has ended. i've never done any of this, its just an idea that i have, you'll have to figure it out. cya later and email me if u have any questions
- steve