AutoHotkey Community

It is currently May 24th, 2012, 7:18 am

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Support   Topic: Macro

Posted: February 4th, 2009, 1:02 pm 

Replies: 4
Views: 428


Thanks for the effort but it doesn't work properly

just discard the other stuff above

can someone make me just a simple script so it just double clicks 2? Nothing else

 Forum: Support   Topic: Macro

Posted: February 3rd, 2009, 8:59 pm 

Replies: 4
Views: 428


bump

 Forum: Support   Topic: Macro

 Post subject: Macro
Posted: February 3rd, 2009, 3:48 am 

Replies: 4
Views: 428


Can someone tell me how I can make a script which works like this: I press 2 and it double clicks 2. And is it possible to do this so that I can actually write 2 even though the script is on? also can you add this to the script so it works? $*~Home:: Suspend Toggle SoundBeep, 500, 100 RETURN $Scroll...

 Forum: Support   Topic: Macro

Posted: January 26th, 2009, 1:17 am 

Replies: 21
Views: 987


animeaime wrote:
ummm... if the game can't read it, then I'm at a lost - sorry.


Don't worry mate, it's clearly my drivers but I can't play with out them.. I guess I'll have to figure something else out.

Anywho good karma, you're awesome as always. Give me a pm if you ever need anything ^^

 Forum: Support   Topic: Macro

Posted: January 26th, 2009, 1:07 am 

Replies: 21
Views: 987


You didn't copy the entire thing - it missed the last line. I get that error if I remove the last line. Count the braces - do they match up? Ah sorry, my bad but sadly it doesn't work.. The button just stops working ingame ;( its weird because the script can read it but the game can't but once I us...

 Forum: Support   Topic: Macro

Posted: January 26th, 2009, 12:53 am 

Replies: 21
Views: 987


So, if the first one works, great - it's the "best" solution. Here would be that code incorporated into the script. #SingleInstance Force #NoEnv XButton2:: { Loop { if !getKeyState("XButton2") { break } Send, {Click} Sleep, 175 } return...

 Forum: Support   Topic: Macro

Posted: January 26th, 2009, 12:36 am 

Replies: 21
Views: 987


How do I add the first one in to the script? (the msgbox popped up though) The second script sadly didn't work though. I tried turning the button off, but it seems that just takes the electricity away from the button or something, didn't work either ;( Anywho lots of <3 for helping me once again It'...

 Forum: Support   Topic: Macro

Posted: January 26th, 2009, 12:04 am 

Replies: 21
Views: 987


if the message box is zero, then that's because AHK cannot detect that you have pressed the mouse. Have you checked the key history, does XBUtton2 show up after pressed? Use LButton and RButton as a test to see which show up and which don't. Now, if it doesn't show up, you will have to disable the ...

 Forum: Support   Topic: Macro

Posted: January 25th, 2009, 11:28 pm 

Replies: 21
Views: 987


Ok. Does this work? ~XButton2::MsgBox, % getKeyState("XButton2", "P") When you activate the hotkey you should see a message box that contains a 1. It says 0, and yeah I have a razer deathadder mouse and you can configure different abilities for the buttons :o

 Forum: Support   Topic: Macro

Posted: January 25th, 2009, 11:20 pm 

Replies: 21
Views: 987


Oh. Does this work? ~XButton2::MsgBox, It works! If not, it might be the same problem I had with my mouse. If the mouse has "special" "abilities" for the different keys (e.g. press XButton1 and it does something), then it might be that AHK never sees the key - check the key hist...

 Forum: Support   Topic: Macro

Posted: January 25th, 2009, 11:11 pm 

Replies: 21
Views: 987


It works fine for me. I hold XButton2 (which is on the right side of my mouse) and it clicks at 175ms intervals. This was on Vista SP1 32-bit. Are you running Windows 2000 or later? Supported only in Windows 2000/XP or later: XButton1 - a button that appears only on certain mice XButton2 - a button...

 Forum: Support   Topic: Macro

Posted: January 25th, 2009, 10:13 pm 

Replies: 21
Views: 987


Could someone quickly help please <3

I'm kinda in a hurry to get this ;p

 Forum: Support   Topic: Macro

Posted: January 25th, 2009, 9:12 pm 

Replies: 21
Views: 987


You're right it's xbutton2 but for some reason it doesn't work when I add it to the script like this #SingleInstance Force #NoEnv XButton2:: { Loop { if !getKeyState("XButton2", "p") { break } Send, {Click} Sleep, 175 } }

 Forum: Support   Topic: Macro

 Post subject: Macro
Posted: January 25th, 2009, 8:10 pm 

Replies: 21
Views: 987


I've been using this script lately made by AnimeAim, basically what it does is when I hold C down it clicks it at 175 ms intervals. All I need is to change the button, so instead of C it will be the mouse side button.. it's called mouse5 thanks! #SingleInstance Force #NoEnv c:: { Loop { if...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group