smemhack 5.7.3__tar.gz → 5.7.4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.7.3
3
+ Version: 5.7.4
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
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as f:
6
6
 
7
7
  setup(
8
8
  name="smemhack",
9
- version="5.7.3",
9
+ version="5.7.4",
10
10
  packages=find_packages(),
11
11
  install_requires=[
12
12
  "tensorflow",
@@ -1,2 +1,2 @@
1
1
  from .main import *
2
- __version__="5.7.3"
2
+ __version__="5.7.4"
@@ -48,7 +48,7 @@ def hack(number):
48
48
  first=first.split(" ")
49
49
  first="".join(first)
50
50
  if "_" in first:
51
- py.click(1316*nx,54*ny)
51
+ py.click(1315*nx,41*ny)
52
52
  time.sleep(0.5)
53
53
  py.click(1053*nx,317*ny)
54
54
  get_w()
@@ -91,7 +91,7 @@ def hack(number):
91
91
  n=n.split(" ")
92
92
  n="".join(n)
93
93
  if "_" in n:
94
- py.click(1316*nx,54*ny)
94
+ py.click(1315*nx,41*ny)
95
95
  time.sleep(0.5)
96
96
  py.click(1053*nx,317*ny)
97
97
  get_w()
@@ -117,7 +117,7 @@ def hack(number):
117
117
  py.press("enter")
118
118
  time.sleep(0.5)
119
119
  time.sleep(0.5)
120
- py.click(1316*nx,54*ny)
120
+ py.click(1315*nx,41*ny)
121
121
  get_w()
122
122
  py.keyDown("alt") # Simulate pressing down the Alt key
123
123
  time.sleep(1) # Wait for 1 second to ensure the key press is registered
@@ -184,7 +184,7 @@ def hack(number):
184
184
  time.sleep(0.5)
185
185
  gg=pycopy.paste()
186
186
  if gg== lw:
187
- py.click(1316*nx,54*ny)
187
+ py.click(1315*nx,41*ny)
188
188
  time.sleep(0.5)
189
189
  py.click(1053*nx,317*ny)
190
190
  normal_w(get,data)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.7.3
3
+ Version: 5.7.4
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
File without changes
File without changes
File without changes