Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'autoit'

1930569 - Autoit Demo Client: it auto autoit
  1. #include <GUIConstants.au3>
  2. #include <INet.au3>
  3. #include <TCP Funcs.au3>
  4.  
  5. #Region ### START Koda GUI section ### Form=C:\Documents and Settings\Tyler\Desktop\client.kxf
  6. $Form1 = GUICreate("Form1", 306, 197, 193, 125)
  7. $ip = GUICtrlCreateInput("0.0.0.0", 64, 8, 225, 21)
  8. GUICtrlCreateLabel("Target IP", 8, 8, 48, 17)
  9.  
910894 - Murd0ck: facebook macro pirates autoit
  1. #include <IE.au3>
  2.  
  3. Global $strExplore = "http://apps.facebook.com/pirates/explore.php"
  4. Global $strIndex = "http://apps.facebook.com/pirates/index.php"
  5. Global $strFoundLand = "http://apps.facebook.com/pirates/found_land.php"
  6. Global $strClearAction = "http://apps.facebook.com/pirates/clear_action.php"
  7. Global $strIsland = "http://apps.facebook.com/pirates/island.php"
  8. Global $strIslandBooty = "http://apps.facebook.com/pirates/island_booty.php"
  9.  
903002 - Murd0ck: autoit nightmist
  1. #include <Process.au3>
  2. #include <GuiConstants.au3>
  3. $title = "Nightmist Character Generation "
  4. $title_manage = "Account Manager - Nightmist"
  5. $race = "ThunderRT6OptionButton53"
  6. $class = "ThunderRT6OptionButton47"
  7. $sex = "ThunderRT6OptionButton58"
  8. $str = 0
  9.  
worth-right