| Author |
Message |
Forum: Scripts Topic: [module] MMenu 1.0 b1 |
| computerspazzz |
|
Posted: January 30th, 2012, 1:47 am
|
|
Replies: 148 Views: 35384
|
| I was really excited when I found this, but looks like it hasn't been maintained for AHK_L. Does anyone happen to know about converting from one to the other? I am getting the error that the poster before me posted, but slightly different line numbers. I tried some things, but I dont understand that... |
|
 |
Forum: Announcements Topic: The future of AutoHotkey.com |
| computerspazzz |
|
Posted: January 29th, 2012, 11:45 pm
|
|
Replies: 27 Views: 6103
|
| If it matters, it sounds like sumon has what it takes. I also do php and html, but not much else for websites. I use ahk allot and develop allot of things specializing in the automation of other programs. I would very much like to see the site continue in a healthy manner. I would be willing to help... |
|
 |
Forum: Support Topic: [AHK_L] HTTPQuery not working |
| computerspazzz |
|
Posted: January 25th, 2012, 2:02 am
|
|
Replies: 12 Views: 3062
|
| Could this be converted in any way to be able to download a binary file? I've been searching for a AHK_L compatible way to download files from http servers, need to download both text and binary files, and save them. Prefered to have an ability to monitor the download progress somehow... even if the... |
|
 |
Forum: Scripts Topic: OPIE fishing bot for WOW |
| computerspazzz |
|
Posted: January 18th, 2012, 8:44 am
|
|
Replies: 306 Views: 84037
|
| Problems I have detected while using, or attempting to use this: Menu Bar frequently disappears, causing me to Alt-F4 it and start it again. Wont save settings most of the time, even when run as Administrator, though that does seem to increase the chance of settings saving. The Auto Calibration will... |
|
 |
Forum: Scripts Topic: GDI+ Manual (v1.43) |
| computerspazzz |
|
Posted: December 15th, 2011, 9:27 am
|
|
Replies: 20 Views: 3808
|
I tried unzipping this into a folder, and then viewing, and it always says navigation canceled. Is there an option I have to set to allow it to work? I never got any kind of prompt?
I am using Windows 7 x64 if that helps any. For the time being I am just going to browse your source pages. |
|
 |
Forum: Scripts Topic: Screen Capture with Transparent Windows and Mouse Cursor |
| computerspazzz |
|
Posted: December 15th, 2011, 5:29 am
|
|
Replies: 180 Views: 92542
|
| Nice! Thank you very much. This is an awesome tool for the kinds of things I do anyway, will save me allot of extra steps using IrfanView I think lol... but yes I believe it will also allow me to deconstruct it to serve my purposes. Thanks again! |
|
 |
Forum: Scripts Topic: Screen Capture with Transparent Windows and Mouse Cursor |
| computerspazzz |
|
Posted: December 14th, 2011, 11:46 pm
|
|
Replies: 180 Views: 92542
|
| So I read through all the stuff here and have come to realize it doesnt work with AHK_L so I was wondering if anyone did manage to get it working with it or not? I am not familair with converting one script from one style to another, all my scripts I had written in AHK worked just fine in AHK_L with... |
|
 |
Forum: Support Topic: a script that automatically runs like a screensaver |
| computerspazzz |
|
Posted: November 29th, 2011, 8:32 pm
|
|
Replies: 15 Views: 512
|
| It seems there isnt a way to automatically interrupt a thread. I have struggled with this greatly and research it many times and it always brings me to the same thing. It's easy to see if the computer is idle, set a timer, but there is no way for that timer to run a command that will easily interrup... |
|
 |
Forum: Scripts Topic: SW copy protection |
| computerspazzz |
|
Posted: June 29th, 2010, 9:20 am
|
|
Replies: 289 Views: 53761
|
| I dont think there really is an absolute solution to the hosting server going down. My suggestion would be if your making any money at all off your product, get a better webhost... or better yet, get TWO different companys as webhosts, and program a backup to your secondary webhosting. Webhosting th... |
|
 |
Forum: Scripts Topic: SW copy protection |
| computerspazzz |
|
Posted: June 28th, 2010, 9:50 am
|
|
Replies: 289 Views: 53761
|
| The finger print idea is really good for software that you want to have activate once and be done. I've actually moved in another direction and been working on something that would do subscription based software. Most of the work is done by the php. All the program has to do is prompt the user for u... |
|
 |
Forum: Scripts Topic: MD5 |
| computerspazzz |
|
Posted: June 6th, 2010, 10:05 pm
|
|
Replies: 42 Views: 12391
|
| Thanks for the replies. Yeah i was messing around with the FileGetSize and DataLength and tried both. I also tried the FileMD5()... and the two scripts agree with one another! So i Had previously downloaded a MD5 checker to compare the results against... IT WAS WRONG! I didn't think to flip it aroun... |
|
 |
Forum: Scripts Topic: MD5 |
| computerspazzz |
|
Posted: June 3rd, 2010, 8:45 am
|
|
Replies: 42 Views: 12391
|
| I am running windows and I tried it and it gives wrong MD5's and sometimes just gives all the same code no matter what. If anyone care to look at my code its below: FileRead , BinaryData, C:\test\2.jpg DataLength := StrLen(BinaryData) ;FileGetSize, DataLength, C:\test\2.jpg ; Also Tried This... |
|
 |
Forum: Scripts Topic: Standard Windows Wizard Template |
| computerspazzz |
|
Posted: June 3rd, 2010, 4:36 am
|
|
Replies: 14 Views: 4258
|
| So I have a button on a gui, that opens another gui with tabs, and so when I wanted to have a certain tab open I have the button do: TabID = 2 ; Or the number of the tab you want Then When the GUI creation is done, right after Gui, 2:Show I Put: If TabID != ; If tab is not empty guicontrol, 2:choose... |
|
 |
Forum: Support Topic: How can I monitor text in a .txt file |
| computerspazzz |
|
Posted: May 31st, 2010, 1:49 am
|
|
Replies: 19 Views: 978
|
| So based on this thread I added what I have gathered and rewrote a bunch of stuff to create a version with a nice GUI and the option to upload the file via ftp when its changed. Possibles uses may include php/html editing, just do your edits locally, save, and poof the upload is handled for you, wit... |
|
 |
Forum: Scripts Topic: SW copy protection |
| computerspazzz |
|
Posted: May 30th, 2010, 6:23 am
|
|
Replies: 289 Views: 53761
|
| I modified and meshed some features to give a script that will submit the info given to a php, retrieve the activation key, input it, write the ini, and continue as expected. Ini will write to AppData folder, can be easily modified to go to the folder you want. Fully functional if you have webhostin... |
|
 |
| Sort by: |