Results 1 to 2 of 2

Thread: how to make scar press ctrl+R

  1. #1
    Join Date
    Dec 2006
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how to make scar press ctrl+R

    i need it to reload the page and i dont know how to do ctrl+r in a script

    any help?

  2. #2
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    clicky
    There's a table of all the values needed to use for 'KeyDown(byte)' so you can just have
    SCAR Code:
    KeyDown(ctr);
      Wait(50+Random(100));
      KeyDown(r);
      Wait(50+Random(100));
      KeyUp(r);
      Wait(50+Random(100));
      KeyUp(ctr);
      Wait(50+Random(100));
    And just replace ctr and r with the code needed (single or double integer) and it should then press ctr+r then let it go, thus refreshing.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to make scar press tab key?
    By yamaha317 in forum OSR Help
    Replies: 19
    Last Post: 02-02-2008, 12:54 AM
  2. What command do i use to make scar press F6 or F5???
    By Ilikepie1995 in forum OSR Help
    Replies: 9
    Last Post: 07-05-2007, 09:25 PM
  3. Scar DIVI Freezes When I Ctrl+ALT+S
    By Nerheim in forum News and General
    Replies: 1
    Last Post: 06-18-2007, 05:22 PM
  4. How Do I Make A Script Press The Enter Key?
    By Vincent_WIebe in forum OSR Help
    Replies: 3
    Last Post: 05-22-2007, 10:41 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
  •