Results 1 to 10 of 10

Thread: a script that keeps me logged in

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

    Default a script that keeps me logged in

    hey all,

    i wanted a script that would keep me logged in. like every 20secs it would move the mouse a inch or something. i want this script for these monsters that auto attack me and i want to keep logged in why they respawn and attack me. if someone could make this script it would be good.


    haxor

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    {.include srl/srl.scar}
    begin
    repeat
    if(Random(60)=0)then
     MMouse(1+random(MSX2),1+random(MSY2),40,40)
    wait(5000)
    if(Random(60)=0)then
    GameTab(1+random(10))
    until(False)
    end.
    Is this good?
    But im not sure if its good idea let your account there actually doing nothing, you probably get random event in a few minuts, so.. You would need antirandoms in script etc.

  3. #3
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    true true thanks

  4. #4
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    pentti could u make that script you just put up have random event solvers.????? so it will keep me logged in and have random events solved if happened

    edit: anyway to make the mouse movement intersections faster

  5. #5
    Join Date
    Jun 2007
    Location
    NSW, Australia.
    Posts
    541
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program Letmesithere;
    {.include SRL\SRL.scar}

    begin
    repeat
      RandomRClick;
      Wait(20000 + random(10000));
    until(false);

    But yeah antirandoms would be good...
    Quote Originally Posted by RAM View Post
    I sam sofa king wee todd did ! ~RAM
    My SRL Army Blog.


  6. #6
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty i think i may need randoms

  7. #7
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well guys i got a really good log in script and auto random looker from santa.

    thanks santa!!!!!

  8. #8
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Anytime
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  9. #9
    Join Date
    Jul 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kl

  10. #10
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    You realise monsters become unaggressive after 20 mins? Meaning they stop attacking you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Keep logged in?
    By HarryJames in forum OSR Help
    Replies: 5
    Last Post: 02-12-2009, 01:49 PM
  2. Problems whilst Logged in and Script Running
    By Ormeon in forum OSR Help
    Replies: 2
    Last Post: 06-27-2007, 08:52 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
  •