Jump to content

slightly_abnormal

Active Members
  • Posts

    464
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

slightly_abnormal's Achievements

Universalist

Universalist (7/7)

1

Reputation

  1. was that necessary?
  2. this is useful..
  3. doesn't nessary log anything.. it just checks for key presses.. i.e. most keyloggers catches/writes what is type.. and if this is used for personal use theirs no harm done.
  4. so i take it no one knows?
  5. autoit -> using autoit -> command line parameters
  6. okay heres another try .. why isn't there any processgethandle, processgetsate funcs btw?? do i need handle? [edit] btw in the helpfile Int and long both say a 32 bit integer for whatever reason.. o.o opt('wintitlematchmode',2) $Winhandle = WinGetHandle('Untitled - Notepad') $ProcH = DllCall('kernel32.dll','int','GetCurrentProcess','hwnd',$Winhandle) $ExitC = DllCall('kernel32.dll','int','GetExitCodeProcess','hwnd',$ProcH,'ptr',0) DllCall('kernel32.dll','ptr','TerminateProcess','hwnd',$Winhandle,'int',$ExitC)
  7. [edit] $Process = 'notepad.exe' $Proc = DllCall('kernel32.dll','Long','GetCurrentProcess','str',$Process) $ExitC = DllCall('kernel32.dll','Long','GetExitCodeProcess','hwnd',$Proc,'ptr',0) DllCall('kernel32.dll','ptr','TerminateProcess','hwnd',$Process,'int',$ExitC)
  8. well.. heres at msdn it said void i assume it means none, or would that be ptr ?? at answeres.com it says long .. $Process = 'notepad.exe' $ExitC = DllCall('kernel32.dll','Long','GetExitCodeProcess','hwnd',$Process,'ptr',0) DllCall('kernel32.dll','ptr','TerminateProcess','hwnd',$Process,'int',$ExitC)
  9. I was messing with DLLcalls.. okay heres one.. (note: my conversion to autoit is not the best ) I assume i need handle rather then process name.. but dont know how to get it../ i know this is already built into autoit i just wanna try this with a real dllcall.. $Process = 'notepad.exe' $ExitC = DllCall('kernel32.dll','None','GetExitCodeProcess','hwnd',$Process,'ptr',0) DllCall('kernel32.dll','None','TerminateProcess','hwnd',$Process,'int',$ExitC)
  10. thats pretty good
  11. oh lol.. anyways nice script val
  12. ewido tried this a month ago, i have norton but never any problem, except some c++ files . i hardly ever compile scripts anyways, but ewido goes crazy when i scan my computer especially with vb files, the trick is to password protect the files, or put them in exclude lists.. or not scan as much as you should it's rediculous to blacklist autoit since most viruses are made in vb/c#/asm.. might as well blacklist anything that moves..
  13. I searched around abit.. but havent found anything yet.. I know about erifashes print file.. is there a equivelent for "Print setup", and print images, and print what is read from an editbox, or whatever. thanks.
  14. i saw something like that a few days ago..
×
×
  • Create New...