0% found this document useful (0 votes)
28 views4 pages

Softsbyeraaa

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)
28 views4 pages

Softsbyeraaa

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/ 4

<configurationData>

<gameConfig>
<directoryPath>emulated/storage/Android/data/com.dts.freefireth/files/
contentcache/Compulsory/android/gameassetbundles/config</directoryPath>
<mainPath>main.path.2019116797</mainPath>
<versionInfo>1.103.10</versionInfo>
</gameConfig>

<configuration>
<appSettings>
<add key="SensitivityX" value="9000.0" />
<add key="SensitivityY" value="10000000.0" />
</appSettings>

<gameConfig>
<directoryPath>emulated/storage/Android/data/com.dts.freefireth/files/
contentcache/Compulsory/android/gameassetbundles/config</directoryPath>
<mainPath>main.path.2019116797</mainPath>
<versionInfo>1.103.10</versionInfo>
</gameConfig>
</configuration>

<deviceSettings>
<screenSettings>
<touchSensitivity>
<value>100000000000</value>
<description>fast</description>
</touchSensitivity>
<scrollSpeed>
<value>100000</value>
<description>fast</description>
</scrollSpeed>
<tapResponse>
<value>9000</value>
<description>fast</description>
</tapResponse>
</screenSettings>

<!-- Soy Jexe Tu papa -->

</deviceSettings>

<xmlVersionInfo>
<config>
<sensitivity>
<x>9000.0</x>
<y>10000000000.0</y>
</sensitivity>

<!-- Version para ff normal -->

<gameConfig>
<directoryPath>emulated/storage/Android/data/com.dts.freefireth/files/
contentcache/Compulsory/android/gameassetbundles/config</directoryPath>
<mainPath>main.path.2019116797</mainPath>
<versionInfo>1.103.10</versionInfo>
</gameConfig>
</config>
<configuration>
<appSettings>
<add key="SensitivityX" value="9000.0" />
<add key="SensitivityY" value="1000000000.0" />
</appSettings>

<!-- viva cristo rey -->

<gameConfig>
<directoryPath>emulated/storage/Android/data/com.dts.freefireth/files/
contentcache/Compulsory/android/gameassetbundles/config</directoryPath>
<mainPath>main.path.2019116797</mainPath>
<versionInfo>1.103.10</versionInfo>
</gameConfig>
</configuration>
</xmlVersionInfo>

<configurations>
<configSetting name="SeguimientoCabezaConMira">90</configSetting>
<configSetting name="SeguimientoCabezaSinMira">90</configSetting>
<configSetting name="Aimlock">1000000</configSetting>
<configSetting name="NoRecoil">100000</configSetting>
<configSetting name="SensibilidadX">9000</configSetting>
<configSetting name="SensibilidadY">100000000</configSetting>
<configSetting name="NoScope">100000</configSetting>
</configurations>

<additionalInfo>
<gameAssetBundlesDir>emulated/storage/Android/data/com.dts.freefireth/files/
contentcache/Compulsory/android/gameassetbundles/config</gameAssetBundlesDir>
<mainPath>main.path.2019116797</mainPath>
<versionInfo>1.103.10</versionInfo>
</additionalInfo>

<!-- JEXE -->

<code>
<![CDATA[
#include <iostream>
#include <vector>
#include <cmath>
#include <string>

using namespace std;

struct Pointer {
double x;
double y;
};

bool insideGame = true;

void Configuration(Pointer& point) {


point.x = 9000.0;
point.y = 9000.0;
}

void MultiplierSensitivity(Pointer& point) {


if (insideGame) {
double Sensitivity = 9000.0;
point.x = point.x * M_PI / Sensitivity;
point.y = point.y * M_PI / Sensitivity;
} else {
point.x = 0.0;
point.y = 0.0;
}
}

double value(const Pointer& point) {


return point.x + point.y;
}

int main() {
Pointer myPointer;
Configuration(myPointer);

// Incorpora la referencia a la dirección y versión


string gameAssetBundlesDir =
"emulated/storage/Android/data/com.dts.freefireth/files/contentcache/Compulsory/
android/gameassetbundles/config";
string mainPath = "main.path.2019116797";
string versionInfo = "1.103.10";

cout << "config: " << gameAssetBundlesDir << endl;


cout << "Main Path: " << mainPath << endl;
cout << "Version Info: " << versionInfo << endl;

insideGame = true;
MultiplierSensitivity(myPointer);
cout << "9000: " << value(myPointer) << endl;

insideGame = false;
MultiplierSensitivity(myPointer);
cout << "100: " << value(myPointer) << endl;

return 0;
}
]]>
</code>

<data>
<DataFrame>
<row>
<direction>emulated/storage/Android/data/com.dts.freefireth/files/
contentcache/Compulsory/android/gameassetbundles/config</direction>
<value>100000.0</value>
</row>
<row>
<direction>main.path.2019116797</direction>
<value>1000000.0</value>
</row>
<row>
<direction>versioninfo 1.102.14</direction>
<value>1.102.14</value>
</row>

<!-- JEXE -->


</DataFrame>
<RegistryData>
<entry>
<direction>ActiveWindowTracking</direction>
<value>dword:00000000</value>
</entry>
<entry>
<direction>Beep</direction>
<value>No</value>
</entry>

<!-- HOLA BOT -->

</RegistryData>
</data>
</configurationData>

You might also like