-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathowo.py
92 lines (73 loc) · 1.75 KB
/
owo.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
import random
import time
import keyboard
import pyautogui
from copypasta import copypasta as c
def delayx():
time = 28.5
for i in range(12):
time += random.random()
time -= random.randint(3,8)
return time
def ex(x=''):
if x == '':
x = input('input x range: ')
if x == '':
x = 75
else:
x = int(x)
for i in range(x):
time.sleep( delayx() + delayx()//2 )
c('owoh')
time.sleep( delayx()//2 )
c('owob')
time.sleep( delayx()//5 )
c('owo')
#togira()
print(str( x - i ))
time.sleep(10)
c('owo')
def delay():
time = 20
return time
def keypress():
if keyboard.is_pressed('ctrl+space'):
return True
def owo_multi():
try:
time.sleep(0.5)
c('owoh')
time.sleep(0.25)
c('owob')
time.sleep(0.25)
c('owo')
except pyautogui.FailSafeException:
time.sleep(0.1)
def bind():
while True:
if keypress():
owo_multi()
def auto():
while True:
ex()
def owo():
while True:
if keyboard.is_pressed('w'):
#time.sleep(0.1)
pyautogui.press('enter')
def multi():
while True:
try:
if keyboard.is_pressed('w'):
pass
#pyautogui.press('enter')
elif keyboard.is_pressed('=+-'):
pyautogui.press('backspace')
pyautogui.press('backspace')
time.sleep(0.5)
c('.fl n')
c('.bt')
elif keypress():
owo_multi()
except KeyboardInterrupt or FailSafeException:
break