| Author |
Message |
Topic: How do i make a keylogger ? |
Avalon
Replies: 16
Views: 6415
|
Forum: Ask for Help Posted: Thu Oct 18, 2007 5:03 pm Subject: How do i make a keylogger ? |
There are many better tools such as poison ivy and beast.
Yeah, however, those are not written by me, and the implementation of this logger into my existing script is a challenge, so I prefer to do ... |
Topic: How do i make a keylogger ? |
Avalon
Replies: 16
Views: 6415
|
Forum: Ask for Help Posted: Thu Oct 18, 2007 4:40 pm Subject: How do i make a keylogger ? |
Using it as a backup tool is original. Can be useful for professional typing a lot (lawyers, writers, etc.).
Of course, it doesn't record info typed with a virtual (on screen) keyboard...
I want ... |
Topic: General organisation with ahk |
Avalon
Replies: 2
Views: 207
|
Forum: Ask for Help Posted: Thu Oct 18, 2007 4:29 pm Subject: General organisation with ahk |
I use a sentinel.ahk to launch all the other scripts. The sentinel.ahk start automatically when I log in, and start the hotkeys.ahk, google.ahk, etc...
HuBa: I use hungarian keyboard at home too, ... |
Topic: Help, can i get 2 guis at once? |
Avalon
Replies: 2
Views: 165
|
Forum: Ask for Help Posted: Mon Oct 08, 2007 6:57 am Subject: Help, can i get 2 guis at once? |
If I understood you, you need this:
Gui, Add...
.
.
.
Gui, 2: Add, ...
.
.
.
Gui, 3: Add...
.
.
.
etc...
Please check http://www.autohotkey.com/docs/commands/Gui.htm#MultiWin ... |
Topic: Remote By Email |
Avalon
Replies: 2
Views: 639
|
Forum: Utilities & Resources Posted: Mon Oct 08, 2007 6:53 am Subject: Remote By Email |
| It sounds useful, however I don't seem to be able to get it work with my gmail account. It always sais that ACCOUNT TIMEOUT, or HOST NOT found, however I checked the POP3 settings on the gmail help pa ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Avalon
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Sun Aug 26, 2007 10:29 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
There are a few errors in your script, see FAQ:
Yeah, now i can see how many errors I had. :S I'm very new to this progamming thing, I usually make some very lame mistakes.
I could manage to g ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Avalon
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Sun Aug 26, 2007 4:22 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
There should also be a well-formedness checker out there (
Thanks, I reformatted my XML file, but my code is still not working.
Here is my XML file:
<?xml version="1.0" encoding= ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Avalon
Replies: 355
Views: 26529
|
Forum: Scripts & Functions Posted: Sun Aug 26, 2007 2:58 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
I have a basic query regarding XML.
I want to use a xml file to store my hotkeys, and then to load them into a Listview. I created an xml file, but I'n not quite sure that this is a valid xml file ... |
Topic: Hotstring helper designed by Andreas Borutta failes in exe |
Avalon
Replies: 12
Views: 548
|
Forum: Ask for Help Posted: Sun Aug 19, 2007 4:32 pm Subject: Hotstring helper designed by Andreas Borutta failes in exe |
It seems to be OK, however, I am looking something I can code. I mean this is a possible solution, but I would prefer to write something on my own - with some help of course.
Is Mr.Green H troublin ... |
Topic: Hotstring helper designed by Andreas Borutta failes in exe |
Avalon
Replies: 12
Views: 548
|
Forum: Ask for Help Posted: Sun Aug 19, 2007 2:34 pm Subject: Hotstring helper designed by Andreas Borutta failes in exe |
It seems to be OK, however, I am looking something I can code. I mean this is a possible solution, but I would prefer to write something on my own - with some help of course.
Thanks the idea thou ... |
Topic: Hotstring helper designed by Andreas Borutta failes in exe |
Avalon
Replies: 12
Views: 548
|
Forum: Ask for Help Posted: Sat Aug 18, 2007 8:38 am Subject: Hotstring helper designed by Andreas Borutta failes in exe |
I have the same problem. Due to mobilty, I would like to compile my script, however, I still would like to modify the existing hotstrings during runtime.
Currently I am thinking on a solution, where ... |
Topic: Using local variables for GUI controls |
Avalon
Replies: 8
Views: 661
|
Forum: Ask for Help Posted: Tue Jun 05, 2007 6:33 pm Subject: Using local variables for GUI controls |
Helpy is right.
BTW, your problem was not really related to my problem.
I had a problem of creating a Gui inside a function which is now possible in AHK v1.0.46.01+ without any tricks by the use of ... |
Topic: Using local variables for GUI controls |
Avalon
Replies: 8
Views: 661
|
Forum: Ask for Help Posted: Tue Jun 05, 2007 3:15 pm Subject: Using local variables for GUI controls |
| I pass these values as parameters, but I still don't unerstand this. If they are global, I dont have to pass them, right? |
Topic: Using local variables for GUI controls |
Avalon
Replies: 8
Views: 661
|
Forum: Ask for Help Posted: Tue Jun 05, 2007 2:53 pm Subject: GUI global variable cease to exist inside a script |
| I have a GUI, one of its button trigger a function, but the variables submitted in the GUI part cease to exist after I call the function. As far I as I understood the Manual, GUI variables are global, ... |
Topic: Hide Icon |
Avalon
Replies: 8
Views: 526
|
Forum: Ask for Help Posted: Wed May 30, 2007 12:24 pm Subject: Hide Icon |
Again, RTFM.
The tray icon can be made to disappear or reappear at any time during the execution of the script by using the command menu, tray, Icon or menu, tray, NoIcon.
Yeah, my fault I wasn't ex ... |
| |