Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.49 KB | None | 0 0
  1. #cs ----------------------------------------------------------------------------
  2.  
  3.  AutoIt Version: 3.3.6.1
  4.  Author:         myName
  5.  
  6.  Script Function:
  7.     Template AutoIt script.
  8.  
  9. #ce ----------------------------------------------------------------------------
  10.  
  11. ; Script Start - Add your code below here
  12.  
  13. Global $NameOfBot = "Kabob"
  14. Global $client = "Guild Wars - Kabob Feather Farm"
  15.  
  16. Func _controlmove()
  17.     Controlmove($client,"","",0,0,400,300)
  18.     RNDSLP(1500)
  19. EndFunc   ;==>_controlmove
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement