Advertisement
Guest User

Untitled

a guest
Mar 24th, 2011
1,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.02 KB | None | 0 0
  1. <AntiCheatConfig>
  2.   <!-- List of cheat types and what actions to take when server detects suspicious activity -->
  3.   <Cheat type="WeaponDamage">
  4.     <Action value="Log"/>
  5.     <!--<Action value="Infraction" severity="10">
  6.      <Condition operator="GreaterThan" value="1.1" param="1" />
  7.    </Action>
  8.    <Action value="Kick">
  9.      <Condition operator="GreaterThan" value="1.5" param="1" />
  10.    </Action>-->
  11.   </Cheat>
  12.     <Cheat type="WeaponNotReloaded">
  13.         <Action value="Log"/>
  14.     </Cheat>
  15.     <Cheat type="HitLocationMismatch">
  16.     <Action value="Log"/>
  17.     <!--<Action value="Infraction" severity="10">
  18.      <Condition operator="GreaterThan" value="0.1" param="1"/>
  19.    </Action>
  20.    <Action value="Kick">
  21.      <Condition operator="GreaterThan" value="10" param="1"/>
  22.    </Action>-->
  23.   </Cheat>
  24.   <Cheat type="MeleeRange">
  25.     <Action value="Log"/>
  26.     <!--<Action value="Infraction" severity="10">
  27.      <Condition operator="GreaterThan" value="0.5" param="1"/>
  28.    </Action>
  29.    <Action value="Kick">
  30.      <Condition operator="GreaterThan" value="2" param="1"/>
  31.    </Action>
  32.    <Action value="Ban">
  33.      <Condition operator="GreaterThan" value="10" param="1"/>
  34.    </Action>-->
  35.   </Cheat>
  36.   <Cheat type="FireRate">
  37.     <Action value="Log"/>
  38.     <!--<Action value="Infraction" severity="10">
  39.      <Condition operator="GreaterThan" value="1.1" param="1"/>
  40.    </Action>
  41.    <Action value="Kick">
  42.      <Condition operator="GreaterThan" value="1.5" param="1"/>
  43.    </Action>
  44.    <Action value="Ban">
  45.      <Condition operator="GreaterThan" value="2" param="1"/>
  46.    </Action>-->
  47.   </Cheat>
  48.   <Cheat type="HitRate">
  49.     <Action value="Log"/>
  50.     <!--<Action value="Infraction" severity="10">
  51.      <Condition operator="GreaterThan" value="1.1" param="1"/>
  52.    </Action>
  53.    <Action value="Ban">
  54.      <Condition operator="GreaterThan" value="1.3" param="1"/>
  55.    </Action>-->
  56.   </Cheat>  
  57.   <Cheat type="PlayerSpeed">
  58.     <Action value="Log"/>
  59.     <!--<Action value="Ban">
  60.      <Condition operator="GreaterThan" value="85" />
  61.    </Action>-->
  62.   </Cheat>
  63.     <Cheat type="TeamPerk_UsingIncorrectForLevel">
  64.         <Action value="Log"/>
  65.     </Cheat>
  66.     <Cheat type="TeamPerk_KillStreakTooSmall">
  67.         <Action value="Log"/>
  68.     </Cheat>
  69.     <Cheat type="TeamPerk_UsingMultipleTimeInLife">
  70.         <Action value="Log"/>
  71.     </Cheat>
  72.     <Cheat type="PlayerPerks_CountWrong">
  73.         <Action value="Log"/>
  74.     </Cheat>
  75.     <Cheat type="PlayerPerks_ChangingMidLife">
  76.         <Action value="Log"/>
  77.     </Cheat>
  78.     <Cheat type="RewardPerks_CountTooHigh">
  79.         <Action value="Log"/>
  80.     </Cheat>
  81.     <Cheat type="FatalityBonus_CountWrong">
  82.         <Action value="Log"/>
  83.     </Cheat>
  84.     <Cheat type="FatalityBonus_KillStreakTooHigh">
  85.         <Action value="Log"/>
  86.     </Cheat>
  87.     <Cheat type="FatalityBonus_DeathStreakTooLow">
  88.         <Action value="Log"/>
  89.     </Cheat>
  90.   <Cheat type="FileDataProbe">
  91.     <Action value="Log"/>
  92.     <Action value="Kick"/>
  93.   </Cheat>
  94.   <Cheat type="CvarDataProbe">
  95.     <Action value="Log"/>
  96.     <!-- <Action value="Kick"/> -->
  97.   </Cheat>
  98.   <Cheat type="DataProbeTimeout">
  99.     <Action value="Log"/>
  100.     <!-- <Action value="Kick"/> -->
  101.   </Cheat>
  102.   <Cheat type="HitShotOwnerMismatch">
  103.     <Action value="Log"/>
  104.     <!-- <Action value="Kick"/> -->
  105.   </Cheat>
  106.   <Cheat type="HitShotIdMismatch">
  107.     <Action value="Log"/>
  108.     <!-- <Action value="Kick"/> -->
  109.   </Cheat>
  110.   <Cheat type="MultipleEntityHits">
  111.     <Action value="Log"/>
  112.     <!-- <Action value="Kick"/> -->
  113.   </Cheat>
  114.   <Cheat type="MissingShotId">
  115.     <Action value="Log"/>
  116.     <!-- <Action value="Kick"/> -->
  117.   </Cheat>
  118.     <Cheat type="ValidHitInfo">
  119.         <Action value="Log"/>
  120.     </Cheat>
  121.     <Cheat type="Headshots_ConcurrentHits">
  122.         <Action value="Log"/>
  123.     <!--<Action value="Infraction" severity="10">
  124.      <Condition operator="GreaterThan" value="25" param="1"/>
  125.    </Action>
  126.    <Action value="Ban">
  127.      <Condition operator="GreaterThan" value="50" param="1"/>
  128.    </Action>-->
  129.     </Cheat>
  130.     <Cheat type="Headshots_RatioTooHigh">
  131.         <Action value="Log"/>
  132.     <!--<Action value="Infraction" severity="10">
  133.      <Condition operator="GreaterThan" value="0.45" param="1"/>
  134.    </Action>
  135.    <Action value="Ban">
  136.      <Condition operator="GreaterThan" value="0.75" param="1"/>
  137.    </Action>-->
  138.     <!--<Action value="Infraction" severity="10">
  139.      <Condition operator="GreaterThan" value="999" param="2"/>
  140.    </Action>
  141.    <Action value="Ban">
  142.      <Condition operator="GreaterThan" value="999" param="2"/>
  143.    </Action>-->
  144.     </Cheat>
  145.   <!-- Actions to take when overall number of cheat infractions reach a given threshhold -->
  146.   <Global decay_rate="10">
  147.     <Action value="Kick" threshhold="25" />
  148.   </Global>
  149.   <!-- hashing support methods 0 to <5 -->
  150.   <DataProbe hash_method="0">
  151.     <Asset ext="pak" weight="2"/>
  152.     <Asset ext="dds" weight="10"/>
  153.     <Asset ext="cgf" weight="10"/>
  154.     <Asset ext="cga" weight="2"/>
  155.     <Asset ext="caf" weight="2"/>
  156.     <Asset ext="xml" weight="10"/>
  157.     <Asset ext="lua" weight="10"/>
  158.     <Asset ext="other" weight="2"/>
  159.   </DataProbe>
  160. </AntiCheatConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement