Advertisement
Koenrad

Mass Send

Nov 11th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 1.58 KB | None | 0 0
  1. HotKeySet("{End}", "MyExit")
  2. AutoItSetOption("MouseCoordMode", 0)
  3. AutoItSetOption("WinTitleMatchMode", 2)
  4. WinActivate("Last")
  5.  
  6. $count = 0
  7. Global $array[70]=[  "DjKarate","GodOfWar","budget250","Cooldude3000","Migitman25","7areega","AndyC", _
  8.                      "ghost30286","Jimbo","BluntDestroyer","Geo","refill","Dasckoe","Tragedy","Krickit","joker", _
  9.                      "LongRider","nightcorezombie","Athena","trigger","Logan4301","zyroom","_Cody_","SirSikki","Demonic","Maslina", _
  10.                      "Pope_Derwood","DarkRage","Oberon","Irkalla","bluetorpedo","RedEagle","smith0","Geronimo69","Binky","KingArthur", _
  11.                      "Sorcha","meatloafsandwich","lennnox07","CLRbabes","kiin","mailman","Almdudler","IronHide","Hannibal","aang133", _
  12.                      "sweetpee69","prototypeV2","Woodywoodpecker","megamanx","Gypsy","dreamwave","Ratchet","panther12","Dragon3","Xavier", _
  13.                      "iGinger","BeautifulDesire","starfairy101","Carnlin390","mudgecko","soap","Gooner","HADES","LLoriginal","Thessman", _
  14.                      "Tek9er9er","Dbend","DragonKid51","AceUchiha" ]
  15. sleep(3000)
  16. Do
  17.     ;MouseClick("Left", 770, 885, 1, 0) ;send button on picaxe
  18.     MouseClick("Left", 770, 895, 1, 0) ;send button on hatchet/knife
  19.     Sleep(720)
  20.     ;MouseClick("Left", 4798, 323, 1, 0)
  21.     MouseClick("Left", 1071, 331, 1, 0)  ;name field
  22.     ;Send("154876")
  23.     ;Send("{Tab}")
  24.     Send($array[$count])
  25.     $count=$count+1
  26.    
  27.    
  28.    
  29.    
  30.     Send("{Enter}")
  31.     Sleep(800)
  32.     MouseClick("Left", 950, 273, 1, 0) ;confirm send button
  33.     sleep(500)
  34.     MouseClick("Left", 157, 490, 1, 0) ;open inventory in side menu
  35.     Sleep(800)
  36. Until $count = 70
  37.        
  38. Func MyExit()
  39.     Exit
  40. EndFunc
  41. Run("SendMyShit.exe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement