Giter Site home page Giter Site logo

antios's Issues

how it works?

i just wanna know how it change windows fingerprint?

Ошибка с файлом.

C:\Windows\system32\generate_fingerprint.py': [Errno 2] No such file or directory
Питон есть, новая версия, запускал от имени администратора.
Насчёт вот этой команды - python %USERPROFILE%\Downloads\AntiOS-master\generate_fingerprint.py
Тоже самое, такая же ошибка вылазит и потом все. Разархивировал все в загрузки.
С антивирусняком тоже самое, я его отключил, та же гадость, мне вообще ничего из сайта не помогло.
Ещё отказывает в
доступе ( Фото ниже )
Пытался запустить и другие файлы через администратора, не влияет.
Ошибка 2023-02-22 025344
image

Nenhum

from kivy.lang import Builder
from kivymd.app import MDApp
from kivymd.uix.dialog import MDDialog
from kivymd.uix.button import MDFlatButton

KV = '''
BoxLayout:
orientation: 'vertical'

MDLabel:
    text: 'Quer namorar comigo?'
    halign: 'center'
    font_style: 'H4'
    size_hint_y: None
    height: self.texture_size[1]

MDRaisedButton:
    text: 'Sim'
    size_hint: None, None
    width: 150
    pos_hint: {'center_x': 0.5}
    on_release: app.dialog.open()

'''

class MyApp(MDApp):
def build(self):
self.dialog = MDDialog(
title="Pedido de Namoro",
text="Você aceita namorar comigo?",
buttons=[
MDFlatButton(
text="Sim", on_release=self.accept
),
MDFlatButton(
text="Não", on_release=self.dismiss
),
],
)
return Builder.load_string(KV)

def accept(self, *args):
    self.dialog.dismiss()
    self.root.clear_widgets()
    self.root.add_widget(
        Builder.load_string(
            '''
            MDLabel:
                text: 'Parabéns, agora somos namorados!'
                halign: 'center'
                font_style: 'H4'
                size_hint_y: None
                height: self.texture_size[1]
            '''
        )
    )

def dismiss(self, *args):
    self.dialog.dismiss()
    self.root.clear_widgets()
    self.root.add_widget(
        Builder.load_string(
            '''
            MDLabel:
                text: 'Tudo bem, talvez da próxima vez.'
                halign: 'center'
                font_style: 'H4'
                size_hint_y: None
                height: self.texture_size[1]
            '''
        )
    )

if name == 'main':
MyApp().run()

Help

Please help me with the problem
Untitled

help

do i need to run START.bat every restart or just once??

FaceIt

Привет. Я так понимаю это то что помогамет обходить блокировку по железу от FaceIt ( это клиент для игры в cs:go) если вы не вкурсе о чем идет речь, прошу извинить!
Кроме этого, мне интересно, это действие окончательно изменяет "изменяемые" характеристики или на время работы кода?
Почему спрашиваю... у меня есть подписки, которые завязаны на моем железе, и изменение данных может заблокировать подписку. спс за ответы, если найдете время..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.