Created
August 21, 2025 14:32
-
-
Save joram77/cad57b276780c955c816a6273972b326 to your computer and use it in GitHub Desktop.
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
| Jul 2021 | |
| Here the solution | |
| { | |
| "Name": "Random", | |
| "CreationDate": "2021-7-21", | |
| "Commands": [ | |
| { | |
| "Command": "executeScript_Sandbox", | |
| "Target": "var letters = ['3000','4000','5000']; var string = ''; for(var i = 0; i < 1; i++){string += letters[parseInt(Math.random() * 3)]}; return string;", | |
| "Value": "v1", | |
| "Description": "" | |
| }, | |
| { | |
| "Command": "echo", | |
| "Target": "Random Value Is ${v1}", | |
| "Value": "#shownotification", | |
| "Description": "" | |
| } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment