Adblock breaks this site

SCAR keydown not working for F keys

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

  1. Addyrulez

    Addyrulez Newcomer

    Joined:
    Feb 28, 2007
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0
    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?
     
  2. EduardSale

    EduardSale Newcomer

    Joined:
    Sep 3, 2009
    Posts:
    15
    Referrals:
    0
    Sythe Gold:
    0
    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
     
  3. Hey321

    Hey321 Forum Addict

    Joined:
    Jul 30, 2007
    Posts:
    503
    Referrals:
    0
    Sythe Gold:
    0
    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" >


 
 
Adblock breaks this site