This intervention encourages people to spend time off the PC. It takes a simple VBS file and once it has been run in starts a series of pop up boxes. Each pop up box has a different message for the user to read along with 2 input boxes. I have two input boxes that ask the user question like what is your name? and whats your favorite activity? Then it puts the answers into the a message box as shown below.

As you can see it has taken the person name and put it into the box. Saying nice to meet you 'name'.
The file will be hidden as a Facebook app which will encourage people to download it. It will also be converted to a exe file. This allows me to hide all of the code, so that when downloaded it looks like a real programme. It also allows the file to be downloaded more efficiently. Below is a screen shot of my converting vbs file to exe.
However when i came to test the intervention I found out that when the exe file was downloaded it only plays the very start bit of the code. It does not understand the wait command in the code. So I had to upload it as a vsb script file. Below is a screen shot of the new download file.

Problems I encounteredI did come across some issues when making the file. These were problems because I am not a hacker and had to learn how to do things as I went along. My code only works on a windows operating system as I could not find out how to create a script that would work on both mac and window that i could learn in time.
I was also unable to get the file to download and insert itself straight into the start up of the PC. The program had problems with getting administation rights to allow this to happen. So this means only when the file is run can it be started.
I also wanted to change the icon on the file to the facebook logo instead of the exe logo. However when I did this it added extra code to my script causing the program not to run anymore.
I am sure that all these problems are fixable but sadly they are outside of my technical skills but with the help of a skilled hacker I believe that the programme could work the way I want it too.