"name" : "META AIMBOT", "script" : "\/\/ @MetaFF.\n\/\/ Variables used by
Scriptable.\ n\/\/ They must be at the top of the file. Do not edit.\n\/\/ Game Version\nlet gameName = \"Free Fire\"\nlet gameVersion = \"Version Vip Free\"\n\/\/ blackground Color\nlet widget = new ListWidget();\nwidget.backgroundColor = new Color(\"#000700\");\nlet title = widget.addText(\"METAFF - MetaFF\");\ntitle.textColor = Color.purple();\n\n\ nwidget.addSpacer();\n\n\/\/ Create stack for old functions\nlet stack1 = widget.addStack();\nstack1.layoutHorizontally();\nstack1.addSpacer();\n\n\/\/ Function:\nlet headtrackingText = stack1.addText(\"METAFF HEADlock Extreme\");\nheadtrackingText.textColor = Color.yellow();\n\nstack1.addSpacer();\n\ nwidget.addSpacer();\n\n\/\/ Create stack for new functions\nlet stack2 = widget.addStack();\nstack2.layoutHorizontally();\nstack2.addSpacer();\n\ nstack2.addSpacer();\n\nwidget.addSpacer();\n\n\/\/ \nlet Text = widget.addText(\"NO MODIFICAR LOS ARCHIVOS DEL JUEGO!\");\ nText.textColor = Color.yellow();\nText.rightAlignText();\n\n\n\/\/\n\nif (config.runsInWidget) {\n Script.setWidget(widget);\n} else {\n widget.presentMedium();\n}\n\nScript.complete();\n\n\/\/ Game optimization function\nfunction gameOptimization() {\n \/\/ Turn off reminder notifications\n disableNotifications();\n \/\/ Disable unnecessary features\n disableFeatures();\ n}\n\n\/\/ Function to turn off notifications and reminders\nfunction disableNotifications() {\n \/\/ Use the API provided by Scriptable to disable notifications\n \/\/ code here\n}\n\n\/\/ Function to disable unnecessary features\ nfunction disableFeatures() {\n \/\/ Use API provided by Scriptable to disable unnecessary features\n \/\/ code here\n}\n\n\/\/ Add Headtracking on all iOS devices\naddHeadtracking();\n\n\/\/ Function Adds Headtracking\nfunction addHeadtracking() {\n \/\/ Tweak values\n const headtracking = 700.0\n}", "share_sheet_inputs" : [ ]}