Elementary
Script
Currently, there are mainly the following script developers sorted out, in no particular order, here are four categories of script developers
Script developers who write the configuration method of the script in the
script file:Script developers who write the configuration method of the script in
REAMDE.md:zZpiglet (DiDi)
yichahucha (historical prices)
Sometimes the script configuration method is written in the
script file, and sometimes the script configuration method is written in theREAMDE.mdscript developer:The developer of the script you together authors:
nzw9314 (The author announced that it will officially stop updating on 2020.08.09, and the scripts that have been included before then can be used normally)
How to make Loon execute these scripts
For sign-in scripts that need to get the
cookieclass, for example: Jingtokyo bean sign-in script, you needAdd statements starting with
http-requestandcronunder[Script]in the Loon configuration file, and add the domain name afterhostname =under[MITM]Follow the script configuration method to get the
cookieOccasionally need to be used with
BoxJs
For sign-in scripts that do not need to obtain the
cookieclass, for example: Jingdong mini game series script, you needAdd statements starting with
http-requestandcronunder[Script]in the Loon configuration file, and add the domain name afterhostname =under[MITM]Occasionally need to be used with
BoxJs
For reminder only, for example: nCov-19 global epidemic notification script, you need
- Add a statement starting with
cronunder[Script]in the Loon configuration file
- Add a statement starting with
For some scripts with more complicated configuration methods, you need to write relevant codes in Loon's configuration file according to the configuration method description in the specific script
A preliminary understanding of the instructions and configuration code in the script file




Say a few more words
If the user does not know what a script statement is, please click here to jump to
Getting Started-How to understand The necessary format of three script statementstutorialAfter reading this tutorial, please click here to jump to
Intermediate-How to write script configuration code Enter into Loon to play a roletutorial, officially enter the relevant position in the Loon configuration file to write the relevant code of the script configurationFor sign-in scripts, the user needs to add a
cronstatement under[Script], or add it to the configuration through the UI, only if the user is definite, affirmative, necessary, necessary, this script will execute the sign-in task
