Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.58 KB | None | 0 0
  1. sleep(5000)
  2. $y = 0
  3. $x = 0
  4. While 1
  5.  
  6.  
  7.     while $y < 15
  8.    
  9.         send("{w down}")
  10.        
  11.         while $x <= 550
  12.        
  13.    
  14.             MouseClick("left")
  15.             sleep(10)
  16.             $x = $x + 1
  17.  
  18.         WEnd
  19.         $x = 0
  20.  
  21.         send("{w up}")
  22.  
  23.         send("{a down}")
  24.  
  25.         sleep(3000)
  26.  
  27.         send("{a up}")
  28.  
  29.         send("{s down}")
  30.  
  31.            
  32.         while $x <= 550
  33.  
  34.             MouseClick("left")
  35.             sleep(10)
  36.             $x = $x + 1
  37.  
  38.         WEnd
  39.         $x = 0
  40.  
  41.         send("{s up}")
  42.  
  43.         send("{a down}")
  44.        
  45.         sleep(3000)
  46.        
  47.         send("{a up}")
  48.        
  49.  
  50.         $y = $y + 1
  51.  
  52.     wend
  53.    
  54.     $y = 0
  55.  
  56.     sleep(2000)
  57.  
  58.     send("{d down}")
  59.  
  60.     sleep(35000)
  61.  
  62.     send("{d up}")
  63.  
  64. wend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement