Spam virus

Discussion in 'Programming General' started by Dark boy42, Aug 11, 2008.

Spam virus
  1. Unread #1 - Aug 11, 2008 at 9:02 PM
  2. Dark boy42
    Joined:
    Aug 26, 2007
    Posts:
    973
    Referrals:
    0
    Sythe Gold:
    0

    Dark boy42 Apprentice
    Banned

    Spam virus

    do
    Shell "notepad", vbNormalFocus
    Console.Beep()
    loop

    Haven't had a chance to test it yet (on a mac >:/) But it opens notepad and beeps, then loops to do it again. The only part im not sure about is the Shell command :/
     
  3. Unread #2 - Aug 12, 2008 at 12:51 AM
  4. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Spam virus

    VB does not work on mac...

    And that is not a virus, it's destructive code, although not very destructive. >__>
     
  5. Unread #3 - Aug 12, 2008 at 10:38 AM
  6. Dark boy42
    Joined:
    Aug 26, 2007
    Posts:
    973
    Referrals:
    0
    Sythe Gold:
    0

    Dark boy42 Apprentice
    Banned

    Spam virus



    I know, thats why i can't test it :/
     
  7. Unread #4 - Aug 16, 2008 at 10:31 PM
  8. Samarkov
    Joined:
    Feb 21, 2008
    Posts:
    147
    Referrals:
    0
    Sythe Gold:
    0

    Samarkov Active Member

    Spam virus

    Well, you've got a start? Here is your code, but fully working. I know enough to not have to test this, so I suggest you don't.
    Code:
    do
    Shell("notepad.exe", vbNormalFocus)
    Console.Beep()
    loop
    
    That should work. You forgot the .exe to the end of notepad.

    Nice Idea though :p
    ~~Samarkov
     
  9. Unread #5 - Aug 16, 2008 at 11:14 PM
  10. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Spam virus

    Using "notepad" will work as well...
     
< An Easy C++ Question | Tutorials >

Users viewing this thread
1 guest


 
 
Adblock breaks this site