smemhack 5.7.2__py3-none-any.whl → 5.7.4__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 +13 -10
- {smemhack-5.7.2.dist-info → smemhack-5.7.4.dist-info}/METADATA +1 -1
- smemhack-5.7.4.dist-info/RECORD +7 -0
- smemhack-5.7.2.dist-info/RECORD +0 -7
- {smemhack-5.7.2.dist-info → smemhack-5.7.4.dist-info}/LICENSE.txt +0 -0
- {smemhack-5.7.2.dist-info → smemhack-5.7.4.dist-info}/WHEEL +0 -0
- {smemhack-5.7.2.dist-info → smemhack-5.7.4.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.4"
         | 
    
        smemhack/main.py
    CHANGED
    
    | @@ -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( | 
| 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( | 
| 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( | 
| 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
         | 
| @@ -148,10 +148,13 @@ def hack(number): | |
| 148 148 | 
             
                py.click(1053*nx,317*ny)
         | 
| 149 149 | 
             
                time.sleep(1)
         | 
| 150 150 | 
             
                lw=""
         | 
| 151 | 
            -
                def normal_w( | 
| 152 | 
            -
                     | 
| 153 | 
            -
                     | 
| 154 | 
            -
             | 
| 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)
         | 
| 155 158 | 
             
                    for _ in range(0,len(data)+number):
         | 
| 156 159 | 
             
                        py.click(115*nx,604*ny)
         | 
| 157 160 | 
             
                        py.keyDown("ctrl")
         | 
| @@ -164,11 +167,11 @@ def hack(number): | |
| 164 167 | 
             
                        w=w.split("\n")
         | 
| 165 168 | 
             
                        w=w[2:]
         | 
| 166 169 | 
             
                        w="\n".join(w)
         | 
| 167 | 
            -
                        for x in  | 
| 170 | 
            +
                        for x in xget:
         | 
| 168 171 | 
             
                            if w==x:
         | 
| 169 172 | 
             
                                py.click(971*nx,106*ny)
         | 
| 170 173 | 
             
                                time.sleep(0.5)
         | 
| 171 | 
            -
                                py.typewrite(data[ | 
| 174 | 
            +
                                py.typewrite(data[xget.index(x)])
         | 
| 172 175 | 
             
                                py.press("enter")
         | 
| 173 176 | 
             
                                time.sleep(1)
         | 
| 174 177 | 
             
                for _ in range(0,len(data)+number):
         | 
| @@ -181,7 +184,7 @@ def hack(number): | |
| 181 184 | 
             
                    time.sleep(0.5)
         | 
| 182 185 | 
             
                    gg=pycopy.paste()
         | 
| 183 186 | 
             
                    if gg== lw:
         | 
| 184 | 
            -
                        py.click( | 
| 187 | 
            +
                        py.click(1315*nx,41*ny)
         | 
| 185 188 | 
             
                        time.sleep(0.5)
         | 
| 186 189 | 
             
                        py.click(1053*nx,317*ny)
         | 
| 187 190 | 
             
                        normal_w(get,data)
         | 
| @@ -0,0 +1,7 @@ | |
| 1 | 
            +
            smemhack/__init__.py,sha256=m4FfKJphrDiohcK--zcXygiUEtdt2o7ub9kR6O_DQxk,40
         | 
| 2 | 
            +
            smemhack/main.py,sha256=iqrfph7wzYpEhmm0u_I9ym_l3FaQn3Hw-VQpBynUbyo,7456
         | 
| 3 | 
            +
            smemhack-5.7.4.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
         | 
| 4 | 
            +
            smemhack-5.7.4.dist-info/METADATA,sha256=QEAKQCUu7Si6kq03k7K2_ujsnUhGrfMEAkdi9u80rAc,1721
         | 
| 5 | 
            +
            smemhack-5.7.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
         | 
| 6 | 
            +
            smemhack-5.7.4.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
         | 
| 7 | 
            +
            smemhack-5.7.4.dist-info/RECORD,,
         | 
    
        smemhack-5.7.2.dist-info/RECORD
    DELETED
    
    | @@ -1,7 +0,0 @@ | |
| 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,,
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         |