| Author |
Message |
Topic: Disable power button? |
h4xx0r n00bl37
Replies: 1
Views: 1318
|
Forum: Ask for Help Posted: Wed Feb 25, 2009 4:53 am Subject: Disable power button? |
| Well my kid brother thinks it's funny when he pushes the power button on my computer when I'm doing something important. I want a script to cause the power button to not function (or maybe even do som ... |
Topic: FileAppend literal linebreak? |
h4xx0r n00bl37
Replies: 0
Views: 359
|
Forum: Ask for Help Posted: Fri Jan 02, 2009 5:11 am Subject: FileAppend literal linebreak? |
| Nevermind I figured it out. delete this. |
Topic: Mapping special keys on my "joystick"? |
h4xx0r n00bl37
Replies: 5
Views: 923
|
Forum: Ask for Help Posted: Tue Sep 09, 2008 1:50 am Subject: Mapping special keys on my "joystick"? |
| bump |
Topic: Mapping special keys on my "joystick"? |
h4xx0r n00bl37
Replies: 5
Views: 923
|
Forum: Ask for Help Posted: Sun Sep 07, 2008 9:29 pm Subject: Mapping special keys on my "joystick"? |
| Well there's some buttons on my "joystick" that I can't seem to map. Well it's actualy a wii controler that I linked to my PC with bluetooth. I'm trying to make the keys do somthing on my co ... |
Topic: Remapping the Fn key? |
h4xx0r n00bl37
Replies: 3
Views: 607
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 8:19 pm Subject: Remapping the Fn key? |
| My laptop doesn't have a number pad or a numlock and I am more interested in knowing how to remap the fn key. |
Topic: Remapping the Fn key? |
h4xx0r n00bl37
Replies: 3
Views: 607
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 8:16 pm Subject: Remapping the Fn key? |
| Well the left control button on my laptop broke off good thing it is next to the fn key. I tried to use my keyboard hook to pick it up but no luck. Anyone know how to remap it? |
Topic: Button press duration? |
h4xx0r n00bl37
Replies: 1
Views: 340
|
Forum: Ask for Help Posted: Wed Aug 06, 2008 5:38 am Subject: Button press duration? |
| Is there anyway to know how long a buton was held down and use it as a variable? |
Topic: Suspend block? |
h4xx0r n00bl37
Replies: 2
Views: 420
|
Forum: Ask for Help Posted: Wed Aug 06, 2008 3:24 am Subject: Suspend block? |
| Ok I'm trying to remap the sleep mode button on my keyboard. I know how to do it but, whenever I press it to try to get my keyboard hook to catch it it goes into sleep mode (obviously). So my hook doe ... |
Topic: Mouse movement detection? |
h4xx0r n00bl37
Replies: 1
Views: 408
|
Forum: Ask for Help Posted: Tue Aug 05, 2008 8:50 pm Subject: Mouse movement detection? |
I am trying to write a maze game. I have most of it figured out exept I need to know how to get to program to reconize the mouse moved.
Here is the mechanics of my maze:
white=FEFEFE
color=u ... |
Topic: Make colored pixel appear on gui window without using image |
h4xx0r n00bl37
Replies: 3
Views: 374
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 11:16 pm Subject: Make colored pixel appear on gui window without using image |
| Hi I was trying to make a colored pixel appear on a gui window without using an image. Is it possible? What I'm planning on doing is to create a transcribing program to convert an image into AHK scrip ... |
Topic: Problem with hotkey script |
h4xx0r n00bl37
Replies: 3
Views: 395
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 4:42 am Subject: Problem with hotkey script |
Oh I see now thank you so much.  |
Topic: Problem with hotkey script |
h4xx0r n00bl37
Replies: 3
Views: 395
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 4:24 am Subject: Problem with hotkey script |
| I was trying to make this program to type AHK script so I can type soundbeeps to make different notes. The problem is whenever I try to use it, it types oundBeep,262,eep,262,eep,262,eep,262 or somtihn ... |
Topic: Need help with a script...[ destroy all open windows ] |
h4xx0r n00bl37
Replies: 3
Views: 446
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 5: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: 380
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 11:14 pm 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: 463
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 1: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 ... |
| |