Escriptable
Escriptable
promptPassword().then(input => {
if (input === password) {
Safari.open("freefire://");
$notification.post("Regedit Activo en el Free Fire");
aimbot();
} else {
let alert = new Alert();
alert.message = "ERROR";
alert.addAction("OK");
alert.present();
}
});
const precision = 1;
const speed = 100;
const fov = 150;
const recoilReduction = 1;
const fijación = 0;
const dispersión = 0;
const precisiónCabeza = 1;
const dispersiónCabeza = 0;
const seguimientoCabeza = 0.1;
while (true) {
const gameRunning = $process.find("Free Fire") !== null;
if (!gameRunning) break;