forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


key logging

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Mar 09, 2002 8:00 am    Post subject: key logging Reply with quote

Are there any extension dll's i can use to write a program that will function as a key logger?

thanks in advance

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Fri Jul 26, 2002 2:03 pm    Post subject: Reply with quote

Maybe with HOTKEY.DLL which is in vdsdll3.dll...
Just get the pressed key and send it to the opened window...

Example: (i don't know the exact function/command names)
Code:

:loop
%pressedkey = @dll(hotkey,all)
if @not(@null(%%pressedkey))
  window send,@winactive(I),%%pressedkey
  %%keylog = %%keylog%%pressedkey
  end
goto loop
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Thu Aug 01, 2002 11:48 am    Post subject: Reply with quote

thanks for that - i'll check it out Smile Smile Smile

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group