Code Monkey home page Code Monkey logo

Comments (15)

zhuweiyou avatar zhuweiyou commented on May 20, 2024

这是账号被封了…… 看最后一句,账号不正常,换号玩吧。。应该登录不上了

你拿手机杀掉进程 进小程序试一下?

from weixin-game-helper.

liuchuanv avatar liuchuanv commented on May 20, 2024

还是不行,重装微信也不行
卡在了授权上
还是谢谢你

from weixin-game-helper.

zhuweiyou avatar zhuweiyou commented on May 20, 2024

肯定不行 已经封号了 😂

from weixin-game-helper.

liuchuanv avatar liuchuanv commented on May 20, 2024

他是怎么判断账号异常的?
永久封号还是过一段时间就解封了?

from weixin-game-helper.

uusift avatar uusift commented on May 20, 2024

@iwanttodo 你是单线程还是多开?我多开被封了。

from weixin-game-helper.

liuchuanv avatar liuchuanv commented on May 20, 2024

@uusift 我多开过

from weixin-game-helper.

zhuweiyou avatar zhuweiyou commented on May 20, 2024

应该是每次都 200 分…… 可以加入一些 setTimeout 延迟答题,和故意输的机制,比如赢四题输一题啥的

from weixin-game-helper.

uusift avatar uusift commented on May 20, 2024

@zhuweiyou 是不是参数 delay? 再哪里设置的?
直接 await好像不行?

from weixin-game-helper.

zhuweiyou avatar zhuweiyou commented on May 20, 2024

引一下 common 下的 timeout.js 就可以 await 啦

在发送答案之前

await timeout(xxx毫秒)

from weixin-game-helper.

zhuweiyou avatar zhuweiyou commented on May 20, 2024

还可以 random 随机下延迟的值 比如 一秒到五秒里 随机。然后赢几题 故意 输一题 之类的。就要额外做一些逻辑了

from weixin-game-helper.

Freezind avatar Freezind commented on May 20, 2024

@zhuweiyou await timeout 了5000多ms,但返回的分数还是200......

from weixin-game-helper.

zhuweiyou avatar zhuweiyou commented on May 20, 2024

@Freezind 那是因为玩游戏有动画时间 现在直接拿数据 更快,此时还没有开始倒计时呢。你改成十几秒试一下 应该不是 200 了……

from weixin-game-helper.

Freezind avatar Freezind commented on May 20, 2024

@zhuweiyou 似乎是因为在我这跑delay 1000 比1s快得多......数改大了确实可以了

from weixin-game-helper.

zhuweiyou avatar zhuweiyou commented on May 20, 2024

@Freezind 那不应该,你可以简单写个 js 测试一下

const now = Date.now()
setTimeout(() => console.log(Date.now() - now), 1000)

from weixin-game-helper.

hobmgcode avatar hobmgcode commented on May 20, 2024

封号!

from weixin-game-helper.

Related Issues (20)

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.