100% found this document useful (2 votes)
4K views1 page

FREE REGEDIT V5 - SHEV IOS .Scriptable

The document describes a widget for a scriptable app. It includes an icon with a purple color and chalkboard-teacher glyph. The widget loads a background image and sets the title text in bold white font. It adds two buttons - one in red to open a file picker, and one in white to exit the app.

Uploaded by

c68m8hfxnj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
4K views1 page

FREE REGEDIT V5 - SHEV IOS .Scriptable

The document describes a widget for a scriptable app. It includes an icon with a purple color and chalkboard-teacher glyph. The widget loads a background image and sets the title text in bold white font. It adds two buttons - one in red to open a file picker, and one in white to exit the app.

Uploaded by

c68m8hfxnj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

"always_run_in_app" : false,
"icon" : {
"color" : "purple",
"glyph" : "chalkboard-teacher"
},
"name" : "FREE REGEDIT V5 | SHEV IOS ",
"script" : "async function argsPrompt(message, isSecure) {\n let prompt = new
Alert();\n prompt.message = message;\n
prompt.addTextField(isSecure ? \"\" : \"𝙿𝙰𝙸𝙳 𝚁𝙴𝙶𝙴𝙳𝙸𝚃 𝚅𝟻 | 𝚂𝙷𝙴𝚅 𝙸𝙾𝚂\", \"\");\n
prompt.addAction(\"OK\");\n await prompt.presentAlert();\n return
prompt.textFieldValue(0);\n}3\nwidget = new ListWidget();\nlet backgroundImage =
await loadImage(\"https:\/\/fanyv88.com:443\/https\/imgur.com\/2KvIYQS.jpg\");\nwidget.backgroundImage =
backgroundImage;\nwidget.setPadding(0, 0, 0, 0);\n\ntitle = widget.addText(\"
FREE REGEDIT V5 | SHEV IOS\");\ntitle.font = Font.boldSystemFont(17);\
ntitle.textColor = Color.white();\n\nwidget.addSpacer();\n \nlet stack1 =
widget.addStack();\nstack1.layoutVertically();\nlet mofscrButton =
stack1.addText(\" {𝐒𝐄𝐍𝐒𝐈𝐋𝐎𝐂𝐊} \");\
nmofscrButton.textColor = Color.red();\nmofscrButton.url =
\"scriptable:\/\/\/run\/filePicker?path=\/var\/mobile\/Library\/Plus\/
NDBhMTg3N2I5ZjI4YmQxZTk2NDhlYWIwYjI3ODNlOTY%3D.txt\";\n\nwidget.addSpacer();\n\nlet
exitButton = widget.addText(\". 𝚂𝙷𝙴𝚅 𝙸𝙾𝚂 𝙾𝙽 𝚃𝙾𝙿\");\
nexitButton.textColor = Color.white();\nexitButton.url =
\"scriptable:\/\/\/run\/exit\";\n\n\nexitButton.lineLimit = 1;\n\
nwidget.presentMedium();\n\nScript.complete();\n\nasync function loadImage(url) {\n
const request = new Request(url);\n return await request.loadImage();\n}",
"share_sheet_inputs" : [

]
}

You might also like