Aimlock IOS ? .Scriptable
AI-enhanced title
"always_run_in_app" : false, "icon" : { "color" : "deep-purple", "glyph" : "magic" }, "name" : "Aimlock IOS ", "script" : "let menu = new ListWidget();\nmenu.backgroundColor = newColor('#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: 'SuperJerous ', 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 ofoptions) {\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 {\nitem.url = `https:\/\/yourapp.com\/run?file=${option.action}`; \n }\n \nmenu.addSpacer(5);\n}\n\nmenu.addSpacer(20);\nlet footerText = menu.addText('PhucPhan 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) {\nalert.addAction(option.label);\n }\n\n let selectedOption = awaitalert.present();\n let chosenAction = options[selectedOption].action;\n\n if(chosenAction === 'Free Fire' || chosenAction === 'Free Fire Max') {\n letappUrl = (chosenAction === 'FreeFire') ? \"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:';\ninputAlert.addTextField('Dán coder vào đây ', '');\n inputAlert.addAction('Hoàntất');\n inputAlert.addCancelAction('Hủy');\n\n let result = awaitinputAlert.present();\n if (result === -1) {\n return;\n }\n\n letinputCode = inputAlert.textFieldValue(0);\n\n if (inputCode.trim() !== '') {\nlet successAlert = new Alert();\n successAlert.title = 'Thành công !';\nsuccessAlert.message = `Mã ${chosenAction} đã được nhập thành công`;\nsuccessAlert.addAction('OK');\n await successAlert.present();\n } else {\nlet errorAlert = new Alert();\n errorAlert.title = 'Lỗi!';\nerrorAlert.message = ' Lỗi ';\n errorAlert.addAction('OK');\n awaiterrorAlert.present();\n }\n }\n}", "share_sheet_inputs" : [
]}