0% found this document useful (0 votes)
50 views2 pages

Config

Uploaded by

nahlagargouch
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)
50 views2 pages

Config

Uploaded by

nahlagargouch
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/ 2

// 𝗢𝗳𝗳𝗶𝗰𝗶𝗮𝗹 𝗖𝗿𝗲𝗮𝘁𝗼𝗿 @ROMAN.FF.

// Variables used by Scriptable.


// They must be at the top of the file. Do not edit.
// Game Version
let gameName = "Free Fire"
let gameVersion = "Version Vip Free"
// blackground Color
let widget = new ListWidget();
widget.backgroundColor = new Color("#000700");
let title = widget.addText("MACROX ");
title.textColor = Color.purple();

widget.addSpacer();

// Create stack for old functions


let stack1 = widget.addStack();
stack1.layoutHorizontally();
stack1.addSpacer();

// Function:𝗛𝗘𝗔𝗗𝗧𝗥𝗔𝗖𝗞𝗜𝗡𝗚
let headtrackingText = stack1.addText("X MACRO HEADlock Extreme");
headtrackingText.textColor = Color.yellow();

stack1.addSpacer();

widget.addSpacer();

// Create stack for new functions


let stack2 = widget.addStack();
stack2.layoutHorizontally();
stack2.addSpacer();

stack2.addSpacer();

widget.addSpacer();

// 𝗩𝗲𝗿𝘀𝗶𝗼𝗻
let Text = widget.addText("NO MODIFICAR LOS ARCHIVOS DEL JUEGO!");
Text.textColor = Color.yellow();
Text.rightAlignText();

//

if (config.runsInWidget) {
Script.setWidget(widget);
} else {
widget.presentMedium();
}

Script.complete();

// Game optimization function


function gameOptimization() {
// Turn off reminder notifications
disableNotifications();
// Disable unnecessary features
disableFeatures();
}

// Function to turn off notifications and reminders


function disableNotifications() {
// Use the API provided by Scriptable to disable notifications
// code here
}

// Function to disable unnecessary features


function disableFeatures() {
// Use API provided by Scriptable to disable unnecessary features
// code here
}

// Add Headtracking on all iOS devices


addHeadtracking();

// Function Adds Headtracking


function addHeadtracking() {
// Tweak values
const headtracking = 145.0
}

You might also like