Just epic pranked my brother while his friend was over.
Setting his homepage to "meatspin" didn't work the last time I tried, he starts up safari before the computer has a chance to connect to the internet and he just closed it out before having a chance to get spun.
So I wrote a little c++ program
#include <stdlib.h>
#include <time.h>
int main(){
system("open http://www.newgrounds.com"); // his homepage
int t = time(0);
while(time(0) - t < 30);
system("open http://www.meatspin.com");
t = time(0);
while(time(0) - t < 40);
system("open http://www.meatspin.com");
t = time(0);
while(time(0) - t < 60);
system("open http://www.meatspin.com");
system("open http://www.lemonparty.org");
system("open http://yourmom.org/");
system("open http://k-k-k.com/");
system("open http://whoomp.org/");
t = time(0);
while(time(0) - t < 120);
system("open http://www.meatspin.com");
return 0;
}
So it waits 30 seconds then opens meatspin, then waits, then opens some other fun stuff
I put it in its own .app, and made that .app look exactly like the normal safari and called it "safari", then i swapped the docked safari on his computer with my prank safari.
He opens it up and was like "Tyler you better not have... ok good". 30 seconds later "WTFOMG"