Skip to content

Commit

Permalink
Add: Blue buttons to closePopus()
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTS committed May 26, 2015
1 parent 35c3404 commit dc28b92
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lib/misc/antiban.simba
Expand Up @@ -728,7 +728,7 @@ Finds and closes most popup windows and buttons.
.. note::

- by The Mayor
- Last Updated: 22 January 2015 by The Mayor
- Last Updated: 26 May 2015 by The Mayor

Example:

Expand All @@ -739,7 +739,7 @@ Example:
function closePopup(): boolean;
var
i, x, y: Integer;
DTMs: Array [0..2] of Integer;
DTMs: Array [0..3] of Integer;
begin
DTMs := // Low level achievement popups
[DTMFromString('mbQAAAHicY2VgYGBmYmD4y8jAwMkEwSC2PVDcEopdofjPFlOGTB52MLYE' +
Expand All @@ -749,9 +749,13 @@ begin
DTMFromString('mbQAAAHicY2VgYNjHyMBwBIgPA/FOKPYAijsDsT8UOwHx1/0ODE9SvBga' +
'WBjAeJMUM4MkUFwEDTNiwWAAACbVCvg='),

// Generic Yellow Buttons
// Generic Yellow Buttons (i.e., Poll button on login)
DTMFromString('mggAAAHicY2NgYFBiY2AQA2J9IDYHYl4gVgbi+4wMDJeh+D4UvwZiEPjz' +
'sAWMf+0yZvi13ZBhkjdEQhILZsSBIQAA2QQQGQ==')];
'sAWMf+0yZvi13ZBhkjdEQhILZsSBIQAA2QQQGQ=='),

// Generic Blue Buttons (i.e., Macroing detected warning)
DTMFromString('mbQAAAHicY2VgYFjDxMCQCcQfgHgtEK8HYgMg1gFiXSDWBmJ7IFba/Joh' +
'+NpvBruzPxhS7/5lYE2YyiAJ1C+ChEF8RiwYDACqWw4B')];


for i := 0 to high(DTMs) do
Expand Down

0 comments on commit dc28b92

Please sign in to comment.