Jump to content

Blue_Drache

Active Members
  • Posts

    3,624
  • Joined

  • Last visited

  • Days Won

    12

Blue_Drache last won the day on December 19 2016

Blue_Drache had the most liked content!

About Blue_Drache

  • Birthday 09/30/1974

Profile Information

  • Member Title
    Nose Nuggets!
  • Location
    Skei's Haven, Krynn
  • Interests
    Chess, comptuers, gaming.

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Blue_Drache's Achievements

Universalist

Universalist (7/7)

260

Reputation

  1. What I believe would be a better approach is a script that loops until a key is pressed, then calls a function to do your outlook thing. While 1 Sleep(10) If _IsPressed($key) Then FuncOutlookStuff() EndIf WEnd Func FuncOutlookStuff() ; stuff EndFunc ;==>FuncOutlookStuff This is how I would have approached it, building in safeguards and other exits as appropriate.
  2. HttpSetUserAgent("MyUserAgent") Wouldn't using this be simpler?
  3. There's got to be a better way than PixelGetColour. Tell us the name of the application and maybe we can propose a better solution.
  4. That and there's no micro-sleep in the loop so this code will be a processor hog. Perhaps that's what that toggle in the loop was for?
  5. I usually check for Certs with a tingling, wintergreen or peppermint feeling in my mouth.
  6. Can you give us a sample of a PNG that you're actually working with?
  7. *looks left ...*looks right* ... PARTIES IN THE UNLOCKED NECROTHREAD LIKE A ZOMBIE!
  8. Bet365 is a gambling company.
  9. $FO_APPEND is part of the File Operations globals file you probably have to INCLUDE [autoit]#include <FileConstants.au3> [/autoit]
  10. Func isCorrectAccount() Wouldn't be related to this, would it? ..
  11. Ok, I guess so ... it's really only a game, I guess. He's trying to set it up so it watches the screen and clicks at 10 or less. *shrug* Seems kind of e-peenish to me.
  12. What is the purpose of this script?
  13. Post a screenshot of the window you're trying to work with. Post some of your code.
  14. Yeah, that's for an AutoIt created GUI. My following code is for a non AutoIt created GUI If ControlCommand ( $str_Window, $str_WinText, $hctrl_ID, "IsChecked" ) then ConsoleWrite("Checked" & @CRLF) Else ConsoleWrite("Not Checked" & @CRLF) EndIf Fill in proper values for the window, text and controlID/handle
  15. Here's a thought. Since procmon.exe is a high-value target for virus coders, perhaps the operating system is preventing what you wish?
×
×
  • Create New...