Results 1 to 6 of 6

Thread: "Remember you can change your vote " pop-up messes up scripts

  1. #1
    Join Date
    Dec 2011
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Angry "Remember you can change your vote " pop-up messes up scripts

    So I just happened to be babysitting my bot that was running ex-buttdestroyers air crafter script on my F2P account. And suddenly the message in quotes appeared, and blocked a significant amount of the screen. The script didn't know how to deal with this, and I had to manually click "OK".

    Now, I have never seen this message before and F2P can't even vote on polls. Is this a new anti-bot measure? And if not how do I deal with this? Had I not been there, I'm pretty sure the account would have been banned, as it was clicking the same spot over and over. Also, I think it would have effected all scripts unless there is some universal failsafe for that that just wasn't utilized in this script. (Is there?)

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

    Default

    Simba Code:
    (*
    closePollButton
    ~~~~~~~~~~~~~

    .. code-block:: pascal

        function closePollButton(): boolean;

    Finds and exits the community poll button pop up window.

    .. note::

        - by slushpuppy
        - Last Updated: 29 September 2014 by slushpuppy

    Example:

    .. code-block:: pascal

        closePollWindow();
    *)

    function closePollWindow : Boolean;

    This should fix your issue

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    Dec 2011
    Posts
    141
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Simba Code:
    (*
    closePollButton
    ~~~~~~~~~~~~~

    .. code-block:: pascal

        function closePollButton(): boolean;

    Finds and exits the community poll button pop up window.

    .. note::

        - by slushpuppy
        - Last Updated: 29 September 2014 by slushpuppy

    Example:

    .. code-block:: pascal

        closePollWindow();
    *)

    function closePollWindow : Boolean;

    This should fix your issue
    Cool,thanks.

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

    Default

    Quote Originally Posted by Justin View Post
    Simba Code:
    (*
    closePollButton
    ~~~~~~~~~~~~~

    .. code-block:: pascal

        function closePollButton(): boolean;

    Finds and exits the community poll button pop up window.

    .. note::

        - by slushpuppy
        - Last Updated: 29 September 2014 by slushpuppy

    Example:

    .. code-block:: pascal

        closePollWindow();
    *)

    function closePollWindow : Boolean;

    This should fix your issue
    While we are on the subject of random pop-ups, is there one for the achievement task pop-ups?



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

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

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

    Default

    Quote Originally Posted by Clarity View Post
    Hero -> Achievements -> Options

    Thanks, those things are a massive pain in the ass... that really needs to be included in the official botting standards, that breaks more than a few scripts.



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

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
  •