Giter Site home page Giter Site logo

yanglegeyang_web's People

Contributors

linguo2625469 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

Watchers

 avatar  avatar  avatar  avatar

yanglegeyang_web's Issues

如果给你源码可以解决吧?

源码
https://raw.githubusercontent.com/oicu/yanglegeyang/main/index.js

现在的提交参数是:

                console.log("==> MatchPlayInfo base64: " + k.default.base64_encode(v));
                var w = {
                    rank_score: 1,
                    rank_state: t,
                    rank_time: this.countdown,
                    rank_role: o,
                    skin: r,
                    MatchPlayInfo: k.default.base64_encode(v),
                    MapSeed2: g.default.getInstance().matchSeed2,
                    Version: "0.0.1"
                };

其中:

    function base64_encode(t) {
                for (var e, o, n, a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", i = 0, r = t.length, c = ""; i < r; ) {
                    if (e = 255 & t.charCodeAt(i++),
                    i == r) {
                        c += a.charAt(e >> 2),
                        c += a.charAt((3 & e) << 4),
                        c += "==";
                        break
                    }
                    if (o = t.charCodeAt(i++),
                    i == r) {
                        c += a.charAt(e >> 2),
                        c += a.charAt((3 & e) << 4 | (240 & o) >> 4),
                        c += a.charAt((15 & o) << 2),
                        c += "=";
                        break
                    }
                    n = t.charCodeAt(i++),
                    c += a.charAt(e >> 2),
                    c += a.charAt((3 & e) << 4 | (240 & o) >> 4),
                    c += a.charAt((15 & o) << 2 | (192 & n) >> 6),
                    c += a.charAt(63 & n)
                }
                return c
            }

占个沙发

测试过新号,无法刷。也不知道什么原因(还是尝试了手动过关后再刷,也没用)

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.