-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnot-virus.py
60 lines (58 loc) · 1.44 KB
/
not-virus.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
import random
import string
import time
import os
from time import sleep
from os import system, name
import random as rn
from ctypes import *
from pyautogui import *
import pyautogui as pg
import subprocess
time.sleep(1)
subprocess.Popen('C:\\Windows\\System32\\write.exe')
time.sleep(1)
pg.typewrite('Hi')
press('enter')
time.sleep(1)
pg.typewrite('You just lost controll over your computer', interval=0.1)
press('enter')
time.sleep(1)
pg.typewrite('Now it is mine. Thanks', interval=0.1)
press('enter')
time.sleep(1)
pg.typewrite('Dont believe?', interval=0.1)
press('enter')
time.sleep(1)
pg.typewrite('Let me show you...', interval=0.1)
press('enter')
time.sleep(1)
action = random.randint(1, 4)
if action == 1:
pg.hotkey('win', 'r')
time.sleep(0.5)
pg.typewrite('https://george-yt4.webnode.sk')
time.sleep(0.5)
press('enter')
if action == 2:
pg.hotkey('win', 'r')
time.sleep(1)
pg.typewrite('https://www.youtube.com/channel/UC2k8m9ARvTw7MLJF7nrK-ww?sub_confirmation=1')
time.sleep(0.5)
press('enter')
if action == 3:
pg.hotkey('win', 'r')
time.sleep(0.5)
pg.typewrite('calc')
time.sleep(0.5)
press('enter')
time.sleep(1)
press('3')
time.sleep(0.5)
press('*')
time.sleep(0.5)
press('3')
time.sleep(0.5)
press('enter')
if action == 4:
pg.confirm(text='Now you trust me?', title='???', buttons=['OK', 'Cancel'])