Results 1 to 20 of 20

Thread: first script autologin

  1. #1
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default first script autologin

    well here is my first script.. its an auto login..

    thanks to masterkill for helping me out a bit

    SCAR Code:
    program Dumplog;

    {.include srl/srl.scar}

    var
    x,y: Integer;

    Procedure login;
    Begin
    ClickMouse(450,290,true);
     Wait(400+random(150));
     ClickMouse(304,206,true);
     Wait(200+random(150));
      TypeSend('account'); //your account name in the Pink
     Wait(200+random(200));
     ClickMouse(307,274,true);
     Wait(200+random(200));
      TypeSend('pass');   //your password in the Pink
     wait(200+random(200));
     Clickmouse(308,320,true);
     Wait(5000+random(200));
     Clickmouse(394,341,true);
    end;

    begin
     login;



    end.

    [22:20] <[-jesus-]> freddy, go uninstall yourself

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

    Default

    dude there is one in the srl include but it looks nice for a start.
    ~Hermen

  3. #3
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, Not going to use it though.. Its just the first script I made

    [22:20] <[-jesus-]> freddy, go uninstall yourself

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

    Default

    k nice keep going..

    @dumpin: keep reading tuts i really love to read new tuts dont know why(scripting w00t!!!) but..
    ~Hermen

  5. #5
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I will keep reading

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  6. #6
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not bad for a first script, learn the basic SRL functions. Like MMouse and Mouse.

    Also if you are going to use SRL you need to add SetupSRL;

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  7. #7
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea know that all now did much tuts and stuff today

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  8. #8
    Join Date
    Jul 2006
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  9. #9
    Join Date
    Aug 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cool been wanting one of these lol good work ill try it out soon :P

  10. #10
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    your welcome

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  11. #11
    Join Date
    Sep 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    not bad for ur first script keep it uph):

  12. #12
    Join Date
    Feb 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    log in log out

  13. #13
    Join Date
    Mar 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's nice for a first script, but SRL comes with a login and logout function already included, its useful if you are a Non-SRL scripter but other than that I don't see the reason for making an entirely new procedure,

    Nice job though,

  14. #14
    Join Date
    Dec 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont think i would have much use for an auto login, gratz on your first script though

  15. #15
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    mh try using some failsaves
    Infractions, reputation, reflection, the dark side of scripting, they are.

  16. #16
    Join Date
    Feb 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script !!!

  17. #17
    Join Date
    Mar 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice for a first script, may add a menu so you can enter your details

  18. #18
    Join Date
    Apr 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Auto login was my first scrip too. Its not very useful but... its first scrip.
    Its working so its good script.

  19. #19
    Join Date
    Sep 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice first script bro. Wonder what you can come up with next =D

  20. #20
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am busy with a chicken killer, it works fine, just have to add some antiban ect..

    [22:20] <[-jesus-]> freddy, go uninstall yourself

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 0wnzz AutoLogin (First Script)
    By 0wn 4 skill in forum First Scripts
    Replies: 27
    Last Post: 07-09-2008, 07:26 AM
  2. Autologin Script
    By deathie in forum First Scripts
    Replies: 6
    Last Post: 10-25-2007, 03:31 AM
  3. AutoLogin Script
    By AndyxD in forum First Scripts
    Replies: 5
    Last Post: 08-08-2007, 05:03 AM
  4. AutoLogin Script.
    By chwiggy in forum First Scripts
    Replies: 5
    Last Post: 04-26-2007, 10:57 PM
  5. plz critic my autologin script
    By Bramble in forum OSR Help
    Replies: 6
    Last Post: 12-01-2006, 12:22 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
  •