Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/02/2012 in all areas

  1. What's not working? "Not working" should be outlawed.
    1 point
  2. JLogan3o13

    input and combo

    D'oh! LOL I missed that completely. As BrewManNH pointed out, your screenshot shows you trying to connect to $pc. That means your variable is not outside the "" as it should be. Make sure you have it written as I do in post #10. If you need, repost your full code.
    1 point
  3. Melba23

    Keyloggers

    Previously when code which was (or could very easily be converted to) a keylogger has appeared on the forum I have limited my actions to deleting the code and warning the poster. I even went to the trouble to post the above announcement so there could be no doubt as to the fact that such code was not permitted here. Yesterday I had to remove code which checked the entire keyboard and lit up the pressed key on a "virtual keyboard" GUI. Note that the post above talks of "code which checks for the best part of the keyboard" - that is exactly what this code did and with the addition of a few lines it could easily have been turned into a crude, but entirely workable, keylogger. The poster is now enjoying a short holiday - and the same fate awaits anyone else who posts similar code in future. The prohibitions in the Forum rules are there to keep this forum clean and to protect the reputation of AutoIt - which is in the interests of us all. Please use your brains and do not post code which flouts the spirit, if not the exact letter, of the rules. If you do then do not complain if you are moderated and warned. M23
    1 point
  4. GEOSoft

    An easier way?

    $text = "22:34:38.125 T#1432 PresenceManager: ?black250x55bac42d3867d0a9-s-s65.55.223.27:40009-r66.61.282.176:36776-l192.168.1.51:36776b067269fa63ba465" $Result = StringRegExpReplace($text, "^.+-r(.+?):.+$", "$1") MsgBox(0, "Remote IP", $Result)
    1 point
×
×
  • Create New...