Open Source Python Noxius Serials Checker

Genisys

Kara Gül
Banned
Katılım
25 May 2023
Mesajlar
5,665
Beğeniler
7,711
İletişim
Bu kullanıcıyla herhangi bir iş veya ticaret yapmak istiyorsanız, forumdan uzaklaştırıldığını sakın unutmayın.
Python Noxius Serials Checker

GORSEL

image.png

Python:
import os, sys
try:
    import fade
except IndexError:
    os.system("pip install fade")
    import fade
try:
    from colorama import Fore
except IndexError:
    os.system("pip install Fore")
    os.system("pip install colorama")
    from colorama import Fore
try:
    from pystyle import *
except IndexError:
    os.system("pip install pystyle")
    from pystyle import *
gui="""
    ╔═══════════════════════════╗ ╔═════════════════════╗
    ║    ╔╗╔╔═╗═╗ ╦╦╦ ╦╔═╗      ║ ║ [discord.gg/test] ║
    ║    ║║║║ ║╔╩╦╝║║ ║╚═╗      ║ ║                     ║
    ║    ╝╚╝╚═╝╩ ╚═╩╚═╝╚═╝      ║ ║  [Project Test]   ║
    ╚═══════════════════════════╝ ╚═════════════════════╝
    ╔═══════════════════════════════════════════════════╗
    ║           [Test Serial Checker]                 ║
    ║       [!] https://discord.gg/test [!]           ║
    ╚═══════════════════════════════════════════════════╝
"""
os.system("@mode con cols=90 lines=56")
os.system("title Project Noxius Serial Checker ^| Press any key to refresh")
faded_gui=fade.pinkred(gui)
while(True):
    os.system("cls")
    print(faded_gui)
    Write.Print("[</>] Baseboard\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic baseboard get serialnumber")
    Write.Print("[</>] Mac\n", Colors.red_to_purple, interval=0.001)
    os.system("""wmic path Win32_NetworkAdapter where "PNPDeviceID like '%%PCI%%' AND NetConnectionStatus=2 AND AdapterTypeID='0'" get MacAddress""")
    Write.Print("[</>] CPU\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic cpu get processorid")
    Write.Print("[</>] GPU\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic PATH Win32_VideoController GET Description,PNPDeviceID")
    Write.Print("[</>] DISK DRIVE\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic diskdrive get serialnumber")
    Write.Print("[</>] MotherBoard\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic baseboard get serialnumber")
    Write.Print("[</>] RAM\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic memorychip get serialnumber")
    Write.Print("[</>] Bios\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic bios get serialnumber")
    Write.Print("[</>] smBios\n", Colors.red_to_purple, interval=0.001)
    os.system("wmic csproduct get uuid")





    os.system("pause >nul")
 
Son düzenleme:
zip dosyasının değilde python dosyasının vtsini ekler misin
 
Kod:
@echo off&&color a&&cls
echo Baseboard:&&wmic baseboard get serialnumber
echo Mac:&&wmic path Win32_NetworkAdapter where "PNPDeviceID like '%%PCI%%' AND NetConnectionStatus=2 AND AdapterTypeID='0'" get MacAddress
echo CPU:&&wmic cpu get processorid
echo GPU:&&wmic PATH Win32_VideoController GET Description,PNPDeviceID
echo DISK DRIVE:&&wmic diskdrive get serialnumber
echo MotherBoard:&&wmic baseboard get serialnumber
echo RAM:&&wmic memorychip get serialnumber
echo Bios:&&wmic bios get serialnumber
echo smBios:&&wmic csproduct get uuid&&pause

Konudaki link kırılmış.
 

  Şuanda konuyu görüntüleyen kullanıcılar


Üst Alt