Results 1 to 18 of 18

Thread: Auto Typer/Spammer

  1. #1
    Join Date
    Jun 2014
    Posts
    463
    Mentioned
    27 Post(s)
    Quoted
    229 Post(s)

    Default Auto Typer/Spammer

    Hey there,

    There's been tons of these released, no doubt. I've lately been getting bored on working on my main script, so I made a few utility scripts and still making a few more. I haven't tested this myself personally, but someone I know has and he said it worked fine.

    Anyway, enjoy

    AutoSpam.simba
    Tsunami

  2. #2
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ty

  3. #3
    Join Date
    Dec 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    thanks! im having trouble getting it to login though.

    ---- Client is ready.
    ---- Setup SRL in 1 Minute and 19 Seconds
    -- setupSRL(): True
    -- TPlayer.login()
    Error: Access violation at line 1042
    Execution failed.
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (31-05-15 at 12.08.37 PM).txt] has not been freed in the script, freeing it now.

  4. #4
    Join Date
    Jun 2014
    Posts
    463
    Mentioned
    27 Post(s)
    Quoted
    229 Post(s)

    Default

    Make sure you're running the correct settings for srl-6

  5. #5
    Join Date
    Feb 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    How do i start this script? I've done all the steps here in rs simba setup guide.

    Do i simply double click the AutoSpam.simba file?

    Next i simply click the green arrow or do i have to do something else too? Once i click it a user choise window pops up, then i click "start script", it opens separate rs client and loads it but never logs in. And if i log in manually nothing happens? I don't understand what am i doing wrong. Would really appreciate if you help this newb out

    Also i get this error:
    Error: Access violation at line 1201
    Execution failed.
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (20-07-15 at 08.54.38 PM).txt] has not been freed in the script, freeing it now.

    code on that line is:
    1201: if (not self.isActive) then
    1202: begin
    1203: print('TPlayer.loginToLobby(): Player ' + self.nickname + ' is not active...', TDebug.FOOTER);
    1204: exit(false);
    1205: end;

  6. #6
    Join Date
    Jun 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by ixxe View Post
    How do i start this script? I've done all the steps here in rs simba setup guide.

    Do i simply double click the AutoSpam.simba file?

    Next i simply click the green arrow or do i have to do something else too? Once i click it a user choise window pops up, then i click "start script", it opens separate rs client and loads it but never logs in. And if i log in manually nothing happens? I don't understand what am i doing wrong. Would really appreciate if you help this newb out

    Also i get this error:
    Error: Access violation at line 1201
    Execution failed.
    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (20-07-15 at 08.54.38 PM).txt] has not been freed in the script, freeing it now.

    code on that line is:
    1201: if (not self.isActive) then
    1202: begin
    1203: print('TPlayer.loginToLobby(): Player ' + self.nickname + ' is not active...', TDebug.FOOTER);
    1204: exit(false);
    1205: end;
    I get that same error at players.simba when trying to login. Help? I just have this starting code:
    Code:
     if not isLoggedIn() then             // If player isn't logged in then
      begin
        players[currentPlayer].login();   // Log them in
      end;

  7. #7
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by bapsta View Post
    I get that same error at players.simba when trying to login. Help? I just have this starting code:
    Code:
     if not isLoggedIn() then             // If player isn't logged in then
      begin
        players[currentPlayer].login();   // Log them in
      end;
    Do you have the player set up in Rafiki?, and are you using the correct layout?

    EDIT: NVM I found the problem.

    Simba Code:
    //Change lines 55-61 from
    Begin
      initPlayerForm();

      runPlayerForm();

      SetupSRL;

    //To

    Begin
      initPlayerForm();

      runPlayerForm();
      declarePlayers();

      SetupSRL;

  8. #8
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by bapsta View Post
    I get that same error at players.simba when trying to login. Help? I just have this starting code:
    Code:
     if not isLoggedIn() then             // If player isn't logged in then
      begin
        players[currentPlayer].login();   // Log them in
      end;
    I posted an auto typer script yesterday -- search the forums for "iSpammer"
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  9. #9
    Join Date
    Jan 2017
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thanks for this

  10. #10
    Join Date
    Dec 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    NOT WORKING

    Loaded Font StatChars07
    Loaded Font UpChars
    Loaded Font UpChars07
    Loaded Font UpChars07_s
    Loaded Font UpCharsEx
    Loaded Font XPChars
    Loaded Font UpChars_s
    Error: File "srl-6/srl.simba" not found at line 5
    Compiling failed.

  11. #11
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by TheOnly11 View Post
    NOT WORKING

    Loaded Font StatChars07
    Loaded Font UpChars
    Loaded Font UpChars07
    Loaded Font UpChars07_s
    Loaded Font UpCharsEx
    Loaded Font XPChars
    Loaded Font UpChars_s
    Error: File "srl-6/srl.simba" not found at line 5
    Compiling failed.
    WHY ARE WE YELLING
    & have we tried checking out a guide on setting up simba for rs3 botting?

  12. #12
    Join Date
    Jan 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Solved my other problem, but when ever i start it, it says Please insert a disk into drive\device\harddisk3\DR3

  13. #13
    Join Date
    May 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    cant get it to work its giving me errors;/

  14. #14
    Join Date
    Aug 2016
    Location
    Kentucky
    Posts
    254
    Mentioned
    3 Post(s)
    Quoted
    96 Post(s)

    Default

    Quote Originally Posted by mitzz View Post
    cant get it to work its giving me errors;/
    Can't really help if nobody knows what errors you're getting...

  15. #15
    Join Date
    Sep 2016
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Thanks for this!

  16. #16
    Join Date
    May 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Aspect View Post
    Can't really help if nobody knows what errors you're getting...
    i fixed this thanks for the reply tho

  17. #17
    Join Date
    Mar 2018
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I get this message ------------------ TRSLobby.findPlayButton(): result = False

    then my client closes please help, even tho it does click the log in and logs in but does nothing.
    Last edited by wolfywhy; 03-07-2018 at 01:02 AM.

  18. #18
    Join Date
    Mar 2018
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    The following bitmaps were not freed: [Minimap Mask]
    File[C:\Simba\Includes\SRL-6/logs/SRL log (07-03-18 at 01.43.04 AM).txt] has not been freed in the script, freeing it now.


    I get this error, when I run you're script please help me

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
  •