greetings, fellow internet!

welcome to digitalgangster.com, the coolest community for people who hack the gibson and make bajillions of dollars off of online marketing. please click here to register an account (it's free) and join in on a plethora of discussions with the internet elite.

ASGPHE,
ytcracker, original digital gangster
follow me on twitter
fan me on facebook
Results 1 to 6 of 6

Thread: Function Keys

  1. #1
    That arab money.
    Join Date
    May 2009
    Location
    The N Y C
    Posts
    1,817

    Default Function Keys

    Anyone know the commands work behind that. For example Function + F6 on an MSI wind u-100 netbook activates the webcam. What's the action behind that key combination that does it. How does it activate the webcam is my question. PMs or post itt I don't mind either. Been trying to figure this out since last night. I don't have physical access to the damn thing or this'd be a cinch.





    That arab money.


  2. #2
    ionbladez's Avatar
    Join Date
    Dec 2009
    Location
    where u at nigga
    Posts
    4,660

    Default

    basically it could be 1 of 2 things.
    An app that detects the key combination, or something like an app (a global hook) that has the key combination stored in memory.
    When said user presses the combo, it activates the program and/or driver that starts the cam

    DG p0kEm0n SqUaD 2k11
    please use this name on aim or skype. also i code bots.

  3. #3
    That arab money.
    Join Date
    May 2009
    Location
    The N Y C
    Posts
    1,817

    Default

    where would I begin trying to figure out how to substitute Function + F6 with either a command line or an executable program. I'd have to capture the actual command going out while its pressed wouldn't I? Which would require an xev type program..for windows...that runs discretely. Anyone know of something like that?





    That arab money.


  4. #4
    ionbladez's Avatar
    Join Date
    Dec 2009
    Location
    where u at nigga
    Posts
    4,660

    Default

    Depends, what OS is running on there?
    I mean windows/linux, nothing specific

    DG p0kEm0n SqUaD 2k11
    please use this name on aim or skype. also i code bots.

  5. #5
    leon's Avatar
    Join Date
    Sep 2008
    Location
    Fla.
    Posts
    6,844

    Default

    Nvm
    Last edited by leon; 12-15-2009 at 10:43 AM.
    We Gettin' -بجدية Money!


  6. #6

    Default

    Quote Originally Posted by BB5k View Post
    where would I begin trying to figure out how to substitute Function + F6 with either a command line or an executable program. I'd have to capture the actual command going out while its pressed wouldn't I? Which would require an xev type program..for windows...that runs discretely. Anyone know of something like that?
    SetWindowsHooksEx + WH_KEYBOARD_LL

    You can code this easily in C# if you want...you don't even need to write an unmanaged DLL for this...or just do it in C++ if u wanna make it more "discreet". Here is a link to a list of VK Codes: http://msdn.microsoft.com/en-us/library/ms927178.aspx
    Last edited by scissorhash; 12-17-2009 at 07:40 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •