GG修改器破解版下载地址:https://ghb2023zs.bj.bcebos.com/gg/xgq/ggxgq?GGXGQ
大家好,今天小编为大家分享关于GG游戏修改器修改步数_GG修改器修改游戏教程的内容,赶快来一起来看看吧。
第四步:运行python脚本,修改乐心健康步数。
程序设定是每天7点自动修改步数,在下面脚本对应的位置替换填入乐心健康账号、乐心健康密码、修改步数,然后运行程序。修改步数推荐设置范围是30000至90000,步数值太大会导致修改不成功。如果想改变第二天自动修改步数的时间,请修改图示位置的25200,+25200代表第二天0点后加上的秒数,也就是7x60x60,即7小时,根据自己的需要修改即可。如果每天都要修改步数,那么让程序一直保持运行即可。
注意:运行程序会立刻修改当天的步数,自动修改步数是从程序保持运行的第二天开始。
change_step.py
# -*- coding: utf-8 -*-
import requests
import json
import hashlib
import time
import datetime
class LexinSport:
def __init__(self, username, password, step):
self.username = username
self.password = password
self.step = step
# 登录
def login(self):
url = ’https://sports./sessions_service/login?systemType=2&version=4.6.7’
data = {’loginName’: self.username, ’password’: hashlib.md5(self.password.encode(’utf8’)).hexdigest(),
’clientId’: ’49a41c9727ee49dda3b190dc907850cc’, ’roleType’: 0, ’appType’: 6}
headers = {
’Content-Type’: ’application/json; charset=utf-8’,
’User-Agent’: ’Dalvik/2.1.0 (Linux; U; Android 7.1.2; LIO-AN00 Build/LIO-AN00)’
}
response_result = requests.post(url, data=json.dumps(data), headers=headers)
status_code = response_result.status_code
response_text = response_result.text
# print(’登录状态码:%s’ % status_code)
# print(’登录返回数据:%s’ % response_text)
if status_code == 200:
response_text = json.loads(response_text)
user_id = response_text[’data’][’userId’]
access_token = response_text[’data’][’accessToken’]
return user_id, access_token
else:
return ’登录失败’
# 修改步数
def change_step(self):
# 登录结果
login_result = self.login()
if login_result == ’登录失败’:
return ’登录失败’
else:
url = ’https://sports./sport_service/sport/sport/uploadMobileStepV2?systemType=2&version=4.6.7’
data = {’list’: [{’DataSource’: 2, ’active’: 1, ’calories’: int(self.step/4), ’dataSource’: 2,
’deviceId’: ’M_NULL’, ’distance’: int(self.step/3), ’exerciseTime’: 0, ’isUpload’: 0,
’measurementTime’: time.strftime(’%Y-%m-%d %H:%M:%S’), ’priority’: 0, ’step’: self.step,
’type’: 2, ’updated’: int(round(time.time() * 1000)), ’userId’: login_result[0]}]}
headers = {
’Content-Type’: ’application/json; charset=utf-8’,
’Cookie’: ’accessToken=%s’ % login_result[1]
}
response_result = requests.post(url, data=json.dumps(data), headers=headers)
status_code = response_result.status_code
# response_text = response_result.text
# print(’修改步数状态码:%s’ % status_code)
# print(’修改步数返回数据:%s’ % response_text)
if status_code == 200:
return ’修改步数为【%s】成功’ % self.step
else:
return ’修改步数失败’
# 睡眠到第二天执行修改步数的时间
def get_sleep_time():
# 第二天日期
tomorrow = datetime.date.today() + datetime.timedelta(days=1)
# 第二天7点时间戳
tomorrow_run_time = int(time.mktime(time.strptime(str(tomorrow), ’%Y-%m-%d’))) + 25200
# print(tomorrow_run_time)
# 当前时间戳
current_time = int(time.time())
# print(current_time)
return tomorrow_run_time - current_time
if __name__ == "__main__":
# 最大运行出错次数
fail_num = 3
while 1:
while fail_num > 0:
try:
# 修改步数结果
result = LexinSport(’乐心健康账号’, ’乐心健康密码’, 修改步数).change_step()
print(result)
break
except Exception as e:
print(’运行出错,原因:%s’ % e)
fail_num -= 1
if fail_num == 0:
print(’修改步数失败’)
# 重置运行出错次数
fail_num = 3
# 获取睡眠时间
sleep_time = get_sleep_time()
time.sleep(sleep_time)
以上就是关于GG游戏修改器修改步数_GG修改器修改游戏教程的全部内容,希望对大家有帮助。
免root用gg修改器,免root用gg修改器:手机游戏的神器 大小:8.17MB4,481人安装 现在的手机游戏越来越精美,但有些游戏的装备、金币等需要付费获得,这让很多玩家不……
下载gg游戏修改器 怎么用,gg游戏修改器怎么用?让你游戏更顺畅! 大小:11.10MB4,054人安装 如果你是一名游戏爱好者,那么你一定会遇到游戏卡顿和不流畅的问题。这个时候,引入……
下载无root用gg修改器,无root使用GG修改器,畅享游戏乐趣 大小:16.08MB4,005人安装 现在的手机游戏越来越火爆,许多玩家经常沉迷于游戏中,但是面对一些难以通过常规手……
下载gg修改器怎么得免root_gg修改器可用 大小:13.97MB5,445人安装 大家好,今天小编为大家分享关于gg修改器怎么得免root_gg修改器可用的内容,赶快来……
下载gg修改器最新版中文下载,GG修改器助你畅享游戏乐趣 大小:8.02MB4,246人安装 随着游戏界的繁荣发展,游戏修改也成为越来越多玩家青睐的趣味玩意之一,因为游戏修……
下载手机gg修改器不root能用吗_手机没有root可以用gg修改器吗 大小:10.50MB5,479人安装 大家好,今天小编为大家分享关于手机gg修改器不root能用吗_手机没有root可以用gg修……
下载gg修改器中文官网2019,强大的辅助武器gg修改器中文官网20 大小:12.03MB4,432人安装 在游戏中想要实现各种炫酷操作,但技术实力有限?没关系,现在有个神奇的东西叫做gg……
下载root工具gg修改器,如何用 root 工具 gg 修改器提升游戏体验 大小:4.26MB4,721人安装 有时候,我们玩游戏的时候遇到了难以逾越的难点,或是体验不尽人意,这时候我们需要……
下载gg修改器root该用哪个,优秀的gg修改器root是如何助力游戏玩家的 大小:7.00MB4,756人安装 作为一名游戏玩家,大家都不希望自己的游戏体验受到任何限制。有时候,某些游戏由于……
下载gg游戏修改器正版中文_gg游戏修改器下载中文 大小:4.35MB5,458人安装 大家好,今天小编为大家分享关于gg游戏修改器正版中文_gg游戏修改器下载中文的内容……
下载