Page 1 of 2 12 LastLast
Results 1 to 25 of 39

Thread: auto typergs! by yarin

  1. #1
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default auto typergs! by yarin

    script
    Code:
    program yarin;
    {$Define Smart}
    {$i srl/srl.simba}
    
    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    
    Players[0].Name := 'YOU NAME HERE MADE BY YARIN'; //
    Players[0].Pass := 'YOUR PASSWORD HERE MADE BY YARIN'; //
    Players[0].Nick := '';
    Players[0].Member := False;
    Players[0].Active := True;
    Players[0].Pin := '';
    end;
    
    
    
    
    Begin
    SetupSRL
    Declareplayers
    LoginPlayertoLob();
    SelectWorld(2);
    LoginPlayer;
    Activateclient
    
    
    Repeat
    Wait(500+Random(250));
    TypeSendEx('YOUR TEXT HERE MADE BY YARIN',True);
    DoEmote(RandomRange(13,13));
    
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    begin
    end.
    DONATE



    Thanks and use my scripts!
    Last edited by yarin; 11-26-2012 at 05:15 AM.

  2. #2
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Lol a donate button..... really

  3. #3
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    whats the prob?
    im will make more scripts

  4. #4
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    553
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Not sure whether to laugh or cry...
    We hate autotalkers.
    And what reason do we have to donate to you for? So you can leech more?
    Sinking. Always. Sinking.

  5. #5
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no
    im said if you want to donate so donate
    im anyway made more scripts

  6. #6
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    553
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    I was a little harsh. I appologize.
    But we don't appreciate autotalkers here.
    Sinking. Always. Sinking.

  7. #7
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kk thanks
    im made now skills scripts

  8. #8
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    553
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Okay, good luck buddy,
    I look forward to seeing what you can do!
    Sinking. Always. Sinking.

  9. #9
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm now im do a dance for money..
    script for [poors]
    after for skills

  10. #10
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default auto typer [adv for fc] made by yarin

    Code:
    program madebyyarinAdvertiser;
    {$Define Smart}
    {$i srl/srl.simba}
    
    Const
    message0=('cyan:type here you text!made by yarin !!');
    message1=('white:type here you text!made by yarin ');
    message2=('cyan:type here you text!made by yarin ');
    message3=('Daily type here you text!made by yarin ');
    message4=('white:type here you text!made by yarin !!');
    message5=('white:type here you text!made by yarin ');
    message6=('white:type here you text!made by yarin ');
    message7=('white:Dtype here you text!made by yarin ');
    message8=('white:type here you text!made by yarin ');
    message9=('white:type here you text!made by yarin ');
    
    procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1;                     //SETUP!!!!!
      NumberOfPlayers(HowManyPlayers);         //FILL IN EVERYTHING MARKED WITH FRACTIONS
      CurrentPlayer := 0;
    
      Players[0].Name := 'made by yarin your username here';
      Players[0].Pass := 'your passwordhere made by yarin';
      Players[0].Nick := ' your nick here made by yarin'; 
      Players[0].Active := True;
      Players[0].Pin := '';   your bank pin here [if you got] made by yarin
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
    End;
    
    
    
    
    Begin
    SetupSRL
      Declareplayers
      LoginPlayertoLob();
        SelectWorld(2);// Put your own world into this
        LoginPlayer;
      Activateclient
    
    wait(randomrange(5000, 7000 ));
    Repeat
    Wait(3000+Random(200));    //increase number to slow down. decrease to speed up
    case random(11) of
    0: begin TypeSend (message0); end;
    1: begin typesend (message1); end;
    2: begin typesend (message2); end;
    3: begin typesend (message3); end;
    4: begin typesend (message4); end;
    5: begin typesend (message5); end;
    6: begin typesend (message6); end;
    7: begin typesend (message7); end;
    8: begin typesend (message8); end;
    9: begin typesend (message9); end;
    10: begin wait(randomrange(20,30)); end;
    
    
    end;
    findnormalrandoms;
    
    Until(False);
    end.
    made by me!
    donate please:O
    is my tow script

    Last edited by yarin; 11-25-2012 at 04:34 PM.

  11. #11
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my lest auto typer[this multi auto typer]mady by yarin

    Code:
    program yarinAutoTypermadebyyarin;
    {$DEFINE SMART} {$i srl/srl.simba} {$i sps/sps.simba}
    
    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    
    Players[0].Name := ''; //
    Players[0].Pass := ''; //
    Players[0].Nick := '';
    Players[0].Member := False;
    Players[0].Active := True;
    Players[0].Pin := '';
    end;
    
    begin
    ClearDebug;
    SetupSRL;
    DeclarePlayers;
    LoginPlayer;
    repeat
    wait(5000+random(3000));
    TypeSendEx('Green: text here! made by yarin',true)
    TypeSendEx('Green:text here! made by yarin',true)
    TypeSendEx('text here! made by yarin',true)
    TypeSendEx('text here! made by yarin',true)
    TypeSendEx('text here! made by yarin',true)
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    this my lest autotalker
    this multi script
    made by me!
    donate please:O



    Thanks and use my scripts!

  12. #12
    Join Date
    Nov 2008
    Location
    Norway, Alesund
    Posts
    924
    Mentioned
    0 Post(s)
    Quoted
    37 Post(s)

    Default

    You should use simba tags.
    Simba Code:
    //some code
    procedure tryThat;
    begin
      something; // looks more readable. and nicer.
    end;

  13. #13
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    And does that say Villua? What could that mean

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  14. #14
    Join Date
    May 2012
    Posts
    351
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Login Information in the OP Please change immediately.
    Currently Working on:
    Mining:77/80
    Herblore:55/80

  15. #15
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    All these scripts are just rip offs of current scripts with little pieces in. I posted on your Vial Filler, you need to stop just chopping other peoples up and calling them your "Own".

  16. #16
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why?
    im dont take scripts from pppl
    this script!
    is my scrript im made this!
    with dance
    im add more codes and change alot!
    so dont tell me please

  17. #17
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default my best auto typer !!

    Code:
    program AutoTyperSmart;
    {$DEFINE SMART}
    {$i srl/srl.simba}
    {$I SRL/SRL/Misc/Online.simba}
    
    
    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    
    Players[0].Name := 'your username here made by yarin'; //
    Players[0].Pass := 'your password here made by yarin'; //
    Players[0].Nick := 'you nick [rsn] here made by yarin';
    Players[0].Member := True;
    Players[0].Active := True;
    Players[0].Pin := 'your pin here if you got made by yarin';
    end;
    
    begin
      ClearDebug;
      SetupSRL;
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name        := '';
        Pass        := '';
        Pin         := '';
        Active      := True;
      end;
      LoginPlayerToLob;
      OpenWorldScreen;
      SelectWorld(1);
      LoginPlayer;
      Wait(1000 + Random(3000));
      ClickNorth(0);
    
    repeat
    wait(2000+random(1000));
    TypeSendEx('message here',true)
    //TypeSendEx(' [1 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [2 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [3 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [4 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [5 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [6 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [7 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [8 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [9 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [10 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [11 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [12 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [13 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [14 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [15 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [16 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [17 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [18 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [19 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [20 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [21 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [22 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [23 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [24 colour pick] : [text here your advstring! made by yarin!@!]',true)
    //TypeSendEx(' [25 colour pick] : [text here your advstring! made by yarin!@!]',true)
    
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    only i made this script and no one!
    i give more text for you guys
    25!
    gz guys and good bye!
    donate please for more scripts
    im need for new iphne [iphone5]

  18. #18
    Join Date
    May 2007
    Posts
    526
    Mentioned
    12 Post(s)
    Quoted
    109 Post(s)

    Default

    Quote Originally Posted by yarin View Post
    why?
    im dont take scripts from pppl
    this script!
    is my scrript im made this!
    with dance
    im add more codes and change alot!
    so dont tell me please
    Sorry, had to lol a bit here...

  19. #19
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    please stop making multiply threads for the same script.

  20. #20
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    Umm, why would an auto typer need to know your pin?
    My First Build!, Selling Downloadable Games
    -------------------------------------

  21. #21
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Austin View Post
    Umm, why would an auto typer need to know your pin?
    I was thinking the same thing :P

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

    Default

    Because he just copy and pasted from another script.

  23. #23
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    This has been posted by myself and many other users on his threads along with flight. Can a mod please just delete them or state the rules very clearly, he doesn't seem to have English as his first language.

  24. #24
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Just a tip for you. You already made a procedure for DeclarePlayers, so you don't have to make another in the setup.

    LIKE THIS

    Simba Code:
    begin
      ClearDebug;
      SetupSRL;
     HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name        := '';
        Pass        := '';
        Pin         := '';
        Active      := True;
      end;
      LoginPlayerToLob;
      OpenWorldScreen;
      SelectWorld(1);
      LoginPlayer;
      Wait(1000 + Random(3000));
      ClickNorth(0);

    TO
    Simba Code:
    begin
      ClearDebug;
      SetupSRL;
      DeclarePlayers;
      LoginPlayerToLob;
      OpenWorldScreen;
      SelectWorld(1);
      LoginPlayer;
      Wait(1000 + Random(3000));
      ClickNorth(0);

  25. #25
    Join Date
    Nov 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    L0l

Page 1 of 2 12 LastLast

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
  •