Jump to content

PixelGetColor under VirtualBox


Splash
 Share

Recommended Posts

Hi!

I am trying to use PixelGetColor function under VirtualBox, but it don't work completely.

Look my code:

AutoItSetOption("PixelCoordMode", "2")
AutoItSetOption("MouseCoordMode", "2")

While 1
    $Color = Hex(PixelGetColor(MouseGetPos(0), MouseGetPos(1)))
    ToolTip($color, 0, 0)
    Sleep(20)
WEnd

When in a DirectX window (game) color is only "000000".

Someone have this problem too?

Maybe is a problem only with VirtualBox, someone can test this code in VMware?

I searched on the forum, but not found anything useful.

Sorry any english grammar errors.

Thanks in advance.

Automatic Update UDF - IP Address UDF - WinPcap AutoIt _FindDevice()[font="Verdana"][size="2"]AutoIt Spanish/Brasil/World community!!![/size][/font]Use you wanna a dot.tk domain please use my link:
Link to comment
Share on other sites

(game window) - really?

and then (game) again, as if to parenthetically render the post *clicked*

should have left the inferred things inferred...

Edited by iamtheky

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...