Results 1 to 13 of 13

Thread: Dancing auto

  1. #1
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default Dancing auto

    Ok, hey guys!
    Before I start, please do not assume that I spam RuneScape etc but I do giveaways for a friendschat which I currently am a rank on.
    I just want to make my advertising bot dance while advertising lol.
    Is that possible anyone?

    Thanks.

    Edit : just read what I wrote, doesn't make sense lmfao.
    Ok basically, when I do the Dp, I want people to join the fc so I want my ads to say like " Join Fc Example or no Drop Party!!! "
    While saying that, I want it to click on the Dance emote.
    Hope that is more clear.


    ~~ Ranny24
    Last edited by Ranny; 01-24-2013 at 09:40 PM.

  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Yes, it is possible, fairly simple actually. If you read one or two tutorials I'm sure you could make this by the end of the day

    Although I'm sure you can understand how this script would be considered annoying, and therefore I doubt someone will make it for you.

  3. #3
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Lol, the world I am in is world 44, mainly for Soul Wars :P
    I am sure no one will mind as most here are money makers, merchants and skillers :P
    I have checked some scripts but it is really confusing and my is aching from my exams this week

  4. #4
    Join Date
    Sep 2012
    Location
    Legolan, Ireland
    Posts
    542
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    Quote Originally Posted by Ranny View Post
    Lol, the world I am in is world 44, mainly for Soul Wars :P
    I am sure no one will mind as most here are money makers, merchants and skillers :P
    I have checked some scripts but it is really confusing and my is aching from my exams this week
    If I were you I wouldn't do dps on 44... DannyRS has singlehandedly nerfed soulwars So many bots.
    Have you felt the whale lately?
    .__________.
    Whale so hard.

  5. #5
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    I do dp's for my fc only lol just need advs that dance.
    Think you could help?

  6. #6
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Bump, please anyone make me one?

  7. #7
    Join Date
    Jan 2012
    Posts
    550
    Mentioned
    2 Post(s)
    Quoted
    177 Post(s)

    Default

    why don't you try reading through the scripting tutorial section and make one for yourself? It really is not hard to make.

  8. #8
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    It is for me.. I have tried but can't today.
    I will try script something easier but could someone just help me with this? :/

  9. #9
    Join Date
    Jan 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Ranny View Post
    It is for me.. I have tried but can't today.
    I will try script something easier but could someone just help me with this? :/
    Here you go!

    Code:
    program AutoTyper;
    {$Define Smart}
    {$i srl/srl.simba}
    
    procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Players[0].Name := 'username'; //Name here
      Players[0].Pass := 'password'; //Pass here
      Players[0].Nick := '';
      Players[0].Member := True;
      Players[0].Active := True;
      Players[0].Pin := ''; 
    
    End;
    
    
    
    
    Begin
    SetupSRL
      Declareplayers
      LoginPlayertoLob();
        SelectWorld(2);
        LoginPlayer;
      Activateclient
    
    
    Repeat
    Wait(1000+Random(500));
    
    DoEmote(RandomRange(14,16));
    TypeSendEx('text here',True);
    DoEmote(RandomRange(14,16));
    
    
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    begin
    end.

  10. #10
    Join Date
    Oct 2011
    Location
    Australia, Vic
    Posts
    1,517
    Mentioned
    2 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Farleys0n View Post
    Here you go!

    Code:
    program AutoTyper;
    {$Define Smart}
    {$i srl/srl.simba}
    
    procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Players[0].Name := 'username'; //Name here
      Players[0].Pass := 'password'; //Pass here
      Players[0].Nick := '';
      Players[0].Member := True;
      Players[0].Active := True;
      Players[0].Pin := ''; 
    
    End;
    
    
    
    
    Begin
    SetupSRL
      Declareplayers
      LoginPlayertoLob();
        SelectWorld(2);
        LoginPlayer;
      Activateclient
    
    
    Repeat
    Wait(1000+Random(500));
    
    DoEmote(RandomRange(14,16));
    TypeSendEx('text here',True);
    DoEmote(RandomRange(14,16));
    
    
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    begin
    end.
    I like that you have helped this bloke, but really he should of made it himself.

  11. #11
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    FarleyS0n, I don't know how to repay you back! <3333
    Man I love you so much thanks.
    Req Close.

    PS : I will give you rep Farley.

  12. #12
    Join Date
    Dec 2012
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Last thing, how do I make it to keep pressing the emote thing non stop like always?

  13. #13
    Join Date
    Sep 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    http://villavu.com/forum/showthread.php?t=94460
    have a look at this and use a script from there

Thread Information

Users Browsing this Thread

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

Posting Permissions

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