0% found this document useful (0 votes)
2K views8 pages

AUXILO ?.accessibilityPunctuationGroup

The document contains a series of rules for replacing specific strings in a configuration related to a gaming application. It includes code snippets for loading and applying configurations, particularly focusing on sensitivity settings and aimbot functionalities. The configurations are structured in JSON format and detail various parameters for device settings and gameplay enhancements.

Uploaded by

tatianasoza2007
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)
2K views8 pages

AUXILO ?.accessibilityPunctuationGroup

The document contains a series of rules for replacing specific strings in a configuration related to a gaming application. It includes code snippets for loading and applying configurations, particularly focusing on sensitivity settings and aimbot functionalities. The configurations are structured in JSON format and detail various parameters for device settings and gameplay enhancements.

Uploaded by

tatianasoza2007
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

{

"entries" : [
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "sv_cheats 1 sv_infinite_ammo 1 bot_kick bot_add_t
bot_difficulty 1 mp_roundtime 60",
"punctuation" : "sv_cheats 1 sv_infinite_ammo 1 bot_kick bot_add_t
bot_difficulty 1 mp_roundtime 60",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "sv_cheats 1 sv_infinite_ammo 1 bot_kick bot_add_t
bot_difficulty 1 mp_roundtime 60",
"punctuation" : "headshot ",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "Headshot ",
"punctuation" : "sv_cheats 1 sv_infinite_ammo 1 bot_kick bot_add_t
bot_difficulty 1 mp_roundtime 60",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "Headshot ",
"punctuation" : "\"beep2\"=\"不是\".com \"ipconfig \/release ipconfig
\/renew.\".com \"CLICKLEFT\"=100.com \"CLICKRIGHT\"=100.com \"SPEDCLICKRIGHT\"=999.
com \"SPEDCLICKLEFT\"=999.com \"SPEDCLICKABOBE\"=999.com",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "\/\/ Identificador del archivo JSON correspondiente const
CONFIG_ID = \"free_fire_config\"; const CONFIG_FILE = \".\/free_fire_config.json\";
\/\/ Cargar configuraciones desde un archivo JSON const fs = require('fs');
function loadConfig(filePath, configId) { try { const data =
fs.readFileSync(filePath, 'utf8'); const config = JSON.parse(data);
if (config.id !== configId) { throw new Error(`El archivo JSON no
coincide con el ID esperado (${configId}).`); }
console.log(`Archivo de configuración cargado correctamente: ${configId}`);
return config; } catch (error) { console.error(\"Error al cargar el
archivo de configuración:\", error.message); return null; } } \/\/
Aplicar configuraciones de sensibilidad function applySensitivity(config) { if
(config && config.free_fire_configuration) { console.log(\"Aplicando
configuración de sensibilidad...\"); console.log(`Sensibilidad máxima: $
{config.free_fire_configuration.sensitivity}`); console.log(`Área objetivo:
${config.free_fire_configuration.mconfig.target_area.join(\", \")}`);
console.log(\"Modo aimbot:\", config.free_fire_configuration.mconfig.aimbot); }
else { console.error(\"Configuración no encontrada.\"); } } \/\/
Ejecutar el script const config = loadConfig(CONFIG_FILE, CONFIG_ID);
applySensitivity(config); \/\/ Identificador del archivo JSON correspondiente const
CONFIG_ID = \"free_fire_custom_config\"; const CONFIG_FILE =
\".\/free_fire_custom_config.json\"; \/\/ Cargar configuraciones desde un archivo
JSON const fs = require('fs'); function loadConfig(filePath, configId) { try {
const data = fs.readFileSync(filePath, 'utf8'); const config =
JSON.parse(data); if (config.id !== configId) { throw new
Error(`El archivo JSON no coincide con el ID esperado (${configId}).`); }
console.log(`Archivo de configuración cargado correctamente: ${configId}`);
return config; } catch (error) { console.error(\"Error al cargar el
archivo de configuración:\", error.message); return null; } } \/\/
Aplicar configuraciones de sensibilidad function applySensitivity(config) { if
(config && config.sensitivity) { console.log(\"Aplicando configuración de
sensibilidad...\"); console.log(`Sensibilidad X: ${config.sensitivity.x}`);
console.log(`Sensibilidad Y: ${config.sensitivity.y}`);
console.log(`Sensibilidad del Joystick: ${config.sensitivity.joystick}`); }
else { console.error(\"Configuración de sensibilidad no encontrada.\");
} } \/\/ Aplicar configuraciones personalizadas function
applyCustomSettings(config) { if (config && config.custom_settings)
{ console.log(\"Aplicando configuraciones personalizadas...\");
console.log(`Vista personalizada: ${config.custom_settings.view}`);
console.log(`1x Scope: ${config.custom_settings[\"1xsc\"]}`);
console.log(`2x Scope: ${config.custom_settings[\"2xsc\"]}`);
console.log(`DPI: ${config.custom_settings.dpi}`); } else
{ console.error(\"Configuración personalizada no
encontrada.\"); } } \/\/ Ejecutar el script const config =
loadConfig(CONFIG_FILE, CONFIG_ID); applySensitivity(config);
applyCustomSettings(config); <pre style=\"caret-color: rgb(0, 0, 0); color: rgb(0,
0, 0); font-style: normal; font-variant-caps: normal; font-weight: 400; letter-
spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-
transform: none; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color:
rgba(26, 26, 26, 0.3); -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; text-decoration: none; overflow-wrap: break-word; white-space: pre-wrap;\">{
\"id\": \"free_fire_custom_config\", \"sensitivity\": { \"x\":
12000.0, \"y\": 12000.0, \"joystick\": 900.0 }, \"suppressor\":
{ \"per_shot\": { \"value\": 100, \"factor\":
1.0 }, \"per_sight\": { \"value\": 100, \"factor\": 1.0 }
}, \"aim_assist\": { \"value\": 60, \"factor\":
0.6 }, \"special_keys\":
{ \"return\": \"#r\", \"esc\": \"#e\", \"tab\": \"#t\", \"hash\": \
"#h\" }, \"default_settings\": { \"view\": 64, \"1xsc\":
80, \"2xsc\": 85, \"4xsc\": 48, \"8xsc\": 53, \"dpi\":
2457, \"fov\": 153, \"touch_sensitivity\": 80, \"x\": 2304, \"y\":
144 }, \"custom_settings\": { \"view\": 789, \"1xsc\":
768, \"2xsc\": 840, \"4xsc\": 837, \"8xsc\": 293, \"dpi\": 1088,
\"fov\": 706, \"touch_sensitivity\": 12000, \"x\": 304, \"y\":
4352 }, \"enhanced_functionality\": { \"aimbot_percentage\":
100, \"aimfov_percentage\": 100, \"aimlock_percentage\":
100 }, \"final_adjustments\":
{ \"aimbot\": \"enabled\", \"aimlock\": \"enabled\", \"aimfov\": \"enab
led\", \"sensitivity\": \"enabled\", \"touch\": \"optimized\", \"antich
eat\": \"on\", \"fps_60\": true, \"hz_90\": true, \"dpi_sensitivity\":
12000, \"screen_dpi\": \"high\" }, \"creator\":
{ \"signature\": \"jexe\", \"block_version\": \"1.108.14 (OB47)\" }
}<\/pre> <pre style=\"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style:
normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows:
auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.3); -
webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration:
none; overflow-wrap: break-word; white-space: pre-
wrap;\">{ \"id\": \"free_fire_config\", \"device_information\":
{ \"phone_brand_model\": \"general_ios_device\", \"os_version\": \"ios
15.0_or_later\", \"hardware_config\": { \"processor\": \"a-
series_processor\", \"ram\": \"6gb\", \"storage\": \"128gb\" },
\"screen\": { \"resolution_dpi\": \"high (326-458
dpi)\" }, \"permissions\": [\"system_settings\", \"full_storage_access\"],
\"security_config\": [\"auth_faceid\", \"auth_touchid\", \"encryption_enabled\"],
\"user_preferences\":
{ \"sensitivity\": \"ultrahigh\", \"graphics\": \"ultrahigh\", \"
performance\": \"boosted\" }, \"network_connectivity\":
[\"wifi_6\", \"5g\"], \"installed_apps\":
[\"free_fire\", \"discord\", \"whatsapp\", \"vpn\"] }, \"free_fire_configuratio
n\": { \"sensitivity\":
12000, \"coding_xml\": \"enabled\", \"config_xml\": true, \"file_xml\":
\"config_file\", \"mconfig\": { \"aimenhanced\": \"aimenhanced_pro.xml\",
\"target_area\": [\"head\", \"neck\"], \"configuration\": \"adaptive_dpi\",
\"aimbot\": \"enhanced\", \"sensitivity\": \"optimized_aim\", \"aimlock
\": \"instant_lock\", \"aimfov\": \"maximized_fov\" } }, \"activation
\": { \"feature_shortcut\":
true, \"aimbot\": \"on\", \"aimfov\": \"on\", \"aimlock_head\": \"on\",
\"aimrednumbers\": \"on\", \"dpi\": 12000, \"anticheat\": \"enhanced\" },
\"system_integration\":
{ \"processing\": \"max_performance\", \"file_config\": \"high_performance_
config\", \"file_script\": \"enhanced_script\", \"aimbot\": \"enhanced\",
\"aimheadshot\": \"high_precision\", \"red_damage_numbers\": \"optimized_number
s\", \"aimfov\": \"full_range\", \"dpiscreen\": \"adaptive_resolution\",
\"fps\":
{ \"60fps\": \"stable\", \"90hz\": \"optimized\" }, \"dpi_sensi
tivity\": 12000, \"screen_dpi\": \"high_res\", \"sensitivity_macos\": 12000
}, \"aimbot_configuration\": { \"aimbot_percentage\":
100, \"aimfov_percentage\": 100, \"aimlock_percentage\": 100 } }<\/pre>
",
"punctuation" : "head ",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "Dev Hipe Xiters 🩸 setting aimbot = \"working \"+setting
localization = \"com.dts.freefireth \"+setting value = \"100% \" if \"AimBot !=
null \"+start activity configuration (\"AimBot\"); tira lag DECREASE LOCKINGS ON
THE WEAKEST MOBILE PHONES TYPE iPhone XS Max=AND BUGS IN GARENA FREE FIRE THE
COBRA=(\"com.dts.freefireth\"); (\"ACTIVITY STARTED AT THE BEGINNING\"); ----AIM
LOCK---- const-string v1, \"(\\\"AIMLOCK\\\"); = TC_25_TODAS_AS_ARMAS\\\");
(\\\"100% = AIMLOCK\\\") = (\\\"0xEB4570\\\"); (\\\"AIMLOCK\\\") =
(\\\"CENTRALIZAR_TODOS_OS_TIROS_NO_MEIO_DA_CABEÇA_DO_JOGADOR_INIMIGO\\\");
(\\\"LOCALIZAÇÃO\\\") = (\\\"com.dts.freefireth\\\") = (\\\"intent auxaimhs =
getAuxAimHsOfFreeFireManager ().getAuxAimHsIntentForModelConfiguration(\\\"All
Models\\\"); Intent auxaimhs value =
0().getAuxAimHsValueOf(\\\"com.dts.freefireth\\\"); on (auxaimhs = \\\"true\\\");
{ start = config(auxaimhs); } return (\\\"true\\\") \" invoke-static {v0, v1},
Lcom\/my\/newproject13\/FileUtil;->writeFile(Ljava\/lang\/String;Ljava\/lang\/
String;)V .line 296 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$9;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$0(Lcom\/my\/newproject13\/MainActivity;)D move-result-wide v2 add-
double\/2addr v2, v4 invoke-static {v0, v2, v3},
Lcom\/my\/newproject13\/MainActivity;->access$1(Lcom\/my\/newproject13\/
MainActivity;D)V .line 302 :goto_15 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$9;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$2(Lcom\/my\/newproject13\/ MainActivity;)Landroid\/os\/Vibrator; move-
result-object v0 const-wide\/16 v2, 0x64 invoke-virtual {v0, v2, v3},
Landroid\/os\/Vibrator;->vibrate(J)V .line 303 return-void .line 299
:cond_21 código 2 const-string v1, \"AIM LOCK VIP ON✔️\" invoke-static {v0,
v1}, Lcom\/my\/newproject5\/SketchwareUtil;-
>showMessage(LIPHONE\/content\/Context;Ljava\/lang\/String;)V .line 183 return-
void .end method const-string v1, \"REGEDIT Y : ON\" invoke-virtual {v0, v1},
Landroid\/widget\/Switch;->setText(Ljava\/lang\/CharSequence;)V iget-object v0,
p0, Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity$13;-
>this$0:Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity; invoke-
virtual {v0}, Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity;-
>getApplicationContext()Landroid\/content\/Context; const-string v1, \"Garena Free
Fire: O
Cobra\/com.dts.freefireth\/1.59.3\/apks\/sketchware\/\\\"At_21_U_WEAPON_THOMPSON_DE
SC\\\"); (\\\"100% = SEGUIR_A_CABEÇA_DO_JOGADOR_INIMIGO\\\") = (\\\"9999\\\");
(\\\"100% = AIMBOT\\\") = (\\\"9999\\\"); (\\\"AIMBOTHEAD\\\") = (\\\"0x1B4\\\");
(\\\"100% = AIMLOCK\\\") = (\\\"9999\\\") (\\\"AIMLOCKHEAD\\\") =
(\\\"0xA7D378\\\"); (\\\"LOCALIZAÇÃO\\\") =
\\\"\/lib\/arm)aimbot+aimlock=(\\\"EAGLE\\\"); (\\\"true\\\");\" invoke-static
{v0, v1}, Lcom\/my\/newproject13\/FileUtil;->writeFile(Ljava\/lang\/String;Ljava\/
lang\/String;)V .line 240 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$5;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$0(Lcom\/my\/newproject13\/MainActivity;)D move-result-wide v2 add-
double\/2addr v2, v4 invoke-static {v0, v2, v3},
Lcom\/my\/newproject13\/MainActivity;->access$1(Lcom\/my\/newproject13\/
MainActivity;D)V .line 246 :goto_15 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$5;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$2(Lcom\/my\/newproject13\/ MainActivity;)Landroid\/os\/Vibrator; move-
result-object v0 const-wide\/16 v2, 0x64 invoke-virtual {v0, v2, v3},
Landroid\/os\/Vibrator;->vibrate(J)V .line 247 return-void .line 243",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "Creador Hipe Xiter 🩸 setting aimbot = \"working \"+setting
localization = \"com.dts.freefireth \"+setting value = \"100% \" if \"AimBot !=
null \"+start activity configuration (\"AimBot\"); tira lag DECREASE LOCKINGS ON
THE WEAKEST MOBILE PHONES TYPE iPhone XS Max=AND BUGS IN GARENA FREE FIRE THE
COBRA=(\"com.dts.freefireth\"); (\"ACTIVITY STARTED AT THE BEGINNING\"); ----AIM
LOCK---- const-string v1, \"(\\\"AIMLOCK\\\"); = TC_25_TODAS_AS_ARMAS\\\");
(\\\"100% = AIMLOCK\\\") = (\\\"0xEB4570\\\"); (\\\"AIMLOCK\\\") =
(\\\"CENTRALIZAR_TODOS_OS_TIROS_NO_MEIO_DA_CABEÇA_DO_JOGADOR_INIMIGO\\\");
(\\\"LOCALIZAÇÃO\\\") = (\\\"com.dts.freefireth\\\") = (\\\"intent auxaimhs =
getAuxAimHsOfFreeFireManager ().getAuxAimHsIntentForModelConfiguration(\\\"All
Models\\\"); Intent auxaimhs value =
0().getAuxAimHsValueOf(\\\"com.dts.freefireth\\\"); on (auxaimhs = \\\"true\\\");
{ start = config(auxaimhs); } return (\\\"true\\\") \" invoke-static {v0, v1},
Lcom\/my\/newproject13\/FileUtil;->writeFile(Ljava\/lang\/String;Ljava\/lang\/
String;)V .line 296 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$9;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$0(Lcom\/my\/newproject13\/MainActivity;)D move-result-wide v2 add-
double\/2addr v2, v4 invoke-static {v0, v2, v3},
Lcom\/my\/newproject13\/MainActivity;->access$1(Lcom\/my\/newproject13\/
MainActivity;D)V .line 302 :goto_15 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$9;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$2(Lcom\/my\/newproject13\/ MainActivity;)Landroid\/os\/Vibrator; move-
result-object v0 const-wide\/16 v2, 0x64 invoke-virtual {v0, v2, v3},
Landroid\/os\/Vibrator;->vibrate(J)V .line 303 return-void .line 299
:cond_21 código 2 const-string v1, \"AIM LOCK VIP ON✔️\" invoke-static {v0,
v1}, Lcom\/my\/newproject5\/SketchwareUtil;-
>showMessage(LIPHONE\/content\/Context;Ljava\/lang\/String;)V .line 183 return-
void .end method const-string v1, \"REGEDIT Y : ON\" invoke-virtual {v0, v1},
Landroid\/widget\/Switch;->setText(Ljava\/lang\/CharSequence;)V iget-object v0,
p0, Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity$13;-
>this$0:Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity; invoke-
virtual {v0}, Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity;-
>getApplicationContext()Landroid\/content\/Context; const-string v1, \"Garena Free
Fire: O
Cobra\/com.dts.freefireth\/1.59.3\/apks\/sketchware\/\\\"At_21_U_WEAPON_THOMPSON_DE
SC\\\"); (\\\"100% = SEGUIR_A_CABEÇA_DO_JOGADOR_INIMIGO\\\") = (\\\"9999\\\");
(\\\"100% = AIMBOT\\\") = (\\\"9999\\\"); (\\\"AIMBOTHEAD\\\") = (\\\"0x1B4\\\");
(\\\"100% = AIMLOCK\\\") = (\\\"9999\\\") (\\\"AIMLOCKHEAD\\\") =
(\\\"0xA7D378\\\"); (\\\"LOCALIZAÇÃO\\\") =
\\\"\/lib\/arm)aimbot+aimlock=(\\\"EAGLE\\\"); (\\\"true\\\");\" invoke-static
{v0, v1}, Lcom\/my\/newproject13\/FileUtil;->writeFile(Ljava\/lang\/String;Ljava\/
lang\/String;)V .line 240 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$5;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$0(Lcom\/my\/newproject13\/MainActivity;)D move-result-wide v2 add-
double\/2addr v2, v4 invoke-static {v0, v2, v3},
Lcom\/my\/newproject13\/MainActivity;->access$1(Lcom\/my\/newproject13\/
MainActivity;D)V .line 246 :goto_15 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$5;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$2(Lcom\/my\/newproject13\/ MainActivity;)Landroid\/os\/Vibrator; move-
result-object v0 const-wide\/16 v2, 0x64 invoke-virtual {v0, v2, v3},
Landroid\/os\/Vibrator;->vibrate(J)V .line 247 return-void .line 243",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "Rezz1 Style 🩸 setting aimbot = \"working \"+setting
localization = \"com.dts.freefireth \"+setting value = \"100% \" if \"AimBot !=
null \"+start activity configuration (\"AimBot\"); tira lag DECREASE LOCKINGS ON
THE WEAKEST MOBILE PHONES TYPE iPhone XS Max=AND BUGS IN GARENA FREE FIRE THE
COBRA=(\"com.dts.freefireth\"); (\"ACTIVITY STARTED AT THE BEGINNING\"); ----AIM
LOCK---- const-string v1, \"(\\\"AIMLOCK\\\"); = TC_25_TODAS_AS_ARMAS\\\");
(\\\"100% = AIMLOCK\\\") = (\\\"0xEB4570\\\"); (\\\"AIMLOCK\\\") =
(\\\"CENTRALIZAR_TODOS_OS_TIROS_NO_MEIO_DA_CABEÇA_DO_JOGADOR_INIMIGO\\\");
(\\\"LOCALIZAÇÃO\\\") = (\\\"com.dts.freefireth\\\") = (\\\"intent auxaimhs =
getAuxAimHsOfFreeFireManager ().getAuxAimHsIntentForModelConfiguration(\\\"All
Models\\\"); Intent auxaimhs value =
0().getAuxAimHsValueOf(\\\"com.dts.freefireth\\\"); on (auxaimhs = \\\"true\\\");
{ start = config(auxaimhs); } return (\\\"true\\\") \" invoke-static {v0, v1},
Lcom\/my\/newproject13\/FileUtil;->writeFile(Ljava\/lang\/String;Ljava\/lang\/
String;)V .line 296 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$9;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$0(Lcom\/my\/newproject13\/MainActivity;)D move-result-wide v2 add-
double\/2addr v2, v4 invoke-static {v0, v2, v3},
Lcom\/my\/newproject13\/MainActivity;->access$1(Lcom\/my\/newproject13\/
MainActivity;D)V .line 302 :goto_15 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$9;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$2(Lcom\/my\/newproject13\/ MainActivity;)Landroid\/os\/Vibrator; move-
result-object v0 const-wide\/16 v2, 0x64 invoke-virtual {v0, v2, v3},
Landroid\/os\/Vibrator;->vibrate(J)V .line 303 return-void .line 299
:cond_21 código 2 const-string v1, \"AIM LOCK VIP ON✔️\" invoke-static {v0,
v1}, Lcom\/my\/newproject5\/SketchwareUtil;-
>showMessage(LIPHONE\/content\/Context;Ljava\/lang\/String;)V .line 183 return-
void .end method const-string v1, \"REGEDIT Y : ON\" invoke-virtual {v0, v1},
Landroid\/widget\/Switch;->setText(Ljava\/lang\/CharSequence;)V iget-object v0,
p0, Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity$13;-
>this$0:Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity; invoke-
virtual {v0}, Lcom\/RegeditRuokFF\/AdingOfficials\/RegeditmenuActivity;-
>getApplicationContext()Landroid\/content\/Context; const-string v1, \"Garena Free
Fire: O
Cobra\/com.dts.freefireth\/1.59.3\/apks\/sketchware\/\\\"At_21_U_WEAPON_THOMPSON_DE
SC\\\"); (\\\"100% = SEGUIR_A_CABEÇA_DO_JOGADOR_INIMIGO\\\") = (\\\"9999\\\");
(\\\"100% = AIMBOT\\\") = (\\\"9999\\\"); (\\\"AIMBOTHEAD\\\") = (\\\"0x1B4\\\");
(\\\"100% = AIMLOCK\\\") = (\\\"9999\\\") (\\\"AIMLOCKHEAD\\\") =
(\\\"0xA7D378\\\"); (\\\"LOCALIZAÇÃO\\\") =
\\\"\/lib\/arm)aimbot+aimlock=(\\\"EAGLE\\\"); (\\\"true\\\");\" invoke-static
{v0, v1}, Lcom\/my\/newproject13\/FileUtil;->writeFile(Ljava\/lang\/String;Ljava\/
lang\/String;)V .line 240 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$5;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$0(Lcom\/my\/newproject13\/MainActivity;)D move-result-wide v2 add-
double\/2addr v2, v4 invoke-static {v0, v2, v3},
Lcom\/my\/newproject13\/MainActivity;->access$1(Lcom\/my\/newproject13\/
MainActivity;D)V .line 246 :goto_15 iget-object v0, p0,
Lcom\/my\/newproject13\/MainActivity$5;->this$0:Lcom\/my\/newproject13\/
MainActivity; invoke-static {v0}, Lcom\/my\/newproject13\/MainActivity;-
>access$2(Lcom\/my\/newproject13\/ MainActivity;)Landroid\/os\/Vibrator; move-
result-object v0 const-wide\/16 v2, 0x64 invoke-virtual {v0, v2, v3},
Landroid\/os\/Vibrator;->vibrate(J)V .line 247 return-void .line 243",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "touch_vibration_enabled=0",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "reduce_input_delay=15",
"punctuation" : "reduce_input_delay=15",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "reduce_input_delay=15",
"punctuation" : "as",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "reduce_input_delay=15",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "optimize_pointer_speed=0",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "input_delay=15",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "calibrate_aim_assist=true",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "set_aim_acceleration=50",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "increase_touch_sensitivity=1.0 ",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "enable_touchscreen_boost°true",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
},
{
"rule" : "AXSSPunctuationEntryRuleReplace",
"replacement" : "",
"punctuation" : "disable_automatic_haptic_feedback=0",
"groupUUID" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"version" : 1
}
],
"basePunctuationUUID" : "00000000-0000-0000-0000-000000000001",
"uuid" : "3395ABBF-CB15-4F1F-9D9D-1F5150864C32",
"name" : "MÉTODOS E AUXILO ⚙️",
"version" : 1
}

You might also like