Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    DarkBright's Avatar
    Join Date
    Feb 2008
    Posts
    20
    Reputation
    11
    Thanks
    21

    [Tutorial]Beep in system

    This is a nice sound u can disable it and do not any damage to your computer ! ( this goes in a button ) :

    Code:
    Set oWS = WScript.CreateObject("WScript.Shell")
    oWS.Run "%comspec% /c echo " & Chr(07), 0, True
    This just make a dumb/weird/funny sound !

  2. #2
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    This is the beep at start up... and it's not wierd -.-

  3. #3
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by DarkBright View Post
    This is a nice sound u can disable it and do not any damage to your computer ! ( this goes in a button ) :

    Code:
    Set oWS = WScript.CreateObject("WScript.Shell")
    oWS.Run "%comspec% /c echo " & Chr(07), 0, True
    This just make a dumb/weird/funny sound !
    get homer simpsons "doh!" sound XD

  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    I'm going to assume VB.

    VB :
    Shell("Beep");

    C++
    system("Beep"); (Or cout \a)



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  5. #5
    diamondo25's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    7
    My Mood
    Tired
    Quote Originally Posted by jetamay View Post
    I'm going to assume VB.

    VB :
    Shell("Beep");

    C++
    system("Beep"); (Or cout \a)
    And VBA (Visual Basic For Applications):

    Beep

    I'm trying to type my best English Please, Don't spam about my typo's Because i'm Dutch

    Crap, not enough...

  6. #6
    Teeman's Avatar
    Join Date
    Feb 2008
    Location
    wouldn't you like to know!
    Posts
    91
    Reputation
    10
    Thanks
    4
    woot random beeping noises ftw

  7. #7
    Hispiforce's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    5,222
    Reputation
    258
    Thanks
    536
    My Mood
    Cool
    dont spam cock sucker

  8. #8
    Credzis's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    180
    Reputation
    11
    Thanks
    555
    My Mood
    Stressed
    Quote Originally Posted by jetamay View Post
    I'm going to assume VB.

    VB :
    Shell("Beep");

    C++
    system("Beep"); (Or cout a)
    works but euh ...

    Beep(150, 100);

    works fine 2 :\

  9. #9
    freedy1905's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    thx...............

  10. #10
    Teeman's Avatar
    Join Date
    Feb 2008
    Location
    wouldn't you like to know!
    Posts
    91
    Reputation
    10
    Thanks
    4
    do i need some sort of module for this too? I just tried it and i got errors.

  11. #11
    Win32Prog.'s Avatar
    Join Date
    Apr 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    Their playing around :P

  12. #12
    frono15's Avatar
    Join Date
    Sep 2007
    Location
    right behind u
    Posts
    108
    Reputation
    10
    Thanks
    3
    get a sound that says''BITCH"

  13. #13
    yacobo's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    The Moon
    Posts
    181
    Reputation
    14
    Thanks
    58
    My Mood
    Relaxed
    it is the speaker inside ur pc that can only beep so u cant get different thing for it to play nub!

  14. #14
    mostwanted's Avatar
    Join Date
    Jan 2006
    Location
    Where I'm mostwanted
    Posts
    176
    Reputation
    15
    Thanks
    48
    One Beep: DRAM refresh failure

    This may be due to
    - Bad memory chips
    - A bad DMA Chip
    - Bad memory addressing chips on the motherboard

    Two Beeps: Parity error or Parity Circuit failure
    -Your memory may not be seated properly on the mother board.-Unplug and plug it properly

    Three Beeps: Bad memory or bad mother board

    Four beeps: Timer failure in the RAM.

    Five Beeps: CPU chip may be dead

    Six Beeps: Keyboard controller may have failed

    Seven beeps: CPU is dead. Retry the connections and test.
    -Replace the whole motherboard.

    Eight Beeps: Video card is missing or Bad.

    Nine Beeps : Damaged ROM BIOS.
    -BIOS chip has to be replaced if it persists.

    Ten Beeps: CMOS shutdown.
    -Replace CMOS memory and associated chips.

    Eleven Beeps: Cache memory test has failed.
    -To enable cache memory try CTRL+ALT+SHIFT++.

    One long Beep and Three short Beeps: Memory failure

    One long Beep and Eight short Beeps: Video card failure.
    -Try to install video card in another slot.

    No Beeps: Check Power supply
    -Check mother board connections
    -Remove all cards except video card and check for system power up
    -Insert all cards one at a time and check their operation.
    -If system hangs on the installation of a particular card, then it is the cause for the problem and replace it with another of that type and
    check

    :smiley_mdr:

  15. #15
    Kirge's Avatar
    Join Date
    Dec 2007
    Posts
    15
    Reputation
    10
    Thanks
    2
    I made a program that made an endless loop of beeping.

    while(1==1) {
    cout << "\a";
    }

    Oh, and I gave it to my friend, he kinda freaked out, rofl

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tutorial] MW2 Ultimate Admin System v3 Guide Made Simple
    By ThrowTheCat in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 10-30-2010, 11:47 AM
  2. [Tutorial] 3# - Login system | Simple
    By Zoom in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 04-13-2010, 12:03 PM
  3. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Photoshop Tutorials
    By Dave84311 in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-31-2005, 07:21 AM

Tags for this Thread