DeviaZ Posted December 11, 2007 Posted December 11, 2007 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=37682pd. sorry for my english, i hope understand ^^thanks
DeviaZ Posted December 11, 2007 Author Posted December 11, 2007 here are some about topic of HP and question . but not one final script !! If u dont know about muonline in this link say .http://www.autoitscript.com/forum/index.ph...amp;hl=muonline
JustinReno Posted December 11, 2007 Posted December 11, 2007 Ahh, theres a wonderful file installed on your computer. Its called the helpfile under the AutoIt start menu key.
JustinReno Posted December 11, 2007 Posted December 11, 2007 (edited) Still, the helpfile is your scripting friend. All of your answers are in it. Edited December 11, 2007 by JustinReno
DeviaZ Posted December 11, 2007 Author Posted December 11, 2007 (edited) i was trying with While 1$health = PixelGetColor ( 418 , 897 )If Not $health = 0x030503 Thensend("q")EndIfWEndbut nothings, i think the cords are bad and colorhex of health .I need somebody that playing this gamethe page www.muonline.com Edited December 11, 2007 by DeviaZ
DeviaZ Posted December 11, 2007 Author Posted December 11, 2007 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now