![]() |
|
Creating my first keylogger using AHK. - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Creating my first keylogger using AHK. (/Thread-Creating-my-first-keylogger-using-AHK) |
Creating my first keylogger using AHK. - ArcaneFx - 09-05-2011 Hello everyone. I am going to be creating my first, ever AHK Keylogger and is hoping to make it public by the end of next week. I've never coded a keylogger or anything malicious in AHK, ever. So, this is a new one for me too. Is there anything you would like to see in it? Drop in a few suggestions and tips here. Arcane RE: Creating my first keylogger using AHK. - Frooxius - 09-05-2011 Keyboard heatmap - statistics of keyboard presses visualized - several heatmaps and stats - depending on how often is the key pressed and for how long - also textual statistics - how long is each key pressed in average, maximum, minimum etc. Computer screen heatmap - separate heatmaps for mouse buttons and one complete heatmap - it will show where the user clicks the most. Also stats for mouse buttons, durations and such. Also mouse position heatmap - where is the cursor the most - depends also on time - the longer the cursor is at given position, the more heated it will be. Even more stats! I like stats. RE: Creating my first keylogger using AHK. - ArcaneFx - 09-05-2011 (09-05-2011, 07:32 AM)Frooxius Wrote: Keyboard heatmap - statistics of keyboard presses visualized - several heatmaps and stats - depending on how often is the key pressed and for how long - also textual statistics - how long is each key pressed in average, maximum, minimum etc. I doubt I can actually implement any of those using AHK. Thanks for the suggestions though :3 RE: Creating my first keylogger using AHK. - 1234hotmaster - 09-06-2011 i worked with ahk before its really neat, but the coding format is a bit weird... x-X i dont like "," being used alot :epic: i think you should just release the source and not bother with a EOF-based stub builder
RE: Creating my first keylogger using AHK. - 1234hotmaster - 09-06-2011 i worked with ahk before its really neat, but the coding format is a bit weird... x-X i dont like "," being used alot :epic: i think you should just release the source and not bother with a EOF-based stub builder
RE: Creating my first keylogger using AHK. - Jacob - 09-06-2011 wtf is AHK? o.o.o.oo. 1244141414141 RE: Creating my first keylogger using AHK. - Jacob - 09-06-2011 wtf is AHK? o.o.o.oo. 1244141414141 RE: Creating my first keylogger using AHK. - 1234hotmaster - 09-06-2011 http://www.autohotkey.com/download its a programming language RE: Creating my first keylogger using AHK. - 1234hotmaster - 09-06-2011 http://www.autohotkey.com/download its a programming language RE: Creating my first keylogger using AHK. - Jacob - 09-06-2011 ive never heard of it...is it difficult? |