| Author |
Message |
Forum: Support Topic: link to a key/mouse recorder script? |
| Neverlevel |
|
Posted: April 2nd, 2012, 11:23 pm
|
|
Replies: 2 Views: 118
|
| ok to clarify ..im not looking for a keylogger<that i can do> but a script creator. ..ooh. new search term... i am looking on my own as well but i had hoped somebody would be like oh yeah..ezrecord.....search that. |
|
 |
Forum: Support Topic: link to a key/mouse recorder script? |
| Neverlevel |
|
Posted: April 2nd, 2012, 10:38 pm
|
|
Replies: 2 Views: 118
|
| need a script that will record keystrokes and mouseclicks<hopefully with time between recorded as well> then play them back somehow<preferably by hotkey>awesome if it had repeat feature. |
|
 |
Forum: Support Topic: Locking a txt file |
| Neverlevel |
|
Posted: March 8th, 2011, 2:42 am
|
|
Replies: 4 Views: 294
|
is locking it or hiding it more important?
i seen a script that lets you store text in an IMG but you cant edit it in notepad..just view it....at the bottom after the jibberish. |
|
 |
Forum: Support Topic: Capture mouse clicks on touch screen kiosk |
| Neverlevel |
|
Posted: March 8th, 2011, 2:29 am
|
|
Replies: 3 Views: 265
|
on mouse down get mouse loc
sleep 6000
get mouseloc .if close old mouseloc activate whatever you want to do. |
|
 |
Forum: Support Topic: Program who can read numbers! |
| Neverlevel |
|
Posted: March 2nd, 2011, 10:41 pm
|
|
Replies: 5 Views: 449
|
| i wrote an OCR (optical character recognition) script that may help with this...it scans an area and asks you what number is there...then saves that scan....it will recognize that number next time it sees it ( in the exact same location ) if this sounds like what you need you can find it here http:/... |
|
 |
Forum: Support Topic: how would you imgsearch for multi images |
| Neverlevel |
|
Posted: August 16th, 2010, 6:13 pm
|
|
Replies: 4 Views: 269
|
| i need to search an area and count how many times an img appears...i thought about taking the foundx and adding to it to start a new search the next row down.....can you think of a better way to accomplish this?...my way will miss the second img on the same row.. some answers.. the img can be anywhe... |
|
 |
Forum: Support Topic: Copy My address Automatically into my copy queue |
| Neverlevel |
|
Posted: August 9th, 2010, 4:24 am
|
|
Replies: 6 Views: 261
|
| seeing the code you recorded we could help alot better. coding isnt that hard for simple projects. i didnt read what you did well enough to know where you went wrong exactly but if you had code to look at i could figure out if its way over my head or something i might know a way around.. i might not... |
|
 |
Forum: Support Topic: Can someone help me? |
| Neverlevel |
|
Posted: August 7th, 2010, 5:05 am
|
|
Replies: 3 Views: 199
|
| there are lots of ways to do this..and they all act differently...do you want them to run f1-f9 then repeat forever? as long as you hold a key? for a set number of seconds after you hit a key...with a delay between each button press or as fast as we can do it? ( several times a second i assure you )... |
|
 |
Forum: Support Topic: Alternate Method of Copying Text |
| Neverlevel |
|
Posted: July 31st, 2010, 11:52 am
|
|
Replies: 3 Views: 240
|
| OCR could work. i wrote a script that could be used/modified to do this if the numbers are within a small enough range..if the range is much over 1-200 it might not be worth the effort as the script doesnt recognize numbers untill you tell it what the number is the first time......and decimals might... |
|
 |
Forum: Support Topic: PixelSearch ? |
| Neverlevel |
|
Posted: July 27th, 2010, 11:41 pm
|
|
Replies: 6 Views: 487
|
| well....if we had your script to look at we might be able to help better. |
|
 |
Forum: Support Topic: ... |
| Neverlevel |
|
Posted: July 26th, 2010, 6:05 pm
|
|
Replies: 4 Views: 272
|
| there are tons of topics on this but the answer is yes you can copy protect your exe. BUT a skilled hacker will always be able to crack any AHK code. your code is in memory when it is in use.....they can read the memory and get your code....that bein said..you can stop the casual user from redistrib... |
|
 |
Forum: Support Topic: Uploading a .txt file (using ftp or an email) |
| Neverlevel |
|
Posted: July 25th, 2010, 3:46 pm
|
|
Replies: 19 Views: 789
|
| i used this script to update the news for our clan..it creates a text file then uploads it... you should be able to modify it to suit your needs... Gui, Destroy Gui, Add, Text,, Type The News In Here Gui, Add, Edit, w280 h280 vUserInput, %UserInput% Gui, Add, Button,x265 y266 w50 h25, OK Gui, Show,w... |
|
 |
Forum: Support Topic: Text detector in image |
| Neverlevel |
|
Posted: July 23rd, 2010, 4:45 pm
|
|
Replies: 3 Views: 802
|
| is the text always in the same place? is it numbers or letters? got a screenshot? i wrote my own OCR script when Gocr failed me......i only needed it for numbers but it could be fooled into "reading" letters...if GOCR fails you check http://www.autohotkey.com/forum/viewtopic.php?t=55353&am... |
|
 |
Forum: Scripts Topic: Optical Character Recognition <Numbers only> |
| Neverlevel |
|
Posted: July 20th, 2010, 6:06 pm
|
|
Replies: 3 Views: 2974
|
| create an INI file with the following information [ocr3] 7=453 8=549 Change the 7= and 8= to the X and Y of the top left of your scan area. change this part ye :=(y + 20) ;Define box height xe :=(x + 20) ;Define box width change the 20's to however big your search box needs to be. Sa... |
|
 |
Forum: Support Topic: record multiple screen locations? |
| Neverlevel |
|
Posted: July 20th, 2010, 10:28 am
|
|
Replies: 3 Views: 195
|
| i use this script to train my mouse locations for another script ...it might help.. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a ... |
|
 |
| Sort by: |