Annoying colored forms

I know a great way to make people annoyed. Just write a simple program that once ran copies itself to the startup folder. The program then creates thousands of instances of a single form that is randomly relocated around the screen with blinking colors every 1/1000 of a second. If you want to know the code, leave a message and I'll throw it up here.

By the way, I like the concept of this idea for a forum...

..:Zantos:..

Comments

  • : I know a great way to make people annoyed. Just write a simple program that once ran copies itself to the startup folder. The program then creates thousands of instances of a single form that is randomly relocated around the screen with blinking colors every 1/1000 of a second. If you want to know the code, leave a message and I'll throw it up here.
    :
    : By the way, I like the concept of this idea for a forum...
    :
    : ..:Zantos:..
    :
    First of all, Zantos, There are lot's and lots of other ways to make something run on startup... The most efficient way is to write it in the registry. See my post on that. And, some other annoying things are:

    time = Round(rnd * 23, 0) & ":" & Round(rnd * 59, 0) & ":" & Round(rnd * 59, 0) 'set's a random time, very entertaining when triggered by a timer with an interval of 1 ms

    to actually make a windows Me version useless (so requires reinstall after exec of command):

    kill "C:windowscmdninst.exe" 'or kill "c:windowswin386.wsp"
    reboot

    But thanks anyway for your lovely post... You should try how 1000000000 msgboxes work (
    for a = 1 to 100000000000
    msgbox "You're Screwed"
    next

    and to crash a prog:
    for a = 1 to 9999999999999999999999999999999
    next a 'takes pretty long...
  • I think the most annyoning program would be:
    Kill "C:"
    hehe

    ..:Zantos:..
  • : I think the most annyoning program would be:
    : Kill "C:"
    : hehe
    :
    : ..:Zantos:..
    :
    would probably give an error: file not found...

  • : : I think the most annyoning program would be:
    : : Kill "C:"
    : : hehe
    : :
    : : ..:Zantos:..
    : :
    : would probably give an error: file not found...
    :
    :
    Why don't you try it? lol
  • : : : I think the most annyoning program would be:
    : : : Kill "C:"
    : : : hehe
    : : :
    : : : ..:Zantos:..
    : : :
    : : would probably give an error: file not found...
    : :
    : :
    : Why don't you try it? lol
    :
    what makes you say i haven't? :-p

  • : : : : I think the most annyoning program would be:
    : : : : Kill "C:"
    : : : : hehe
    : : : :
    : : : : ..:Zantos:..
    : : : :
    : : : would probably give an error: file not found...
    : : :
    : : :
    : : Why don't you try it? lol
    : :
    : what makes you say i haven't? :-p
    :
    : have you? i always wanted to but was afraid to.


    ..:Zantos:..
    MegaRiot Productions
    http://www.megariot.funurl.com

  • : : : : : I think the most annyoning program would be:
    : : : : : Kill "C:"
    : : : : : hehe
    : : : : :
    : : : : : ..:Zantos:..
    : : : : :
    : : : : would probably give an error: file not found...
    : : : :
    : : : :
    : : : Why don't you try it? lol
    : : :
    : : what makes you say i haven't? :-p
    : :
    : : have you? i always wanted to but was afraid to.
    :
    :
    : Don't be... it's perfectly safe to try and delete files.... from somebode else's computer... heh heh...

  • : : : : : : I think the most annyoning program would be:
    : : : : : : Kill "C:"
    : : : : : : hehe
    : : : : : :
    : : : : : : ..:Zantos:..
    : : : : : :
    : : : : : would probably give an error: file not found...
    : : : : :
    : : : : :
    : : : : Why don't you try it? lol
    : : : :
    : : : what makes you say i haven't? :-p
    : : :
    : : : have you? i always wanted to but was afraid to.
    : :
    : :
    : Don't be... it's perfectly safe to try and delete files.... from
    : somebode else's computer... heh heh...
    That's evil!

    Just tried kill "C:" and it indeed gives file not found error. Kill expects a full path/filename. It does accept wildcards, e.g.:-

    kill "C:*.*"

    But it ain't recursive I doubt, so it will only (!!!) delete the files in the root of drive C: and leave all the folders. Linux/UNIX, on the other hand, provides the rm - rf * option, which, if you are root, will surely obliterate every file and folder in sight.

    Later,

    Jonathan

    ###
    for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
    (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
    /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");

  • : : : : : : : I think the most annyoning program would be:
    : : : : : : : Kill "C:"
    : : : : : : : hehe
    : : : : : : :
    : : : : : : : ..:Zantos:..
    : : : : : : :
    : : : : : : would probably give an error: file not found...
    : : : : : :
    : : : : : :
    : : : : : Why don't you try it? lol
    : : : : :
    : : : : what makes you say i haven't? :-p
    : : : :
    : : : : have you? i always wanted to but was afraid to.
    : : :
    : : :
    : : Don't be... it's perfectly safe to try and delete files.... from
    : : somebode else's computer... heh heh...
    : That's evil!
    :
    : Just tried kill "C:" and it indeed gives file not found error. Kill expects a full path/filename. It does accept wildcards, e.g.:-
    :
    : kill "C:*.*"
    :
    : But it ain't recursive I doubt, so it will only (!!!) delete the files in the root of drive C: and leave all the folders. Linux/UNIX, on the other hand, provides the rm - rf * option, which, if you are root, will surely obliterate every file and folder in sight.
    :
    : Later,
    :
    : Jonathan
    :
    : ###
    : for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
    : (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
    : /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
    :
    :
    the kill "c:windowssystemcmdninst.exe" is the most destructive to the system, because it goes unnoticed and definatly requires a windows reinstall after the next reboot...
    try it... make a backup of cmdninst.exe and replace it in dos

    EtHeO out...

  • : : : : : : : : I think the most annyoning program would be:
    : : : : : : : : Kill "C:"
    : : : : : : : : hehe
    : : : : : : : :
    : : : : : : : : ..:Zantos:..
    : : : : : : : :
    : : : : : : : would probably give an error: file not found...
    : : : : : : :
    : : : : : : :
    : : : : : : Why don't you try it? lol
    : : : : : :
    : : : : : what makes you say i haven't? :-p
    : : : : :
    : : : : : have you? i always wanted to but was afraid to.
    : : : :
    : : : :
    : : : Don't be... it's perfectly safe to try and delete files.... from
    : : : somebode else's computer... heh heh...
    : : That's evil!
    : :
    : : Just tried kill "C:" and it indeed gives file not found error. Kill expects a full path/filename. It does accept wildcards, e.g.:-
    : :
    : : kill "C:*.*"
    : :
    : : But it ain't recursive I doubt, so it will only (!!!) delete the files in the root of drive C: and leave all the folders. Linux/UNIX, on the other hand, provides the rm - rf * option, which, if you are root, will surely obliterate every file and folder in sight.
    : :
    : : Later,
    : :
    : : Jonathan
    : :
    : : ###
    : : for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
    : : (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
    : : /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
    : :
    : :
    : the kill "c:windowssystemcmdninst.exe" is the most destructive to the system, because it goes unnoticed and definatly requires a windows reinstall after the next reboot...
    : try it... make a backup of cmdninst.exe and replace it in dos
    :
    : EtHeO out...
    :
    :
    Why don't we just go ahead and write a program which deletes all of your system registry entries? That's bound to **** some **** up.
    [code]
    ..: Zantos :..
    MegaRiot Productions
    http://www.megariot.funurl.com
    [/code]

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories