Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 3.06 KB | None | 0 0
  1. if ( $rebNumber == 1 ) Then
  2.       $runTime = 720000
  3.       If TimerDiff($resetTimer) >= 0 and TimerDiff($resetTimer) < 250000 Then
  4.          _goToMenu($MenuWandoos)
  5.          Sleep($SLEEP_DELAY)
  6.          Click($MOUSE_CLICK_LEFT, 872, 560, 5 )
  7.       Else
  8.          ;Click - wandoos energy
  9.          _goToMenu($MenuWandoos)
  10.          Sleep($SLEEP_DELAY)
  11.          Click($MOUSE_CLICK_LEFT, 900, 560, 5 )
  12.       EndIf
  13.       If TimerDiff($resetTimer) >= 0 and TimerDiff($resetTimer) < 420000 Then
  14.          ;Click + wandoos magic
  15.          _goToMenu($MenuWandoos)
  16.          Sleep($SLEEP_DELAY)
  17.          Click($MOUSE_CLICK_LEFT, 872, 660, 5 )
  18.       EndIf
  19.  
  20.       If TimerDiff($resetTimer) >= 450000 and TimerDiff($resetTimer) < 530000 Then
  21.          ;Click + 1st augment
  22.          ;Click + 2st augment
  23.          ;Click + 3st augment
  24.          Augments($Assign, 1, 0)
  25.          Augments($Assign, 2, 0)
  26.          Augments($Assign, 3, 0)
  27.       EndIf
  28.    EndIf
  29.  
  30.    if ( $rebNumber == 2 ) Then
  31.       $runTime = 900000
  32.       If TimerDiff($resetTimer) >= 0 and TimerDiff($resetTimer) < 250000 Then
  33.          ;Click + wandoos energy
  34.          _goToMenu($MenuWandoos)
  35.          Sleep($SLEEP_DELAY)
  36.          Click($MOUSE_CLICK_LEFT, 872, 560, 5 )
  37.       Else
  38.          ;Click - wandoos energy
  39.          _goToMenu($MenuWandoos)
  40.          Sleep($SLEEP_DELAY)
  41.          Click($MOUSE_CLICK_LEFT, 900, 560, 5 )
  42.       EndIf
  43.       If TimerDiff($resetTimer) >= 0 and TimerDiff($resetTimer) < 420000 Then
  44.          ;Click + wandoos magic
  45.          _goToMenu($MenuWandoos)
  46.          Sleep($SLEEP_DELAY)
  47.          Click($MOUSE_CLICK_LEFT, 872, 660, 5 )
  48.       EndIf
  49.  
  50.       If TimerDiff($resetTimer) >= 60000 and TimerDiff($resetTimer) < 530000 Then
  51.          ;Click + 123st augment
  52.          Augments($Assign, 1, 0)
  53.          Augments($Assign, 2, 0)
  54.          Augments($Assign, 3, 0)
  55.       EndIf
  56.    EndIf
  57.  
  58.    if ( $rebNumber == 3 ) Then
  59.       $runTime = 720000
  60.       If TimerDiff($resetTimer) >= 160000 and TimerDiff($resetTimer) < 540000 Then
  61.          ;Click + 5 augment
  62.          Augments($Assign, 5, 0)
  63.          ;Click + TM Energy and Magic
  64.          GoldMachine($Assign, $Assign)
  65.       EndIf
  66.       If TimerDiff($resetTimer) >= 540000 Then
  67.          ;Click + 5 Blood
  68.          BloodMagic($Assign, 0)
  69.       EndIf
  70.    EndIf
  71.  
  72.    if ( $rebNumber == 4 ) Then
  73.       $runTime = 720000
  74.       If TimerDiff($resetTimer) >= 10000 and TimerDiff($resetTimer) < 420000 Then
  75.          ;Click + 5 augment
  76.          Augments($Assign, 5, 0)
  77.          ;Click + TM Energy and Magic
  78.          GoldMachine($Assign, $Assign)
  79.       EndIf
  80.       If TimerDiff($resetTimer) >= 420000 Then
  81.          ;Click + 5 Blood
  82.          BloodMagic($Assign, 0)
  83.       EndIf
  84.    EndIf
  85.  
  86.    if ( $rebNumber == 5 ) Then
  87.       $runTime = 720000
  88.       If TimerDiff($resetTimer) >= 20000 and TimerDiff($resetTimer) < 360000 Then
  89.          ;Click + 5 augment
  90.          Augments($Assign, 5, 0)
  91.          ;Click + TM Energy and Magic
  92.          GoldMachine($Assign, $Assign)
  93.       EndIf
  94.       If TimerDiff($resetTimer) >= 360000 Then
  95.          ;Click + 5 Blood
  96.          BloodMagic($Assign, 0)
  97.       EndIf
  98.    EndIf
  99.  
  100.    if ( $rebNumber > 5 ) Then
  101.       $runTime = 600000
  102.       If TimerDiff($resetTimer) >= 30000 and TimerDiff($resetTimer) < 360000 Then
  103.          ;Click + 5 augment
  104.          Augments($Assign, 5, 0)
  105.          ;Click + TM Energy and Magic
  106.          GoldMachine($Assign, $Assign)
  107.       EndIf
  108.       If TimerDiff($resetTimer) >= 180000 Then
  109.          Augments($Assign, 5, 1)
  110.       EndIf
  111.    EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement