Results 1 to 4 of 4

Thread: Poider's Auto Login

  1. #1
    Join Date
    Feb 2007
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Poider's Auto Login

    I think this is a very noob way of doing this... but this is the only way i know

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

    Default

    Yeah lol that is a pretty noobie way!!

  3. #3
    Join Date
    Jan 2007
    Posts
    580
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why did you include {.include SRL/SRL.scar} and setupsrl; if it isnt an srl script?
    I like cats.
    Narcle's AK Smelter 1.1.6
    Run Time : 7 Hr 53 Min 5 Sec
    Total Bars : 3371
    Total XP : 58995

  4. #4
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok a few things I'd recommend...

    SCAR Code:
    movemousesmooth(459,292);
      wait(1000)
     clickmouse(459,292,true);
    Instead of doing that just use this:
    SCAR Code:
    Mouse(459, 292, 0, 0, true
    The first two numbers are the co-ordinates, the second two are how many random pixels you want to click off the spot. This makes scripts less detectable.

    SCAR Code:
    Wait(1000)
    That works, but you can make it less detectable by adding a random amount of time.
    SCAR Code:
    Wait(500+random(1000));

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto login help?
    By ammo2006 in forum OSR Help
    Replies: 0
    Last Post: 03-27-2007, 12:16 AM
  2. Poider's Auto Login
    By PheteyGee in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 03-16-2007, 10:19 PM
  3. Poider's Auto Talkert
    By PheteyGee in forum RS3 Outdated / Broken Scripts
    Replies: 14
    Last Post: 03-15-2007, 09:40 AM
  4. Auto-login
    By kingstun in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 02-17-2007, 05:16 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
  •