Jump to content

Recommended Posts

Posted

yet another example of the fantastic power of boredom... :shocked:

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Posted

Autoit help me :shocked:

HotKeySet("q","save")
HotKeySet("w","change")

Opt("MouseCoordMode", 0)
Global $id
Global $string = "cless"
Global $mode = 0
$id=0
While 1
    Sleep(100)
WEnd

Func save()
    ;$pos = MouseGetPos()
    MouseClick("left",50,50,1,0)
    Send($string & $id & ".ico")
    Send("{ENTER}")
    $id = $id+1
    ;MouseMove($pos[0],$pos[1])
EndFunc

Func change()  ;**** change color
    $pos = MouseGetPos()
    if $mode = 0 Then
        save()
        WinWaitNotActive("Salva con nome")
        MouseClick("left",212,358,1,0)
        $mode = 1
    Else
        MouseClick("left",292,359,1,0)
        $mode = 0
    EndIf
    MouseMove($pos[0],$pos[1],0)
EndFunc
Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Posted

lol.. You can't have a time less then a millisecond. :shocked:

I think that anything less than 1ms is read as 1ms.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...