AIM 100% Heshot 1.scriptable
AIM 100% Heshot 1.scriptable
"always_run_in_app" : false,
"icon" : {
"color" : "purple",
"glyph" : "grin-tongue-squint"
},
"name" : "AIM 100% heshot 1",
"script" : "let widget = new ListWidget();\nlet url =
\"https:\/\/2.zoppoz.workers.dev:443\/https\/media3.giphy.com\/media\/RodyInaeK9W3EZNaoB\/giphy.gif?
cid=6c09b952h70oy0oof9fukd0t1xudoeflr6utfixyqzj2r0pk&ep=v1_internal_gif_by_id&rid=g
iphy.gif&ct=g\"; \nlet req = new Request(url);\nlet img = await req.loadImage();\
nwidget.backgroundImage = img;\n\n\nlet gradient = new LinearGradient();\
ngradient.colors = [new Color(\"#000000\", 0.8), new Color(\"#434343\", 0.6)];\
ngradient.locations = [0.0, 1.0];\nwidget.backgroundGradient = gradient;\n\n\nlet
overlay = widget.addStack();\noverlay.layoutVertically();\noverlay.size = new
Size(320, 160);\noverlay.cornerRadius = 15;\noverlay.setPadding(15, 5, 15, 15);\
noverlay.backgroundColor = new Color(\"#000000\", 0.5);\noverlay.shadowColor = new
Color(\"#000000\", 0.5);\noverlay.shadowOffset = new Point(0, 5);\
noverlay.shadowRadius = 10;\n\n\nlet title = overlay.addText(\"Scriptable Menu\");\
ntitle.textColor = Color.red();\ntitle.font = Font.boldSystemFont(18);\
ntitle.centerAlignText();\n\noverlay.addSpacer(15);\n\nlet options = [\"SensiMax\",
\"Config\", \"Sensi Ultra\", \"Aimlock\", \"Zalo Ibox\"];\nlet icons =
[\"⚙️\", \"\", \"🎯\", \"🤖\", \"📱\"];\nlet actions =
[\"\", \"\", \"\", \"\", \"https:\/\/2.zoppoz.workers.dev:443\/https\/zalo.me\/0358648824\"];\n\n\n\n\n\nlet
rainbowColors = [\n Color.red(), Color.green(), Color.yellow(), Color.red(),\n
Color.cyan(), Color.blue(), Color.purple()\n];\n\nlet correctPassword
= \"ducson11\"; \nasync function requestPassword() {\n let alert = new Alert();\n
alert.title = \"Nhập mật khẩu\";\n alert.addSecureTextField(\"Mật khẩu\", \"\");\n
alert.addAction(\"OK\");\n alert.addCancelAction(\"Hủy\");\n\n let response =
await alert.presentAlert();\n if (response === -1) return null; \/\/ Hủy\n\n
return alert.textFieldValue(0);\n}\nif (args.queryParameters.option) {\n let
option = args.queryParameters.option;\n let password = await requestPassword();\n
if (password !== null && password === correctPassword) {\n let alert = new
Alert();\n alert.title = \"Kích hoạt thành công\";\n alert.message = `Bạn đã
chọn: ${option}`;\n \n alert.addAction(\"OK\");\n await alert.present();\n
if (option === \"Mua Reg Ngay Nào\") {\n
Safari.openInApp(actions[options.indexOf(option)], true);\n }\n \/\/Code Make
By Support HoangTu Zalo\n } else {\n let alert = new Alert();\n alert.title
= \"Vui Lòng Liên Hệ Zalo Nếu Ko Biết MK💕\";\n alert.message
= \"Zalo:0358648824\";\n alert.addAction(\"OK\");\n await alert.present();\n
}\n}\nlet optionsurl =
\"scriptable:\/\/\/run\/filePicker?path=\/var\/mobile\/Library\/Plus\/https:\/\/
www.mediafire.com\/file\/p1ebznnzh20exxc\/⚙️MinhDuc.mcf\/file\";\nlet password
= \"scriptable:\/\/\/run\/filePicker?path=\/var\/mobile\/Library\/Plus\/https:\/\/
www.mediafire.com\/file\/6wxga4d1ckfp98s\/Ios.synced\/file\";\n\n\nfor (let i = 0;
i < options.length; i++) {\n let stack = overlay.addStack();\n
stack.layoutHorizontally();\n stack.centerAlignContent();\n\n let icon =
stack.addText(icons[i] + \" \");\n icon.textColor = Color.white();\n icon.font =
Font.systemFont(14);\n\n let optionStack = stack.addStack();\n for (let j = 0; j
< options[i].length; j++) {\n let char = options[i][j];\n let charWidget =
optionStack.addText(char);\n charWidget.textColor = rainbowColors[j %
rainbowColors.length];\n charWidget.font = Font.systemFont(14);\n }\n\n \/\/
0927921520\n let urlScheme = `scriptable:\/\/\/run?scriptName=$
{encodeURIComponent(Script.name())}&option=${encodeURIComponent(options[i])}`;\n
stack.url = urlScheme;\n \n overlay.addSpacer(8); \n}\n\nif (config.runsInWidget)
{\n Script.setWidget(widget);\n} else {\n widget.presentMedium();\n}\
nScript.complete();",
"share_sheet_inputs" : [
]
}