Dizzydbd Posted September 22, 2006 Posted September 22, 2006 (edited) I have a problem that drives me insane. I made severeal auto-pot and auto-hunt bots (for diferent games) since i started with auto-it. But this never happend =/ . I started to play MuOnline again and i realised that my old auto-pot press Q continuos. So i tryed to make another one ... and another ... now i even make new skin for the HP bottle. Full HP = pure red Low HP = pure black (0x000000) And still it doesn't stop pressing that freaqing Q button... while 1 $health = PixelGetColor ( 190 , 715 ) If $health = 0x000000 Then Send("q") Sleep(1000) EndIf WEnd Or while 1 PixelSearch ( 190 , 715, 190, 715, 0x000000 ) If not @error Then send("q") sleep(1000) endif wend Such a super-basic script and it doesn't work T_T. Any1 any ideas? Edited September 22, 2006 by Dizzydbd
Dizzydbd Posted September 22, 2006 Posted September 22, 2006 I made a check pixelgetcolor log for that point. And it's not always RED. Auto-it reads BLACK every several MS even if the image doesn't change at all. Any1 got any ideea?
HaxLi Posted September 29, 2006 Posted September 29, 2006 I made a check pixelgetcolor log for that point. And it's not always RED. Auto-it reads BLACK every several MS even if the image doesn't change at all. Any1 got any ideea?GameGuard made this.. someone nkows how to make colors come true.. but do not share..http://mpcforum.com/showthread.php?t=155187&p=1465410
AceLoc Posted September 29, 2006 Posted September 29, 2006 this is from a year ago.. reported. [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Valik Posted September 29, 2006 Posted September 29, 2006 Why the hell did you report this aceloc? Bumping a thread from over a year is annoying to most people but it's definitely not something worth reporting. And for the record, the thread was last active a week ago, not a year ago. Please use your brain before you report something.
TigPT Posted November 5, 2006 Posted November 5, 2006 the problem is not get the pixel color.. is that the tool that we use to play in windows mode named "Travis" returns alwats the color "0".. dunt know why.. can some one tell me if need any dll or something to convert travis informations to colors and texts so can read with autoit?! thks for help
AzKay Posted November 5, 2006 Posted November 5, 2006 the problem is not get the pixel color.. is that the tool that we use to play in windows mode named "Travis" returns alwats the color "0".. dunt know why..can some one tell me if need any dll or something to convert travis informations to colors and texts so can read with autoit?!thks for helpWhy dont you use it without "Travis". # MY LOVE FOR YOU... IS LIKE A TRUCK- #
TigPT Posted November 6, 2006 Posted November 6, 2006 Why dont you use it without "Travis".i can use it without travis.. but is litel hard to probram in autoit.. opening and closing game all the time..was good if some one have other verson of travis.. or other MU minimizer.. maybe that can get pixeis color.(i use other one (older) that i can get colors, but that one, now is detected by gameguard and not only close game.. but repot as hackers programs use...!)i apreciate if someone tell me if there are other minimizers for mu.. where i can get them.. or an edited verson of travis that make me possible to get prixeis colors.
TigPT Posted December 11, 2006 Posted December 11, 2006 I made some MUonline scripts, maybe useful.. MUonline Scripts PostHope help you.
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