This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Keyword with '(StringAttribute){ | |
| Attribute.Type = "StringAttribute" | |
| value = "cruise new" | |
| }' text and average monthly search volume '(LongAttribute){ | |
| Attribute.Type = "LongAttribute" | |
| value = 70 | |
| }' was found with Products and Services categories: (IntegerSetAttribute){ | |
| Attribute.Type = "IntegerSetAttribute" | |
| value[] = | |
| 10150, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import socket | |
| import struct | |
| import zlib | |
| def get_checksum(cs): | |
| return struct.pack("i", zlib.crc32(cs)) | |
| class RconClient: | |
| MSG_LOGIN = 0x00 | |
| MSG_COMMAND = 0x01 |