Jump to content

THESCRIPTERIST

Active Members
  • Posts

    58
  • Joined

  • Last visited

THESCRIPTERIST's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. use command prompt
  2. Smoke_N could we use this My Webpage would this work if you reverse it
  3. He was joking i bet, messing up computer seems to be my hobby as well, no matter what I do, I find viruses and well now I collect them.. edited I found the source code, try and decode this big_code.txt
  4. if it was a virus I would be better then what it is now then I would have 1054 but it's not, and your telling me that 8 people tryed it, well 7 not including me, and everybody decided to close it because it's compiled. edit the so called keylogger post has a good reason for it
  5. im trying it right now edit; hey it is cool, it will take screen shots if you push space bar or the, GUI botton edited; I think thats why he needed help My Webpage
  6. #include <file.au3> #include <Misc.au3> while 1 If _IsPressed("41") Then _FileWriteLog(@ScriptDir & "\my.log","a") EndIf Wend Exit well turn it on and try it yourself, it will send A to the notepad but it will send alot of A's to the notepad for some reason. its like it not telling the script to send it once to the text. Edited; and everybody knows a good keylogger will wait for enter to be send then write the log, so instead of h then i in the notepad file it will be hi. in the pad file, and it will keep track of what program yuor in. and we should stay off this topic
  7. hehe even if I did make a keylogger, I wouldn't spread one or give out the coding for one, because one you can get in troble by police, two who would give out code a because then you have 2000 noobs spamming there keyloggers, and wait until the user is idle for say two hours then, they will send the log back to there selfs. I know how I would make a keylogger, but there no point then jsut learning uses, but no need since I know how.
  8. and this wouldn't even work, sure it wouldsend "a" to a notepad but you need to let know how many times it wa spushed
  9. it will not really right to the log I just used as a example, so I can open up programs with every key on the keyboard, but didn't want to confuse people, and there was a legit for the so called first post about a keylogger. and I getting a new script idea for the send letters and stuff to text, I would like to make a little program fro this.
  10. hi I need help, please I did this and it doesn't work right #include <file.au3> sleep(100) If send("a") Then _FileWriteLog(@ScriptDir & "\my.log","a") Else EndIf Exit instead of waiting till someone pushs "a" it will type "a" help please grr
  11. nice I just figured that out thanks I see that you very Very great with GUI, one last question for now if you don't mine, might you happen to know how to use this My Webpage if you do may you explain, I would really be grateful I think I have to make one then put it in a folder with my script, and put that dll in, and then in my script I have to add a line of code
  12. to-shay, your great but how..... did you do it, ill try looking into your updated code and see whats different about it
  13. I want the picture to cover the whole GUI with all the keys working, I put the simple windows picture on the slider, so you can see that all the keys work except for the slider
×
×
  • Create New...