Basit Seviye Python CrâckMe | Hediyeli! 🎉

Bu kullanıcıyla herhangi bir iş veya ticaret yapmak istiyorsanız, forumdan uzaklaştırıldığını sakın unutmayın.
cdajzoi.png

alın calısıyormu bilmiyom hesap ben kullanmam
 
Bu kullanıcıyla herhangi bir iş veya ticaret yapmak istiyorsanız, forumdan uzaklaştırıldığını sakın unutmayın.
Bu kullanıcıyla herhangi bir iş veya ticaret yapmak istiyorsanız, forumdan uzaklaştırıldığını sakın unutmayın.
ã @ sœ d dl Z d dl mZmZ d dlmZ d dlZd dlZe ¡ dZeeƒZ e
d¡Ze
d¡e
d¡e
d¡gZd d
„ Z
dd„ Zd
d„ ZedkrLeƒ dS dS )é N)ÚForeÚStyle)ÚFernets, Xjfi2pDQ8V7PhHrDeifTaGmN7y12gdkfaDj8xaTpt5Q=sJ busifreyiyarrakbulursundemekcheatglobalkullanicilaribulandcgelsin:nowzy.ccs wrong_password1s wrong_password2s wrong_password3c C s( z
t t¡ d¡}| |kW S Y dS )z6Verifies the password using decryption and comparison.zutf-8F)Úcipher_suiteÚdecryptÚencrypted_passwordÚdecode)Ú
user_inputÚdecrypted_password© r ú
CrâckMe.pyÚverify_password s

r
c C sd t dƒD ]+} t d¡ ttjd tj ƒ t d¡ ttjd t t
t| d ¡ƒ tj ƒ qdS )z)Fake checks to confuse reverse engineers.é g à?u' [!] Yanlış ÅŸifre kontrol ediliyor...g333333Ó?z[!] Deneniyor: é N)
ÚrangeÚtimeÚsleepÚprintr ÚREDr Ú RESET_ALLÚYELLOWÚstrr r Úfake_passwords)Ú_r r r Úfake_checks# s

,ûr c C sÄ t tjtj d ƒ t tjd tj ƒ t tjd ƒ t dƒ t dtj ƒ ttj d tj ƒ} t
ƒ t| ƒrVt tj d tj ƒ t
d¡ t tjd ƒ t d
tj ƒ d S t tjd tj ƒ d S )Nu HoÅŸgeldin!z(S) IIu/ [+] Åu anda test yazılımı kullanıyorsunuz!u' [+] Bir hata bulursanız bana ulaşın:z[+] Discord: nowzy.ccz[>] Lisans: u( [+] DoÄŸru ÅŸifre! Hesaplar veriliyor...é u* [+] Valorant Hesabı: daddyjaxxx:SJVE636ALzB[+] Nitro Kodu: [!] Yanlış ÅŸifre! Programı kırmaya çalışmayın.)r r ÚCYANr ÚBRIGHTÚMAGENTAr r ÚinputÚGREENr r
r r ÚBLUEr )Úlicense_keyr r r Úmain, s
r# Ú__main__)Úcoloramar r Úcryptography.fernetr r Úbase64ÚinitÚkeyr Úencryptr r r
r r# Ú__name__r r r r Ú<module> s&
ı

ÿ

alin nitro kodu burda ama cslismiyor
 
Bu kullanıcıyla herhangi bir iş veya ticaret yapmak istiyorsanız, forumdan uzaklaştırıldığını sakın unutmayın.
import colorama
from colorama import Fore, Style
from cryptography.fernet import Fernet
import time
import base64
colorama.init()
key = b'Xjfi2pDQ8V7PhHrDeifTaGmN7y12gdkfaDj8xaTpt5Q='
cipher_suite = Fernet(key)
encrypted_password = cipher_suite.encrypt(b'busifreyiyarrakbulursundemekcheatglobalkullanicilaribulandcgelsin:nowzy.cc')
fake_passwords = [
cipher_suite.encrypt(b'wrong_password1'),
cipher_suite.encrypt(b'wrong_password2'),
cipher_suite.encrypt(b'wrong_password3')]

def verify_password(user_input):
'''Verifies the password using decryption and comparison.'''

try:
decrypted_password = cipher_suite.decrypt(encrypted_password).decode('utf-8')
finally:
return None
return False



def fake_checks():
'''Fake checks to confuse reverse engineers.'''
for _ in range(5):
time.sleep(0.5)
print(Fore.RED + '[!] Yanlış şifre kontrol ediliyor...' + Style.RESET_ALL)
time.sleep(0.3)
print(Fore.YELLOW + '[!] Deneniyor: ' + str(cipher_suite.decrypt(fake_passwords[_ % 3])) + Style.RESET_ALL)


def main():
print(Fore.CYAN + Style.BRIGHT + 'Hoşgeldin!')
print(Fore.MAGENTA + '(S) II' + Style.RESET_ALL)
print(Fore.YELLOW + '[+] Şu anda test yazılımı kullanıyorsunuz!')
print('[+] Bir hata bulursanız bana ulaşın:')
print('[+] Discord: nowzy.cc' + Style.RESET_ALL)
license_key = input(Fore.GREEN + '[>] Lisans: ' + Style.RESET_ALL)
fake_checks()
if verify_password(license_key):
print(Fore.GREEN + '[+] Doğru şifre! Hesaplar veriliyor...' + Style.RESET_ALL)
time.sleep(2)
print(Fore.BLUE + '[+] Valorant Hesabı: daddyjaxxx:SJVE636AL')
print('[+] Nitro Kodu: ' + Style.RESET_ALL)
return None
None(Fore.RED + '[!] Yanlış şifre! Programı kırmaya çalışmayın.' + Style.RESET_ALL)

if __name__ == '__main__':
main()
return None

acik kaynak kodu
 

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


Üst Alt