AutoTyper for Simba

Discussion in 'RuneScape Scripts' started by GodGenesis, May 19, 2012.

AutoTyper for Simba
  1. Unread #1 - May 19, 2012 at 1:44 AM
  2. GodGenesis
    Joined:
    Feb 24, 2012
    Posts:
    3,521
    Referrals:
    11
    Sythe Gold:
    182
    Discord Unique ID:
    582060639330107397
    Discord Username:
    Genesis#3740
    Two Factor Authentication User St. Patrick's Day 2013 Tier 1 Prizebox (3) Sythe's 10th Anniversary Rupee Green Finger I can count to potato! MushyMuncher

    GodGenesis If you want things done right, leave it to UPS.
    GodGenesis Donor

    AutoTyper for Simba

    Not sure why there so few auto-typing scripts for Simba so here it is.

    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 := 'username/email here'; //
    Players[0].Pass := 'password here'; //
    Players[0].Nick := '';
    Players[0].Member := False;
    Players[0].Active := True;
    Players[0].Pin := '';
    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(' white : Join "Scored" for Legit IRC Dicing! #Dominate814',true)
    TypeSendEx(' [Insert colour] : [Insert your advertising stuff]',true)
    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    Colour consist of available runescape chat colours. Red, Purple etc

    You can create more lines if you want. Just add more of the TypeSendEx code.

    So instead of having Garyhood stealing your mouse, simba will do the work for you. You can run multiple accounts with this auto-typer without losing the mouse on one pc.

    This script will spam at a rate of 2 seconds +/- 1 seconds per line. You can adjust it by editing the "wait(2000+random(1000));" command. 1000 = 1 second.

    K bye.
     
  3. Unread #2 - May 20, 2012 at 3:48 AM
  4. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    AutoTyper for Simba

    This is a good idea :) The script looks well written and easy to understand. The next step would be adding a form to it :)
     
  5. Unread #3 - May 20, 2012 at 5:28 AM
  6. GodGenesis
    Joined:
    Feb 24, 2012
    Posts:
    3,521
    Referrals:
    11
    Sythe Gold:
    182
    Discord Unique ID:
    582060639330107397
    Discord Username:
    Genesis#3740
    Two Factor Authentication User St. Patrick's Day 2013 Tier 1 Prizebox (3) Sythe's 10th Anniversary Rupee Green Finger I can count to potato! MushyMuncher

    GodGenesis If you want things done right, leave it to UPS.
    GodGenesis Donor

    AutoTyper for Simba

    What kind of form are you talking about?
     
  7. Unread #4 - May 20, 2012 at 6:14 AM
  8. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    AutoTyper for Simba

    There are things called "Forms" in Simba. Here's an example of one (from Narcle's Fast Fighter):

    [​IMG]

    When you press play, it appears. The only problem is, when I looked through the tutorials section on Villavu for forms, there were only ones for Scar, not Simba.
     
  9. Unread #5 - May 24, 2012 at 6:18 AM
  10. GodGenesis
    Joined:
    Feb 24, 2012
    Posts:
    3,521
    Referrals:
    11
    Sythe Gold:
    182
    Discord Unique ID:
    582060639330107397
    Discord Username:
    Genesis#3740
    Two Factor Authentication User St. Patrick's Day 2013 Tier 1 Prizebox (3) Sythe's 10th Anniversary Rupee Green Finger I can count to potato! MushyMuncher

    GodGenesis If you want things done right, leave it to UPS.
    GodGenesis Donor

    AutoTyper for Simba

    Ah ok. :D

    As for now, developers at SRL are trying to develop one for Simba. It will be called the script manager where you can run multiple scripts directly from 1 Simba client.
     
  11. Unread #6 - May 27, 2012 at 10:19 AM
  12. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    AutoTyper for Simba

    Forms are different, this one just happened to have some account things on there. What it is is a thing where instead of finding the typing section of the script, a box will appear to input your words, Then it will automatically link the text in the box to the script.
     
  13. Unread #7 - May 27, 2012 at 1:47 PM
  14. GodGenesis
    Joined:
    Feb 24, 2012
    Posts:
    3,521
    Referrals:
    11
    Sythe Gold:
    182
    Discord Unique ID:
    582060639330107397
    Discord Username:
    Genesis#3740
    Two Factor Authentication User St. Patrick's Day 2013 Tier 1 Prizebox (3) Sythe's 10th Anniversary Rupee Green Finger I can count to potato! MushyMuncher

    GodGenesis If you want things done right, leave it to UPS.
    GodGenesis Donor

    AutoTyper for Simba

    Ah ok! I finally got you lol. I have no knowledge in doing up a form like that you have describe. :D

    You are free to see this script and have someone else do up the form to your liking! Just share it to all.
     
  15. Unread #8 - Jun 3, 2012 at 8:30 PM
  16. Kraytonn
    Joined:
    Feb 10, 2012
    Posts:
    335
    Referrals:
    0
    Sythe Gold:
    0

    Kraytonn Forum Addict
    $5 USD Donor New

    AutoTyper for Simba

    Not sure why you wouldn't just use multiple Simbas with SMART Manager.
    Nice script btw. I was looking for one of these. :)
     
  17. Unread #9 - Jul 22, 2012 at 3:37 PM
  18. Acubs
    Joined:
    Dec 22, 2011
    Posts:
    189
    Referrals:
    2
    Sythe Gold:
    0

    Acubs Active Member
    Banned

    AutoTyper for Simba

    This doesn't work when I try it, for some reason. Is there anything that I need to reconfigure or something? It won't log in my account, and it won't type anything, but there are no error messages.
     
  19. Unread #10 - Aug 7, 2012 at 12:14 AM
  20. mcmaster-99
    Joined:
    Apr 25, 2009
    Posts:
    164
    Referrals:
    0
    Sythe Gold:
    0

    mcmaster-99 Active Member

    AutoTyper for Simba

    ExcisionGod got this script from me (zemlyr)... Dhm always stealing from other people. Not original from Dhm like always.
     
  21. Unread #11 - Aug 29, 2012 at 1:58 PM
  22. Soulsplit geepeeZ
    Joined:
    Aug 29, 2012
    Posts:
    28
    Referrals:
    0
    Sythe Gold:
    0

    Soulsplit geepeeZ Member

    AutoTyper for Simba

    THANK YOU ! lolll :p not sure why man but thiers no scripts for simba around here
     
  23. Unread #12 - Aug 31, 2012 at 7:07 AM
  24. Grim_Reaper
    Joined:
    Aug 28, 2012
    Posts:
    792
    Referrals:
    0
    Sythe Gold:
    0

    Grim_Reaper Apprentice
    Banned

    AutoTyper for Simba

    Scripts are sold only in the software section market I believe.
     
  25. Unread #13 - Aug 31, 2012 at 1:50 PM
  26. YoHoJo
    Joined:
    Sep 4, 2005
    Posts:
    6,379
    Referrals:
    15
    Sythe Gold:
    2,625
    St. Patrick's Day 2013 Christmas 2015 Halloween 2014 Lawrence Easter 2013 Heidy Halloween 2013

    YoHoJo Hero
    Scar Programmers $25 USD Donor New

    AutoTyper for Simba

    He's not selling anything he posted the script on OP.
     
  27. Unread #14 - Sep 11, 2012 at 4:49 AM
  28. gallardo1499
    Joined:
    Aug 26, 2012
    Posts:
    39
    Referrals:
    0
    Sythe Gold:
    0

    gallardo1499 Member
    Banned

    AutoTyper for Simba

    its not working it shows the error:
    Exception in Script: Unable to find file 'srl/srl.simba' used from ''
     
  29. Unread #15 - Sep 20, 2012 at 10:05 PM
  30. Hostblapstat
    Joined:
    Feb 21, 2012
    Posts:
    1,847
    Referrals:
    0
    Sythe Gold:
    179

    Hostblapstat Guru
    $5 USD Donor New

    AutoTyper for Simba

    This will really come in handy, thanks man :)
     
  31. Unread #16 - Oct 31, 2012 at 9:55 AM
  32. GodGenesis
    Joined:
    Feb 24, 2012
    Posts:
    3,521
    Referrals:
    11
    Sythe Gold:
    182
    Discord Unique ID:
    582060639330107397
    Discord Username:
    Genesis#3740
    Two Factor Authentication User St. Patrick's Day 2013 Tier 1 Prizebox (3) Sythe's 10th Anniversary Rupee Green Finger I can count to potato! MushyMuncher

    GodGenesis If you want things done right, leave it to UPS.
    GodGenesis Donor

    AutoTyper for Simba

    Updated the working coding. It should be fine now with the latest simba update.
     
  33. Unread #17 - Oct 31, 2012 at 3:14 PM
  34. humeruzz
    Joined:
    Oct 17, 2012
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0

    humeruzz Member
    Banned

    AutoTyper for Simba

    Get this error...

    Exception in Script: Unable to find file 'SRL/SRL/misc/SmartGraphics.simba' used from ''

    but from the comments i see, it looks like a good script :) can it do multiple accounts in 1 world? :)
     
  35. Unread #18 - Nov 2, 2012 at 2:09 AM
  36. GodGenesis
    Joined:
    Feb 24, 2012
    Posts:
    3,521
    Referrals:
    11
    Sythe Gold:
    182
    Discord Unique ID:
    582060639330107397
    Discord Username:
    Genesis#3740
    Two Factor Authentication User St. Patrick's Day 2013 Tier 1 Prizebox (3) Sythe's 10th Anniversary Rupee Green Finger I can count to potato! MushyMuncher

    GodGenesis If you want things done right, leave it to UPS.
    GodGenesis Donor

    AutoTyper for Simba


    It should be fixed. Try getting the updated one.
     
  37. Unread #19 - Nov 7, 2012 at 8:10 AM
  38. gallardo1499
    Joined:
    Aug 26, 2012
    Posts:
    39
    Referrals:
    0
    Sythe Gold:
    0

    gallardo1499 Member
    Banned

    AutoTyper for Simba

    it workd in scar?
     
  39. Unread #20 - Nov 7, 2012 at 8:23 PM
  40. Award Tours
    Joined:
    Nov 4, 2012
    Posts:
    174
    Referrals:
    0
    Sythe Gold:
    0

    Award Tours Active Member
    Banned

    AutoTyper for Simba

    it keeps saying error for me ? any suggestions?
     
< Auto talker - Multiple accounts? | ***selling rsbot/simba scripts*** >

Users viewing this thread
1 guest


 
 
Adblock breaks this site