insignia96 Posted May 19, 2009 Posted May 19, 2009 While 1 Beep( Random( 100, 15000) , 10) WEnd This is your god, this will play on any computer regardless of soundcard and it is freaking amaxingly demonic sounding! Visit my website to see all my finished releases!Releases here:UDFs:GUI ResizingColor List (Web Colors)GUIFade_NearestPower
BrettF Posted May 19, 2009 Posted May 19, 2009 (edited) Take a search for "Prank" and see what past views of them are... Edited May 19, 2009 by BrettF Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
smstroble Posted May 19, 2009 Posted May 19, 2009 insignia96 said: While 1 Beep( Random( 100, 15000) , 10) WEnd This is your god, this will play on any computer regardless of soundcard and it is freaking amaxingly demonic sounding! Your entire statement is flawed. That script is not the most annoying script I could come up with (or that has been posted in the past) nor does it work on every computer. I built my computer and purposely left the system speaker unplugged to avoid beeping noises. As for a more irritating script, for the sake of any poor sap who has to be anywhere near you, I will not elaborate. P.S. its also not my god and you spelled amazingly wrong. MUHAHAHAHAHA
youknowwho4eva Posted May 19, 2009 Posted May 19, 2009 The most annoying part would probably be the amount of CPU it would suck up with no sleep. Giggity
insignia96 Posted May 19, 2009 Author Posted May 19, 2009 Solder a system speaker connector on the end of the loudspeaker and plug it in. Also i do realize now it is a dumb idea and it is a repost Visit my website to see all my finished releases!Releases here:UDFs:GUI ResizingColor List (Web Colors)GUIFade_NearestPower
BrettF Posted May 20, 2009 Posted May 20, 2009 There are ways... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
crashdemons Posted May 20, 2009 Posted May 20, 2009 (edited) youknowwho4eva said: The most annoying part would probably be the amount of CPU it would suck up with no sleep. If it wasn't for the fact that Beep is a function that breaks execution, that'd be true. Personally I ran this expecting the same, but after the initial usage, the CPU usage was actually pretty negligible. (guess that Beep(n,10) is closer to a Sleep(10), but I won't be swapping out my sleeps for annoying beeps just yet ) Edit: I thought this was pretty annoying too: $n=400 $x=480 While 1 For $i=$n To $x Step ($x-$n)/Abs($x-$n) Beep($i,10) Next $t=$n $n=$x $x=$t WEnd Edited May 20, 2009 by crashdemons My Projects - WindowDarken (Darken except the active window) Yahsmosis Chat Client (Discontinued) StarShooter Game (Red alert! All hands to battlestations!) YMSG Protocol Support (Discontinued) Circular Keyboard and OSK example. (aka Iris KB) Target Screensaver Drive Toolbar Thingy Rollup Pro (Minimize-to-Titlebar & More!) 2D Launcher physics example Ascii Screenshot AutoIt3 Quine Example ("Is a Quine" is a Quine.) USB Lock (Another system keydrive - with a toast.)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now