| Author |
Message |
Topic: Need help with a script...[ destroy all open windows ] |
h4xx0r n00bl37
Replies: 2
Views: 65
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 6:31 pm Subject: Need help with a script...[ destroy all open windows ] |
I'm trying to make something that will destroy all open windows. This is what I have right now.
loop,30
{
WinKill,,,1,,
}
ExitApp
Once it is finished I will burn it to a CD and ... |
Topic: Is it possible to shape GUI windows into shapes other than.. |
h4xx0r n00bl37
Replies: 1
Views: 55
|
Forum: Ask for Help Posted: Thu Jun 05, 2008 12:14 am Subject: Is it possible to shape GUI windows into shapes other than.. |
| Squares and rectangles? How would I make a triangular GUI (if it is possible)? |
Topic: automate the click of the OK button when the window appears |
h4xx0r n00bl37
Replies: 3
Views: 102
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 2:59 am Subject: automate the click of the OK button when the window appears |
loop, ;makes it go forever
{
Click x, y ;replace x with x-coordinate and y with y coordinate of the button you want to click. (you should be able to find it with the Autoit 3 Window Spy ... |
Topic: Really shitty RPG |
h4xx0r n00bl37
Replies: 3
Views: 880
|
Forum: Scripts & Functions Posted: Sat May 24, 2008 6:48 am Subject: Really shitty RPG |
The gameplay and graphics suck but maybe someone else can use the concept. I just got bored and made this:
asdf:
Gui, Show, x195 y264 h293 w725, DiceQuest
Gui, Add, Text, x556 y217 w140 h50 ... |
Topic: How would I use the "Random" command? |
h4xx0r n00bl37
Replies: 1
Views: 81
|
Forum: Ask for Help Posted: Fri May 23, 2008 3:22 am Subject: How would I use the "Random" command? |
I'm trying to make a script that will type a random number into the selcted box. This is what I have right now:
F6::
Random, rand, 1, 10
Random, rand, 0.0, 1.0
Return
|
Topic: Colored text on a button? |
h4xx0r n00bl37
Replies: 1
Views: 98
|
Forum: Ask for Help Posted: Thu May 15, 2008 12:49 am Subject: Colored text on a button? |
| I'm trying to make blue text on a GUI button but it's not working. How would I do that? |
Topic: Is there uncrackable copy protection for my software? |
h4xx0r n00bl37
Replies: 9
Views: 405
|
Forum: General Chat Posted: Tue May 06, 2008 3:07 am Subject: Is there uncrackable copy protection for my software? |
| Yeah there is but you have to send AHK 500USD and 1000 human souls for sacrifice. |
Topic: Automatic Keypress |
h4xx0r n00bl37
Replies: 5
Views: 251
|
Forum: Ask for Help Posted: Tue May 06, 2008 2:50 am Subject: Automatic Keypress |
This should work I think:
loop,
{
Send, w
Sleep, 5000
}
Esc::ExitApp ;push esc to quit
|
Topic: Internet image on a GUI? |
h4xx0r n00bl37
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Sat May 03, 2008 3:02 am Subject: Internet image on a GUI? |
| Thanks garry |
Topic: Internet image on a GUI? |
h4xx0r n00bl37
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Fri May 02, 2008 4:45 am Subject: Internet image on a GUI? |
Like this?:
UrlDownloadToFile, http://www.autohotkey.com/docs/images/AutoHotkey_logo.gif,C:\program files
Gui, Add, Picture, x26 y17 w140 h120 , C:\program files\http://www.autoh ... |
Topic: Internet image on a GUI? |
h4xx0r n00bl37
Replies: 5
Views: 178
|
Forum: Ask for Help Posted: Fri May 02, 2008 3:11 am Subject: Internet image on a GUI? |
| Is there any way to get a picture from the internet on a GUI box? I am trying to make a program with pictures on it that would display properly on another computer. |
Topic: How would I make somthing run automaticaly through E-mail? |
h4xx0r n00bl37
Replies: 2
Views: 106
|
Forum: Ask for Help Posted: Mon Apr 28, 2008 5:18 am Subject: How would I make somthing run automaticaly through E-mail? |
| I got this idea of being able to use my home computer from any computer by sending it commands through E-mail but I can't figure out how to make the script open by itself when it arrives in my E-mail ... |
Topic: Keytar |
h4xx0r n00bl37
Replies: 0
Views: 289
|
Forum: Scripts & Functions Posted: Thu Apr 17, 2008 6:06 pm Subject: Keytar |
This script allows you to play your keyboard like an instrument. The beeps all come from your computer's internal speaker.
Numpad0 & z::SoundBeep,40
Numpad0 & x::SoundBeep, ... |
Topic: I need help with changing the icon |
h4xx0r n00bl37
Replies: 1
Views: 97
|
Forum: Ask for Help Posted: Mon Apr 14, 2008 9:36 pm Subject: I need help with changing the icon |
I want to change the main icon of a script this is what I have so far:
Menu,, Icon, Shell32.dll, 1, 1
It says the first field can't be blank but I'm not sure what to put there. |
Topic: In SoundBeep what is the frequency measured in? |
h4xx0r n00bl37
Replies: 5
Views: 137
|
Forum: Ask for Help Posted: Wed Apr 09, 2008 12:48 am Subject: In SoundBeep what is the frequency measured in? |
| http://www.lolcats.com/images/u/07/36/lolcatsdotcomq38pt7ny7nrlsvq3.jpg |
| |