当前位置:网站首页>关于某手滑块的一些更新(6-18,js逆向)
关于某手滑块的一些更新(6-18,js逆向)
2022-06-24 19:40:00 【成功你要成仁啊】
前言:时隔三个月 我又回来了,以后再也不会被毕设折磨
距离上一篇某手滑块已经快一年了,流程跟以前差不多(可以翻下以前的文章),具体的变化有一下几点:
1、图片缩放的比例
relativeX = int(round(int(distance) * 0.46, 0) - 3)
relativeY = round(int(disY) * 0.46)
2、检测轨迹了
//这里用的缩放法(随机值的一些我也没加,感兴趣的可以自己再完善下)
m_distance = 246
m_list = [[0, 19, 19], [0, 21, 67], [10, 22, 89], [18, 22, 95], [36, 22, 104], [61, 22, 114], [123, 22, 125],
[163, 22, 132], [195, 22, 140], [228, 22, 154], [268, 22, 158], [329, 22, 174], [384, 22, 186],
[409, 22, 193], [427, 22, 201], [449, 22, 208], [463, 22, 223], [478, 22, 227], [492, 22, 241],
[507, 22, 242], [518, 22, 252], [528, 22, 257], [539, 22, 266], [547, 22, 273], [557, 23, 286],
[568, 23, 291], [583, 23, 306], [590, 23, 318], [597, 23, 321], [601, 23, 335], [608, 23, 337],
[612, 23, 352], [623, 23, 359], [637, 23, 374], [641, 23, 384], [644, 23, 387], [652, 23, 393],
[655, 23, 401], [663, 23, 408], [666, 23, 419], [670, 23, 428], [673, 23, 437], [681, 23, 441],
[684, 23, 450], [684, 23, 457], [692, 23, 465], [695, 23, 482], [699, 23, 490], [699, 23, 504],
[702, 23, 529], [706, 23, 537], [710, 23, 555], [713, 23, 562], [713, 23, 578], [721, 23, 584],
[728, 24, 611], [728, 24, 627], [731, 24, 633], [735, 24, 643], [739, 24, 649], [742, 24, 657],
[742, 24, 667], [746, 24, 675], [750, 24, 681], [753, 24, 688], [757, 24, 697], [757, 24, 704],
[764, 24, 713], [768, 24, 721], [771, 24, 733], [775, 24, 740], [782, 24, 746], [786, 24, 753],
[789, 24, 764], [797, 24, 769], [800, 24, 785], [804, 24, 796], [807, 24, 809], [811, 24, 818],
[815, 24, 827], [815, 24, 842], [818, 24, 848], [822, 24, 868], [829, 24, 874], [829, 24, 889],
[833, 24, 897], [836, 24, 913], [840, 24, 920], [844, 24, 931], [844, 24, 945], [847, 24, 961],
[851, 24, 978], [855, 24, 985], [858, 24, 994], [858, 24, 1008], [862, 24, 1033], [865, 24, 1066],
[869, 24, 1081], [873, 24, 1097], [873, 24, 1233]]
x = distance / m_distance
one_list = []
for i in m_list:
list_ = []
for j in i:
list_.append(round(j * x))
one_list.append(list_)
str1 = ''
for k in one_list:
str1 += str(k[0]) + "|" + str(k[1]) + "|" + str(k[2]) + ","
print("轨迹:", str1[:-1])
return str1[:-1]
然后就没有了,溜了溜了,下一篇关于滑块的文章可能是140,拜拜!
边栏推荐
- 【WSL】SSH 远程连接及宿主机端口转发配置
- 双亲委派机制
- Development specification - parameter verification exception, exception return prompt section
- O (n) complexity hand tear sorting interview questions | an article will help you understand counting sorting
- China smallpox vaccine market trend report, technical innovation and market forecast
- MySQL + JSON = King fried!!
- EPICS记录参考3 -- 所有记录都有的字段
- China solar window market trend report, technical dynamic innovation and market forecast
- New features of go1.18: efficient replication, new clone API for strings and bytes standard library
- Visitor tweets tell you which groups are consuming blind boxes
猜你喜欢

Win10 or win11 printer cannot print

Leetcode: calculate the number of elements less than the current element on the right (sortedlist+bisect\u left)

Environment configuration | vs2017 configuring openmesh source code and environment

Virtual private network foundation

See how sparksql supports enterprise level data warehouse

环境配置 | VS2017配置OpenMesh源码和环境

Learn more about the practical application of sentinel

Cache control of HTTP

Chapter 10 project stakeholder management

倍加福(P+F)R2000修改雷达IP
随机推荐
机器学习编译入门课程学习笔记第一讲 机器学习编译概述
Data communication foundation - Ethernet port mirroring and link aggregation
Principles of Ethernet port mirroring, link aggregation and VLAN Technology
Attackg: constructing technical knowledge graph from cyber thread intelligence reports
Common sense of resolution
电力系统| IEEE论文投稿流程
2022年高处安装、维护、拆除考试模拟100题及模拟考试
2022-06-10 work record --js- obtain the date n days after a certain date
2022安全员-B证考试题库及答案
Solve the problem of non secure websites requesting localhost to report CORS after chrome94
See how sparksql supports enterprise level data warehouse
Problèmes de concurrence dans l'allocation de mémoire en tas
[ingénierie logicielle] points clés à la fin de la période
Virtual private network foundation
Can AI chat robots replace manual customer service?
2022-06-10 工作记录--JS-获取到某一日期N天后的日期
Wechat side: what is consistent hash? In what scenario? What problems have been solved?
开发规范~参数校验异常、异常返回提示切面
[personal experiment report]
The difference between get and post