Giter VIP home page Giter VIP logo

vakscript's People

Contributors

azimovua avatar blackcatxhan avatar teemoplays avatar vakdev avatar voltikor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vakscript's Issues

How should I go about executing the script in the gaming region of China?

Greetings, I am delighted to have come across this script project on GitHub as a player from China. However, it seems that the script fails to function properly when running within Tencent's League of Legends proxy. I have attempted to compile and execute the code myself, but I have consistently encountered issues when running it within Tencent's League of Legends. I would like to inquire if the author has any suggestions or remedies for this matter. Your assistance is greatly appreciated!

error when installing PyMeow

when i try to install PyMeow it return me : no module named 'fcntl'
and by searching on google it says me it dont work on window .?

Ability cooldowns discontinued? takes several minutes to load the in-game draw.

Is this discontinued? I noticed the new version missing that cooldown option, even though the settings still have it.

Also, I've experienced several issues with the new patch trying to run it with the game. Even in admin mode, it takes several minutes to load the draws onto the game. (No longer an issue, managed to fix this myself.)

The old version does work with spells, telling what the enemy upgraded, although the cooldowns don't show at all. Haven't really ran through the code, but is there anything that needs to be updated/changed for this to work? (Like some offsets being present in some OTHER file than data), or did I just mess up at the offsets level?

Edit: Also now seem to encounter the UI turn the whole screen black.

autosmite.py not support non ASCII summoner names

I tried this script in Taiwan server, but it couldn't run because the summoner name had Chinese characters in it.
I discovered this error "UnicodeEncodeError: 'ascii' codec can't encode character '\u5716' in position 54: ordinal not in range(128)" from urlopen() function

    def get_damage(rawNames, url_request):
        spells = loads(urlopen(url_request).read())
        sp1, sp2 = spells["summonerSpellOne"], spells["summonerSpellTwo"]
        for v, v2 in zip(sp1.values(), sp2.values()):
            if v in rawNames:
                return rawNames[v]
            if v2 in rawNames:
                return rawNames[v2]

Use the quote () function to encode name and add the encoded string to the URL.This can ensure that the non -ascii characters in the URL are correctly processed.

from urllib.request import urlopen
from urllib.parse import quote

name = "名字" # non ASCII summoner names
name_encoded = quote(name)
url_request = f"https://127.0.0.1:2999/liveclientdata/activeplayername/{name_encoded}"
response = urlopen(url_request)

misses one AA in 10 try, canceling

once in 10 Auto Attack(AA) it cancels an auto attack approximately
take all attack speed items and test with dummy practice.
i tested with miss fortune
i have 5 ms fixed. no lag issues.

Usage method

1.Download and install python3.

2.Download pymeow zip.

3.Download VakScript And extract.

4.CMD to the pymeow folder, use pip install pymeow***.zip.

5.pip install -r requirements.txt.

6.pip install numpy pyinstaller.

  1. run:python main.py or Build .EXE:pyinstaller --onefile --noconsole main.py

  2. Copy settings.json to the directory where the exe resides.

  3. Enjoy it

Arena Optimization

vakscript don't work in ARENA gamemode did you can update this for Arena gamemode?

So i have a very strange issue

The problem is that the script is running, and exe runs too, but the thing is it does not show anything, but when i try to alt+tab to another window it shows me for a millisecond drawing lines and then as if it was nonexistant. Any thought how to fix this? the script looks fabolous and i wished i couldve used it.

Just kills league

whenever I run main.py it just kills league if I try to open a game
image

problems with installation

Can you make tutorial how to install pymeow and every things that are needed to install including steps how to install them bcs its difficult for some people

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.