Results 1 to 4 of 4

Thread: S key..... Fast!

  1. #1
    Join Date
    Jan 2009
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default S key..... Fast!

    Hey,

    What is the code for an S key?
    And how do I use it?

    Fort Ash
    I was born to cheat on Hero

  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    GetKeyCode('S');

    ~Sandstorm

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

    Default

    The key code is 83.

    And to make it type either do

    SCAR Code:
    TypeByte(GetKeyCode('s'));

    or if not in Runescape

    SCAR Code:
    SendKeys('s');

    or

    SCAR Code:
    KeyDown(GetKeyCode('s'));
      Wait(10 + random(30));
      KeyUp(GetKeyCode('s'));

  4. #4
    Join Date
    Jan 2009
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey,

    Thanks !

    Fort Ash
    I was born to cheat on Hero

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need fast help :P
    By sjlou in forum OSR Help
    Replies: 9
    Last Post: 10-03-2007, 06:58 PM
  2. Need Help Fast!
    By xVendettax in forum OSR Help
    Replies: 1
    Last Post: 08-30-2007, 07:26 PM

Posting Permissions

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