AutoHotkey Community

It is currently May 26th, 2012, 3:10 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Itz A Bomb! Oh No!
PostPosted: March 4th, 2009, 11:28 pm 
Offline

Joined: January 8th, 2009, 12:42 am
Posts: 51
I was bored and made a simple "fake bomb" program

it uses sound beep, which uses the internal speakers, so it's funny when u use it on a computer, because people try turning down the volume with the speakers, which won't work...

Script:

Code:
SoundBeep, 2500, 1000
Sleep, 1000
SoundBeep, 2500, 1000
Sleep, 1000
SoundBeep, 2500, 1000
Sleep, 750
SoundBeep, 2500, 1000
Sleep, 750
SoundBeep, 2500, 1000
Sleep, 500
SoundBeep, 2500, 1000
Sleep, 250
SoundBeep, 2500, 1000
Sleep, 100
SoundBeep, 2500, 1000
Loop
{
SoundBeep, 2500, 100
}


Have fun with this, and try and annoy some friends or something

And if you want something like the "ringtone people over 35" or w/e can't hear type thing, the "mosquito" i believe?

Use this:

Code:
SoundBeep, 10000, # this is the time it lasts, of course in miliseconds... I recommend doing it at like 1000000


because it doesnt allow u to right click and exit out, but of course u can end it from the task manager

also loop it


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 5th, 2009, 1:01 pm 
Offline

Joined: December 17th, 2007, 6:39 pm
Posts: 235
Location: Galati, Romania
Haha. Nice ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 5th, 2009, 9:47 pm 
Offline

Joined: January 8th, 2009, 12:42 am
Posts: 51
haha, i may be trying to make some tune out of this :D

anyways, a really annoying 1 is this-


Code:
SoundBeep, 17500, 10000


just change the 10000 to a higher time if u want it to last longer...


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 12 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group