SCAR keydown not working for F keys

Discussion in 'Scar/Simba Help' started by Addyrulez, Aug 20, 2009.

SCAR keydown not working for F keys
  1. Unread #1 - Aug 20, 2009 at 6:08 AM
  2. Addyrulez
    Joined:
    Feb 28, 2007
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0

    Addyrulez Newcomer

    SCAR keydown not working for F keys

    Hey guys. keydown is not working at all for f keys. Are there any other ways of pressing function keys? Alternatively, where can I download an older version of SCAR to try this with?
     
  3. Unread #2 - Sep 3, 2009 at 2:34 PM
  4. EduardSale
    Joined:
    Sep 3, 2009
    Posts:
    15
    Referrals:
    0
    Sythe Gold:
    0

    EduardSale Newcomer

    SCAR keydown not working for F keys

    Addyrulez, could u please POST your script when asking a question, because it can be your script that the problem cause.

    Normally GetASyncKeyState(); is the main API windows function for getting a key from the keyboard into a string.
    Scar doesn't use windows api's ( watch what u say eduard... )
    BUT, u can try using :
    TOOLS -> OPTIONS -> API CALS -> ENABLE
    * please use this at your own risk, because api calls are serious windows functions who can damage your computer.*

    ~Eduard
     
  5. Unread #3 - Sep 6, 2009 at 6:14 PM
  6. Hey321
    Joined:
    Jul 30, 2007
    Posts:
    503
    Referrals:
    0
    Sythe Gold:
    0

    Hey321 Forum Addict

    SCAR keydown not working for F keys

    You could also just try this:

    Code:
    KeyDown(VK_F1);
    Wait(50);
    KeyUp(VK_F1);
    Unless you're already doing that.

    ~Sandstorm
     
< Click every pixel in the area? | Make the script click buttons like: "Home" and "End" >

Users viewing this thread
1 guest


 
 
Adblock breaks this site