Results 1 to 10 of 10

Thread: Please Help! Disable Certain Keys....

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    57

    Please Help! Disable Certain Keys....

    Hey. I am farely new to Visual Basic. And I want the "F" keys F1 F2, etc..) Disabled. But I don't know how.. So if you know the code, could you please paste it. Thanks.
    Last edited by Phizik; Mar 26th, 2003 at 08:31 PM.

  2. #2
    Fanatic Member
    Join Date
    Feb 2003
    Location
    Los Angeles, CA
    Posts
    681
    unless you provide specific functionality for the F# keys in your application, pressing them will have no effect. or... do you want to globally disable them? like no other running application would be able to intercept them?
    there are 2 reasons why i leave my work unfinished:
    (1) i'm getting old.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    57
    i dont really understand what globally disable them means, sorry, im new to VB. but i just want the F# keys disabled in this game i play so people cant cheat. cheats are activated by pressing certain F# keys..

  4. #4
    Addicted Member Illiad's Avatar
    Join Date
    Mar 2003
    Location
    Chicago
    Posts
    196

    Heres the dillio (dillio?)

    The F keys dont do anything unless you assign them a command. Locally that is (localy is for a certain program/application) If you want to disable them globally (globally as in publicly, no program or appliction will be able to read them!). Once you figure out what you want to do go to the API forums and post there. You can only disable the keys using API code.

    Note: Just disabling the F keys might not disable their metabinds!
    Quis Custodiet Ipsos Custodes?

    You don't have to be faster than the bear, you just have to be faster than the slowest person running from the bear.

  5. #5
    Fanatic Member
    Join Date
    Feb 2003
    Location
    Los Angeles, CA
    Posts
    681
    Originally posted by Phizik
    i dont really understand what globally disable them means, sorry, im new to VB. but i just want the F# keys disabled in this game i play so people cant cheat. cheats are activated by pressing certain F# keys..
    by 'globally' i meant if you want to make the whole windows environment not react to the F# keys, but i understand this is not your goal anyway. sorry if i confused you.

    did you wrote the game that youre talking about or is it something that you got from elsewhere. if the game is somebody else's code, i can see no other chance than going in the API and trying to do something there, but i wouldnt know where to point you for that.
    there are 2 reasons why i leave my work unfinished:
    (1) i'm getting old.

  6. #6
    Addicted Member Illiad's Avatar
    Join Date
    Mar 2003
    Location
    Chicago
    Posts
    196
    Just outta curiosity what game is it?
    Quis Custodiet Ipsos Custodes?

    You don't have to be faster than the bear, you just have to be faster than the slowest person running from the bear.

  7. #7

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    57
    sorry i should have said. the game is Rogue Spear: Black Thorn.

    and it has cheats that are activated by pressing certain F# keys. that's why i wanted to see if it was possible to disable them. i will have to go learn aboutthis API stuff you guys are talking about. but thanks for your help.

  8. #8
    Addicted Member Illiad's Avatar
    Join Date
    Mar 2003
    Location
    Chicago
    Posts
    196
    Good for you! The anti-cheat community would be proud!
    I'm not however...I make hacks/cheats for games...
    Quis Custodiet Ipsos Custodes?

    You don't have to be faster than the bear, you just have to be faster than the slowest person running from the bear.

  9. #9

    Thread Starter
    Member
    Join Date
    Mar 2003
    Posts
    57
    you should start making the anti-cheat community proud!

  10. #10
    Addicted Member Illiad's Avatar
    Join Date
    Mar 2003
    Location
    Chicago
    Posts
    196
    perhaps...when pigs fly lol. No, all I hack is Counter-Strike not Rainbow 6..or any other game for that matter. Hacking is more fun than anti-hacking(as I call it). More challenges come up and Hackers always win

    Like in your situation, id just change the hacks/cheats call keys. from like F3 to some metabind e.g. alt+H+End or something...
    Quis Custodiet Ipsos Custodes?

    You don't have to be faster than the bear, you just have to be faster than the slowest person running from the bear.

Posting Permissions

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



Click Here to Expand Forum to Full Width