使用方法:在 def main() 里面写上你的米米号和密码,找个服务器配置好定时任务(建议一天试 2 ~ 3 次),然后你就可以坐享各种活动的参与奖励了。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dim Http, Username, Password | |
| Username = "username" | |
| Password = "password" | |
| Set Http = CreateObject("MSXML2.XMLHTTP.3.0") | |
| Http.Open "GET", "http://wlt.ustc.edu.cn/cgi-bin/ip?cmd=set&type=0&exp=21600&name=" & Username & "&password=" & Password, False | |
| Http.Send | |
| MsgBox "Status: " & Http.Status, 65, "WLT" |
Telegram Game Bot: https://t.me/gamebot
Game location: https://tbot.xyz/math/
Use at your own discretion :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bufio" | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "math" | |
| "os" | |
| "os/exec" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| e_info() { | |
| echo -e "\033[36;1m[INFO]\033[0m $*" >&2 | |
| } | |
| e_warning() { | |
| echo -e "\033[33;1m[WARNING]\033[0m $*" >&2 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <algorithm> | |
| #include <cctype> | |
| #include <cmath> | |
| #include <iostream> | |
| #include <random> | |
| #include <sstream> | |
| #include <string> | |
| #include <unordered_set> | |
| #include <vector> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "errors" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "net/http" | |
| "os" | |
| "sync" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main: main.go names-generator.go | |
| go build -o $@ $^ | |
| names-generator.go: | |
| wget -O $@ https://github.com/moby/moby/raw/master/pkg/namesgenerator/names-generator.go | |
| sed -i '/^package /c\package main' $@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'json' | |
| require 'net/http' | |
| require 'base64' | |
| require 'cgi' | |
| subscription_url = 'YOUR_URL_HERE' | |
| config = JSON.parse Net::HTTP.get URI(subscription_url) | |
| config['configs'].each do |item| | |
| s = 'ss://' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>ControlMyMonitor</title> | |
| <meta http-equiv="X-UA-Compatible" content="IE=9"> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"> | |
| <hta:application id="ControlMyMonitor" maximizebutton="no" scroll="no" border="dialog" /> | |
| <script type="text/vbscript"> | |
| Dim Shell : Set Shell = CreateObject("WScript.Shell") |
NewerOlder