Jump to content

Recommended Posts

Posted

Well , im new here and with the autoit.

I wanna make a script that can press Q (potions) when i have poor hp. I dont know basic codes , and i know this script needs pixelgetcolor (so hard because the game have gameguard and dont know how get color).

If someone have idea or script (from beginning) i really thank u.

I search in the forum but all threads finish with TigPt and this link http://www.autoitscript.com/forum/index.php?showtopic=37682

pd. sorry for my english, i hope understand ^^

thanks :)

Posted (edited)

i was trying with

While 1

$health = PixelGetColor ( 418 , 897 )

If Not $health = 0x030503 Then

send("q")

EndIf

WEnd

but nothings, i think the cords are bad and colorhex of health .

I need somebody that playing this game

the page www.muonline.com

Edited by DeviaZ
Posted

well i was thinking in pixel search too . but the problem is that GG (GameGuard) block colors in the game MuOnline and its so hard.

nobody knows about this?

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...