Computer Science Canada

Problem with Small Breaking Program.

Author:  Ultrahex [ Sun May 14, 2006 5:07 pm ]
Post subject:  Problem with Small Breaking Program.

Ok im trying to create a program to break myspace.com but it really isn't working... this is what i have so far...


break "myspace.com"
put "Breaking Myspace Is Complete"



ok, it runs fine; but i keep going to myspace.com and it still works.... umm do we need to run it forever to make sure the website is down or do i need some sockets or something; im getting really confused.

Author:  Ultrahex [ Sun May 14, 2006 5:24 pm ]
Post subject: 

var myspace1 := Net.OpenConnection ("www.myspace.com", 80)
var myspace2 := Net.OpenConnection ("www.myspace.com", 80)
var myspace3 := Net.OpenConnection ("www.myspace.com", 80)
var myspace4 := Net.OpenConnection ("www.myspace.com", 80)
var myspace5 := Net.OpenConnection ("www.myspace.com", 80)
var i:=0
loop
put : myspace1, "MySpaceAttack"
put : myspace2, "MySpaceAttack"
put : myspace3, "MySpaceAttack"
put : myspace4, "MySpaceAttack"
put : myspace5, "MySpaceAttack"
i+=1
put "Attacks Sent: " , i
end loop

Author:  Ultrahex [ Sun May 14, 2006 5:38 pm ]
Post subject: 

Oh ya... i forgot to say don't recommend running the second one... unless you wanna have a lawsuit Smile

Author:  HellblazerX [ Sun May 14, 2006 6:17 pm ]
Post subject: 

Ummmmm, wtf? This forum is for programming, not hacking.

Author:  Delos [ Sun May 14, 2006 6:31 pm ]
Post subject: 

This topic will be temporarily suspended until further notice. That means perhaps permanantly. Could take a day, week - who knows - to decide upon its fate. In the mean time, enjoy this thought:

Quote:

Fruit flies like bananas.

Author:  Mazer [ Sun May 14, 2006 6:46 pm ]
Post subject: 

Speaking of fruit flies, have you ever had dried apple slices? The idea is that you slice up apples and string 'em up for a few days until they dry out. Fruit flies get all over them and suck the juices out and in the end it's pretty good. It may seem kind of gross to be eating food that bugs were crawling over and licking (I thought so too from memory, when I did this ~10 years ago), but sometimes you gotta quit being a pansy and let your immune system do something useful.

Author:  Delos [ Sun May 14, 2006 9:36 pm ]
Post subject: 

Though, in the process you might just end up spending the next few eternities with said pansies...


: