一元网络论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 37|回复: 0

刷分脚本已上线。

[复制链接]

2万

主题

2万

帖子

8万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
89155
发表于 2024-11-4 10:31:41 | 显示全部楼层 |阅读模式
论坛防火墙升级后,Python和PHP刷分脚本失效,只能用JS脚本刷分了。以下代码使用JS脚本循环获取用户页面,可以自行调整间隔时间。
```javascript
function fetchUrls() {
  for (let i = 50770; i  {
      fetch(`https://hostloc.com/space-uid-${i}.html`)
        .then(response => {
          if (response.ok) {
            console.log(`Fetched space-uid-${i}.html`);
          } else {
            console.error(`Failed to fetch space-uid-${i}.html: ${response.status}`);
          }
        })
        .catch(error => {
          console.error(`There was a problem with the fetch operation for space-uid-${i}:`, error);
        });
    }, (i - 50770) * 6000); // 间隔 6 秒
  }
}
fetchUrls();
```
注意:间隔时间过短可能导致被封禁,建议谨慎尝试。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|一元网络论坛

GMT+8, 2024-11-15 13:44 , Processed in 0.058766 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表