although I am loathe to bump my own post
before I rollback to v3.2.8.1
does anyone know what new formatting
this dllcall needs to work in 3.2.10.0?
thanks
I need the C implemention of this decompressing algorythm used in EA05. I dont need to somebody write a C program, I can do it myself, only information need. Purpose is AV related
First of all, im quite new to Autoit.
$Pixel = PixelSearch ( 0, 0, 474, 176, 0x00CE00)
If @ERROR Then
Send("{2 down}")
Sleep(500)
Send("{2 up}")
Else
Send("{1 down}")
Sleep(500)
Send("{1 up}")
EndIf
So, if I want AutoIt to do another pixelsearch, it does not do anything.
How can I make it so it can first do this pixelsearch above, then it starts another pixelsearch for another color and so on?...
How can you like replace the keys you type .. for example
I type blah.. but it comes out as cool
when you type b it will be c..
Sorry, sorta a nub here.
Is it possible and if so .. tips on making one.