Giter Club home page Giter Club logo

baidu-pet-chain-helper's Introduction

baidu-pet-chain-helper

百度莱茨狗小工具

感谢原作者:playwithblockchain

插件由来

使用了原作者的插件,发现一只狗都抢不到,所以就把作者开源的源码下载下来进行修改,所以这个是在原作者的基础上修改的。

插件功能

刷新间隔

作者默认是 1 秒,有些人觉得太频繁,但是有的用户觉得太长了,所以放开大家自己控制

var timeStep = 800;

注意:单位毫秒

秒杀模式

  • 首选模式肯定是秒杀模式,把间隔设成 800 或者 500 即可,太低也没有效果。
  • maxPrice 价格也设置成 100 以内。(这是绝对 100 以内,不会出现 bug)
  • _pageSize 这个是每页尝试的个数,比如这个是 1 的话,每次只会尝试最便宜的那个

var _pageSize = 1; var maxPrice = 100; //最高价格

正常模式

  • 正常模式就是每一页 20 个,价格最高是 500,适合慢慢刷的用户

var _pageSize = 20; var maxPrice = 500; //最高价格

志在必得模式

  • 如果你一直刷不到便宜的狗,那么就设成一页 100 只狗,然后价格最高 1500,一定会刷到

var _pageSize = 100; var maxPrice = 1500; //最高价格

注意

以上是三种模式,但是大家可以自由的修改数值

使用方法

因为这种模式是开发者模式制作,所以大家按照如下教程使用

下载插件

打开 chrome 插件扩展中心

打开开发者模式

引入插件

打开游戏

打开控制台

启动插件

刷新游戏停止插件

修改游戏代码

重新载入即可

enjoy!

baidu-pet-chain-helper's People

Contributors

dily3825002 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

Watchers

 avatar  avatar  avatar  avatar

baidu-pet-chain-helper's Issues

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.