[go: up one dir, main page]

0% found this document useful (0 votes)
822 views1 page

MEIBOM VIP ?.scriptable

Uploaded by

singerralvess
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
0% found this document useful (0 votes)
822 views1 page

MEIBOM VIP ?.scriptable

Uploaded by

singerralvess
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" : "green",
"glyph" : "magic"
},
"name" : "MEIBOM VIP 🩸",
"script" : "\/\/ Variables used by Scriptable.\n\/\/ These must be at the very
top of the file. Do not edit.\n\/\/ icon-color: gray; icon-glyph: crosshairs;\n\/\/
Variables used by Scriptable.\n\/\/ These must be at the very top of the file. Do
not edit.\n\/\/ icon-color: blue; icon-glyph: magic;\nlet password = \"meibomvip\";
\n\nlet input = await promptPassword();\n\nif (input === password) {\n let options
= [\"AimTrickX \"];\n let selectedOption = await showMenu(options);\n \n if
(selectedOption !== -1) {\n let option = options[selectedOption];\n let alert
= new Alert();\n alert.message = `Para ativar ${option}`;\n
alert.addAction(\"OK\");\n await alert.present();\n\n \n let fileURL =
await DocumentPicker.open();\n if (fileURL) {\n let alert = new Alert();\n
alert.message = `Para ativar: ${fileURL}`;\n alert.addAction(\"OK\");\n
await alert.present();\n }\n \n let urls = [\"Free Fire\", \"Free Fire
Max\"];\n let selectedURL = await showMenu(urls);\n \n if (selectedURL ===
0) {\n Safari.open(\"freefire:\/\/\");\n } else if (selectedURL === 1) {\n
Safari.open(\"freefiremax:\/\/\");\n }\n }\n} else {\n let alert = new
Alert();\n alert.message = \"Erro\";\n alert.addAction(\"Oк\");\n await
alert.present();\n}\n\nfunction promptPassword() {\n let alert = new Alert();\n
alert.title = \"Digite sua senha\";\n alert.message = \"@meibomxr\";\n
alert.addTextField(\"Digitar \");\n alert.addAction(\"Ativar\");\n return
alert.present().then(result => alert.textFieldValue(0));\n}\n\nfunction
showMenu(options) {\n let alert = new Alert();\n alert.title = \"VIP 🩸\";\n for
(let option of options) {\n alert.addAction(option);\n }\n return
alert.presentSheet().then(result => result);\n}",
"share_sheet_inputs" : [

]
}

You might also like