AutoHotkey Community

It is currently May 23rd, 2012, 6:23 am

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Support   Topic: Macro

 Post subject: Macro
Posted: May 16th, 2008, 10:40 am 

Replies: 5
Views: 425


#NoEnv #InstallKeybdHook #InstallMouseHook MButton:: Loop { GetKeyState, MButtonState, LButton, P if MButtonState = U break MouseClick, left,,, 1, 0, D Sleep, 1000 MouseClick, left,,, 1, 0, U Sleep, 1000 MouseClick, left,,, 1, 0, U Sleep, 1000 } i want this so when i click one time that i...

 Forum: Support   Topic: Brust fire in CSS/DODS

Posted: May 3rd, 2008, 1:11 am 

Replies: 2
Views: 494


o. how do i make it tthat 1 click makes it click 3 times?

 Forum: Support   Topic: Brust fire in CSS/DODS

 Post subject: Brust fire in CSS/DODS
Posted: April 26th, 2008, 11:52 pm 

Replies: 2
Views: 494


im trying to make a Brust fire scrpt, 1 click equals 3 clicks i am having no luck if tried this #NoEnv #InstallKeybdHook #InstallMouseHook MButton:: Loop { Sleep 90 GetKeyState, MButtonState, LButton, P if MButtonState = U break MouseClick, left,,, 1, 0, D Sleep, 20 MouseClick, left,,, 1, 0, U ...

 Forum: Support   Topic: Anti-recoil

Posted: April 25th, 2008, 11:47 pm 

Replies: 7
Views: 1231


how do i make a tray icon that will make its self checked and change the var gScriptACtive to 2? and when i press it agian it turns off

 Forum: Support   Topic: Anti-recoil

Posted: April 25th, 2008, 1:25 pm 

Replies: 7
Views: 1231


thanks superfrag
now i gopt my tray items working how do i set them as hotkey
im not posting new code sorry*

 Forum: Support   Topic: Anti-recoil

Posted: April 20th, 2008, 2:04 am 

Replies: 7
Views: 1231


Okay here is my better version of code #NoEnv #InstallKeybdHook #InstallMouseHook HGHT = 0 Menu, tray, add, Check Height, chkhgh ;Menu, tray, NoStandard ;Menu, MySubmenu, add, Set 5, 5 ;Menu, MySubmenu, add, Set 10, 10 ;Menu, MySubmenu, add, Set 20, 20 ;Menu, MySubmenu, add, Set 25, 25 Menu, tray, a...

 Forum: Support   Topic: Anti-recoil

 Post subject: Anti-recoil
Posted: April 19th, 2008, 1:13 pm 

Replies: 7
Views: 1231


i havn't used ahk in years so im a but rusty. im making a script for DOS:CSS:HL2 Its anti recoil #NoEnv #InstallKeybdHook #InstallMouseHook SetTimer, KeepRunning return KeepRunning: WinGet, szProcessName, ProcessName, A if szProcessName = hl2.exe { Suspend, off } else { Suspend, on &#...

 Forum: Support   Topic: Tray icon

 Post subject: Tray icon
Posted: June 1st, 2007, 10:05 am 

Replies: 6
Views: 508


Hello i am amking a script completly from Tray icon If you look at my other post for the BF Fast firing one, i want to make that Tray menu -how do i remove Defult items (Pause Script) -how do i make it when a user cclicks a option called Activate it will turn on the script If you cant find my post a...

 Forum: Support   Topic: GUI Help

Posted: January 26th, 2007, 7:22 am 

Replies: 7
Views: 613


Nope :D
How do i make it work for more than 1 game?

 Forum: Support   Topic: GUI Help

Posted: January 26th, 2007, 3:18 am 

Replies: 7
Views: 613


SO how do i do the file copy thing

Also another Q
How do i make this work for more than one gmae e.g B2 and BF2142

 Forum: Support   Topic: GUI Help

Posted: January 25th, 2007, 10:46 pm 

Replies: 7
Views: 613


okay,
I have the image for a GUI on a cd but when i take the cd out there is no picture, how do i mkae it stay there without cd


In the script it has a sleep time which i wanna cgnage by a imput box in the GUI

 Forum: Support   Topic: toggle crouch for bf2142

Posted: January 25th, 2007, 4:53 am 

Replies: 12
Views: 1944


If you want to not hold anything dow may i suggest scroll lock or Caps lock or Num Lock
because you will need to hold down middle mouse button

 Forum: Support   Topic: GUI Help

 Post subject: GUI Help
Posted: January 25th, 2007, 4:51 am 

Replies: 7
Views: 613


1) How do i make a permant backround from a image on a disk? 2) How do i chnage a script's sleep time with a GUI ,The sleep in the Loop are under Ifwinactive BF2142 Gui, Add, Picture, x0 y0 h150 w250, D:\Setup.BMP Gui, Add, Button, x9 y12, How To Use Gui, Add, Button, x9 y122, What It is Gui, Add, B...

 Forum: Support   Topic: Bf2/BF2142 Script help

 Post subject: Bf2/BF2142 Script help
Posted: January 24th, 2007, 2:38 am 

Replies: 8
Views: 1594


I had a script that when i press scroll lock and in Bf2 it would make the computer beep to signal it's on. When your in Single shot you have pressed scroll lock you could hold the left mouse button (fire) and it would act like a machine gun on single shot

Dose any one have it?
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group