drunkie Posted May 30, 2007 Posted May 30, 2007 hi im looking for a bot script for ragnarok online very simple that basically kills everything that moves or attack especific pixel colors. please help me a little
Generator Posted May 30, 2007 Posted May 30, 2007 hi im looking for a bot script for ragnarok online very simple that basically kills everything that moves or attack especific pixel colors. please help me a littleThis is consider begging.In autoit, try before you asking. and we can help you on your way.Sidenote: I thought RO have GG?
xyferx Posted June 5, 2007 Posted June 5, 2007 (edited) try looking for kore it has different distro find one that fits ur need btw kore doesnt need the game client to be running so disregard GG it acts as a client it self and you can run as many as you want in one machine Edited June 5, 2007 by xyferx
Paulie Posted June 5, 2007 Posted June 5, 2007 side note: I thought RO have GG?It doesn't have Game Guard, to the best of my knowledge, as I have made minibots for it too. However, Making the bot he requests will be very complex. Characters can have hundreds of different costumes composed of hundreds upon hundreds of colors. There is no way to pixelsearch for them all. and checksum wouldn't really help him either... I can't think of any way to do it without memory reading.
drunkie Posted June 8, 2007 Author Posted June 8, 2007 i dont need a complete bot just an autoit program that find a pixel color (monster color) and do a left click on it my program is this but i have an error .please help sleep (2000) WinActivate("clienteragnarok") Sleep(5000) HotKeySet("p", "stop") While 1 If Not @error Then While 1 $a = PixelSearch( 0, 0, 640, 480, 0xFA978E) MouseMove($a[0],$a[1],0) Sleep (100) MouseClick("left",$a[0],$a[1]) Sleep(2000) Send('{INS}') Sleep(5000) HotKeySet("!y", "stop") WEnd Else Opt("MouseClickDownDelay", 5000) MouseClick("left", 504, 10) Opt("MouseClickDownDelay", 10) EndIf WEnd func stop() Exit EndFunc ============================= the error is MouseMove($a[0],$a[1],0) MouseMove($a ERROR Error subscrit used with non-array variable and the other error is that the client doesnt work right when it opens
Paulie Posted June 8, 2007 Posted June 8, 2007 (edited) try this: Hotkey to start it is home key Edited December 22, 2016 by JLogan3o13
Recommended Posts