Aimlock IOS ?️.scriptable
Aimlock IOS ?️.scriptable
"always_run_in_app" : false,
"icon" : {
"color" : "deep-purple",
"glyph" : "magic"
},
"name" : "Aimlock IOS ",
"script" : "let menu = new ListWidget();\nmenu.backgroundColor = new
Color('#2b2b2b');\nmenu.cornerRadius = 10;\n\nlet title = menu.addText('Phuc Phan
🪫');\ntitle.font = Font.boldSystemFont(16);\ntitle.textColor = Color.white();\n\
nmenu.addSpacer(10);\n\nlet options = [\n { label: 'Super Aimlock ', action:
'Super Aimlock ' },\n { label: 'Super Sensi ', action: 'Super Sensi ' },\n
{ label: 'Super Aimbot 50% ', action: 'Super Aimbot 50% ' },\n { label: 'Super
Jerous ', action: 'Super Jerous ' },\n { label: 'Control | System ', action:
'Control | System ' },\n { label: 'Tối Ưu Màn ', action: 'Tối Ưu Màn ' },\n
{ label: 'Speep Optimizer ', action: 'Speep Optimizer ' },\n { label: 'Antiband ',
action: 'Antiband ' },\n { label: 'Free Fire ⚔️', action: 'Free Fire' },\n
{ label: 'Free Fire Max ⚔️', action: 'Free Fire Max' }\n];\n\nfor (let option of
options) {\n let item = menu.addText(option.label);\n item.font =
Font.systemFont(14);\n item.textColor = Color.white();\n \n if (option.action
=== 'Free Fire') {\n item.url = \"freefire:\/\/\";\n } else if (option.action
=== 'Free Fire Max') {\n item.url = \"freefiremax:\/\/\";\n } else {\n
item.url = `https:\/\/yourapp.com\/run?file=${option.action}`; \n }\n \n
menu.addSpacer(5);\n}\n\nmenu.addSpacer(20);\nlet footerText = menu.addText('Phuc
Phan Coder • Zalo: 0913901483');\nfooterText.font = Font.systemFont(12);\
nfooterText.textColor = Color.white();\n\nif (config.runsInWidget) {\n let widget
= menu;\n widget.backgroundColor = new Color('#2b2b2b');\n widget.setPadding(10,
10, 10, 10);\n return widget;\n} else {\n let alert = new Alert();\n alert.title
= 'Phuc Phan';\n alert.message = '🎭';\n\n for (let option of options) {\n
alert.addAction(option.label);\n }\n\n let selectedOption = await
alert.present();\n let chosenAction = options[selectedOption].action;\n\n if
(chosenAction === 'Free Fire' || chosenAction === 'Free Fire Max') {\n let
appUrl = (chosenAction === 'Free
Fire') ? \"freefire:\/\/\" : \"freefiremax:\/\/\";\n Safari.open(appUrl);\n }
else {\n let inputAlert = new Alert();\n inputAlert.title = `Tệp : $
{chosenAction}`;\n inputAlert.message = 'Dán coder vào đây:';\n
inputAlert.addTextField('Dán coder vào đây ', '');\n inputAlert.addAction('Hoàn
tất');\n inputAlert.addCancelAction('Hủy');\n\n let result = await
inputAlert.present();\n if (result === -1) {\n return;\n }\n\n let
inputCode = inputAlert.textFieldValue(0);\n\n if (inputCode.trim() !== '') {\n
let successAlert = new Alert();\n successAlert.title = 'Thành công !';\n
successAlert.message = `Mã ${chosenAction} đã được nhập thành công`;\n
successAlert.addAction('OK');\n await successAlert.present();\n } else {\n
let errorAlert = new Alert();\n errorAlert.title = 'Lỗi!';\n
errorAlert.message = ' Lỗi ';\n errorAlert.addAction('OK');\n await
errorAlert.present();\n }\n }\n}",
"share_sheet_inputs" : [
]
}