smemhack 5.7__py3-none-any.whl → 5.7.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- smemhack/__init__.py +1 -1
- smemhack/main.py +11 -6
- {smemhack-5.7.dist-info → smemhack-5.7.2.dist-info}/METADATA +1 -1
- smemhack-5.7.2.dist-info/RECORD +7 -0
- smemhack-5.7.dist-info/RECORD +0 -7
- {smemhack-5.7.dist-info → smemhack-5.7.2.dist-info}/LICENSE.txt +0 -0
- {smemhack-5.7.dist-info → smemhack-5.7.2.dist-info}/WHEEL +0 -0
- {smemhack-5.7.dist-info → smemhack-5.7.2.dist-info}/top_level.txt +0 -0
smemhack/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
from .main import *
|
2
|
-
__version__="5.7"
|
2
|
+
__version__="5.7.2"
|
smemhack/main.py
CHANGED
@@ -36,7 +36,7 @@ def hack(number):
|
|
36
36
|
def get_w():
|
37
37
|
py.press("enter")
|
38
38
|
time.sleep(0.5)
|
39
|
-
py.click(
|
39
|
+
py.click(971*nx,106*ny)
|
40
40
|
py.click()
|
41
41
|
py.mouseDown()
|
42
42
|
py.keyDown("ctrl")
|
@@ -65,7 +65,7 @@ def hack(number):
|
|
65
65
|
py.click()
|
66
66
|
time.sleep(0.5)
|
67
67
|
first_g=pycopy.paste()
|
68
|
-
py.click(
|
68
|
+
py.click(971*nx,106*ny)
|
69
69
|
time.sleep(0.5)
|
70
70
|
py.typewrite(first)
|
71
71
|
time.sleep(0.5)
|
@@ -76,7 +76,7 @@ def hack(number):
|
|
76
76
|
while True:
|
77
77
|
py.press("enter")
|
78
78
|
time.sleep(0.5)
|
79
|
-
py.click(
|
79
|
+
py.click(971*nx,106*ny)
|
80
80
|
py.click()
|
81
81
|
py.mouseDown()
|
82
82
|
time.sleep(0.5)
|
@@ -90,6 +90,11 @@ def hack(number):
|
|
90
90
|
n=pycopy.paste()
|
91
91
|
n=n.split(" ")
|
92
92
|
n="".join(n)
|
93
|
+
if "_" in n:
|
94
|
+
py.click(1316*nx,54*ny)
|
95
|
+
time.sleep(0.5)
|
96
|
+
py.click(1053*nx,317*ny)
|
97
|
+
get_w()
|
93
98
|
if n== first:
|
94
99
|
break
|
95
100
|
else:
|
@@ -105,7 +110,7 @@ def hack(number):
|
|
105
110
|
time.sleep(0.5)
|
106
111
|
nn=pycopy.paste()
|
107
112
|
get.append(nn)
|
108
|
-
py.click(
|
113
|
+
py.click(971*nx,106*ny)
|
109
114
|
time.sleep(0.5)
|
110
115
|
py.typewrite(n)
|
111
116
|
time.sleep(0.5)
|
@@ -161,7 +166,7 @@ def hack(number):
|
|
161
166
|
w="\n".join(w)
|
162
167
|
for x in get:
|
163
168
|
if w==x:
|
164
|
-
py.click(
|
169
|
+
py.click(971*nx,106*ny)
|
165
170
|
time.sleep(0.5)
|
166
171
|
py.typewrite(data[get.index(x)])
|
167
172
|
py.press("enter")
|
@@ -188,7 +193,7 @@ def hack(number):
|
|
188
193
|
gg=pad_sequences(gg,maxlen=5)
|
189
194
|
prediction=model.predict(gg)
|
190
195
|
pd=np.argmax(prediction)
|
191
|
-
py.click(
|
196
|
+
py.click(971*nx,106*ny)
|
192
197
|
time.sleep(0.5)
|
193
198
|
py.typewrite(data[pd])
|
194
199
|
py.press("enter")
|
@@ -0,0 +1,7 @@
|
|
1
|
+
smemhack/__init__.py,sha256=hZnk94Dv8R5mSq2JIP9QqQEenqny-xvePrV-6Uu9Xvs,40
|
2
|
+
smemhack/main.py,sha256=qDAg6rlSjRDAO7XAYRIgAPphmKIA0xPxLgmbzUW69lQ,7358
|
3
|
+
smemhack-5.7.2.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
+
smemhack-5.7.2.dist-info/METADATA,sha256=4d1gjRr2yX97fm6L4-xAoidDyuQo02MycOzIFagZvQg,1721
|
5
|
+
smemhack-5.7.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
6
|
+
smemhack-5.7.2.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
+
smemhack-5.7.2.dist-info/RECORD,,
|
smemhack-5.7.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
smemhack/__init__.py,sha256=EhV7DQcEfmVWtsddzpCq6H0Qhvxvo0b_N7l_sRr947E,38
|
2
|
-
smemhack/main.py,sha256=iMETq0SY90_z7wsWVugim6yovTbLe0tMH8K-N1wufYA,7191
|
3
|
-
smemhack-5.7.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
-
smemhack-5.7.dist-info/METADATA,sha256=mbrPNj7C1AhUAHRXrV3SlNekt_mNSvur3Y4DLo6I1J4,1719
|
5
|
-
smemhack-5.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
6
|
-
smemhack-5.7.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
-
smemhack-5.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|