smemhack 5.7.1__py3-none-any.whl → 5.7.3__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 CHANGED
@@ -1,2 +1,2 @@
1
1
  from .main import *
2
- __version__="5.7.1"
2
+ __version__="5.7.3"
smemhack/main.py CHANGED
@@ -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:
@@ -143,10 +148,13 @@ def hack(number):
143
148
  py.click(1053*nx,317*ny)
144
149
  time.sleep(1)
145
150
  lw=""
146
- def normal_w(get,data):
147
- get=get.split("\n")
148
- get=get[2:]
149
- get="\n".join(get)
151
+ def normal_w(ggget,data):
152
+ xget=[]
153
+ for gget in ggget:
154
+ gget=gget.split("\n")
155
+ gget=gget[2:]
156
+ gget="\n".join(gget)
157
+ xget.append(gget)
150
158
  for _ in range(0,len(data)+number):
151
159
  py.click(115*nx,604*ny)
152
160
  py.keyDown("ctrl")
@@ -159,11 +167,11 @@ def hack(number):
159
167
  w=w.split("\n")
160
168
  w=w[2:]
161
169
  w="\n".join(w)
162
- for x in get:
170
+ for x in xget:
163
171
  if w==x:
164
172
  py.click(971*nx,106*ny)
165
173
  time.sleep(0.5)
166
- py.typewrite(data[get.index(x)])
174
+ py.typewrite(data[xget.index(x)])
167
175
  py.press("enter")
168
176
  time.sleep(1)
169
177
  for _ in range(0,len(data)+number):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.7.1
3
+ Version: 5.7.3
4
4
  Summary: A Python library to automate online homework tasks with AI and system control.
5
5
  Home-page: UNKNOWN
6
6
  Author: Dickily
@@ -0,0 +1,7 @@
1
+ smemhack/__init__.py,sha256=fxmRpMPGp6FZCUUUIF0TOrl1AEkDaNX5w4p--A2vj4A,40
2
+ smemhack/main.py,sha256=4kQ2sj742YyEup_yanDrJRYhXuM6qyCq_5BAZ9_JsCo,7456
3
+ smemhack-5.7.3.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
+ smemhack-5.7.3.dist-info/METADATA,sha256=_Mg1rUoLO4YwMrX9p-jmzBxXPprjFx2DEo6HWLe2TLI,1721
5
+ smemhack-5.7.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
+ smemhack-5.7.3.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
+ smemhack-5.7.3.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- smemhack/__init__.py,sha256=dSLHuAZ41CS3oIrTLaZhC2XbgE_k3ZLm7R_yQOXh2bc,40
2
- smemhack/main.py,sha256=cB6_yrDwwQkvcQ78cFanRNRJAEHqZP7XiOdGdcf90PQ,7191
3
- smemhack-5.7.1.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
- smemhack-5.7.1.dist-info/METADATA,sha256=2xC5JdyBmx9my8uw1bDTSG0zfVB3RVV5TV0Jwd8zjjY,1721
5
- smemhack-5.7.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
- smemhack-5.7.1.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
- smemhack-5.7.1.dist-info/RECORD,,