Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.41 KB | None | 0 0
  1. While 1    
  2.     If $Autoplay = 1 Then
  3.         If TimerDiff($timer) > $Endtime Then
  4.             $time = _SF_DoQuest($GorXP)
  5.         EndIf
  6.     EndIf  
  7. WEnd
  8.  
  9. ------------------------------------------------------------------------------------------
  10.  
  11. Func _SF_DoQuest($GorXP);bei $GorXP = 0 ist gold wichtiger bei = 1 ist XP wichtiger
  12.     $Autoplay = 1  
  13.     $timer = TimerInit()
  14.     $Endtime = $aParams[48] - $aParams[511]
  15.     MsgBox(0,"", $Endtime)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement