All Projects → dily3825002 → Baidu Pet Chain Helper

dily3825002 / Baidu Pet Chain Helper

百度莱茨狗小工具,chrome 插件

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Baidu Pet Chain Helper

Neb.android
An Android SDK of Nebulas payment
Stars: ✭ 18 (-30.77%)
Mutual labels:  blockchain
Bitgosdk Php
BitGo SDK written in PHP
Stars: ✭ 22 (-15.38%)
Mutual labels:  blockchain
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (-3.85%)
Mutual labels:  blockchain
Ripple Lib
A JavaScript API for interacting with the XRP Ledger in Node.js and the browser
Stars: ✭ 899 (+3357.69%)
Mutual labels:  blockchain
Wavevote
Voting system based on Ethereum
Stars: ✭ 22 (-15.38%)
Mutual labels:  blockchain
Etgate
Ethereum-Tendermint token sending gateway
Stars: ✭ 23 (-11.54%)
Mutual labels:  blockchain
Abci Host
Clojure host/server for Tendermint's ABCI protocol.
Stars: ✭ 18 (-30.77%)
Mutual labels:  blockchain
Voting Blockchain
A simple blockchain-based voting system application built from scratch by Python. It's available for running with multipeer.
Stars: ✭ 26 (+0%)
Mutual labels:  blockchain
Go Bftx
Blockfreight™ Node (MIT) Global Logistics Network in Go https://blockfreight.com/
Stars: ✭ 22 (-15.38%)
Mutual labels:  blockchain
Md blockchain
blockchain of java
Stars: ✭ 24 (-7.69%)
Mutual labels:  blockchain
Crypto Coin Kit
lodash for crypto coins
Stars: ✭ 19 (-26.92%)
Mutual labels:  blockchain
Blockchain
블록체인 공부 중입니다.
Stars: ✭ 22 (-15.38%)
Mutual labels:  blockchain
Node
Stampery API for NodeJS. Notarize all your data using the blockchain
Stars: ✭ 23 (-11.54%)
Mutual labels:  blockchain
Emerald Vault Archive
ARCHIVE. CODE MOVED TO:
Stars: ✭ 18 (-30.77%)
Mutual labels:  blockchain
Lnbook
Mastering the Lightning Network (LN)
Stars: ✭ 931 (+3480.77%)
Mutual labels:  blockchain
Snax
Decentralized Social Media Overlay
Stars: ✭ 18 (-30.77%)
Mutual labels:  blockchain
Decentralized Ml Infra
Blockchain infrastructure for decentralized machine learning (decentralized-ml repo).
Stars: ✭ 23 (-11.54%)
Mutual labels:  blockchain
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (+0%)
Mutual labels:  blockchain
Gdai.io
gDAI - Gas less DAI transfers by using GSN, Fulcrum and KyberNetwork
Stars: ✭ 26 (+0%)
Mutual labels:  blockchain
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+3450%)
Mutual labels:  blockchain

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].