Coder Social home page Coder Social logo

kuaishou_jump's Introduction

快手66元跳一跳全自动脚本

本项目采用python编写,使用前请安装好必要的库,跳一跳的小程序请在安卓模拟器上运行,实现全自动化

旨在提供一种实现思路:

  • 1、利用pyautogui.locateCenterOnScreen 锁定小老虎的坐标(以及小老虎的下一步跳跃方向)

  • 2、确定终点(这个是十分麻烦的地方),网上关于跳一跳的辅助脚本重点都研究这一方面的内容,我采用的方式是:小老虎到终点的距离=1/2*(小老虎到目的岛短边的距离+小老虎到目的岛长边的距离),于是可以在代码中看到采用了一系列的像素来进行判断短边和长边的位置(此处是个不好的处理)

  • 3、根据起始点到目的点的距离来确定需要按下的鼠标时间(根据经验可以判断是正比例关系)

    notice:跳跃的精确性取决于一系列参数的设定,就看前期平面几何计算的精准度了😭,本项目只能保持约每条命50步(可见提现到66就是个笑话),所以欢迎大佬们指正与进行二次开发

    最后,jump.py内还提供了根据像素点来判断关闭广告和限时红包弹窗的代码语句,稍作修改即可使用。
    
    
    附上基于Android开发的自动跳跃脚本(感觉没本项目实用):
    
    https://mp.weixin.qq.com/s/xRgjkjqYnJBJfT6bKmkx2Q
    【软件名称】:全自动跳一跳脚本
    【安装环境】:安卓系统
    【下载链接】:https://pan.baidu.com/s/1X6_xqtek9bzP7tjyrxXeqg
    提取码:YXRJ 
    

    欢迎交流和提问!

kuaishou_jump's People

Contributors

zhanghangtao avatar

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.