Microsoft Bing Rewards Daily Task Script (Personal Edition)

Automatically completes Microsoft Rewards daily search tasks and prevents account bans from repeated queries.

Author
789cn
Daily installs
7
Total installs
1,561
Ratings
2 0 0
Version
V6.1.1
Created
2024-05-26
Updated
2025-05-01
Size
10.4 KB
License
GNU GPLv3
Applies to

// Microsoft Bing Rewards Daily Task Script - Personal Modified Version
// Modified from HuaiSha2049
var max_rewards = Math.floor(Math.random() * (33 - 28 + 1)) + 28; // Random total number of searches per run

// After every 4 searches, insert a pause time to avoid account monitoring issues where points are not credited
var pause_time = Math.floor(Math.random() * (600000 - 300000 + 1)) + 300000; // Generate a random pause time (between 300,000 ms and 600,000 ms, equivalent to 5 to 10 minutes)

长期地址
遇到问题?请前往 GitHub 提 Issues。