AutoHotkey Community

It is currently May 23rd, 2012, 11:10 pm

All times are UTC [ DST ]


Search found 18 matches
Search these results:

Author Message

 Forum: Support   Topic: Norton says Autohotkey.exe is a Keylogger and tries to block

Posted: May 13th, 2008, 6:40 pm 

Replies: 3
Views: 729


I just unistalled then installed Autohotkey again, and all is working fine. So, you're posting why? :roll: phucking nooblets. I guess you just like being a prick, gl with that Guest. Everything is working fine. But Norton still lists Autohotkey.exe as a keylogger that it wants to block. So apparent...

 Forum: Support   Topic: Norton says Autohotkey.exe is a Keylogger and tries to block

Posted: May 11th, 2008, 11:47 am 

Replies: 3
Views: 729


I just noticed that Norton has the AutoHotkey.exe program listed as a Eavesdropping Threat Key Logger. Norton has it set on Block the program. I don't know anything about this kind of stuff, what should I do? I can set Norton to Allow the program, dont understand what I would be allowing? I don't kn...

 Forum: Support   Topic: 1 hot key , Mouseclicks differetn ClassNN on 1st, 2nd, 3rd c

Posted: March 24th, 2008, 8:51 am 

Replies: 10
Views: 1713


hmmm...
not sure why it called me a guest?
but the post above is from me ....
thanks for all your help

 Forum: Support   Topic: 1 hot key , Mouseclicks differetn ClassNN on 1st, 2nd, 3rd c

Posted: March 23rd, 2008, 9:40 am 

Replies: 10
Views: 1713


thanks for all your advice guys. sorry for asking again, but it is very important that this script be reliable. often times a bad click or script error could cost me a couple hundred dollars. so, are you sure about not needing any of the top lines except #NoEnv? for almost a month i've been using th...

 Forum: Support   Topic: 1 hot key , Mouseclicks differetn ClassNN on 1st, 2nd, 3rd c

Posted: March 5th, 2008, 5:06 am 

Replies: 10
Views: 1713


thanks for the advice i'm not sure about the sleep adding reliability, but it was in one of the first scripts i copied from someone else. so i just use it and haven't found a good reason to leave it out. makes sense to me to Forcefully give the computer an extra couple milliseconds to make sure it e...

 Forum: Support   Topic: 1 hot key , Mouseclicks differetn ClassNN on 1st, 2nd, 3rd c

Posted: March 3rd, 2008, 1:39 pm 

Replies: 10
Views: 1713


Thank you very much Micahs, very helpful.... much more help than I expected to get. I made a few modifications assuming they would help the reliability , but im not sure. Do you see anything that is a red flagt ;starting stuff, not sure if all 6 of these are needed but it works so. #NoEnv SendMode I...

 Forum: Support   Topic: 1 hot key , Mouseclicks differetn ClassNN on 1st, 2nd, 3rd c

Posted: March 2nd, 2008, 3:00 pm 

Replies: 10
Views: 1713


I want One hotkey (NumPadClear) to Mouseclick in 1 spot on 1st hit, another spot on 2nd hit, and a 3rd spot on 3rd hit. And loop so that a 4th hit would go to 1st spot, etc. It would also be resest to back to 1st spot after i hit Enter key. Any ideas on how to do this? I will use this for playing on...

 Forum: Support   Topic: problem running 2 ahk's at same time

Posted: March 1st, 2008, 5:59 pm 

Replies: 11
Views: 760


thanks i think that was the problem so i will no longer use 2 key combos for ahk files. Made me think though, are there keys that should not be used as hotkeys? for example i had part of the script above set with the hotkeys being Insert, Home, PageUp, Delete, End, PageDown..... sometimes I would ha...

 Forum: Support   Topic: problem running 2 ahk's at same time

Posted: February 28th, 2008, 9:18 am 

Replies: 11
Views: 760


Wow! Thanks for all the reply's and thoughtful advice. (although I don't actually understand half of what your saying....lol) So best I can figure, I have to just put all the scripts into one ahk file. Was hoping I wouldn't have to do that, i suppose i will have a better ahk when i figure it out so ...

 Forum: Support   Topic: problem running 2 ahk's at same time

Posted: February 27th, 2008, 7:39 pm 

Replies: 11
Views: 760


ok thanks. I thought all scripts had to start with the Sendmode Input? So, what must i do to get this to work? Do i have to put both scripts into one big ahk or is there anothe way? I have one of these types of scripts for each poker siter i play at (3 sites) and in the event I'm playing two tables ...

 Forum: Support   Topic: copy parts of notepad .txt file to new .txt file

Posted: February 27th, 2008, 7:32 pm 

Replies: 7
Views: 721


thanks that works perfectly

(thought I'd already tried that, I tried every possible variation i could find....but obviously I must not have...lol)

thanks for all your help every one i think i am really close to have this finished. i will post the finished product when i do.

 Forum: Support   Topic: copy parts of notepad .txt file to new .txt file

Posted: February 27th, 2008, 5:10 pm 

Replies: 7
Views: 721


Ok I'm stuck on the dumbest thing, how do I subract variables? From my text file I grab two numbers and store them as variable "stack1" ack2", then i try to subtract them and store the result into the variable "sc" then I append the output file with %sc%. The two numbers I g...

 Forum: Support   Topic: problem running 2 ahk's at same time

Posted: February 27th, 2008, 2:40 pm 

Replies: 11
Views: 760


heres the second ahk #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 consistent starting directory. SetTitleMatchMode, 3 #WinActivat...

 Forum: Support   Topic: problem running 2 ahk's at same time

Posted: February 27th, 2008, 2:39 pm 

Replies: 11
Views: 760


i tried to put the ahk's in the post above but kept getting a 'General Error" so i'll try putting them here #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingD...

 Forum: Support   Topic: problem running 2 ahk's at same time

Posted: February 27th, 2008, 2:38 pm 

Replies: 11
Views: 760


i have a problem when i run two .ahk programs at the same time. I run 1st one and it works fine, then when I run the 2nd one it affects the 1st, the 1st one still kinda works but parts of it dont work until i reload it, but then the 2nd one doesnt work correctly...etc, etc. Two of the .ahk's i like ...
Sort by:  
Page 1 of 2 [ Search found 18 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group