Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/21/2019 in all areas

  1. Using XP, the Inet* funcs don't work anymore on some (on most) https sites, so a third party tool is needed Try this #include <AutoItConstants.au3> Local $iPID = Run("curl -s -k https://soft98.ir/", "", @SW_HIDE, $STDOUT_CHILD) ProcessWaitClose($iPID) Local $output = StdoutRead($iPID) ConsoleWrite($output)
    2 points
  2. Guess your clicker doesn't click faster than once per second and your "character" is killed by then? Jos
    1 point
  3. @darkleder31 It depends from which program you are trying to automate Maybe there's a more reliable way to automate it.
    1 point
  4. Bea, A little research shows the following clause in the TOS of that site: So the thread does fall foul of the Forum rules and is therefore locked again - this time permanently and without appeal. Finally I strongly suggest that you do NOT complain using the same manner as after the previous lock - as I explained above, you have used up any flex I was prepared to show you and will look upon such communications with extreme prejudice. M23
    1 point
  5. Ah ... the victim role. I am not shedding any tears as you know that you were not banned because nobody helped you. You will be on a very short leece so 1 single "mistake" will get you banned. Jos
    1 point
  6. Jos

    Input Only Uppercase

    $Input_1 = GuiCtrlCreateInput("", 90, 100, 130, 30,$ES_UPPERCASE)
    1 point
×
×
  • Create New...