AutoHotkey Community

It is currently May 23rd, 2012, 4:26 am

All times are UTC [ DST ]


Search found 133 matches
Search these results:

Author Message

 Forum: Support   Topic: Confusing Error

Posted: August 2nd, 2011, 9:39 pm 

Replies: 3
Views: 85


Have to agree with the Guest. Also, after implementing the parenthesis, the code worked flawlessly.

Thanks again!

 Forum: Support   Topic: Confusing Error

 Post subject: Confusing Error
Posted: August 2nd, 2011, 7:43 pm 

Replies: 3
Views: 85


Might only be confusing to me though! Stop = 0 Round = 1 CoordMode, Mouse, Screen Sleep, 10000 Loop { If Round = 1 { Click 752, 307 Round = 2 } Else If Round = 2 { Click 752, 370 Round = 3 } Else If Round = 3 { Click 752, 423 Round = 4 } Else If Round = 4 { Cl...

 Forum: Support   Topic: Global Variables

Posted: August 25th, 2010, 10:01 pm 

Replies: 5
Views: 239


Found it out, thank you.

 Forum: Support   Topic: Global Variables

Posted: August 25th, 2010, 9:17 pm 

Replies: 5
Views: 239


I replaced...
Code:
Gui, Submit, NoHide

...with...
Code:
GuiControl,, mtotal, % mtotal++

...to no avail. I looked into GuiControl, but I really didn't understand how it worked, or how to apply the change, any insight?

 Forum: Support   Topic: Global Variables

Posted: August 25th, 2010, 9:06 pm 

Replies: 5
Views: 239


Good job, MasterFocus. Now it displays 0. How do we go about making it update? The code where it would be done, as far as I've known, is here...
Code:
mtotal++
  Gui, Submit, NoHide

 Forum: Support   Topic: Global Variables

 Post subject: Global Variables
Posted: August 25th, 2010, 8:10 pm 

Replies: 5
Views: 239


if not A_IsAdmin { DllCall("shell32\ShellExecuteA", uint, 0, str, "RunAs", str, A_AhkPath , str, """" . A_ScriptFullPath . """", str, A_WorkingDir, int, 1) ExitApp } mtotal:=0 Gui, Add, GroupBox, x2 y0 w220 h80 , Total Mo...

 Forum: Support   Topic: [WoW] need help :/

Posted: August 24th, 2010, 12:19 am 

Replies: 4
Views: 289


More then likely, it's because "background" applications take on a lower priority, and tend to jump. It'd be the same if you play windowed mode, and selected your desktop. You would notice people around you jumping slightly. You may find a way around it, but if I had to guess it'd have to ...

 Forum: Support   Topic: Help with script!

Posted: August 20th, 2010, 3:05 pm 

Replies: 10
Views: 306


Basically, look at all the Send options.
Particularly, SendPlay & SendInput. If neither of those work, please provide the game and if it has anti-cheat.

 Forum: Support   Topic: AHK not working right in Windows 7?

Posted: August 20th, 2010, 5:35 am 

Replies: 17
Views: 2538


lexios , you're mistaken in about 90% of what you said... The root of the HDD is open to all users, however Program Files, Users, and Windows/Misc System folders are off-limits if you're not an Administrator. Having said that, it has nothing to do with the response, or question. Turning UAC off is ...

 Forum: Support   Topic: Right-click/Double-click on GUI

Posted: August 19th, 2010, 10:53 pm 

Replies: 2
Views: 195


Look at GuiContextMenu.

 Forum: Support   Topic: CAPSlock doesn't toggle with AHK

Posted: August 19th, 2010, 10:48 pm 

Replies: 7
Views: 568


Or...
Code:
A::CapsLock

 Forum: Support   Topic: Mouse Button

Posted: August 19th, 2010, 10:45 pm 

Replies: 13
Views: 460


Was unsure until now... I spent about an hour searching the forums, in relation to GameGuard . Some posts said that they got their stuff to work, but a majority of them said that GameGuard blocks any artificial input. If anyone has any clues, rebuttals, or anything, please bring it up, otherwise, th...

 Forum: Support   Topic: AHK not working right in Windows 7?

Posted: August 19th, 2010, 10:30 pm 

Replies: 17
Views: 2538


With Windows Vista, and/or 7, UAC prevents programs from running as Administrator by default. All Administrator status does for Windows anymore is allow you to install programs for all users, modify system settings, and the literal Administration tasks. When UAC is enabled (noticeable by application...

 Forum: Support   Topic: Mouse Button

Posted: August 19th, 2010, 6:42 pm 

Replies: 13
Views: 460


No good, tested it, and while it works, even with the sleep, it does not function in-game. Any more thoughts or ideas?

 Forum: Support   Topic: How to use 'SendMessage()"

Posted: August 19th, 2010, 3:56 pm 

Replies: 2
Views: 228


Can you please help me understand what you're wanting? You want Q to launch notepad, but if notepad is open, Q should work regularly, yes?
Sort by:  
Page 1 of 9 [ Search found 133 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group