Results 1 to 20 of 20

Thread: Code for REMOVING Ban WARNING?

  1. #1
    Join Date
    Apr 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Question Code for REMOVING Ban WARNING?

    Anyone knows the code to close the warning?

    fWZDxQV.png


    Thnks fella

  2. #2
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Simba Code:
    mouseBox([567, 481, 695, 499], MOUSE_LEFT);

    or whatever coordinates it exists at.

  3. #3
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Simba Code:
    closePopup();
    will close it

    https://github.com/SRL/SRL-6/commit/...ac5b8d4985f883

    Forum account issues? Please send me a PM

  4. #4
    Join Date
    Jun 2012
    Posts
    586
    Mentioned
    112 Post(s)
    Quoted
    296 Post(s)

    Default

    Loving the professionalism by Jagex.




    Skype: obscuritySRL@outlook.com

  5. #5
    Join Date
    Jun 2015
    Posts
    34
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Obscurity View Post
    Loving the professionalism by Jagex.
    SO true, their maturity level is kind of laughable.

  6. #6
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by Obscurity View Post
    Loving the professionalism by Jagex.
    Meh, bots are what forced them to destroy the game in 2007, I don't blame them for being salty.



    New to scripting? Procedures & Functions for Beginners
    Do you use your computer at night? Just get f.lux

  7. #7
    Join Date
    Feb 2012
    Posts
    386
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Why not close it manually then start the script ?

  8. #8
    Join Date
    Apr 2015
    Location
    FireFox
    Posts
    528
    Mentioned
    10 Post(s)
    Quoted
    227 Post(s)

    Default

    Quote Originally Posted by Nemesis3X View Post
    Why not close it manually then start the script ?
    Might be doing multiplayer?
    Scripting with ogLib

  9. #9
    Join Date
    Apr 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Because my script relogs sometimes.. - Nemesis3x

  10. #10
    Join Date
    Apr 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    [QUOTE=Justin;1348314]
    Simba Code:
    closePopup();
    will close it



    Huh? how to add the code in exactly?

  11. #11
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    I'm guessing
    Code:
    begin
        players[currentPlayer].login();
        closePopup();    
        exitTreasure();

  12. #12
    Join Date
    Apr 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    I'm guessing
    Code:
    begin
        players[currentPlayer].login();
        closePopup();    
        exitTreasure();
    And where to add that exactly? :l

  13. #13
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    [QUOTE=NSED;1348514]
    Quote Originally Posted by Justin View Post
    Simba Code:
    closePopup();
    will close it



    Huh? how to add the code in exactly?
    Quote Originally Posted by NSED View Post
    And where to add that exactly? :l
    Wherever you want really, after the script in question logs into RuneScape. Insert closePopup() after any login procedure, which will most likely be towards the bottom of the script. If you post your code I can show you exactly where to put it

  14. #14
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by NSED View Post
    And where to add that exactly? :l
    Sorry I should of put more into the post, my bad.

  15. #15
    Join Date
    Aug 2012
    Posts
    188
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    does closepopup() close the annoying popups like in the runespan as well?

  16. #16
    Join Date
    Apr 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    [QUOTE=Clarity;1348522]
    Quote Originally Posted by NSED View Post



    Wherever you want really, after the script in question logs into RuneScape. Insert closePopup() after any login procedure, which will most likely be towards the bottom of the script. If you post your code I can show you exactly where to put it
    Alright ill msg u private but i got another bug :l do you know how i can fix this one : -- ERROR: TPlayer.loginToLobby(): Failed to find username and/or password box | it comes once i log in

  17. #17
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by NSED View Post
    Alright ill msg u private but i got another bug :l do you know how i can fix this one : -- ERROR: TPlayer.loginToLobby(): Failed to find username and/or password box | it comes once i log in
    A screenshot of what's happening would be very helpful

  18. #18
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    LOL when did they start this..?

  19. #19
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by P1nky View Post
    LOL when did they start this..?
    Started with the Bot Nuke I believe, then stopped for awhile until recently. The message is unchanged, except Treasure Hunter used to read Squeal of Fortune.

  20. #20
    Join Date
    May 2015
    Location
    I'm not sure.
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Obscurity View Post
    Loving the professionalism by Jagex.
    lol Jagex is so ballzy! NOT!
    Quote Originally Posted by Turpinator View Post
    This is kind of like me going to the a dentist and asking them what i should do about my elbow hurting.

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
  •