Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 1.98 KB | None | 0 0
  1.         If $match[$DB] And $g_aiAttackAlgorithm[$DB] = 2 And $g_bMilkingAttackOutside = True Then
  2.             SetLog($GetResourcesTXT, $COLOR_SUCCESS, "Lucida Console", 7.5)
  3.             SetLog("      " & "Milking Attack th outside Found!", $COLOR_SUCCESS, "Lucida Console", 7.5)
  4.             $logwrited = True
  5.             $g_iMatchMode = $DB
  6.             ExitLoop
  7.         ElseIf $match[$DB] And $g_aiAttackAlgorithm[$DB] = 2 And $g_iMilkAttackType = 0 And StringLen($g_sMilkFarmObjectivesSTR) > 0 Then
  8.             SetLog($GetResourcesTXT, $COLOR_SUCCESS, "Lucida Console", 7.5)
  9.             SetLog("      " & "Milking Attack HIGH CPU SETTINGS Found!", $COLOR_SUCCESS, "Lucida Console", 7.5)
  10.             $logwrited = True
  11.             $g_iMatchMode = $DB
  12.             ExitLoop
  13.         ElseIf $match[$DB] And $g_aiAttackAlgorithm[$DB] = 2 And $g_iMilkAttackType = 1 And StringLen($g_sMilkFarmObjectivesSTR) > 0 And $dbBase Then
  14.             SetLog($GetResourcesTXT, $COLOR_SUCCESS, "Lucida Console", 7.5)
  15.             SetLog("      " & "Milking Attack LOW CPU SETTINGS Found!", $COLOR_SUCCESS, "Lucida Console", 7.5)
  16.             $logwrited = True
  17.             $g_iMatchMode = $DB
  18.             ExitLoop
  19.         ElseIf $match[$DB] And ($dbBase Or $g_bCollectorFilterDisable) Then
  20.             SetLog($GetResourcesTXT, $COLOR_SUCCESS, "Lucida Console", 7.5)
  21.             SetLog("      " & "Dead Base Found!", $COLOR_SUCCESS, "Lucida Console", 7.5)
  22.             $logwrited = True
  23.             $g_iMatchMode = $DB
  24.             ExitLoop
  25.         ElseIf $match[$LB] And Not $dbBase Then
  26.             SetLog($GetResourcesTXT, $COLOR_SUCCESS, "Lucida Console", 7.5)
  27.             SetLog("      " & "Live Base Found!", $COLOR_SUCCESS, "Lucida Console", 7.5)
  28.             $logwrited = True
  29.             $g_iMatchMode = $LB
  30.             ExitLoop
  31.         ElseIf $g_abAttackTypeEnable[$TB] = 1 And ($g_iSearchCount >= $g_iAtkTBEnableCount) Then ; TH bully doesn't need the resources conditions
  32.             If $g_iSearchTHLResult = 1 Then
  33.                 SetLog($GetResourcesTXT, $COLOR_SUCCESS, "Lucida Console", 7.5)
  34.                 SetLog("      " & "Not a match, but TH Bully Level Found! ", $COLOR_SUCCESS, "Lucida Console", 7.5)
  35.                 $logwrited = True
  36.                 $g_iMatchMode = $g_iAtkTBMode
  37.                 ExitLoop
  38.             EndIf
  39.         EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement