Results 1 to 7 of 7

Thread: help please =)

  1. #1
    Join Date
    Mar 2007
    Posts
    129
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help please =)

    is there a way to send f1-f12 as a key?
    <insert a sig here>

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    KeyDown(VK_F1);
    wait(150);
    KeyUp(VK_F1);

    For F1


  3. #3
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, and please add some1 on msn as tutor because you make 1 line scripting help threads and that is annoying
    ~Hermen

  4. #4
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Use

    SCAR Code:
    Keydown(VK_F1);
    Keyup(VK_F1);

    Replacing F1 with any number between 1-12 ex KeyDown(VK_f12);

    Man you people are all beating me >< . Well i'm not using iSpy xD.

  5. #5
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Da 0wner View Post
    Use

    SCAR Code:
    Keydown(VK_F1);
    Keyup(VK_F1);

    Replacing F1 with any number between 1-12 ex KeyDown(VK_f12);

    Man you people are all beating me >< . Well i'm not using iSpy xD.
    They can better call it iSpam
    ~Hermen

  6. #6
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Hermpie View Post
    They can better call it iSpam
    youSpam* you mean?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  7. #7
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol hy you are right. XD and that messenger thing he fux0red up my comp

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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