76% found this document useful (38 votes)
80K views2 pages

Aimbot HS80%

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
76% found this document useful (38 votes)
80K views2 pages

Aimbot HS80%

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

const gameConfig = {

gameassetbundles: {
config: {
Open: {
"iOS Mocha VNC Lite": "ANTIBAN 100% |",
"iOS Mocha VNC Lite sensi": {
TimeToMaximumSpeed: 0b0000009000,
},
"iOS Mocha VNC Lite >FILE<FREEFIRE<\<FILE>FREEFIRE<\>":
"AIMBOT_HEAD+AIMLOCK_HEAD+NO_RECOIL+AIMFOV",
AIMLOCK_HEAD: {},
AIMBOT_HEAD: {},
AIMFOV: {},
NO_RECOIL: {},
SENSI: {}
},
},
},
};

// Lista de armas
const gunList = [
"M1887", "M1887-X", "SPAS12", "M1014", "MAG-7", "CHARGEBUSTER", "TROGON",
"UMP", "MP5", "VSS", "MP40",
"P90", "CG15", "THOMPSON", "BIZON", "VECTOR", "MAC10", "M4A1", "AK47", "M14",
"SCAR", "GROZA", "SKS",
"M249", "FAMAS", "SVD", "XM8", "M60", "AN94", "PLASMA", "AUG", "PARAFAL",
"WOODPECKER", "KORD",
"KINGFISHER", "GROZA-X", "M249-X", "SVD-Y", "G36", "AC80", "ARMAESCUDO", "AWM",
"AWM-Y", "KAR98K",
"M828", "M24", "USP", "DESERTEAGLE", "G18", "M1873", "M500", "M1917", "USP-2",
"MINIUZI"
];

// Llenar las acciones para AIMLOCK_HEAD


gunList.forEach(gun => {
gameConfig.gameassetbundles.config.Open.AIMLOCK_HEAD[`AIMLOCK_HEAD_iOS_gun:$
{gun}`] = {
[gun]: 99.9,
true: true
};
});

// Llenar las acciones para AIMBOT_HEAD


gunList.forEach(gun => {
gameConfig.gameassetbundles.config.Open.AIMBOT_HEAD[`AIMBOT_HEAD_iOS_gun:$
{gun}`] = {
[gun]: 99.9,
true: true
};
});

// Llenar las acciones para AIMFOV


gunList.forEach(gun => {
gameConfig.gameassetbundles.config.Open.AIMFOV[`AIMFOV_iOS_gun:${gun}`] = {
[gun]: 100.0,
true: true
};
});
// Llenar las acciones para NO_RECOIL
gunList.forEach(gun => {
gameConfig.gameassetbundles.config.Open.NO_RECOIL[`NO_RECOIL_iOS_gun:${gun}`] =
{
[gun]: 100.0f,
true: true
};
});

// Llenar las acciones para SENSI


gunList.forEach(gun => {
gameConfig.gameassetbundles.config.Open.SENSI[`SENSI_iOS_gun:${gun}`] = {
[gun]: 0b0000009000,
true: true
};
});

module.exports = gameConfig;

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy