Giter Site home page Giter Site logo

ipfr33ly / everwinghax Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 11.79 MB

Parses the everwing data associated with a users ID and gives Max Coins, Trophies and upgrades all current dragons to max level.

License: MIT License

Python 53.04% C 46.96%
everwing-data game-state python

everwinghax's People

Contributors

ipfr33ly avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

everwinghax's Issues

Where to put UID?

I followed the README and I don't know where to put my UID, everytime I open Everwing_data.py, there are no screen prompts and just says "invalid syntax" and shuts down. I don't know anything about programming so sorry for asking this question. My UID is 1433010576793975 if its needed. Thanks!

KeyError: '"'

Not sure if you're still working on this. I stumbled upon this when looking around about this game and tried to run your script both using the .exe file and and script from the source, and I'm getting this error when running the script:

Traceback (most recent call last):
  File "Everwing_data.py", line 203, in <module>
    state = lz_string_decode(str(state))
  File "Everwing_data.py", line 24, in lz_string_decode
    lz_object = LZString.decompressFromBase64(lzstring)
  File "/Users/mikeechen/Projects/EverwingHax/p3lzstring.py", line 416, in decompressFromBase64
    return _decompress(len(compressed), 32, lambda index: getBaseValue(keyStrBase64, compressed[index]))
  File "/Users/mikeechen/Projects/EverwingHax/p3lzstring.py", line 224, in _decompress
    val=getNextValue(0),
  File "/Users/mikeechen/Projects/EverwingHax/p3lzstring.py", line 416, in <lambda>
    return _decompress(len(compressed), 32, lambda index: getBaseValue(keyStrBase64, compressed[index]))
  File "/Users/mikeechen/Projects/EverwingHax/p3lzstring.py", line 27, in getBaseValue
    return baseReverseDic[alphabet][character]
KeyError: '"'

Looking at the response from them it looks like they're using " as a key, and maybe that's where the error is coming from? Not a python dev, but would love to learn more and see if I can help with solving the problem!

ImportError: No module named requests.

Traceback (most recent call last):
File "C:\Users\Poppy\Desktop\EverwingHax-master\Everwing_data.py", line 4, in
from requests import post, get
ImportError: No module named requests

Import Error On Mac

I'm getting this error on Mac OS.
Am i the only one getting this?
On Terminal
User:EverwingHax-master mac_os$ python Everwing_data.py
Traceback (most recent call last):
File "Everwing_data.py", line 4, in
from requests import post, get
ImportError: No module named requests

Invalid Syntax

Tried running Everwing_data. It says Invalid syntax then automatically closes

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.