AutoHotkey Community

It is currently May 23rd, 2012, 5:56 am

All times are UTC [ DST ]


Search found 25 matches
Search these results:

Author Message

 Forum: Support   Topic: Problems with script on win vista.

Posted: August 30th, 2010, 3:46 pm 

Replies: 1
Views: 196


I've attempted to resurrect an old script that I had written, a basic time tracking utility. It seems to have problems, while it used to work without any. I suspect the issue is Vista. Here's the code: ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@...

 Forum: Scripts   Topic: Wikipedia Category String Builder

Posted: June 16th, 2010, 9:48 pm 

Replies: 0
Views: 1240


So I created this code to test both my coding, as well as speed up some Wiki-editing. What do you think? The first drop down doesn't have any functionality yet. Any suggestions? Gui, Add, ComboBox, x12 y32 w170 h21 R5 vCatChoice gComb, {{Christianmusic}}||{SomethingElse}...

 Forum: Scripts   Topic: Facebook Farmville

Posted: September 18th, 2009, 3:07 am 

Replies: 141
Views: 62659


A couple of things: I have my text boxes default to 10x16, I have a 20x16 farm. I do it in two sections. So unless something goes wrong, I run it twice, accepting the defaults each time. You can Plow, Plant and Harvest using the script. I have my guy trapped in the middle. I've found that if I click...

 Forum: Scripts   Topic: Facebook Farmville

Posted: September 13th, 2009, 9:38 pm 

Replies: 141
Views: 62659


What about running soybean method in the background? So you can do other things with your computer. I'm not sure that can be done, as it's a flash game, and afaik, the only way to send commands to nonactive windows is through controlsend, and the flash windows aren't controllable this way. And then...

 Forum: Scripts   Topic: Facebook Farmville

 Post subject: Re: Both of those work.
Posted: September 6th, 2009, 9:33 pm 

Replies: 141
Views: 62659


Both of the scripts in Page 2 work without any problems. I'm not sure what you're asking. None for the posted scripts work for farms > 16 squares (they don't fit in the normal flash window, you have to go fullscreen) So I'm using my own old script that just does clicks I recorded before... I've got...

 Forum: Support   Topic: Hot Keys - Newcomer Comment

Posted: September 4th, 2009, 12:24 am 

Replies: 4
Views: 317


First, after putting the HotKey trigger such as ^1:: (control 1), it is recommended that you put {} around the entire function of that HotKey. After you close the bracket, you should finish it off with a "return". This is mostly wrong - http://www.autohotkey.com/docs/Hotkeys.htm is clear....

 Forum: Scripts   Topic: Facebook Farmville

 Post subject: Both of those work.
Posted: September 4th, 2009, 12:05 am 

Replies: 141
Views: 62659


Both of the scripts in Page 2 work without any problems. I'm not sure what you're asking.

 Forum: Scripts   Topic: Facebook Farmville

 Post subject: Re: I dont understand.
Posted: September 3rd, 2009, 3:34 am 

Replies: 141
Views: 62659


This will help a lot of new guys like me... pc 101 how o where do you paste that script.. I assume you already have AHK installed, but if you don't, http://www.autohotkey.com/download/AutoHotkeyInstall.exe is the install. Once it's installed copy the code into a notepad document. Save the document ...

 Forum: Scripts   Topic: Snarl (Notification System for Windows based on Growl)

Posted: September 2nd, 2009, 3:20 pm 

Replies: 23
Views: 5472


It's an extra download now - look under Applications - Scripts (called snarl_cmd.exe) I did find the snarl_cmd.exe after poking around, the scripts that are posted above don't work for them without some modification.... ; * Initialisation * snCLI_Exe := "c:\program files\full phat\Snarl\snarl_...

 Forum: Scripts   Topic: Facebook Farmville

Posted: September 2nd, 2009, 3:17 pm 

Replies: 141
Views: 62659


Just create a program that calculates all the mouseClicks and that generates the .ahk file for you, according to a set of parameters (like screen resolution, fullscreen button coordinates, window name, farm size, etc). JavaScript would do. Just a tip to get you all started :P You add this like we h...

 Forum: Scripts   Topic: Snarl (Notification System for Windows based on Growl)

Posted: September 2nd, 2009, 1:28 am 

Replies: 23
Views: 5472


automaticman wrote:
The snarl installation changed maybe in that period, now not including the snarl_command.exe anymore in the package?


I just installed Snarl, and I also am not seeing the snarl_command.exe, I don't have an extras folder.

 Forum: Scripts   Topic: Facebook Farmville

Posted: August 24th, 2009, 2:42 am 

Replies: 141
Views: 62659


http://photos-d.ak.fbcdn.net/hphotos-ak-snc1/hs171.snc1/6415_149222670759_709320759_3385019_267363_n.jpg You can see my little dude on the far right, and his status of plowing. I just found this.... SetMouseDelay, 0 Add that to the top of the script, takes much less time.. I can't wait to use it on...

 Forum: Support   Topic: Duplicate variable error

 Post subject: Duplicate variable error
Posted: December 8th, 2008, 3:25 pm 

Replies: 4
Views: 457


IniRead, interval, settings.ini, Settings, Interval timeout := Interval*60000 SetTimer, Task1, %timeout% whatgoeshere=Last update: %SubmitTime% TrayMenu: Menu,tray, NoStandard Menu,tray, add, New Task, ManTask Menu,tray, add, Show Log, TrayShow Menu,tray, add, Settings, SettingsMen Menu, tray, add,...

 Forum: Support   Topic: loop through images

 Post subject: loop through images
Posted: June 2nd, 2008, 5:03 pm 

Replies: 1
Views: 390


I'm working on a script that I currently have working, but it could definitely be optimized. It loads a webpage, looking for a particular image using imagesearch, and if it finds it loads a different webpage, if it doesn't looks for a different image.... the code I have is here.... repeated for abou...

 Forum: Support   Topic: Quick script testing box

 Post subject: Quick script testing box
Posted: February 28th, 2007, 3:19 pm 

Replies: 1
Views: 459


A few years ago I saw a script on here that allowed you to paste a script and click a button that automatically generated a temp script and launched it, simply for testing scripts.... but can't find it now, anyone have any ideas?
Sort by:  
Page 1 of 2 [ Search found 25 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group