0% found this document useful (0 votes)
54 views

Untitled Script 3

The document is a script for an app named 'PANEL AIMZ' that requires a password for access. Upon successful entry, it presents a menu with options like 'Chạy BOOT FPS' and 'AIMBOT', allowing users to select functionalities and open specific game URLs. If the password is incorrect, it alerts the user with a message indicating the failure.

Uploaded by

5ywpnjw2xm
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)
54 views

Untitled Script 3

The document is a script for an app named 'PANEL AIMZ' that requires a password for access. Upon successful entry, it presents a menu with options like 'Chạy BOOT FPS' and 'AIMBOT', allowing users to select functionalities and open specific game URLs. If the password is incorrect, it alerts the user with a message indicating the failure.

Uploaded by

5ywpnjw2xm
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

// Variables used by Scriptable.

// These must be at the very top of the file. Do not edit.


// icon-color: teal; icon-glyph: magic;
{
"always_run_in_app" : false,
"icon" : {
"color" : "cyan",
"glyph" : "fish"
},
"name" : "PANEL AIMZ",
"script" : "let password = \"000\"; \n\nlet input = await promptPassword();\n\nif
(input === password) {\n let options = [\"Chạy BOOT FPS\", \"FIX
RECOIL\", \"AIMBOT\", \"Nhẹ Tâm\",];\n let selectedOption = await
showMenu(options);\n \n if (selectedOption !== -1) {\n let option =
options[selectedOption];\n let alert = new Alert();\n alert.message = `Đã bật
${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 = `Đã chọn tệp: ${fileURL}`;\n
alert.addAction(\"OK\");\n await alert.present();\n }\n \n let urls =
[\"Mở Free Fire\", \"Mở 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 = \"Sai mật khẩu!\";\n alert.addAction(\"OK\");\n await
alert.present();\n}\n\nfunction promptPassword() {\n let alert = new Alert();\n
alert.title = \"Nhập Mật Khẩu\";\n alert.message = \"Vui lòng nhập mật khẩu:\";\n
alert.addTextField(\"TienBoRai\");\n alert.addAction(\"OK\");\n return
alert.present().then(result => alert.textFieldValue(0));\n}\n\nfunction
showMenu(options) {\n let alert = new Alert();\n alert.title = \"Chọn Chức
Năng\";\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