Results 1 to 4 of 4

Thread: Quick Question

  1. #1
    Join Date
    Apr 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Quick Question

    I've recently gotten back into runescape cheating etc. from the older days of AR and such..

    Anyway, I was wondering how you would command SCAR to press 'spacebar'. I've seen that enter is chr(13)? or something like that and I was wondering if there was a similar one for spacebar.

    Typing SendKeys(' '); doesnt seem to be effectective for the use that I need.

    Thanks in advance(h)

  2. #2
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    KeyDown(32);
      wait(100);
      KeyUp(32);
    That should work. 32 is the code.

  3. #3
    Join Date
    Apr 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks a lot

  4. #4
    ronny.m.p Guest

    Default

    or use SendKeys(chr(32));

    or if you want to be "safer" use TypeSend(chr(32))

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Just a quick question? Did I say quick?
    By SeanJohn in forum OSR Help
    Replies: 3
    Last Post: 01-28-2009, 12:03 AM
  2. Quick question
    By GinFoxface in forum OSR Help
    Replies: 2
    Last Post: 04-07-2007, 04:25 AM
  3. Quick Question
    By mage of begu in forum OSR Help
    Replies: 10
    Last Post: 01-12-2007, 10:48 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
  •