Results 1 to 11 of 11

Thread: Need a 10 line script

  1. #1
    Join Date
    Nov 2006
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Need a 10 line script

    I need a script (not for RS2) its for a private server.

    I need the script to press the key "enter" every 20 seconds.

    no anti random, no spiffy spunky spiff jiff crap just a simple enter script

    cheers
    http://stats.srl-forums.com/be/SRL-S...rbars/4453.png

    ^^ All from Hy's cave runner. Best script in the world

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program Enterer;
    {.include SRL/SRL.scar}

    begin
      ActivateClient;
      repeat
        TypeSend(chr(VK_RETURN));
        Wait(20000);
      until false;
    end.
    Project: Welcome To Rainbow

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    I need a script (not for RS2) its for a private server.
    You got told.

  4. #4
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    You got told.
    huh..?
    Project: Welcome To Rainbow

  5. #5
    Join Date
    Nov 2006
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its for a private server
    http://stats.srl-forums.com/be/SRL-S...rbars/4453.png

    ^^ All from Hy's cave runner. Best script in the world

  6. #6
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats your point?
    Project: Welcome To Rainbow

  7. #7
    Join Date
    Mar 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea...is there a difference between private and public server that an rs script cant be used?

  8. #8
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Quote Originally Posted by warxperiment View Post
    yea...is there a difference between private and public server that an rs script cant be used?
    Depends how new the interfaces and stuff are. Like mopar scape if you d/l that and run it the interfaces and graphics are probably from 2006 era... so newer scripts won't work. But the "out dated" ones that don't work now will. But you might need older version of SCAR and SRL to run them aswell...
    STOP PM'ING ME

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

    Default

    It's just a simply enter key...
    ~Hermen

  10. #10
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thankyou Herpie.

    This little script will work for most programs. ACtually when testing it, i used on notepad, so I dont see why everyone is complaining
    it should be very universal
    Project: Welcome To Rainbow

  11. #11
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Closed.

    Problem solved.
    STOP PM'ING ME

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need a simple 10 line script, for non rs. should only take 5 mins max
    By smokekills in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-18-2008, 01:02 AM

Posting Permissions

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