This file contains 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
import requests | |
import json | |
import random | |
Back_URL = 'https://api.bilibili.com/x/web-interface/archive/stat?aid=' | |
headers = { | |
'Cookie': "Replace Me With REAL COOKIE" , | |
'Pragma': 'no-cache', |
This file contains 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
Hotkey, *LButton, Toggle | |
Hotkey, *RButton, Toggle | |
Gui, Add, Tab, x2 y-1 w297 h225 , About|Autoclicker|FastPlace|Help|Credits | |
Gui, Tab, About | |
Gui, Font, S30 CDefault, Impact | |
Gui, Add, Text, x65 y70 w200 h70 , ahkClicker | |
Gui, Font, S20 CDefault, Verdana | |
Gui, Add, Text, x65 y110 w200 h40 , Formerly Tap | |
Gui, Font, S10 CDefault, Verdana |